kevcolqaz

Active Member
Jan 10, 2019
900
1,158
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
130
20
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

Conversation Conqueror
Modder
Game Developer
Jun 17, 2017
6,018
30,436
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
130
20
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

Conversation Conqueror
Modder
Game Developer
Jun 17, 2017
6,018
30,436
Did you press the letter o and not the number 0?
 

OhWee

Conversation Conqueror
Modder
Game Developer
Jun 17, 2017
6,018
30,436
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
32
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

Conversation Conqueror
Modder
Game Developer
Jun 17, 2017
6,018
30,436
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

Member
Jun 25, 2022
120
102
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,219
643
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.50 star(s) 75 Votes