We really need new i-patch. With 0.4 patch when you start new game, it don't work.
Read a bookI have only 5 survival XP points, but I needed 6. How can I get more points?
You need to read the survival book again.Does anyone know how to bait the lotion with the fig? there is no option in the crafting menu so kinda stuck
Yes you read the book firstDoes anyone know how to bait the lotion with the fig? there is no option in the crafting menu so kinda stuck
Read the bookI have only 5 survival XP points, but I needed 6. How can I get more points?
Thanks for your help, but have either of you guys actually done this in this game (or the current version v0.6)?? I have followed your instructions unpacked with Unren and opened every file that had Script (I looked in the Game folder AND the repay folder including the Common sub folder ) in the title or that Could contain a definition of PC or Rick and apart from what appears to be Thousands of Ricks hardcoded into actions within the game I see no definition of PC or [PC] = "Rick" so firstly wondering where you found this and why I can't and secondly wondering how the game will function if you change the definition of PC to something else other than rick, if half the actions are things like "scene massage_rick_16e with Dissolve (0.2)" ??All it takes is something like:
$ PC = renpy.input("Please type in your name")
$ PC = PC.strip() or "Rick"
right before the first "[PC]" and you are good to go.
There's also a line where Rachel calls you Jack for some reason. I thought it was the boyfriend's name, but the predefined characters in the script are Rick, Rachel, Jessica, Emily and Steve, so since there's a Steve there, I guess he's the boyfriend. And since the name is there, all the build up with Rachel will probably just lead to him showing up to cockblock the MC... Great...
A, Go to cave, Hunt spider, Go to Pool while the girls are bathing, Put spider on clothes.Hi all i am kinda stuck and hoping someone will tell me what to do to trigger the bath together.
below are the quests that do not say I either finished or require other tasks to be completed.
I know how to get a spider but cant trigger their bath together.
You don't have permission to view the spoiler content. Log in or register now.
It's in the file named LoadThanks for your help, but have either of you guys actually done this in this game (or the current version v0.6)?? I have followed your instructions unpacked with Unren and opened every file that had Script (I looked in the Game folder AND the repay folder including the Common sub folder ) in the title or that Could contain a definition of PC or Rick and apart from what appears to be Thousands of Ricks hardcoded into actions within the game I see no definition of PC or [PC] = "Rick" so firstly wondering where you found this and why I can't and secondly wondering how the game will function if you change the definition of PC to something else other than rick, if half the actions are things like "scene massage_rick_16e with Dissolve (0.2)" ??
I am like you and want the immersion of MY name not Rick, Jack or some other hardcoded character name
no to the boar- i guess i did finish newcomers, seems like that should have been part of sunburns considering how that content started. Where's the boar?Did you see the Boar ?
And what about "Newcomer" View attachment 1237191
After you finish "Sunburn" keep playing should kick in at eveningno to the boar- i guess i did finish newcomers, seems like that should have been part of sunburns considering how that content started. Where's the boar?
I haven't played the game since the dev introduced the second girl, because it looked like he's going for the usual "every girl is bisexual" with forced lesbian content which I'm just tired off, but as far as I remember he did put an option to rename the MC after a while, so you don't have to mess with the script.Thanks for your help, but have either of you guys actually done this in this game (or the current version v0.6)?? I have followed your instructions unpacked with Unren and opened every file that had Script (I looked in the Game folder AND the repay folder including the Common sub folder ) in the title or that Could contain a definition of PC or Rick and apart from what appears to be Thousands of Ricks hardcoded into actions within the game I see no definition of PC or [PC] = "Rick" so firstly wondering where you found this and why I can't and secondly wondering how the game will function if you change the definition of PC to something else other than rick, if half the actions are things like "scene massage_rick_16e with Dissolve (0.2)" ??
I am like you and want the immersion of MY name not Rick, Jack or some other hardcoded character name
I already gave one. Read posts from yesterday.
Cool ThanksI haven't played the game since the dev introduced the second girl, because it looked like he's going for the usual "every girl is bisexual" with forced lesbian content which I'm just tired off, but as far as I remember he did put an option to rename the MC after a while, so you don't have to mess with the script.
About the second part of your comment, what I wrote wouldn't change all the "Ricks" in the script, but just the MC's name. I'm not sure if I can explain it correctly, but from what I remember the dev already had the MC named "PC" in a way that was easy to make it "changeable" and then for some reason he did that change to Rick himself, so those two lines of code I wrote would've just give you the option to pick what that "PC" would change into, instead of Rick.
In the process of trying to do this I went into the Consol file searched Config-Consol switched it from False to True and then simply hit Shift+O. then it was a simple matter of typing PC = "Name" and it worked just fineI haven't played the game since the dev introduced the second girl, because it looked like he's going for the usual "every girl is bisexual" with forced lesbian content which I'm just tired off, but as far as I remember he did put an option to rename the MC after a while, so you don't have to mess with the script.
About the second part of your comment, what I wrote wouldn't change all the "Ricks" in the script, but just the MC's name. I'm not sure if I can explain it correctly, but from what I remember the dev already had the MC named "PC" in a way that was easy to make it "changeable" and then for some reason he did that change to Rick himself, so those two lines of code I wrote would've just give you the option to pick what that "PC" would change into, instead of Rick.