-
Notifications
You must be signed in to change notification settings - Fork 0
How to Install
A tool is only useful if there are people using it. This document aims to clearly explain how to install Centrifuge into any Unity game using concrete game examples. Note that even though this page uses certain games to describe the process, same principles apply for any Unity 5 game.
Firstly, head here. This link will lead you to the latest binary release. Download the .zip file called Centrifuge-X.Y.Z where X, Y and Z are the version numbers. Open it up.
You will see two directories. Centrifuge and Managed. Open up a new explorer window and navigate to your game's data directory.
Examples:
▐ D:\Steam\steamapps\common\Get To The Orange Door\Get To The Orange Door_Data
▐ C:\Program Files (x86)\Steam\steamapps\common\Distance\Distance_Data
▐ H:\Games\Steam\steamapps\common\PUSS!\PUSS!_Data
Copy the two directories mentioned above as-is to the directory of your game which resembles these examples. Close the window displaying the .zip file.
After copying the directories to their proper places, navigate to Managed directory in the game's directory and run the install_windows.bat file. This is what actually makes the game aware of Centrifuge. If you wish to know how, feel free to read this.
Run the game with -console parameter to show Centrifuge command line. To learn how to do this go here or...
▐ Right-click on the game title under the Library in Steam and select Properties.
▐ Under the General tab click the Set launch options... button.
▐ Enter the launch options you wish to apply (be sure to separate each code with a space) and click OK.
▐ Close the game's Properties window and launch the game.
A command line window showing Centrifuge initialization process should pop up before the game shows its window.
That's it. Centrifuge is now installed. If you encounter problems during the process, don't be afraid to hop on our Discord server and show us what's wrong. Ideas on how to improve the guide are also welcome. Hope to see you there.