Is this the first time you have played a Renpy game? Cause I am literally asking for console commands. Which is as you describe "hacking" the game to manipulate game variables to do things that you wouldn't normally be able to do.No, there is no way to go back to previous nations without hacking the game. The reason is because of Izuin's age progression locks out each zone and you can't repeat scenes of her as a child while she is an adult since the games story is really linear and typically moving to each new Zone locks you out of the previous zone. You will have to either have multiple saves or replay the game.
And as I described in my original post yes you can go back to previous zones by simply changing the variables in the screenshots to either a 1 or a 0. Only problem is Yalen doesn't have a similar variable.

For instance Eldrien is a Zone 1 area where Izuin is kid and I was able to go back to it by setting the variable to a 1 (inEldrien = 1 and nation = 3) while setting the zone 2 area I was in to 0 (inFernia = 0) where she is a adult. I manage to retroactively go back to Eldrien and acquire Zoe (Nadine's succubus sister) this way. Izuin is still an adult and everything functions fine and has nothing to do with the issue I am trying to resolve which is tricking the game to think I am in Yalen so that I can trigger the Grifix event.
When setting all the variables in the screenshot above to 0 and setting nation = 2, the game thinks you are in Yalen again for the most part. Since it will show you the Yalen backgrounds when you go to the city or walk in the forest. Problem is there is no "inYalen" variable like the other countries, so its not displaying the Yalen background while walking around the camp, and the script to trigger Grifix isn't looking for a "inYalen" variable like Zoe's condition which was looking for "inEldrien = 1" or "nation = 3".
You don't have permission to view the spoiler content.
Log in or register now.
So in other words I am simply looking for whatever the devs considered the Yalen equivalent of the "inEldrien" variable assuming that they coded everything consistently. If they didn't code everything consistently then I am looking for which variables / flags conditions I need to manipulate to simply trigger the event.
Last edited: