harem.king

Forum Fanatic
Aug 16, 2023
4,108
7,152
My folder for this site has over 1600 files/folders (and that is ignoring my F95 archive for backups and old files and any sub folders). That is one folder, on one drive. I have almost 20 drives, on two computers. It is very organized, but who wants to mess with other files and programs that are unnecessary?
As I said, organize better.
I keep mine in:
Code:
/mnt/D/games_x/0!tools/unren/
Code:
D:\games_x\0!tools\unren\
depending on if linux or windows.
0!tools also contains urm, rpgm save editor, and various other tools I use on games from f95.

It always shows up first before the other games and never gets lost.

Also, you create a false binary of having to mess with files to use unren but not mess with files to use the manual version which is nonsense. manual method requires way more messing with files.

manually said:
1. navigate to /mnt/D/games_x/0!tools/renpy_enable_console_manually.txt
2. double click it.
3. read instructions then follow them below:
4. Go to the game folder, then go to the Ren'Py folder, click on the common folder
5. Find the "00console" RPY file (not RPYC) and click it
6. Click find or control F, and type False
7. Click next 3 times until you find
# If true, the console is enabled despite the config. developer being False.
config.console = False
8. Change config.console = False to True
9. save
with unren said:
1. navigate to /mnt/D/games_x/0!tools/unren.bat
2. copy it
3. paste it in game folder
4. double click it
5. follow on screen instructions: press [4] then press [enter]
also, you can streamline some steps (on both manual and unren methods) by using either
windows =
linux =
 
Last edited:
  • Like
Reactions: randysum

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
15,254
36,013
As I said, organize better.
I keep mine in:
Code:
/mnt/D/games_x/0!tools/unren/
Code:
D:\games_x\0!tools\unren\
depending on if linux or windows.
0!tools also contains urm, rpgm save editor, and various other tools I use on games from f95.

It always shows up first before the other games and never gets lost.

Also, you create a false binary of having to mess with files to use unren but not mess with files to use the manual version which is nonsense. manual method requires way more messing with files.





also, you can streamline some steps (on both manual and unren methods) by using either
windows =
linux =
Again, if that is your thing, cool, but no matter how you do it, that is a lot of work IMO just to change one word in a text file. Not worth it for me. I see no value in Unren, I don't like how it works, and it has failed for me more often than not in the few times I have tried it.

