- Aug 22, 2020
- 822
- 1,600
That's not how games work, coding or modding wise. There are references to functions throughout the files so you aren't coding repeat actions more than once if it's doing the same thing (within reason). Your assumption that a mod only touches "lines 1-50 and ignores 51+ because they're new" doesn't work unless absolutely nothing references/talks to previous parts of the code. No developer is re-making each menu 100+ times per screen if nothing changes. Navigation isn't being re-created every time you load a new screen, it's being tweaked by location, but most likely still references certain parts of code.well it should work untill a sertin point in the game when v16 was added. not crash when you start the game. i also had the code error when entering kalis room. it got into a loop of not allowing me to leave after ending the confo with her. so had to hard close out the game
I haven't looked at HH's code, but I have no doubts there are some similar references going on here to help streamline repeated functions and menus.