Josh Spicer

Well-Known Member
Sep 19, 2018
1,221
1,683
This is definitely one of those games that the dev shouldn't take this seriously. They need to start wrapping stuff up, if I'm being honest.
One more thing while I'm here: dude's got a tendency to keep pushing and pushing the story to the point that the MC, who had previously shown signs of not giving a fuck about certain things, hasn't pushed back enough to certain people. MC's supposed to be a bad-ass, but he plays bitch to people like Yoko all the time. I get that you don't want the dude to be unstoppable, but come the fuck on, the next time Yoko tries to pull a gotcha the only thing I wanna do is just slap her and tell her to get fucking real for once.
 

nnt1996

Member
Jul 17, 2021
138
167
hey i cant move pass the stop warning screen at the start, it automatically press back whenever i click continue
 

wintersedge91

Member
Sep 27, 2018
486
137
I got a Renpy error when I tried to load my last save from version 0.10 (text only with a black background AFTER the beach event).

Then I tried with the one before the last save (DURING the beach event), and it worked fine.

I believe that some of the screens from the 0.10 version were removed in version 0.11.

Hope that helps :)
how far back? because i dont know if i have a save file that would let me
 

Eonor

Active Member
Sep 9, 2017
753
1,761
Made a compressed Android port of Waifu Academy v0.11.0 with jhonsmitt's walkthrough mod.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

Demonius

Well-Known Member
Oct 28, 2018
1,521
1,823
so, i havent played since 0.8 with lains mod, anyone have a save at teh end of 0.8 good guy route theyed be willing to share
 

bearsed_lich

Newbie
Jan 15, 2023
50
24
I previously played this game a while ago, but decided I wanted to start new. However, the game seemed to have skipped pretty close to my last save. Is there a way around that?
 

YorkshireBlue

Newbie
Jul 23, 2017
23
36
Hey - anyone come across this error before? can't load any old saves, no matter how far back I go...

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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
AttributeError: Can't get attribute 'Location' on <renpy.python.StoreModule object at 0x0000000003d000d0>

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, 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:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\behavior.py", line 1075, in handle_click
    rv = run(action)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\display\behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\compat\pickle.py", line 97, in load
    return up.load()
  File "C:\Downloads\WaifuAcademy-0.11.0-pc\WaifuAcademy-0.11.0-pc\renpy\compat\pickle.py", line 93, in find_class
    return super().find_class(module, name)
AttributeError: Can't get attribute 'Location' on <renpy.python.StoreModule object at 0x0000000003d000d0>

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Waifu Academy 0.11.0
Thu Feb 22 13:26:16 2024
 
4.10 star(s) 280 Votes