- Oct 8, 2018
- 675
- 1,389
Right-click > Save link ashow do i download attachments on this site. keeping clicking on it, it keeps opening up a new tab
Right-click > Save link ashow do i download attachments on this site. keeping clicking on it, it keeps opening up a new tab
Well, we're actually working on dealing with save issues now.OMG !!! ... I'm okay old saves obsolete, but at least tell us that new save files didn't saved to main drive like any other Renpy games. I just played, exit, deleted folder, re-extract and played with original folder-no patches, all my saves are gone ! ... the reason I use fresh folder is because I kept CTD when MC found 2 obelisk in abandoned town. I have to found out that this game make save locally and has to be back up before deleting.
I'm done with this game. I'll be back for another year. Hope no more technical bs issue anymore.
in the game file go to renpy\common and find a file called "00console.rpy", open it with any text editor like Notepad++ and Ctrl+F to change config.console = False to config.console = True. then save the file and open the gameHow do you open the console menu please and thank you?
Unless the dev make an official one.It seems that the ipatch doesn't do anything about changing relationships. The MC calls Regina "mother" but then states that his mother and Erika's mother both died. Unless the game gives a chance to actually to change the relationships to make better sense with the ipatch.
It seems I'm not the only one to make that statement. Had to go back a few pages using the search function to see the patch needs to be updated.
Pardon me good sir as I'm curious. Are you guys planning on doing something more special or extensive with Adara? Far as I can tell she's the main squeeze. So you'd think her oven would be one of the 1st to receive our unholy bun.Well, we're actually working on dealing with save issues now.Hopefully should have stuff sorted soon.
Not the variable, but I figured it out. Took a bit of fiddling to do so. All items, including gold are inventory items, so look up player_inv variable, then go into the list. It will have the list of items in your inventory, from there you can just change the values to whatever you want.
Lol good luck with that. The skill points variables are extremely well hidden. You could follow this post to modify equipment stats to get bonus attributes and then use the console command "PlayerAddItem("item_name",quantity)" to get the modified items, so for a Syaxian sword that'd be "PlayerAddItem("syaxian_sword",1)".Bro what about skill points and other points
Using URM once again, look up worldChars, go into the list, find yourself, or another character you want to adjust (only touch the ones that can be members of your party, for caution's sake), then into .propsBro what about skill points and other points
Lmao, you don't even need python knowledge.So you can effectively cheat to make everything really easy but if you wanted to cheat your attributes to get new skills then I'm pretty sure you're SoL until someone much much more competent with python tries to figure out this game.
... No one reported to me that it needed to be updated, so I assumed it didn't. Give this a try.It seems that the ipatch doesn't do anything about changing relationships. The MC calls Regina "mother" but then states that his mother and Erika's mother both died. Unless the game gives a chance to actually to change the relationships to make better sense with the ipatch.
It seems I'm not the only one to make that statement. Had to go back a few pages using the search function to see the patch needs to be updated.
has been rewritten toold said:Following the death of both Erika’s mother and my own due to winter fever, our fathers were sent to the front.
Regina, a friend to both families agreed to look after us till our respective fathers came home from the war.
Sadly, Erika’s father perished two years ago in battle, leaving [regina_ref] and myself the closest thing to family she had left.
Sadly, I am not a writer, so unless someone can come up with a better replacement, this is the best you'll get.patched said:After mother fell ill with winter fever, father was sent to the front.
Regina, our aunt agreed to look after us till father comes home from the war.
[regina_ref_cap] and myself are the closest family Erika has for now.
Thanks broo‼‼Using URM once again, look up worldChars, go into the list, find yourself, or another character you want to adjust (only touch the ones that can be members of your party, for caution's sake), then into .props
That gives you a list of every single property of a selected character, including unspent attribute points, and skill points. Perks are located there too, but those have to be added manually, and cross-referenced to figure out the correct names for them.
Lmao, you don't even need python knowledge.
As a rule, if you want to tinker with Ren'Py games variables yourself, you need exactly 3 things. Universal Ren'Py Mod, grviewer.com to unpack .rpa files and read them, and patience.
All it took me to figure this one out.
What I did here:Is it me or is the cheat code not working?
Much appreciated. When future scenes with Erika get put in those will need adjustments for the taboo aspect. Wonder if the devs will use "step sister" so its easier to patch by just renaming that term... No one reported to me that it needed to be updated, so I assumed it didn't. Give this a try.
has been rewritten to
Sadly, I am not a writer, so unless someone can come up with a better replacement, this is the best you'll get.