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

4.20 star(s) 156 Votes

APK18

Newbie
Aug 12, 2020
85
34
To be honest, I don't know exactly what happened either, but you can solve it by putting the images in png format.
(NoMoreMoney-3.4.1-pc\game\images\episode3)Maybe it will solve.
I still get the error, I changed the images and edited the script, but it still gives the error, what could it be?
 

joelurmel

Well-Known Member
Nov 3, 2022
1,742
2,676
I still get the error, I changed the images and edited the script, but it still gives the error, what could it be?
The problem come from the original webm, it does not respect the format fully.
Try the correct attached file
 
Last edited:
  • Like
Reactions: tommyjohne

joelurmel

Well-Known Member
Nov 3, 2022
1,742
2,676
how to add image in webm? other errors are happening
Check if you can open in paint if yes, convert in to png. And if you want to convert to webm to avoid script modification, use any Internet free conversion png to webm or use XnConvert for example.
If you can't open in paint, in that case the file is corrupted and need a new original.
 
  • Like
Reactions: tommyjohne

joelurmel

Well-Known Member
Nov 3, 2022
1,742
2,676
I have made an audio restoration for the 3.5.1 version until chapter 18, based on my previous update to 3.3.1 Gold.

NEW: Musics title are now displayed :)

Extract to ...\NoMoreMoney-3.5.1-pc and overwrite old files (As usual, modified files have their backups)




If you want to use with the JokerLeader mod, use the modified one attached below.
IMPORTANT: You have to install the Audio restoration first !

UPDATE 24/04/06: My add-on for Chapter 17 is now integrated in the base restoration and I will try to add music in Chapter 18 and 19, but don't expect it soon.
I'm really busy at the moment...
 
Last edited:

parqueo

Engaged Member
Jan 21, 2019
2,031
2,435
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('images/episode5/191_normal.webp') at 0x000000000fe3edc0>:
  File "game/story/script.rpy", line 59, in script call
    call episode5 from _call_episode5
  File "game/story/episode5.rpy", line 40, in script call
    call episode5_sunday_dateLauren from _call_episode5_sunday_dateLauren
  File "game/story/episode5.rpy", line 1474, in script
    scene image("images/episode5/191_normal.webp") with dissolve
Exception: Could not load image 'images/episode5/191_normal.webp': error('Failed to decode WEBP')

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/story/script.rpy", line 59, in script call
    call episode5 from _call_episode5
  File "game/story/episode5.rpy", line 40, in script call
    call episode5_sunday_dateLauren from _call_episode5_sunday_dateLauren
  File "game/story/episode5.rpy", line 1474, in script
    scene image("images/episode5/191_normal.webp") with dissolve
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\core.py", line 3906, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\transition.py", line 378, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
Archivo "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\layout.py", línea 884, en render
surf = render (niño, ancho, alto, cst, cat)
Archivo "render.pyx", línea 170, en renpy.display.render.render
Archivo "render.pyx", línea 266, en renpy.display.render.render
Archivo "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\transform.py", línea 747, en render
    return transform_render(self, width, height, st, at)
Archivo "accelerator.pyx", línea 187, en renpy.display.accelerator.transform_render
Archivo "render.pyx", línea 266, en renpy.display.render.render
Archivo "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\im.py", línea 627, en render
    return cache.get(self, render=True)
Archivo "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\im.py", línea 295, en get
surf = imagen.load()
Archivo "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\im.py", línea 720, en carga
Subir E
Archivo "C:\Users\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\im.py", línea 699, en carga
surf = renpy.display.pgrender.load_image(f, nombre de archivo)
Archivo "C:\Usuarios\Usuario\Documents\Juegos Pc\Nueva carpeta\No mas Dinero\NoMoreMoney-3.4.1-pc\renpy\display\pgrender.py", línea 160, en load_image
raise Exception("No se pudo cargar la imagen {!r}: {!r}".format(nombre de archivo, e))
Excepción: No se pudo cargar la imagen 'images/episode5/191_normal.webp': error('Error al decodificar WEBP')

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.2.22081402
No Más Dinero 3.4.1
Tue Nov  7 21:09:33 2023
[/código]
 
  • Yay, new update!
Reactions: Jeancul

Ayris.ise

New Member
Nov 8, 2023
3
0



Hi guys,
How everybody is doing? I hope you're all doing fine.

PROGRESS STATUS

Last week I have started to work on the second episode of season two. The plan for the upcoming episode is done and I already started to write the text. Once I have all this then I'll be able to focus on renders.

As most of you know there is a new channel on discord where I post progress status more often.

RELEASE DATE

Some of you asked me about when the next episode will be released. August was just an exception, because I really needed to take some time off.
I really like doing this games, but I still have a job and family, so that's why I took the August off, but now I'm back on the monthly update schedule.

So next episode will be released by the end of this month.

Best regards,
Jason
where can I download this version of your game for Android?!? Wherever I download it, it always crashes, I can’t play, where then should I download it for the Android versions to play?
 

Ayris.ise

New Member
Nov 8, 2023
3
0
why did they remove the feature for downloading android versions?((before it was so convenient to download it here and it always worked, but now where I didn’t download for the android version the game always crashes without even starting this game(((( :( :(
 

robas147

Member
Jan 19, 2018
271
104
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 .
the mod is not compatible with the compressed version
 
4.20 star(s) 156 Votes