This guide will show you how to
install OpenFusion and how to use the commands.
Installing OpenFusion1) Download the latest version of OpenFusion.zip from this link:
https://github.com/OpenFusionProject/OpenFusion/releasesRight click this zip file and unzip it.
Inside the extracted folder, you'll see two folders,
"FreeClient" and "OpenFusion".
2) Go into the FreeClient folder, install Unity Web Player by going to the installUnity.bat file,
right click > run as admin.
Then also open UnityWebPlayer.exe as admin.
You can now launch OpenFusionClient.exe to play FusionFall!
This didn't work for me as I just got
the "Failed to update Unity Web Player" error when trying to run the game.
I fixed it by doing this:
There is a folder called WebPlayer (it's in OpenFusion > FreeClient > WebPlayer)
just copy the file contents that's inside the WebPlayer folder and paste it into
C:\Users\
(your username)\AppData\LocalLow\Unity\WebPlayer
If that doesn't work, try uninstalling unity web player before pasting.
For some reason the files installUnity.bat and UnityWebPlayer.exe
were not doing the job (of pasting the WebPlayer files exactly). Maybe it's a folder or system permissions problem.
3) Now FusionFall will run offline but to run FusionFall online with other players,
there is a file called winfusion.exe (within the OpenFusion > OpenFusion folder),
this needs to also be open whenever you want to be online.
So a more convenient way to launch
both the game (OpenFusionClient.exe)
and the network exe (winfusion.exe)
at the same time is to make a batch script.
Copy what's in this Code box and paste it into Notepad:
- Code:
-
START "winfusion" /D "C:\Users\(your username)\Downloads\OpenFusion\OpenFusion\" winfusion.exe
START "OpenFusionClient" /D "C:\Users\(your username)\Downloads\OpenFusion\FreeClient\" OpenFusionClient.exe
Assuming you extracted OpenFusion in your Downloads folder (and the folder name is OpenFusion), this should
work, just replace the
(your username) part with your actual Windows username
(without the brackets/parentheses).
Then save this notepad file as FusionFall.bat (or whatever you want .bat).
(Not as .txt).
Finally, right click the batch file > Properties > Change Icon...
and then click browse to find the OpenFusionClient.exe file
to make the batch file icon look much better.
You can use this as a shortcut to play the game online.
4) Make an account by simply typing a username and password
into the OpenFusion FusionFall login page (don't click Register, just log in
as if you already made the account, that's how it seems to work).
It won't work if the username has already been taken.
Remember your login details.
I have no idea if your password is visible to anyone (or vulnerable to hackers) so just be
aware and don't use a password you use for other things.

EDIT: I think accounts are wiped after every update but it's no big deal
starting again due to all the cool commands you can use.
Using the Commands (Examples)
Type into the ALL chat box to try out these commands:
/speed 2000 (or try 5000 to travel the map faster)
/jump 15 (or try 50 for huge jumps)
/nano 36 (this is to level up to max level)
Entered speed/jump commands tend to expire after shooting or receiving damage
so have to be re-entered.
For items:
/itemN [type] [itemId] [amount]
So for example, if I wanted the Action Blindfold,
I would enter:
/itemN 5 11 1
Why? Because /itemN (Face5) (ID 11) (1 copy)
Go to the item list on that github page:
https://docs.google.com/spreadsheets/d/1mpoJ9iTHl_xLI4wQ_9UvIDYNcsDYscdkyaGizs43TCg/edit(You can also download that document as a PDF for quicker access).
Use CTRL + F to search for an item, I searched for Action Blindfold,
it has these coordinates:
"Face
5" and "ID
11".
So enter into the All chat:
/itemN 5 11 1
If you wanted to 2 copies of that item, then it would be /itemN 5 11
2For more info and commands, read that github page
https://github.com/OpenFusionProject/OpenFusion(like private servers and stuff).
Some areas have huge lag and CPU usage after the update,
it's still in BETA remember.
