I have fixed some of bugs by myself by using the program of rpg maker vx ace. Due to the respect to the author, i am intended to keep the public code intact and will let him do the changes himself. Still, here are the list of the bugs (and my suggested fix) that i have found so far:
(1)(i) In corruption route, Kimberlay could not be found in the kidnapping scene of her daughter.
Sln: Add another sheet of in the scene by copying the whole scene, updating the switch from a pure variable to corruption variable
(ii) Even correcting the above error, the scene still crashes since Peter' movement is blocked by some obstacles and the code does not end unless the movement is done.
Sln: Change the setting of movement path of Peter to ignoring the obstacles such that the movement code will end although Peter never moves to his intended location
(2)(i) Sarah park dialogue. Many players have already figured out that Sarah is transparent in one of the park dialogue. This is because Sarah is checked to be a "penetrable" character in the scene code.
Sln: Uncheck the box penetrable at that scene
(ii) Again, this scene still crashes since sarah will bump into lisa during her movement. Logic is similar to that of (1)(ii)
Sln: Change the setting of movement path of Sarah to ignoring the obstacles such that the movement code will end although Sarah never moves to her intended location
(3)Mum Nega chilli quest. Similar to (1)(ii) and (2)(ii), Peter will bump into obstacles in his movement path.
Sln: Change the setting of movement path of Peter to ignoring the obstacles such that the movement code will end although Peter never moves to his intended location
(4) (not sure) Ms amos store scene: Ms Amos never pops up in any of timeslots that i checked. This one is a bit complex. I guess the reason behind is that the scene has logic conflict without different subsections such that program did not know which one to run.
Sln: Delete all the sheets of scene on that scene and only keep one to minimize conflict.
(5) Lisa's scene: As you may be aware, the lisa scene often encounter failure in loading. Given I do not (or do not want to) understand the data structure behind the program, i decide to change the name of the picture based on the error pops up. As far as i remember. here are the pictures needs to be updated:
Sln: (i)Change "masturbate" folder name into "masturbation" folder name
(ii)Change the folder name from "anal-fuck" into "anal fuck"
(iii) Change all the pictures inside folder "anal-fuck (num). png" into "anal fuck (num) .png)"
(iv) Change the folder "anal-fuck-cum" to "lisa-anal-fuck-cum"
There must be some more. My suggestion is to review the code of data architecture behind to check the naming logic for long term.
(6) Amos missing message system: Do not want to review the code. Haha so no solution now
That is all for now. I will post here if i encounter any more new bugs (and my low class solutions) during my journey of this game. Thaanks for reading !
Forget to honour the game developer that: understand that it is really difficult to maintain this amount of codebase by yourself within a tight time frame. Really good job indeed!