Mod Cheat Mod Ren'Py Abandoned EraStorm - Episode 1 : SandStorm [v0.3.5] Multi-Mod [ShaddyModda]

robbaniak

Member
Jul 17, 2019
478
645
When it comes to adding something, no. Clean copy of game (from server) + wt/cheat mod. Zero other modifications.
As for disabling the quick menu, I am not sure anymore. If it is done with a keyboard shortcut, it is possible (though I have no idea what the key combination is). If I had to edit the files manually, it surely wasn't.
 
  • Angry
Reactions: RustyRug

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,374
11,593
When it comes to adding something, no. Clean copy of game (from server) + wt/cheat mod. Zero other modifications.
As for disabling the quick menu, I am not sure anymore. If it is done with a keyboard shortcut, it is possible (though I have no idea what the key combination is). If I had to edit the files manually, it surely wasn't.
If memory serves. on pc it's CTRL+ALT+K replace CTRL with Command on MAC. And i don't believe you can disable it through input on android, but not sure, as i don't own one therefore never played on one.
 

robbaniak

Member
Jul 17, 2019
478
645
I played the first part of the game with a mod, the second only with the walkthrough (PDF). Now I wanted to make the game easier, but something went wrong.
Fuck it. I start the game from the beginning.
Thank god it's not a sandbox :)
 
  • Haha
Reactions: ShaddyGames

joypinse

Member
May 5, 2018
342
269
selecting Nora in Gallery gives an error message
other than that works - thanks

Code:
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'end3small.jpg'>:
IOError: Couldn't find file 'end3small.jpg'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\layout.py", line 455, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\behavior.py", line 774, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\own\PLAY\SandStorm-v0.3.5-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'end3small.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SandStorm v0.3.5
Mon Mar 08 13:45:02 2021
```
 

Guileless

Newbie
Donor
Jul 7, 2018
49
154
ShaddyModda Thank you for the mod, I sincerely appreciate your generosity for sharing and all of the effort involved.

As previously noted, Nora's section isn't functional. As best I can tell there are non-existent placeholder image names from a RenPy gallery code template (based on a web search for the missing image files) used for her gallery selection page instead of the images for her scenes.
 
  • Like
Reactions: Graybo

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,374
11,593
ShaddyModda Thank you for the mod, I sincerely appreciate your generosity for sharing and all of the effort involved.

As previously noted, Nora's section isn't functional. As best I can tell there are non-existent placeholder image names from a RenPy gallery code template (based on a web search for the missing image files) used for her gallery selection page instead of the images for her scenes.
Unfortunately since the dev used the built-in renpy functions for the gallery it's all or nothing for the unlock.
 
  • Like
Reactions: Guileless

Guileless

Newbie
Donor
Jul 7, 2018
49
154
Unfortunately since the dev used the built-in renpy functions for the gallery it's all or nothing for the unlock.
Ah, I feel like this should have been obvious to me - Nora's gallery is already broken in the latest game release and this mod merely unlocks it.

Will have to wait for the game dev to fix. Thank you for the response.
 
  • Like
Reactions: ShaddyGames

Daastaan007

Well-Known Member
Jan 10, 2019
1,032
378
Have anyone faced any problem with the Android file...???
I downloaded it.
Then installed it.

It's always showing black screen after I ran it.
 

JenMistress

Engaged Member
Oct 1, 2019
2,509
2,794
Dang it, saw the Abandoned thing. Well, I do agree, hopefully someone would pick this up. Be enjoying this game so far.