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

4.20 star(s) 151 Votes
Sep 12, 2023
291
473
What do you mean? It doesn't work with the re-uploaded, fixed version he posted?






Again been said lots of times now, if you are not on their paths, it will be a super short update, if you are on the path, lots of content.
I guess that explains it, been so long I don't even remember who those girls are. In my playthrough it's just been Bea, sis, mom, the boss and maybe auntie next update (since it's just her for a game week).
 

Eonor

Active Member
Sep 9, 2017
575
1,311
Updated my compressed Android port of No More Money with JokerLeader's walkthrough mod to v3.4.1.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

Zero919

Active Member
May 2, 2017
610
1,213
previously, it seemed like music was playing in the game in certain scenes, but now it's only in the main menu... it's for everyone, or is it a bug?
 

jhonatanw

Engaged Member
Jun 21, 2022
2,650
1,778
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.

I'm sorry for the error that my version caused you, now I redid a new .zip and I'm sorry again. :( :cry:

Original Win/Linux Size: 4.9 GB
Compressed Win/Linux Size: 1.4 GB

Mega - Pixeldrain (Fix)

Original Mac Size: 4.9 GB
Compressed Mac Size: 1.3 GB

Mega - Pixeldrain (Fix)

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.
Thanks, now the Achievement and Memories options are opening fine
 
  • Like
Reactions: Smexy and Henr11
Jan 27, 2018
196
849
anyone know whats the dev's latest post in patrion about? sex with tris? whats that about? we can finally have somthing with tris?
It's a poll for the location of MC's and Tris/Charlotte's first time. Royal Candy wanted to make up for not giving the $40 tier earlier access than the $20 and $5 tiers by letting them choose where the first time will take place for each LI.


Charlotte:
- Hotel
- Toby's room
- Hot Tub
- Livingroom

Tris:
- Park
- Tris's room
- Beach
- Hotel
 
  • Like
  • Wow
Reactions: SteveyP and MixQQ

Dodzh

Member
Apr 7, 2021
167
757
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)
Here is a slightly cleaner and faster way of doing same thing

Python:
        for el in achievement_list:
            for ach in el.list:
                ach[1] = True

        for sce in memories_list:
            for mem in sce.list:
                mem[1] = True
 

F4iunyl3x

Active Member
Modder
Aug 26, 2018
629
5,761
No More Money S3 Ep.4
Video enhancement mod


This mod overwrites the native animations of the game with interpolated animations by a 2x factor. (30fps -> 60fps)

how ? Thanks to deep-learning processes, trained predictive models can interpolate one "fake" frame next to each native frame.
The result gives a smooth effect on each animations, the benefit is the most visible with the oldest animations in S1.

Here is an example of what you can expect ( ):



Download the mod : Mega ; Pixeldrain

I didn't inspect each animation in depth , so feel free to report any flaws you find (bugs, video artifacts...)

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.

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

colombeen

Member
Modder
Jul 16, 2021
301
1,633
Here is a slightly cleaner and faster way of doing same thing

Python:
        for el in achievement_list:
            for ach in el.list:
                ach[1] = True

        for sce in memories_list:
            for mem in sce.list:
                mem[1] = True
I had the same thought this morning, I'll change it a bit later today
 
  • Like
Reactions: Dodzh
4.20 star(s) 151 Votes