Ok, on both your questions:Another question (also probably pretty stupid): how do I actually progress to girls' events? :S it's just class room exams over and over again..
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 383, in __call__
renpy.save(fn, extra_info=save_name)
TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
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 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "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 "renpy/display/core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 1064, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 999, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 383, in __call__
renpy.save(fn, extra_info=save_name)
File "renpy/loadsave.py", line 408, in save
reraise(t, e, tb)
File "renpy/loadsave.py", line 389, in save
dump((roots, renpy.game.log), logf)
File "renpy/compat/pickle.py", line 51, in dump
cPickle.dump(o, f, PROTOCOL)
File "stringsource", line 2, in pygame_sdl2.surface.Surface.__reduce_cython__
TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.20c
Thu Nov 3 16:12:59 2022
Game was randomly updated without me noticing..Change log?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/sc_exam.rpy", line 78, in script
call screen exam_screen
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/sc_exam.rpy", line 1, in execute
screen exam_screen():
File "game/scripts/sc_exam.rpy", line 1, in execute
screen exam_screen():
File "game/scripts/sc_exam.rpy", line 10, in execute
frame:
File "game/scripts/sc_exam.rpy", line 16, in execute
hbox:
File "game/scripts/sc_exam.rpy", line 23, in execute
for i in range(0,requiredAnswers):
File "game/scripts/sc_exam.rpy", line 24, in execute
$ _subject = EXAM_subjects[i]
File "game/scripts/sc_exam.rpy", line 24, in <module>
$ _subject = EXAM_subjects[i]
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts/sc_exam.rpy", line 78, in script
call screen exam_screen
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "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 "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/sc_exam.rpy", line 1, in execute
screen exam_screen():
File "game/scripts/sc_exam.rpy", line 1, in execute
screen exam_screen():
File "game/scripts/sc_exam.rpy", line 10, in execute
frame:
File "game/scripts/sc_exam.rpy", line 16, in execute
hbox:
File "game/scripts/sc_exam.rpy", line 23, in execute
for i in range(0,requiredAnswers):
File "game/scripts/sc_exam.rpy", line 24, in execute
$ _subject = EXAM_subjects[i]
File "game/scripts/sc_exam.rpy", line 24, in <module>
$ _subject = EXAM_subjects[i]
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.22000 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.20c
Thu Nov 3 23:02:26 2022
LOL, she was a nice "schoolgirl" type ... 15 years ago! Now she just looks kind of plain.Son of a gun! There's Little Caprice in there! Now I am obliged to try it.
Hello, thx for your mod!OK, here's the updated modpack.
As always, not all actions are exact or fit the classroom setting. The goal is to fill as many of the exam actions as possible.
(Just place the girl's modpack in the "girls" folder in the WTM game. Make sure you have no more than the current max of 22 girls.)
Mega
Mod is split into 4 sections; Schoolgirl age, Mature Women, Girls around their 30s (middle), and Ebony.
Take who you want.
(If you have any requests, hit me up. Just make sure they're someone I can source the content for.)
That's Mega for you.Hello, thx for your mod!
I have a problem, is there a reason why it download so slow? At first I thought it was mine connection or Mega problem, but I can donwload other Mega links normally. Just this is really slow, like 50kb/s...
Ok, just to answer a few of the questions I've seen here.Hello, thx for your mod!
I have a problem, is there a reason why it download so slow? At first I thought it was mine connection or Mega problem, but I can donwload other Mega links normally. Just this is really slow, like 50kb/s...
OK, here's the updated modpack.
As always, not all actions are exact or fit the classroom setting. The goal is to fill as many of the exam actions as possible.
(Just place the girl's modpack in the "girls" folder in the WTM game. Make sure you have no more than the current max of 22 girls.)
Mega
Mod is split into 4 sections; Schoolgirl age, Mature Women, Girls around their 30s (middle), and Ebony.
Take who you want.
(If you have any requests, hit me up. Just make sure they're someone I can source the content for.)
It's working fine for me atm.link is dead or buggy.
(SG didn't work).
Its throttling me Heavily. I have fiber so it should take no more than 3-5 mins, but it's suck at like 30% at 50 KB/secIt's working fine for me atm.
I will be updating it at some point soon though. Stay tuned.
They are all separate files, it's not an archive, so it has to start each file when it gets to it.That's Mega for you.
I asked the other modder to use Gofile as it is much faster (and doesn't limit downloads to like 5 gb).
If I got to decide, Mega should be banned on F95zone. Mega is just a POS nowadays.