- Jul 25, 2019
- 1,083
- 574
tried it but still cant get the new scenes do i nee to start from the beginingGot tired of waiting for the updated patch so I did it myself
Put it in Shelter-0.22-win\game\
tried it but still cant get the new scenes do i nee to start from the beginingGot tired of waiting for the updated patch so I did it myself
Put it in Shelter-0.22-win\game\
Starting the game with both the original script.rpa and this scripts.rpy causes an error. "Parsing the script failed."Got tired of waiting for the updated patch so I did it myself
Put it in Shelter-0.22-win\game\
The Incest patch has not been updated. If you're trying to use it, it won't cover the new content, only that of the previous version. Just wait for the update, if you want to use said patch.i cant get the new wcenes do i need to start the game over i tried both patches
Ok here's an incest patch that should work even when the game is updated as long as nothing major changes. I guess I'm now one of those "evil modder" that adds incest to games.Actually, I can probably make one that works with every new version as long as nothing major changes in the game. I'll try to do it tomorrow, I need to get some sleep now.
I know what teh issue is for the first kira thing. I fixed it on my end.Ok here's an incest patch that should work even when the game is updated as long as nothing major changes. I guess I'm now one of those "evil modder" that adds incest to games.
There's 2 bugs that I know of in the current version of the game but they have nothing to do with the patch:
You don't have permission to view the spoiler content. Log in or register now.
Extract and put the patch in Shelter-0.22-win\game
events/kira/kira_route_romance_pregnancy.rpy
then go to line 766jump day4_choice
followed by a new line. "Return":
player "I'll be back to check on you two."
show kira talking1
kira "Be safe out there."
player "I will be, don't worry."
jump day4_choice
return
Thanks, I hadn't bothered to fix this one since it was easy to avoid but I did fix the other one on my end. From what I remember, it's a simple error inI know what teh issue is for the first kira thing. I fixed it on my end.
I'll check the 2nd one with this patch and see what i need to do to fix it too.
But if you're technically inclined and want to fix it yourself before i post the file sometime later then alll you need to do is
Decompile the scripts and navigate toevents/kira/kira_route_romance_pregnancy.rpy
then go to line 766
Add the following statementjump day4_choice
followed by a new line.
The script should now look like the following
Save the file. Reload the game and you'll be good to go.Code:"Return": player "I'll be back to check on you two." show kira talking1 kira "Be safe out there." player "I will be, don't worry." jump day4_choice return
events/general/car_movement.rpy
when it checks for kira_job
and the error was when she's the MC's bodyguard didn't test with her other jobs.Yep basic syntax error just missing an extraThanks, I hadn't bothered to fix this one since it was easy to avoid but I did fix the other one on my end. From what I remember, it's a simple error inevents/general/car_movement.rpy
when it checks forkira_job
and the error was when she's the MC's bodyguard didn't test with her other jobs.
=
in each situation.kira_route_romance_pregnancy.rpy
into /game/events/kira/
car_movement.rpy
into /game/events/general/
This process works, but the version number is still v0.21 with the ipatch from Orlox and none of the v0.22 content triggers.Yep basic syntax error just missing an extra=
in each situation.
Bug fixes below and how to apply them.
1. Download UnRen
2. Place UnRen.bat in the same directory as the game
3. Run UnRen.bat Select options 1&2
4. Close UnRen
5. Remove the Leading numbers from each of the downloaded attachements and place them in the respective spots
5a. for the Kira bug placekira_route_romance_pregnancy.rpy
into/game/events/kira/
5b. for the Car bug placecar_movement.rpy
into/game/events/general/
Worked fine for me.This process works, but the version number is still v0.21 with the ipatch from Orlox and none of the v0.22 content triggers.
Yes.Worked fine for me.
Are you absolutely certain you put the recent patch Orlox made in the /game/ folder ?
Then i have no clue what you did wrong, but you did something wrong.Yes.
Open console and then typehow can i change the mia peek in my save?
mia_peek = True
or mia_peek = False
depending on if you peeked or not.