Mod Ren'Py DropOut Saga Shawn's Walkthrough + Improvements [0.8.7b] [Shawnchapp]

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
18,016
145,977
Well, I was also one of these person, that refused to use it. I tried it at one point, because I wanted to edit a stat and also did that, but it borked so hard my game, that I had to restart completely, because of no saves and was obviously pissed for that. But at a later time, I waited for a WT mod quite some time only to get to know it was abandoned. At that point I saw someone saying, I believe it was you, that we should try to use the URM. I did and turns out, it worked like a charm and the problems with the other game was also the result of bad programming by the dev, because I wasn't the only one with problems.
It probably was as I promote it a lot on mods that I know take a long ass time to update (not here, and we really should not be having this conversation in this thread either, so I will leave it here).

But, yes, it's like console, but you can search, and do whatever you please with "in reason". It's absolutely a god-send with new games and games that have no mod, or one that the mod is no longer be worked on, and no one cares enough to take it up, modders come and go, and modders only have so much time, after all, most are doing this free :coffee:
 

Mejo702

Newbie
Aug 22, 2019
56
24
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('mod/gui/textbox_t.png') at 0x0000000006519ca0>:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "game/mod/Shawn_Overrides.rpy", line 177, in execute
File "game/mod/Shawn_Overrides.rpy", line 177, in execute
File "game/mod/Shawn_Overrides.rpy", line 185, in execute
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

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

Full traceback:
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\main.py", line 660, in main
run(restart)
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\execution.py", line 938, in run_context
context.run()
File "script.rpyc", line 216, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "script.rpyc", line 216, in script
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\ast.py", line 891, in execute
statement_name("say")
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\exports.py", line 1653, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-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 "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\display\core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Java Oracle\DropOut Saga\DropOutSaga-0.8.0b-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)

I start up the game and this happens.. plz fix this..
 

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,909
5,025
I'm sorry, but an uncaught exception occurred.
are you on a mac? cause everytime someone posts that error their using a mac... ihave no clue what causes that because the idle image does exist
1692668599825.png

you didn't change the folder/file paths right? so if you go into "game/mod/images" that image is there? if not you installed the mod wrong, if it is i really have no clue.
 

Anarion01

Newbie
Jun 5, 2018
81
17
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 409, in execute
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

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

Full traceback:
  File "script.rpyc", line 189, in script
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "F:\F95 Zone\10\DropOut-0.6.9a-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 "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 409, in execute
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.2.22081402
Drop Out 0.6.9a
Wed Nov  1 23:25:00 2023
 

Soulpuppet

Member
Sep 10, 2020
495
1,197
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 409, in execute
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

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

Full traceback:
  File "script.rpyc", line 189, in script
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "F:\F95 Zone\10\DropOut-0.6.9a-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 "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 409, in execute
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.2.22081402
Drop Out 0.6.9a
Wed Nov  1 23:25:00 2023
Yeah...the mod isn't updated yet. :WeSmart:
 

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,909
5,025
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 409, in execute
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

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

Full traceback:
  File "script.rpyc", line 189, in script
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ast.py", line 1658, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\exports.py", line 1653, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "F:\F95 Zone\10\DropOut-0.6.9a-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 "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\core.py", line 3804, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 401, in execute
  File "game/mod/Shawn_Overrides.rpy", line 409, in execute
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "F:\F95 Zone\10\DropOut-0.6.9a-pc\renpy\ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='mod/images/btn_mod_%s.png').

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.2.22081402
Drop Out 0.6.9a
Wed Nov  1 23:25:00 2023
Yeah...the mod isn't updated yet. :WeSmart:

That error won't effect version numbering..


Did you install the mod properly?
 
Last edited:

Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,909
5,025
Updated

No changes just Ui updated and version number

i'm not sure sandbox elements are coming back or not... but if they don't the walkthrough part will propbable be dropped and only the cheat menu will stay.
 

Soulpuppet

Member
Sep 10, 2020
495
1,197
Updated

No changes just Ui updated and version number

i'm not sure sandbox elements are coming back or not... but if they don't the walkthrough part will propbable be dropped and only the cheat menu will stay.
Is there no branching choices?
 

my5tyfixx

Member
Dec 20, 2017
136
105
great mod dude!! always appreciate the hard work for us!! besides that the updates come mostly ftl, outstanding!!
txxx a lot sir :D
 
  • Like
Reactions: Envoye