I updated this mod to the latest version of the game, as i understand how tedious of a task it can be. And also, because i wanted to play this mod on the latest version of the game. I'm sure you do too.
Just to be clear, i am in no way the author of the ExtrasPack, just updated this to the latest version of the game, so you no longer have to wait for this mod to be updated to play with the latest version. And if the author of ExtrasPack wants to pickup this version so that he doesn't have to update to the latest version like i did, he can freely do so.
But, i am the author of this updated version, so if you find a bug or anything related with this version of the mod that causes problems (especially with the character daphne), i could help you with that, however, i'm quite busy myself, so don't expect anything from me.
Full traceback:
File "game/ExtrasPack/game/_script_/events/DayNight.rpy", line 142, in script
$ hermione.equip_random_outfit()
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ExtrasPack/game/_script_/events/DayNight.rpy", line 142, in <module>
$ hermione.equip_random_outfit()
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 393, in equip_random_outfit
self.equip(renpy.random.choice(schedule))
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 108, in equip
self.unequip("all")
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 139, in unequip
self.apply_transition()
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 90, in apply_transition
last_doll_images[scr_name] = self.get_image()
NameError: global name 'last_doll_images' is not defined
game/ExtrasPack/game/_script_/doll/main.rpy", line 90:
def apply_transition(self):
if not renpy.is_skipping():
scr_name = "{}_main".format(self.name)
if renpy.get_screen(scr_name):
renpy.hide_screen(scr_name)
renpy.show_screen(scr_name)
else:
last_doll_images[scr_name] = self.get_image()
Am i missing an image?
Ive got no idea what im doing.
Any explanation is appreciated.
Full traceback:
File "game/ExtrasPack/game/_script_/events/DayNight.rpy", line 142, in script
$ hermione.equip_random_outfit()
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ExtrasPack/game/_script_/events/DayNight.rpy", line 142, in <module>
$ hermione.equip_random_outfit()
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 393, in equip_random_outfit
self.equip(renpy.random.choice(schedule))
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 108, in equip
self.unequip("all")
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 139, in unequip
self.apply_transition()
File "game/ExtrasPack/game/_script_/doll/main.rpy", line 90, in apply_transition
last_doll_images[scr_name] = self.get_image()
NameError: global name 'last_doll_images' is not defined
game/ExtrasPack/game/_script_/doll/main.rpy", line 90:
def apply_transition(self):
if not renpy.is_skipping():
scr_name = "{}_main".format(self.name)
if renpy.get_screen(scr_name):
renpy.hide_screen(scr_name)
renpy.show_screen(scr_name)
else:
last_doll_images[scr_name] = self.get_image()
Am i missing an image?
Ive got no idea what im doing.
Any explanation is appreciated.
You're using a version of the ExtrasPack that only support 1.42.2 (or below) version of the game, if you want it to work with the latest version of the game you'll need my version of the ExtrasPack which is available HERE.
I will be testing my old version of the ExtrasPack on the new version to see if there is no issue (any issues that pops up will be fixed), after that, i will upload a new version updated for the 1.44.1 version of the game to remove the annoying popup that says that you're using a untested version of the ExtrasPack.
I've previously updated this mod to be compatible with an older version of the game, a new version came out so i needed to update this mod again to be compatible with the latest version of the game.
Please use this version of the mod for the 1.44.1 version of the game to prevent any issues of coming up and missing features.
In the main menu you have mod options. In the mod options you have the name of the mod drawing on the right and at the very bottom of the image on the right the numbers that refer to the version of the game. If you have placed everything correctly the name of the mod should appear. This way you will know that it works. Next to each mod there is a short description of what it adds to the game.
Hey! I have a problem with UneBaguette's 1.44.1 version. Doesn't seem to work. I copy the files from the game folder into the suggested game folder of the game installation. It gives me this error:
SOLVED: I messed up the installation, I was just installing the package into the game folder instead of as specified. Read the manual carefully if you are
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/chibis/rooms.rpy", line 1, in script
init python:
File "game/scripts/chibis/rooms.rpy", line 1, in script
init python:
File "game/scripts/chibis/rooms.rpy", line 2, in <module>
ChibiRoom("main_room", 1.0, {
NameError: name 'ChibiRoom' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "game/scripts/chibis/rooms.rpy", line 1, in script
init python:
File "game/scripts/chibis/rooms.rpy", line 1, in script
init python:
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/chibis/rooms.rpy", line 2, in <module>
ChibiRoom("main_room", 1.0, {
NameError: name 'ChibiRoom' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Witch Trainer Silver 1.44.1
Sun Dec 11 05:41:06 2022
I got you. I did a quick search using "witch trainer silver studio" as my guide and halfway down the page, I found a link to a git repository and another to silverstudiogames.org. Checked both and luckily, silverstudiogames.org has a mega folder with most of the old versions. It's here ---->
You must be registered to see the links
.
Edited: In case it's not clear, scroll down and click on the archives mega link.
New version to be compatible with the last version of the game and i also encountered a bug in which if you were to bother daphne and be cursed, the chibi would not be placed properly, thankfully this was fixed and should not be a problem anymore.
Any issues that do come up especially those with daphne involved can be reported to me
In the main menu you have mod options. In the mod options you have the name of the mod drawing on the right and at the very bottom of the image on the right the numbers that refer to the version of the game. If you have placed everything correctly the name of the mod should appear. This way you will know that it works. Next to each mod there is a short description of what it adds to the game.
View attachment 2226328
Thanks for including all those -- I'm no computer expert, I hate Discord (not easy to use), and putting all this together has been very helpful. If there are other mods, please include them in future updates!