MrJay

Active Member
Apr 21, 2017
582
1,724
357
And that's how these devs end up scamming people with "oh update coming soon..." look at how many games are not completed.
It can only possibly be a scam if you're giving them money. And even then, you get what you pay for when you pay a developer who expressly tells you that it's a side project they're not putting focus on right now. Don't like it? Stop paying them. Otherwise stop complaining about free content, it's entirely cringe.

Also the reason games aren't "completed" is because with how things are set up, developers are incentivized to keep updating the same project forever, it's actually an economical risk to end a project and start a new one. Given that, and the universal law that states that nothing lasts forever, means that sooner or later something is going to change in that developers life where they can't continue the project and so rather than giving it a proper ending it just gets abandoned. THAT is why so many projects are never finished, it's not out of some evil developer scheme to spite you or whatever weird notion it is you have.
 
  • Like
Reactions: Aguzy

DarkDaemonX

Engaged Member
Mar 31, 2020
2,870
3,357
397
Third art "class" says the statue broke, but that didn't happen in my playthrough, and I've read that's not the only scene where it says something happened when it didn't after that, does the dev know about this and plans to fix it? Leaving it like this could make characters act differently around you than they should.

Does anyone know if a second scene/set of dialogue even exists in the code for those cases?
 

Hoboy

Well-Known Member
Jul 24, 2017
1,940
1,367
385
I will take a look at Lord Ashram's mod. but before that, does it require a new game or old saves work?
For me it currently will not work with previous modded saves. I went back to previous unmodded saves and it worked fine. I would say use the last Lord Ashram mod from 4/22 and update to the latest content. I haven't heard of anything other than a few updated images for the Elizabeth character the would require going back to the start...
 
Last edited:

DarkDaemonX

Engaged Member
Mar 31, 2020
2,870
3,357
397
I just got to the scene where Shinji gives Motoko a poem, and the MC just gropes Motoko and says something about the DC meetings like something ever happened between them there, and she proceeds to do something sexual, like they did it before, what the fuck is that about.

Edit: It was just Shinji's nightmare, I was ready to drop this game, as it was not the way my good karma MC would ever act.
 
  • Haha
Reactions: Netao_Da_Caxixola

ermousa

Active Member
Dec 17, 2018
674
367
97
new scene with kayane?? I only know the seesaw handjob? and bathroom almost sex... anything new?? yep im sleeping almost 2 years now.. thanks
 

Dragon2beman

Newbie
Aug 22, 2018
60
77
60
Got this when trying to load my old save for the new update
It was a very hard crash.
Code:
  File "renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 617, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 274, in script
    python:
  File "renpy/common/00start.rpy", line 274, in script
    python:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00start.rpy", line 278, in <module>
    renpy.call_in_new_context("_main_menu")
  File "renpy/game.py", line 344, in call_in_new_context
    return renpy.execution.run_context(False)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3213, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4037, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1249, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1059, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, 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 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 768, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'Location'
 

Valiis

New Member
Oct 27, 2020
11
1
14
Can someone tell me the changelog update from 0.98 to 0.99? Is it worth it to download now or wait 1.00? Been taking so long :p
 

Thedude715

Active Member
Nov 6, 2017
930
1,479
346
Otaku is amazing as always lol, but I don't think locking choices like this behind karma is smart.
I am all for karma choices mattering but being nice/rude should not matter when picking wich girl you think is the hotest Imo.
 

Deimacos

Member
Apr 5, 2018
367
729
123
Can someone tell me the changelog update from 0.98 to 0.99? Is it worth it to download now or wait 1.00? Been taking so long :p
Do what I did, I waited nearly two years and now I have 2 or 3 whole updates to go thru, last I remember when I left the game was the Yoko scene... 2 updates seem right.
 
  • Like
  • Haha
Reactions: Valiis and Wzighack

felipebet97

New Member
Dec 21, 2020
13
2
126
Hello, I started playing this game now, is it possible to save Minami in the train so nothing happens to her? I was able to save her only after the guys oral and before penetration, before it is impossible. I enjoy a revenge history, but I believe that there should be a limit to it, I am sure some people like it, but it would be good to have rape optional in the game. Mainly if it is done by someone other than the MC, it feels like sharing and ntr, even though It technically is not, but it feels like it, so I do not like it.
 
Last edited:

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,313
8,307
610
There must have been an event at some point in a previous update that led to unlocking that specific Yoko event mate,
No that only came down to if you had 2 dose's are not nothing to do with any early events in game., as for your save are you using the mod? because thats what makes saves incompatible.

Edit: it appears even others are telling you the same thing now, you can even search early in this thread to find out the same thing or read one of the early script files, its time to realize you're just remembering wrong

This dev is ALOT of things and does alot of stupid things, but just removing content isn't one of them.
 
Last edited:

Gissi81978

Newbie
Apr 13, 2018
62
43
225
I got this error message, can you help me? I hadn't used a mod.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Location'

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

Full traceback:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "startup.rpyc", line 163, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4037, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, 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 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'Location'

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Waifu Academy 0.9.9
Tue Jan 10 21:34:17 2023
 
4.10 star(s) 304 Votes