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

4.20 star(s) 155 Votes

jasad

Active Member
Dec 14, 2021
780
599
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 .
thank you for the update~ :LOL:
 
  • Red Heart
Reactions: JokerLeader

JackMiejov

Well-Known Member
May 20, 2021
1,203
2,157
I had some weird things happen with the Emma scene. I saved before it started, then I proceeded but didn't select the anal plug. Later when MC tells Emma he's not done, yet, she says he didn't use the anal plug, so he doesn't get anal. However, I reloaded and then selected the anal plug, and when it got to the point where the MC says he's not done yet, and Emma is laying there with the plug inside of her, the scene just ended with MC telling Emma why he was going away for a couple weeks. It didn't flow smoothly, so I kinda thought something was up.

Then I tried different things with the toys and still got the same result, so I just finished the episode. Then, I went back and tried it again, the first time without the plug, and the conversation goes the same way with "it'll hurt" and "We'll leave that for another time" but, then MC says "I'm gonna pull this out." and he pulls out the plug and they have anal sex. I've tried this multiple times with different results. There's definitely a bug in there somewhere.

No mods, BTW.
 

JackMiejov

Well-Known Member
May 20, 2021
1,203
2,157
Shhh... don't tell him about the pole on Patreon about events that are coming very soon!
It seems like that could only happen in an update after the next one, so anywhere from 10 to 16 months from now, based on history, or longer if it's in a later update.

I love this game and have no issues with the release cadence of updates, just saying that "very soon" rarely equates to time period on the order of a full year or more. ;)
 
  • Like
Reactions: Xabder

jhonatanw

Engaged Member
Jun 21, 2022
2,654
1,897
No More Money [v3.4.1 S3 Ep.4 Gold Edition] [ ] - Compressed

You like this game and want to support the developer, click on the developer name below.
Developer:

This compression is unofficial which reduces media quality and might break the game.


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

Original Win/Linux Size: 4.9 GB
Compressed Win/Linux Size: 1.4 GB
Mega - Pixeldrain

Original Mac Size: 4.9 GB
Compressed Mac Size: 1.3 GB
Mega - Pixeldrain

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

You don't have permission to view the spoiler content. Log in or register now.
Your compression is giving many errors when opening the Achievement and Memories options
 
  • Like
Reactions: Pablor and Jorund

1tomadeira

Engaged Member
May 25, 2017
3,023
8,710
Ripples and now this on the same day? Couldn't you guys wait between both games? These days are mean.
 

obito_momo

Newbie
May 22, 2018
25
15
No More Money [v3.4.1 S3 Ep.4 Gold Edition] [ ] - Compressed

You like this game and want to support the developer, click on the developer name below.
Developer:

This compression is unofficial which reduces media quality and might break the game.


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

Original Win/Linux Size: 4.9 GB
Compressed Win/Linux Size: 1.4 GB
Mega - Pixeldrain

Original Mac Size: 4.9 GB
Compressed Mac Size: 1.3 GB
Mega - Pixeldrain

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

You don't have permission to view the spoiler content. Log in or register now.
hi it gives me a lot of error for some reason
 

colombeen

Member
Modder
Jul 16, 2021
311
1,697
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
4.20 star(s) 155 Votes