Search results

  1. S

    Tutorial Reversing a packet protocol: The FusionFall protocol

    [October 27, 2020] Reversing a packet protocol: The FusionFall protocol View repository If you remember my old site before I switched to a static site, I wrote a couple of posts about FusionFall Retro. Unfortunately, that project has since been shutdown. A couple of months ago in the spirit of...
  2. S

    Tutorial How to extract models from FusionFall asset bundles

    Learn how to extract FusionFall models! You will need... Custom DisUnity Java 8 FF2Unity DevXUnity Unity* DankFF Tool *You will need old Unity, modern Unity will not work. Download links to 3.4.0 _________________________________________________ STEP 1: Obtain the asset bundle Extracting...
  3. S

    Tutorial How to View All Mission Lines - Accessing Index Values with DankFF

    How to Print Index Values with the DankFF Tool Obtaining a list of index values can be necessary when modding FusionFall. You can't edit mission lines if you can't identity them first. 1. You'll need to have DankFF installed. Get it Here. 2. Extract the TableData bundle. Here's How to...
  4. S

    Tutorial How to Host FusionFall from your PC - Easy OpenFusion Guide!

    How to Host OpenFusion directly from your Computer Step 1: Download the version of the game you want (These links are to the official versions on OpenFusion's Github) Click Here to Download Academy Click Here to Download the Original Step 2: Extract contents of the Zip into a new folder and...
  5. S

    Tutorial Opening Asset Bundles with DevX

    Opening Asset Bundles with DevX What is DevX? DevX Unity Unpacker Tools makes it possible to open the game's asset files and view their contents. This is especially helpful when you need to know which bundles contain specific NPCs, textures, sounds, etc. You can also extract or edit some...
  6. S

    Tutorial Clearing your FusionFall Cache Files

    How to Clear your Cache Knowing how to clear your cache files properly is important when experimenting with different versions of the game. First, you need to open your computer's AppData folder. On a Windows PC the fastest way to do this is to press the Windows Key and R, then enter %appdata%...
Top