yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,741
4,752
Loverse-0.4.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Avell

Newbie
Feb 9, 2023
26
29
Why did you guys completely disable the "rollback"-option? Like what if I wanna re-read what they just said?
the rollback was breaking the game, we need to fix this function in our iteration and we'll hopefully manage that in due time - I wish it was working myself too :(
 
  • Like
Reactions: ArhraCole

ArhraCole

Member
Apr 24, 2020
257
289
Would the steam or itch versions of this be comparable in content unlock to the patreon version?
 

Foxgirlsarebest

New Member
Sep 27, 2022
5
3
When will the in game guide be all set up so I know what to do for each character? Since it only seems to work for some of them.
 

vodka66

Newbie
Sep 8, 2020
21
0
for some reason i can't seem to trigger molly's 4th event, the one where i'm supposed to talk to the staff when she's not there. any ideas on how to fix?
i tried editing the save, but apparently the ren'py version won't allow it.
 

vodka66

Newbie
Sep 8, 2020
21
0
well, i found a save editor that works, and i tried to change the money value, and now my save is busted:D

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

While running game code:
  File "renpy/common/00action_file.rpy", line 498, in __call__
    renpy.load(fn)
UnpicklingError: NEWOBJ class argument isn't a type object

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\New folder\Loverse-0.5.0-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\python.py", line 1178, 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 "E:\New folder\Loverse-0.5.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\core.py", line 2165, 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 "E:\New folder\Loverse-0.5.0-pc\renpy\display\core.py", line 3197, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\behavior.py", line 1174, in event
    return handle_click(self.clicked)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\behavior.py", line 1095, in handle_click
    rv = run(action)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\display\behavior.py", line 395, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 498, in __call__
    renpy.load(fn)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\loadsave.py", line 828, in load
    roots, log = loads(log_data)
  File "E:\New folder\Loverse-0.5.0-pc\renpy\compat\pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "E:\New folder\Loverse-0.5.0-pc\renpy\compat\pickle.py", line 97, in load
    return up.load()
UnpicklingError: NEWOBJ class argument isn't a type object

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Loverse v0.5.0 0.5.0
Sat May 25 02:04:06 2024




any way to fix this?:giggle:

edit: here's the save file in case anyone knows what to do with it
 
3.10 star(s) 7 Votes