Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,050
Hm, do you think it's just because of mods? Interesting
thats the thing with wt-mods - they need to alter the original files and going into the saves too...
i really appreciate the work of scrappy , shaddy modda , joker etc (y) (no offence to them intended- i like em much)
- but it is what it is
you need new mod files or get errors (not in all cases)
 

RoadWulf

Forum Fanatic
Nov 18, 2018
4,026
8,035
I'm curious about how far you're actually dipping into the VN side. Sandboxes have the fatal flaw of lack of consequences. Choice based VN's are a stack of jenga blocks in which each choice is pulling out a piece. The stories have variation because there are alternate scenes based on past choices. But Sandboxes don't generally work like that. In a sandbox, every scene is viewable and no consequences happen as a result of following every path because the paths almost never intersect. It's why Sandboxes are generally considered lazy from a writing perspective.

I'm curious to see how you're going to navigate that. Because in a VN mode with no harem tag, there has to be consequences when paths collide. Otherwise it's still just a sandbox without the sand.

Side note: Nipple variation. Not everyone likes dishplates, yet pretty much ever girl from the Founders to Haley has them.
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,441
I'm curious about how far you're actually dipping into the VN side. Sandboxes have the fatal flaw of lack of consequences. Choice based VN's are a stack of jenga blocks in which each choice is pulling out a piece. The stories have variation because there are alternate scenes based on past choices. But Sandboxes don't generally work like that. In a sandbox, every scene is viewable and no consequences happen as a result of following every path because the paths almost never intersect. It's why Sandboxes are generally considered lazy from a writing perspective.

I'm curious to see how you're going to navigate that. Because in a VN mode with no harem tag, there has to be consequences when paths collide. Otherwise it's still just a sandbox without the sand.
We chose the way that the player should see all the content at once, rather than replaying the game 5 times to get the content. This doesn't seem right to us.
We give the player a choice In the sandbox mode of girls he\she likes.
The same principle exists in the VN, perhaps here we will go a little deeper and make "irreversible" scenes, but we are still thinking about it
VN mode rn now in "beta mode", it's not perfect, we know some "not perfect" places and will fix them in the next updates :)
 

Dardude

Newbie
Sep 23, 2021
33
44
I downloaded the update from the email notification and ran into exception error using my old save. I deleted all saves and started a new sandbox game. As soon as I make a choice to continue or skip prologue, I get the exception error notice. If I ignore it, then it happens again at my next menu choice:

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

While running game code:
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/screens.rpy", line 412, in AutoSaveInChoice
WindowsError: [Error 183] Cannot create a file when that file already exists

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

Full traceback:
  File "script.rpyc", line 600, in script
  File "renpy/ast.py", line 1683, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, 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 3276, 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 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, 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 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  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 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/screens.rpy", line 412, in AutoSaveInChoice
  File "renpy/loadsave.py", line 557, in force_autosave
    cycle_saves("auto-", renpy.config.autosave_slots)
  File "renpy/loadsave.py", line 823, in cycle_saves
    rename_save(name + str(i), name + str(i + 1))
  File "renpy/loadsave.py", line 793, in rename_save
    location.rename(old, new)
  File "renpy/savelocation.py", line 468, in rename
    l.rename(old, new)
  File "renpy/savelocation.py", line 286, in rename
    os.rename(old, old + ".tmp")
WindowsError: [Error 183] Cannot create a file when that file already exists

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.4.1d
Sun Dec 19 13:23:11 2021
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,441
Personally I just replayed the game in VN (amazing) and I did not get this unlocked

Any clue how to unlock it ?
It's Haley we will check, probably somehow in VN it's do not add to the gallery (bug for sure)
 
3.80 star(s) 164 Votes