Skip to content

Commit

Permalink
Add main menu video moddding page (R2Northstar#217)
Browse files Browse the repository at this point in the history
* added BIK modding page

* Update BIKVideoModding.rst

* Update docs/source/guides/tools/BIKVideoModding.rst

Co-authored-by: NoCatt <[email protected]>

* Update docs/source/guides/tools/BIKVideoModding.rst

Co-authored-by: NoCatt <[email protected]>

* Update docs/source/guides/tools/BIKVideoModding.rst

* Update docs/source/guides/tools/BIKVideoModding.rst

* Update docs/source/guides/tools/BIKVideoModding.rst

* Update docs/source/guides/tools/BIKVideoModding.rst

* Update docs/source/guides/tools/BIKVideoModding.rst

---------

Co-authored-by: NoCatt <[email protected]>
Co-authored-by: uniboi <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2023
1 parent 11a8019 commit 8a2e104
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/source/guides/tools/BIKVideoModding.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
BIK Video Modding
=================

Prequisites to Video Modding
============================

- `The RAD Video Tools <http://www.radgametools.com/bnkdown.htm>`__ installed on your PC
.. note::
The ZIP file containing the installer is password protected, you can find it on the download page


Converting the Video
~~~~~~~~~~~~~~~~~~~~

1. Open RAD Video Tools
2. Browse to your Video in the File Browser and select it
3. Press "Bink it!"
4. In the newly opened window press "Bink"
5. Wait for the Conversion to finish, then press done

The Video will now be in the same folder as the original one and converted to a .bik file


Making a Main Menu Video Mod
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. `Convert <#converting-the-video>`__ a Video to .bik
2. Rename the newly converted .bik to ``menu_act01.bik``
3. Make a mod according to `Getting Started </guides/gettingstarted.html>`__
4. Copy the .bik to the following path in your mod folder:
.. code-block:: text
author.mod/
├─ mod.json
├─ media/
│ ├─ menu_act01.bik
5. Your mod should now load a custom Main Menu Video

1 change: 1 addition & 0 deletions docs/source/guides/tools/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Modding Tools
/guides/tools/tools
/guides/tools/VTFModding
/guides/tools/MDLModding
/guides/tools/BIKVideoModding

0 comments on commit 8a2e104

Please sign in to comment.