A mod for GOI to import custom levels
Completely remade from from scratch cause the original mod was bad.
-
Copy the contents of BepInEx_xxx_x.x.x.x.zip into the directory that contains GettingOverIt.exe
(Which would most likely beC:/Program Files (x86)/Steam/steamapps/common/Getting Over It/
) -
Copy the contents of CustomLeverImporterMod.zip into the
.../Getting Over It/BepInEx/plugins/
directory
-
Install BepInEx (Follow the first step in the
Installation
section) -
Install Visual Studio and download the project (don't forget to extract it if you're downloading it as a zip)
-
Go inside the project, into the
BuildVars
directory, make a text file calledgetting_over_it_path
, and paste the path to Getting Over It inside that file,
Make sure there are no empty spaces around the path! -
Make a
Libs
directory at the root of the project and throw in the following things:- All the DLLs in
.../Getting Over It/BepInEx/core/
- All the DLLs in
.../Getting Over It/GettingOverIt_Data/Managed/
that have "Unity" at the start of their name
- All the DLLs in
-
Open the project's
.sln
file in Visual Studio,
And just like that you can mess around with the project on your own!
Please check Third party licenses