Mod Cheat Mod Ren'Py Race of Life - Multi Mod [Act 1 Steam][scrappy]

scrappy

Well-Known Member
Modder
May 26, 2017
1,066
31,472
BANNER_JASMINE_LOGO.png

Overview:
Mod that shows points gains/path/scenes in dialogue options and
adds a cheats button in top right corner with options to
add money,unlock gallery and change relationship points​

Game/Creator: Race of Life /
Modder:
Game Version: Act 1
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Download: - -

screenshot0001.png screenshot0002.png

 
Last edited:

Karabonga

Member
Dec 11, 2018
280
125
mod is not working properly previous choices kept saying jasmine and when i click on the right mouse key, an error appears. Not sure if it's me or other people are having the same problem. the mod is buggy is all am saying but i appreciate the faster than usual mod release this time
 

FapAnimePro

Newbie
Jan 8, 2019
76
37
mod is not working properly previous choices kept saying jasmine and when i click on the right mouse key, an error appears. Not sure if it's me or other people are having the same problem. the mod is buggy is all am saying but i appreciate the faster than usual mod release this time
same issue
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,066
31,472
mod is not working properly previous choices kept saying jasmine and when i click on the right mouse key, an error appears. Not sure if it's me or other people are having the same problem. the mod is buggy is all am saying but i appreciate the faster than usual mod release this time
same issue
What was the error message? Did you unren your game or you could try enabling/disabling the walkthrough with the cheats again.
 

hsaIV

Member
Nov 7, 2020
367
166
My 3.1 saves aren't working, it just skips to "end of 3.2 please save".
 

Jaim Sandar

Member
Apr 3, 2023
133
23
View attachment 4337945

Overview:
Mod that shows points gains/path/scenes in dialogue options and
adds a cheats button in top right corner with options to
add money,unlock gallery and change relationship points​

Game/Creator: Race of Life /
Modder:
Game Version: Ep. 3.2 Extra
Language: English

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.
I am getting exception error loading saves from 3.1/MultiMod.
Debug file attached. View attachment traceback.txt
 
Aug 10, 2024
163
64
How to get jasmine maid scene
Im on her romantic path, didnt took natalya or veronica in conference, and didnt have sex with vanessa as well
Still some error pops up, ignoring it doesnt leads me to that scene :cry:
 
Last edited:

Jaim Sandar

Member
Apr 3, 2023
133
23
View attachment 4337945

Overview:
Mod that shows points gains/path/scenes in dialogue options and
adds a cheats button in top right corner with options to
add money,unlock gallery and change relationship points​

Game/Creator: Race of Life /
Modder:
Game Version: Ep. 3.2 Extra fix3
Language: English
Overwrite the fix2 mod files with the fix3 files, right?
Still getting the exception error.
Trace file attached.
View attachment traceback.txt
 

Dirty Gerry

New Member
Jan 30, 2020
2
0
JFYI: Mod wasn't working on my side but I was able to resolve it. I had access to the cheat menu but didn't get any mod infos in choices.
This happened on a clean Rol 3.2 install, followed by the game's v3-hotfix and the final 3.2-hotfix-v3-mod.

I was able to resolve this by unpacking the rpa files to get the modded scripts which got compiled on game startup.
Maybe this will help others.

Thank you so much for your fantastic work!
 

Jaim Sandar

Member
Apr 3, 2023
133
23
JFYI: Mod wasn't working on my side but I was able to resolve it. I had access to the cheat menu but didn't get any mod infos in choices.
This happened on a clean Rol 3.2 install, followed by the game's v3-hotfix and the final 3.2-hotfix-v3-mod.

I was able to resolve this by unpacking the rpa files to get the modded scripts which got compiled on game startup.
Maybe this will help others.
I don't know anything about "unpacking the rpa files" and all of that stuff, but I deleted the game including mod files, redownloaded both 3.2 game/v3 fix and 3.2 mod/v3 fix.
Still getting the exception error as mentioned in my previous posts above.
What am I missing... do I need to do something that I am lacking the knowledge to understand?
I am a retired IT professional, but I don't know a lot about programming and scripts.

Is it simply that the saved game from v3.1 with multimod are not compatible with 3.2/multimod?
I started a new game, and I don't have any problem with loading new saves.
So unless I find a way to fix the errors, I have to play the whole thing over again.
 
Last edited:

Dirty Gerry

New Member
Jan 30, 2020
2
0
I'm a programmer, but I haven't had much to do with Renpy, or rather Phyton. So take my tips with a grain of salt.
Your error message could be related to my problem.
The exception “Couldn't find a place to stop rolling back” could mean that a label is missing in the scripts, but is included in the save game. Perhaps it was an additional mod label so that you can play several game branches, which is not intended by the game.
If the scripts are still unmodded, as in my case, this label is missing.

The mod includes an rpa-archive, which contains the modded script files.
I noticed that in the hotfix-v3-mod the file is “zzscripts.rpa”, but in the hotfix-v2-mod it's “zscripts.rpa”. This is probably not a problem, but I would delete “zscripts.rpa” as a precaution.

You can use “unren” to unpack rpa files, among other things. I have used UnRen.bat.
Copy the .bat file into your RoL directory, start it and use option 1 (Extract rpa packages).
I then had the modded scripts (*.rpy) in the game\script subdirectory, which were compiled (*.rpyc) when the game was started.

Good luck!