marnew 0 Posted December 27, 2019 Share Posted December 27, 2019 I wrote about this a year ago, i just got back into the game to check the mini update and i noticed this problem still persists: when you leave the orphanage while paired with Shelly you are supposed to lose relationship points with some characters, but it turns out you actually gain some: the code is written as [relationship]-= -1 instead of [relationship] -= 1 or [relationship] += -1, the first command gives a point to your character instead of removing it. I tested it back when i found it and it does indeed work like that. It seems very weird and almost intended but i don't understand why, do all those character secretly hate Heather and are happy that you are leaving her to be tortured? Maybe. Idk. Also i think i found the same code syntax somewhere else in the game, probably another partner event, but i don't remember where at the moment. Link to post Share on other sites
Global Mods Starry Knight 753 Posted December 27, 2019 Global Mods Share Posted December 27, 2019 1 minute ago, marnew said: I wrote about this a year ago, i just got back into the game to check the mini update and i noticed this problem still persists: when you leave the orphanage while paired with Shelly you are supposed to lose relationship points with some characters, but it turns out you actually gain some: the code is written as [relationship]-= -1 instead of [relationship] -= 1 or [relationship] += -1, the first command gives a point to your character instead of removing it. I tested it back when i found it and it does indeed work like that. It seems very weird and almost intended but i don't understand why, do all those character secretly hate Heather and are happy that you are leaving her to be tortured? Maybe. Idk. Also i think i found the same code syntax somewhere else in the game, probably another partner event, but i don't remember where at the moment. This update was AI coding and animations pretty much Link to post Share on other sites
marnew 0 Posted December 27, 2019 Author Share Posted December 27, 2019 6 minutes ago, Starry Knight said: This update was AI coding and animations pretty much Oh ok, so I assume this will get fixed when E19 releases. Just wanted to make sure the Devs know about this thing Link to post Share on other sites
Global Mods Starry Knight 753 Posted December 27, 2019 Global Mods Share Posted December 27, 2019 Just now, marnew said: Oh ok, so I assume this will get fixed when E19 releases. Just wanted to make sure the Devs know about this thing Thanks for the reminder though Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.