Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,440
11,232
636
lol what nothing about this game is sharing not gonna happen
You can literally pimp out Nijah and there's a planned route where you give Mika up for Markus. You can also watch Mr Winward getting jerked off by two prostitutes but that's obviously not sharing.
Not to mention Sister Divine is fucking the girls at the mages tower and can get an in game sex scene where she fucks Mika. I don't personally count those personally since it's lesbian futa and all the actual scenes of it are within the harem or soon to be harem but I know other people would. Still missing a few scenes here and there and there's 2 Mrs Winward paths I haven't played through yet so there might be more too that I just haven't found yet.
Now don't get me wrong, I'm not interested in it, I think it's a waste of dev time to add it to a harem game and I really don't see Adara being shared given their relationship dynamic, but there is sharing. Thankfully just not a lot of it.
 
  • Like
Reactions: mrhable

Angaort

Newbie
Jul 31, 2018
53
85
132
It's pity that the developer decided to change Adara's appearence. Previous one was better IMHO...
 

raven_2024

New Member
Oct 25, 2023
1
0
35
Modified 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 of regina_ref_cap when they want regina_ref in:
You don't have permission to view the spoiler content. Log in or register now.
how do i download attachments on this site. keeping clicking on it, it keeps opening up a new tab
 

Benn Swagger

Well-Known Member
Aug 26, 2016
1,648
2,678
434
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.
 
Last edited:

lostraven

Engaged Member
Donor
Game Developer
Apr 27, 2017
3,138
14,477
759
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.
Well, we're actually working on dealing with save issues now. :coffee: Hopefully should have stuff sorted soon.
 

Argentus67

Member
Nov 19, 2021
115
139
167
How do you open the console menu please and thank you?
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 game


P.S you can do these same steps to enable the console for almost all game that use renpy
 
  • Like
Reactions: Richh123

Richh123

Member
May 15, 2023
137
167
176
Thank you for that I got the Console menu Up. However what are the commands for health, Money and stats etc. Please and Thank you. yah i found it :pPPP
 
Last edited:

PhoenixRage23

Active Member
May 24, 2020
965
1,165
298
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.
 

Anolas

Member
Jun 26, 2020
109
65
193
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.
Unless the dev make an official one.
 
  • Like
Reactions: Manchild11

ChubbyFatBoy

Active Member
Aug 19, 2024
918
4,155
321
Well, we're actually working on dealing with save issues now. :coffee: Hopefully should have stuff sorted soon.
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.
 
  • Haha
Reactions: D'waawwu

Shazam95

Newbie
Dec 8, 2024
33
10
17
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.

Bro what about skill points and other points
 

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,440
11,232
636
Bro what about skill points and other points
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)".
You could also use the same console command to give you multiple elena gift books with this command "PlayerAddItem("elena_gift_book",1)" and use those to raise your charisma. As for directly editing the player stats I haven't been able to find the variables, searching for the values comes up empty and modifying the rpy files to increase the starting stats doesn't seem to do anything. 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.
 

Vitklim

Active Member
Feb 22, 2018
910
1,325
347
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 .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.

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.
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.
 
4.20 star(s) 98 Votes