- Jan 21, 2022
- 10,104
- 19,766
(Overheard from DC's computer desk) "Fuck! Why didn't we think of that?!"Not really. The game isn't that complex. If the code was really that bad, they could just start over from scratch, reuse the assets and be done in a couple months.
Scraps everything. Starts anew.
There are about 19,500 images in this simple game. Several hundred of which needed reworked to 16:9 display ratio and almost all of them posed to match. Also --
In the end, most of the coding probably will have been rewritten from scratch - using the original code only as a reference for charting story progression, variable tracking, and calling images for display. All the while deciphering what the previous half dozen or so previous coders had patched together over the half dozen or so years.There are 1,630 code files... 635 scripts in the characters directory, 695 in the locations directory, and 73 in the minigames directory. Those 1,403 files are "content". The other 227 files mostly contain functions that get called by the content scripts.
So while you may think it's not that complex, the 970 MB of images and 26.2 MB of text files (about 300,000-400,000 lines of code or approximately 2 million words) for the coding is a vast amount of data to go through to make sure everything is reworked correctly. That takes time.