VN Ren'Py No More Money [v3.5.1 S3 Ep.5 GE] [RoyalCandy]

4.20 star(s) 150 Votes

colombeen

Member
Modder
Jul 16, 2021
284
1,562
Gallery Unlock Script

Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: v3.5.1 S3 Ep.5 (should work on future versions as well)

Download:

DISCLAIMER
This script makes permanent changes to your persistent data.
Removing this script will not revert the changes that have been made.
Make a backup if you ever want to be able to revert back without completely removing your persistent data.
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.75232/post-12144221

# Start the deal with the devil
init 666 python:
    gallery_unlock_lists = []
   
    # Memories
    if not memories_list is None:
        gallery_unlock_lists += memories_list
   
    # Achievements
    if not achievement_list is None:
        gallery_unlock_lists += achievement_list
   
    if len(gallery_unlock_lists) > 0:
        for gallery_unlock_list in gallery_unlock_lists:
            for gallery_unlock_item in gallery_unlock_list.list:
                gallery_unlock_item[1] = True
 
Last edited:

madcap46

Newbie
Jun 29, 2019
32
45
Gallery Unlock Script

Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: v3.4.1 S3 Ep.4 (should work on future versions as well)

Download: MEGA



Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.75232/post-12144221

# Start the deal with the devil
init 666 python:
    # Memories
    if not memories_list is None:
        for gallery_unlock_list in memories_list:
            for gallery_unlock_item in gallery_unlock_list.list:
                unlockMemory(gallery_unlock_item, False)
   
    # Achievements
    # Had to redefine the function to prevent the audio playback and
    # the notification when unlocking it while starting the game
    def unlockImage(var, notify = True):
        if var[1] == False:
            if notify:
                renpy.play("audio/fx/Achievement Sound.mp3", channel='sound')
                renpy.notify("You have unlocked a new image")
            var[1] = True
   
    if not achievement_list is None:
        for gallery_unlock_list in achievement_list:
            for gallery_unlock_item in gallery_unlock_list.list:
                unlockImage(gallery_unlock_item, False)
Doesnt work
 
  • Like
Reactions: Nocro32510

shamtiiomi

Active Member
May 1, 2021
523
428
Yeah what a waste of money right? If I were you I'd stop supporting RoyalCandy right now!!!
when he was doing no more secrets i was a patron of him and no problem given my money bcs well he did let mc had sex wuth evryone around ,but this is 3 season and he is playing with the patrons so no i dont hink is good or worthly
 

Hahn1900

Formerly 'Hahn81'
Jan 3, 2021
1,395
3,098
is it me or is 3.4.1 broken as fuck?

First i got an error loading the last savegame. Could bring it to run with an autosave though... that *snap* Mc is driving the truck to some gangsters is buying a gun, goes to sleep, and in the very next scene is driving with denise off, and that was the end... so... it was about 10 lines of text. that cant be right?

*Edit* ah fuck it, id dont even want to bother with it anymore... the comments gave it away, the update isnt worth it anyways, as expected. Will just wait until the season or whatever is done. And start a new game...
 
  • Like
Reactions: iluvclamp

ifohancroft

Newbie
Oct 9, 2023
18
5
How do I unlock second picture in new episode? Legit way of course
1. Work for Darlene
2. When using the toys on Emma use the butt plug
3. Remove the butt plug before clicking Continue
4. When she says that you didn't use it and it would hurt, choose You are right (I can't exactly remember if she says it in this playthrough).
 
  • Like
Reactions: MrDefault

joelurmel

Well-Known Member
Nov 3, 2022
1,526
2,362
View attachment 2153853
No More Money [S3 Ep.4 Gold] Walkthrough Multi Mod
Now the Mod Unlocks Achievements and Memories. Thanks, Wills747 for the help.

Note: The Mod is only, and it will only be updated for the Gold Version.

Note: I know the "Unlock Gallery or Unlock Memories" shows above all the Episodes in the Achievements & Memory Screens, but just press one, and you will unlock everything for the Achievements or Memories.

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: - - - ANDROID

The Android port is created by DarkAssassin.
If you like my work, please consider supporting me on my or , check my .
There is a bug in the file script.rpy integrated in your mod.
You do not call episode19... So, you can't see the chapter from 3.4.1.
Another error in the file episode18.rpy, you call eppisode17_leaveWithSheila (with 2 p) instead of episode17_leaveWithSheila
Attached the corrects version.
 
Last edited:

legarius369

Newbie
Apr 8, 2022
20
19
" I should stop acting like an entitled guy "<---------- Read, repeat, rince, read, repeat, rince.

If you're in such a hurry, take out your purse, buy it for us and share it ? Most of us here are relying on the generosity of a few sharers. So, do like us = wait or buy it yourself.
Does buying it mean you see other scenes or just that you get to play the next release a bit early? Or something else entirely?
 
4.20 star(s) 150 Votes