Once I put 0x52 Renpy universal how do I get the VIP unlock?
Last edited:
Once I put 0x52 Renpy universal how do I get the VIP unlock?
Well that fucking sucksOn their Patreon they have a post from 4 days ago stating they changed how it works. I can't see the entire post because I am not a subscriber but I think they changed from the code input unlock because when I click the The ticket in the bottom corner all it does is bring up a link that sends to you their patreon. There is no where to input a code. I am using the full version not compressed.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "renpy/common/00action_other.rpy", line 586, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/extra/cheats.rpy", line 68, in unlock_all_scenes
NameError: name 'gladys_extra1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-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 "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\core.py", line 3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1202, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\transform.py", line 984, in event
rv = d.event(ev, cx, cy, st)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\behavior.py", line 1174, in event
return handle_click(self.clicked)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\behavior.py", line 1095, in handle_click
rv = run(action)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\behavior.py", line 388, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\RKT20\OneDrive\Desktop\Games\TheLastOasisBeforeChastity-1.85b-pc\renpy\display\behavior.py", line 395, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 586, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/extra/cheats.rpy", line 68, in unlock_all_scenes
NameError: name 'gladys_extra1' is not defined
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
The Last Oasis Before Chastity 1.85b
Fri Mar 22 19:44:56 2024
Like everyone else, I'm not seeing the input once I click on the VIP button.how do you input the password?
Go in settings and clic on "Extra Disabled", type the code in therehow to use it
when I click extra disabled I have only click here to get extra version, 0 window to type passwordGo in settings and clic on "Extra Disabled", type the code in there
You don't have permission to view the spoiler content. Log in or register now.
That's the old version. You can't type anything there now.Go in settings and clic on "Extra Disabled", type the code in there
You don't have permission to view the spoiler content. Log in or register now.