-
Notifications
You must be signed in to change notification settings - Fork 0
How it all happens
Thomas Nguyen edited this page Aug 26, 2021
·
4 revisions
This is the procedure of ERPLoader
for those who wish to know:
- Find all
*.original
(or whatever backup extension is set in settings). Remove modded file and rename*.orignal
.
Eg. Ifferrari.erp.original
is found, deleteferrari.erp
file -> renameferrari.erp.original
toferrari.erp
- For each mod found, copy all files which are not in
*.erp
folders to their corresponding game folders. Files that already exist will be backed up. - For each
*.erp
folder found in each mod:- Backup ERP file
- Import pkgs, textures and xml files to corresponding ERP file in game folder
- For each entry in
FindReplace.json
file, search and replace texts based on the task specified. - Start the game
- Wait for game to exit
- Do Step 1 (cleanup)
If for some reason you close ERPLoader window while playing, you can run:
ERPLoader.exe /cleanOnly
to restore backed up files without starting to modify again (run only step 1). There should be a file called Cleanup.bat
which executes the command above in your folder.
Mods are sorted by name (folder name) before being loaded. This means:
- 00_first_mod
- 01_second_mod_loaded
- am_i_third
You can use this to make a mod load before others