Building Nubby's Forgery (Windows) - Skirlez/nubbys-forgery GitHub Wiki
This page contains instructions for building Nubby's Forgery and on how to merge it with Nubby's Number Factory on Windows.
All .bat
scripts mentioned are in the projectscripts
folder.
The .bat
scripts may be moved (as long as .variables.bat
is present with them)
Do not move merger.csx
, it will not work.
Setup
Nubby's Forgery targets UndertaleModCli v0.8.1.1.
GameMaker setup
- Download and install GameMaker 2023.11.1.129 from GameMaker's releases page
- Launch GameMaker and let it install the 2023.11.1.160 runtime
- You can close it once it reaches project selection
Script setup
- Clone this repository/find the Code button on the main page, press download ZIP and extract it
- Download UndertaleModCli
- Copy and rename
.variables.structure.bat
to.variables.bat
- Open
.variables.bat
(for editing) to fill the path variables
Building
You may now run build_and_merge.bat
to build Nubby's Forgery and merge it into Nubby's Number Factory. After the script is done running, simply launch the game as you would normally. If you want to merge again after making a change, simply run the script again.
When Nubby's Number Factory updates, make sure to delete the clean_data.win
generated by the script in the game's folder. Otherwise it will keep merging with the older version.