RottenPlum

Well-Known Member
Jun 17, 2017
1,145
556
Well gonna wait for Ahchi to make gameplay walkthrough of V3 and if that won't work i'm gonna use his save. Complete save of V2 didn't work for me as intended because it seems some variables and triggers have been changed, so i guess it's gonna be more complicated for new gameplay walkthrough due to that and probably gonna take some time maybe until next version if dev gonna bother to fix watering plant bug and in my playthrough i couldn't get ring task to trigger at all plus game is horribly grindy now as some progression requires huge amount of cash and you can only earn 400 per week, might be some other way to earn more but couldn't find it probably because it's a buggy update.
 
  • Thinking Face
  • Like
Reactions: Hlextor and ll2777

OhWee

Forum Fanatic
Modder
Game Developer
Jun 17, 2017
5,680
28,659
Well gonna wait for Ahchi to make gameplay walkthrough of V3 and if that won't work i'm gonna use his save. Complete save of V2 didn't work for me as intended because it seems some variables and triggers have been changed, so i guess it's gonna be more complicated for new gameplay walkthrough due to that and probably gonna take some time maybe until next version if dev gonna bother to fix watering plant bug and in my playthrough i couldn't get ring task to trigger at all plus game is horribly grindy now as some progression requires huge amount of cash and you can only earn 400 per week, might be some other way to earn more but couldn't find it probably because it's a buggy update.
I recommend enabling Ren'Py console to help with this.

1) Get Unren.bat from here:
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

Put in the same folder as the Jen's Dilemma .exe. Click to run. Choose option 7.

Then, when ingame, hit shift key + o (i.e. capital O)
type:
mny += 50000

or whatever amount you want.

Then hit esc key to exit console.

I also use this to jump to labels when a trigger isn't triggering, and to edit variables as needed, 'cuz I have no patience for unnecessary grind 'cuz life is too short, but that requires a bit of research into the various .rpy files, which most people aren't interested in doing, understandably.

There's also a bunch of cash laying around somewhere ingame, but that'd be spoilers...
 

sergejgarba

Newbie
Jun 3, 2020
72
32
There's some sort of money cheat when watering the plants while Jen is not in her room. This, will turn into an interesting event in the next versions.

BUG, Do not try to water the plants in V3 You will get trapped in a loop as it resets when you try to tell Jen,
(Use V2 until you start looking for the ring)
how to complete the "search for the ring" task
 

kevcolqaz

Active Member
Jan 10, 2019
701
832
No VN version for this?
There is a gallery version for this game, but you won't understand the story without having understood the grind, but all you need to know is that all the FMC in this series are whores and mc just wants to bang.
 

darkloraed

Member
Oct 5, 2019
123
14
I recommend enabling Ren'Py console to help with this.

1) Get Unren.bat from here:
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

Put in the same folder as the Jen's Dilemma .exe. Click to run. Choose option 7.

Then, when ingame, hit shift key + o (i.e. capital O)
type:
mny += 50000

or whatever amount you want.

Then hit esc key to exit console.

I also use this to jump to labels when a trigger isn't triggering, and to edit variables as needed, 'cuz I have no patience for unnecessary grind 'cuz life is too short, but that requires a bit of research into the various .rpy files, which most people aren't interested in doing, understandably.

There's also a bunch of cash laying around somewhere ingame, but that'd be spoilers...
It does not work. Do you have any tips on how to install it?
 

OhWee

Forum Fanatic
Modder
Game Developer
Jun 17, 2017
5,680
28,659
It does not work. Do you have any tips on how to install it?
Hmmm, did you place unren.bat in the same directory (not the /game subdirectory) as the Jen's Dilemma .exe? The folder you navigate to so that you can click the icon to start the game?

Oh, and you DID extract unren.bat first, correct? If it's still in the zip file, it probably won't work.

There's also a chance that the console might already be enabled, but most developers usually don't enable it by default.
 

darkloraed

Member
Oct 5, 2019
123
14
Hmmm, did you place unren.bat in the same directory (not the /game subdirectory) as the Jen's Dilemma .exe? The folder you navigate to so that you can click the icon to start the game?

Oh, and you DID extract unren.bat first, correct? If it's still in the zip file, it probably won't work.
Okay, I start the game and press Shift + O
And nothing happens
 

OhWee

Forum Fanatic
Modder
Game Developer
Jun 17, 2017
5,680
28,659
Did unren.bat successfully run yet? We should take this to PMs to not clutter this thread any further.
 

Jose Moran

Newbie
Feb 9, 2019
31
9
I recommend enabling Ren'Py console to help with this.

1) Get Unren.bat from here:
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

Put in the same folder as the Jen's Dilemma .exe. Click to run. Choose option 7.

Then, when ingame, hit shift key + o (i.e. capital O)
type:
mny += 50000

or whatever amount you want.

Then hit esc key to exit console.

I also use this to jump to labels when a trigger isn't triggering, and to edit variables as needed, 'cuz I have no patience for unnecessary grind 'cuz life is too short, but that requires a bit of research into the various .rpy files, which most people aren't interested in doing, understandably.

There's also a bunch of cash laying around somewhere ingame, but that'd be spoilers...
I don't know if that example is good. It doesn't count the amount for me, do you know what the command is to add money?
 

OhWee

Forum Fanatic
Modder
Game Developer
Jun 17, 2017
5,680
28,659
The variable for money is mny

so
$ mny += 50000

adds 50,000 dollars to your total. At least for me.

Note that I downloaded the uncompressed version that SonsOfLiberty shared. The compressed version should work fine too.
 

hedgehog4216

Newbie
Jun 25, 2022
95
80
I recommend enabling Ren'Py console to help with this.

1) Get Unren.bat from here:
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

Put in the same folder as the Jen's Dilemma .exe. Click to run. Choose option 7.

Then, when ingame, hit shift key + o (i.e. capital O)
type:
mny += 50000

or whatever amount you want.

Then hit esc key to exit console.

I also use this to jump to labels when a trigger isn't triggering, and to edit variables as needed, 'cuz I have no patience for unnecessary grind 'cuz life is too short, but that requires a bit of research into the various .rpy files, which most people aren't interested in doing, understandably.

There's also a bunch of cash laying around somewhere ingame, but that'd be spoilers...
universal renpy mod is wayyy easier
 
  • Like
Reactions: xXx21

RottenPlum

Well-Known Member
Jun 17, 2017
1,145
556
I recommend enabling Ren'Py console to help with this.

1) Get Unren.bat from here:
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/

Put in the same folder as the Jen's Dilemma .exe. Click to run. Choose option 7.

Then, when ingame, hit shift key + o (i.e. capital O)
type:
mny += 50000

or whatever amount you want.

Then hit esc key to exit console.

I also use this to jump to labels when a trigger isn't triggering, and to edit variables as needed, 'cuz I have no patience for unnecessary grind 'cuz life is too short, but that requires a bit of research into the various .rpy files, which most people aren't interested in doing, understandably.

There's also a bunch of cash laying around somewhere ingame, but that'd be spoilers...
Whenever is needed depending on the game i will use console if i know code for various stats including money, however AFAIK console cheats won't work for this game so i used saveeditonline method in the past. Now it won't load that modified save at all. Both modifying stats, via console and otherwise don't work and i think dev did it on purpose.

Edit: It seems it works now so thanks for that.
 
  • Like
Reactions: OhWee
1.60 star(s) 53 Votes