phdusa1

Member
Aug 18, 2018
485
1,136
Unofficial compressed Android port for DESIRIUM [0.12 Beta] [ElCharlo]

You don't have permission to view the spoiler content. Log in or register now.

Download android port
(685 MB)

Like my ports? you can tip and support me here:

*This unofficial port/mod is not released by developer, download at your own risk.
Updated to v0.12beta
 
  • Like
Reactions: gaimariy

ElCharlo

What's cookin' good lookin'
Game Developer
May 25, 2022
106
898
View attachment 4467225
Eeeh, nah. There not being a choice in this interaction, but in various unimportant ones earlier is shite.
I know, there were many complaints about this part if you look at the 1-2 stars reviews. That's why I will absolutely remake the Prologue (and some parts of Chapter I) once I'm done with Chapter I.

I want this game to be as good as possible
 

longjohngold

Well-Known Member
Jan 22, 2020
1,293
2,029
They all have really similar faces, not just the mother and daughters but unrelated characters like Anna and Ashely (though as she's blonde that at least helps me tell the difference). I like the mother's vibe when you first meet her and she's more dolled up, hopefully that returns. The real interest here was whatever was going on with the demon lady, that's what caught my attention and hopefully something good is cooking there - but even if she's wearing a blindfold I bet I know exactly what her face looks like, haha.
 
Oct 18, 2019
66
83
I know, there were many complaints about this part if you look at the 1-2 stars reviews. That's why I will absolutely remake the Prologue (and some parts of Chapter I) once I'm done with Chapter I.

I want this game to be as good as possible
"I want this game to be as good as possible..."

Oddly enough, I, for one, rarely read this sentence around here. Anyway, hats off to you, matey. Your oath will be no small feat, should you succeed in doing so.
 
  • Like
Reactions: ElCharlo

gadu2121

Member
Dec 27, 2019
150
460
Good game I will wait to see if the lesbian content will be optional for rate . I liked Riley’s model and the "childhood friend" part in the first part ... But since the party...little teasing is good but now it’s just too much of a drunk slut in heat. Thank you for giving the option to leave with both sisters.
 

Lonely_god492

New Member
Oct 31, 2022
4
2
All my saves broke (Went from 0.11 to 0.12b), is this happening to anyone else?


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

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 2215, 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\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 3278, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\loadsave.py", line 826, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
DESIRIUM 0.12.0b
Tue Jan 21 12:09:33 2025
 

HiHaHo

Well-Known Member
Jan 2, 2023
1,576
2,091
All my saves broke (Went from 0.11 to 0.12b), is this happening to anyone else?


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

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 2215, 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\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 3278, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\loadsave.py", line 826, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
DESIRIUM 0.12.0b
Tue Jan 21 12:09:33 2025
nope my saves worked fine
 

DatGuy20

Member
Jul 14, 2017
217
236
All my saves broke (Went from 0.11 to 0.12b), is this happening to anyone else?


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

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 2215, 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\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\core.py", line 3278, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\loadsave.py", line 826, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "C:\Users\PC\Downloads\DESIRIUM-0.12.0b-pc\renpy\rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
DESIRIUM 0.12.0b
Tue Jan 21 12:09:33 2025
not all my saves but the ones from near the end of the update did yeah
 
  • Like
Reactions: AnonW123
4.30 star(s) 28 Votes