How is the modding for this game?
Came across this bug after leaving the foggy night mission, and was able to make it so that noir and blanc follow you around to every map.
Of course, most animations don't exist for the other two outside of the monsters in that mission, so there nothing happens when they get grabbed.
Would be interesting if you could switch who is the active character though, since you could play as noir already. But there's only AI code for blanc and noir so even if it were possible Airi would probably only stand there, or crash because there's no AI model for her. The entire state machine is written in the DLL though so maybe you could program your own Airi AI and test whether it works by switching the player character to Airi.
I don't really expect the dev to make full animation sets for every enemy for blanc and noir, or having individual h-stat details and character growth (although the code seems like it could support it), but it might make the game even more appealing, especially if you prefer one of the other characters.
Came across this bug after leaving the foggy night mission, and was able to make it so that noir and blanc follow you around to every map.
Of course, most animations don't exist for the other two outside of the monsters in that mission, so there nothing happens when they get grabbed.
Would be interesting if you could switch who is the active character though, since you could play as noir already. But there's only AI code for blanc and noir so even if it were possible Airi would probably only stand there, or crash because there's no AI model for her. The entire state machine is written in the DLL though so maybe you could program your own Airi AI and test whether it works by switching the player character to Airi.
I don't really expect the dev to make full animation sets for every enemy for blanc and noir, or having individual h-stat details and character growth (although the code seems like it could support it), but it might make the game even more appealing, especially if you prefer one of the other characters.