I know how to use search, I have been using computers since the 70's.
But even if I know exactly where the file is, it takes a while to navigate to it. You keep talking about this, even though I have asked you to stop many times. I will never use something so messy, just to change one word. It's a waste of time, space, and effort.
We have given them then options, now drop it.
Anyone else's save completely broken after update?
No, mine loaded fine, could be where you saved. Try one of your other saves (if you don't have any, look in under Auto).
 

guims

Newbie
Jan 20, 2019
32
27
I don't get why I can't raise Emily's influence past 10 and influence level to 2. I trained massage multiple times, two sis are getting naughty slowly but surely. But emily's events won't trigger. (I suppose it's about giving her a massage. But I'm stuck at 10 and level 1. Saying I can't go further unless I trigger the even...
???? What?
 

ArmyPilot

Newbie
Feb 22, 2019
28
22
Just started playing. How do you get a job in the school? I go there and there are no options in the Dean's office other than "wait".

NVM - Found out.
 
Last edited:

EmperorGus

Well-Known Member
Oct 11, 2020
1,022
1,535
I don't get why I can't raise Emily's influence past 10 and influence level to 2. I trained massage multiple times, two sis are getting naughty slowly but surely. But emily's events won't trigger. (I suppose it's about giving her a massage. But I'm stuck at 10 and level 1. Saying I can't go further unless I trigger the even...
???? What?
Keep training massage until you get the notification that you got the skill.
IIrc, I did the training 5 times before I got the skill.
 
  • Like
Reactions: TheDevian
Jul 10, 2018
41
98
Something broken here? I keep looping this part of script after entering MC name.

So, most of them were not made widely available to the public."""

scene home mc_room with dissolve
show mc normal casual with dissolve
python:
mc_name = renpy.input("My name is", length=32)
mc_name = mc_name.strip()
if mc_name:
mc = MC(Character(mc_name), mc_name, "Meyer")
else:
mc_name = 'John'
hide mc
 

sashamitsell

Newbie
Oct 29, 2017
38
34
Just finished to this update. Was it just me or did the English spelling seem to get worse the further the game progressed.
Overall a decent game with some nice characters. It's just a little to grindy without console commands and that penis will still look good half that size.
 

Pr0GamerJohnny

Devoted Member
Sep 7, 2022
8,030
12,328
As I said, organize better.
I keep mine in:
Code:
/mnt/D/games_x/0!tools/unren/
Code:
D:\games_x\0!tools\unren\
depending on if linux or windows.
0!tools also contains urm, rpgm save editor, and various other tools I use on games from f95.

It always shows up first before the other games and never gets lost.

Also, you create a false binary of having to mess with files to use unren but not mess with files to use the manual version which is nonsense. manual method requires way more messing with files.





also, you can streamline some steps (on both manual and unren methods) by using either
windows =
linux =
Again, if that is your thing, cool, but no matter how you do it, that is a lot of work IMO just to change one word in a text file. Not worth it for me. I see no value in Unren, I don't like how it works, and it has failed for me more often than not in the few times I have tried it.

I know how to use search, I have been using computers since the 70's.
But even if I know exactly where the file is, it takes a while to navigate to it. You keep talking about this, even though I have asked you to stop many times. I will never use something so messy, just to change one word. It's a waste of time, space, and effort.
We have given them then options, now drop it.

No, mine loaded fine, could be where you saved. Try one of your other saves (if you don't have any, look in under Auto).
Both of you guys are doing this the slow/cumbersome way. Since renpy script files obey a load order, you can simply put your own file in the /game folder without having to locate the original config.console statement OR use unren.

literally just make a text file with:
Python:
init 500 python:
    config.console = True
rename the text file to whateverYouLike.rpy, and throw it in the game folder. The 500 usually ensures it's run after existing python blocks, overwriting them.
 

Jackiechanfan

New Member
Apr 22, 2018
2
0
Here's a step by step guide on how you cheat.

In the game folder, go to game/saves. There, pick a savegame you want to alter.
The first number is the page the savegame is on, the second number is the savegame slot.
Then, go to , and just drag the savegame in there.

The first value you'll see is "mc > money". Click on the green number and add, say, 100000 in the popup
Then, click on the blue >> button
Scroll down (or use ctrl-f) to find "mc > intelligence" and "mc > strength" and change their values to 50.

When you've changed strength, intelligence and money scroll down and click the blue download button. It'll be called "Download X-X-LT1.save"
Now drag that file from your download folder into the savegame folder and let it overwrite the original save file.
Now load that save from inside the game and there you go, you can now play the game without needing to grind at all.

You don't need to bother with anything else. Simply buy a load of Nice Gifts and UP to boost Influence and Corruption respectively and you don't need to farm anything anymore.
Because unlike all the other actions, giving a gift can be repeated as often as you need.

What is UP?
 

RazerVee

Member
Nov 10, 2021
116
36
how to use control? im literally stuck at the first step when i maxed out the influence like emily influence 10 and how to move to further step? did anyone can give me the walkthrough?
 

juanel0

Member
Oct 25, 2017
253
133
The game is good and has potential.. but maybe wait til 2027 and play it. We are at v15.0 with the speed of the updates it will be v19.0 - Then maybe it will have enough content.

Because it has good content, just very little of it. Not THAT little right now, but i played this like 2 year ago and the ammount of content is not that different, i mean, it is, but not what you expected from a 2 year gap. More like what you expected from a 6 month gap with 2 updates, each every 3 months... and that's because the ammount on content that was added was not a lot...
 

SilverFire

Member
Apr 28, 2017
182
47
So is it just for me or is Cathy`s outfit the same as before even after giving her the slut outfit and completing her lvl 8 corruption event?
 

TalkingCat15

Member
Jan 16, 2021
240
173
what is the fetish with making everyone wearing make up even when it does not make sense? I mean... make up at the gym? really? the miko? even then, make up is not even a sign of "corruption". It just seems like a joke executed wrong
 
2.80 star(s) 60 Votes