The witch.where do I locate the gallery?
F2How do you open the console menu please and thank you?
how do i download attachments on this site. keeping clicking on it, it keeps opening up a new tabModified the incest patch as I noticed it set a couple variables that weren't in the game anymore and also unnecessarily capitalised the relations, something that's handled by the game.
Something for lostraven to fix would be the use ofregina_ref_cap
when they wantregina_ref
in:
You don't have permission to view the spoiler content. Log in or register now.
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. Hopefully should have stuff sorted soon.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.