Rogue-Like 1.7d (A few more bugs down)
Added 2026-01-12 23:54:01 +0000 UTCThis one clears up a bunch of bugs that were reported from the previous version, but it's been a while so I forget what they fix. One thing I do remember is that if you were having trouble getting Illyana to stay in or out of her demonic form permanently (after unlocking this option), go into the wardrobe and try setting it again, it should stick this time, hopefully. I've been at work on the next major version and am about halfway through her BJ pose.
Don't download this one if you are just looking to have fun playing the new content. I expect there to be bugs that might disrupt your experience, so give it some time to work those out. This build is for people looking to explore the wide range of bugs on display here. If you do download this and encounter a bug, please report it in this thread, or PM me. If it is a crash, there should be a bug report, please include that if you can, it can really help to track down the problem. If there's no crash, but just something odd, try to describe it as best you can, and try to keep a save file near that point so that you can check back on the issue. Save early, save often.
Bug fixes for this build?:
- Several things.
So that out of the way, what does this version include?:
- Illyana is added to the game, she should show up any time after meeting Storm. This version includes her standing sprite and HJ animation, all other sex animations will be coming in future versions. She has relationship scenes, dating, various location-based interactions, basically anything that can be done standing up.
- I made an updated version for Rogue's TJ pose, with clothing options and I think better animations.
- I added a new option during sex scenes, "Quick Mode," which will skip past most of the explanation dialogues and only play out when something significantly changes between turns. You can choose to keep the menu popping up each turn, or to have it auto-advance until someone orgasms. There is also a "brake" in the bottom left corner if you want to stop that process. This mode can lead to a long pause as the game runs through multiple rounds in a row, let me know what you think.
- Maybe something else I forgot I added, let me know if something popped up out of nowhere.
- The new Laura and Jubilee scene
Things to look out for:
- Since Illyana is mission some of her animations and sex scenes, let me know if the game tries to access one of these, leading to a crash or a janky placeholder. I tried to lock these out, but may have missed a few.
- Let me know if any of her artwork performs in an unexpected way.
- Any issues you might have using the Quick Mode, like it not progressing how you would expect. I haven't had any crashes from using it on my end, but it can pause for several seconds, and I am curious how it handles multiple hardware specs.
What's still in the future?:
- Illyana's remaining sex poses will be added over the next few versions, at the same pace as in previous releases.
- No new 69 poses this version, but probably two of them for the next to make up for that. Just too much going on this version to delay it.
- Various other stuff, we'll see.
You can find the download files here. Pick up the one that fits your OS.
Comments
Walked into Jean’s room while she was making out with Betsy- I either clicked watch or tried to get involved and it crashed
Honestly Reckless
2026-01-30 14:30:20 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00library.rpy", line 136, in extend renpy.exports.say(who, what, interact=interact, *args, **kw) KeyError: u'Girl' -- Full Traceback ------------------------------------------------------------ Full traceback: File "/script Locations.rpyc", line 254, in script call File "/script Locations.rpyc", line 34, in script call File "/script Locations.rpyc", line 3896, in script call File "/script Scenes.rpyc", line 8258, in script call File "/Sex_Menus.rpyc", line 21, in script call File "/script Sex.rpyc", line 4434, in script File "/private/var/folders/qg/ttfywhk91bqczrrgd786hvjw0000gn/T/AppTranslocation/D56D446F-7A22-48D2-91F1-6CEC8810C3A4/d/Rogue-Like.app/Contents/Resources/autorun/renpy/ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "/private/var/folders/qg/ttfywhk91bqczrrgd786hvjw0000gn/T/AppTranslocation/D56D446F-7A22-48D2-91F1-6CEC8810C3A4/d/Rogue-Like.app/Contents/Resources/autorun/renpy/exports.py", line 1173, in say who(what, *args, **kwargs) File "renpy/common/00library.rpy", line 136, in extend renpy.exports.say(who, what, interact=interact, *args, **kw) File "/private/var/folders/qg/ttfywhk91bqczrrgd786hvjw0000gn/T/AppTranslocation/D56D446F-7A22-48D2-91F1-6CEC8810C3A4/d/Rogue-Like.app/Contents/Resources/autorun/renpy/exports.py", line 1173, in say who(what, *args, **kwargs) File "/private/var/folders/qg/ttfywhk91bqczrrgd786hvjw0000gn/T/AppTranslocation/D56D446F-7A22-48D2-91F1-6CEC8810C3A4/d/Rogue-Like.app/Contents/Resources/autorun/renpy/character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "/private/var/folders/qg/ttfywhk91bqczrrgd786hvjw0000gn/T/AppTranslocation/D56D446F-7A22-48D2-91F1-6CEC8810C3A4/d/Rogue-Like.app/Contents/Resources/autorun/renpy/character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "/private/var/folders/qg/ttfywhk91bqczrrgd786hvjw0000gn/T/AppTranslocation/D56D446F-7A22-48D2-91F1-6CEC8810C3A4/d/Rogue-Like.app/Contents/Resources/autorun/renpy/substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'Girl' Darwin-24.6.0-x86_64-i386-64bit Ren'Py 6.99.13.2919 Rogue-Like 1.70e [/code]
Honestly Reckless
2026-01-30 14:28:03 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: SyntaxError: unexpected EOF while parsing (game/script SDialog.rpy, line 3548) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 1441, in script call File "script Chat.rpyc", line 197, in script call File "script Chat.rpyc", line 482, in script call File "Sex_Menus.rpyc", line 105, in script call File "script Sex.rpyc", line 1380, in script call File "script SDialog.rpyc", line 3540, in script File "F:\Patreons\xmen H rogue-like patreon 2024 1dollar - ONI\Rogue-Like-1.70d-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "F:\Patreons\xmen H rogue-like patreon 2024 1dollar - ONI\Rogue-Like-1.70d-win\renpy\exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "F:\Patreons\xmen H rogue-like patreon 2024 1dollar - ONI\Rogue-Like-1.70d-win\renpy\python.py", line 1793, in py_eval code = py_compile(code, 'eval') File "F:\Patreons\xmen H rogue-like patreon 2024 1dollar - ONI\Rogue-Like-1.70d-win\renpy\python.py", line 597, in py_compile raise e SyntaxError: unexpected EOF while parsing (game/script SDialog.rpy, line 3548) Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.70d [/code]
awful_J
2026-01-21 07:53:38 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: SyntaxError: unexpected EOF while parsing (game/script SDialog.rpy, line 3548) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 384, in script call File "script Locations.rpyc", line 326, in script call File "script Chat.rpyc", line 320, in script call File "script Locations.rpyc", line 5148, in script call File "script Functions.rpyc", line 1286, in script call File "Betsy_Scenes.rpyc", line 2680, in script call File "Sex_Menus.rpyc", line 251, in script call File "Sex_Menus.rpyc", line 5291, in script call File "script SDialog.rpyc", line 3540, in script File "F:\Games\Rogue-Like-1.70d-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "F:\Games\Rogue-Like-1.70d-win\renpy\exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "F:\Games\Rogue-Like-1.70d-win\renpy\python.py", line 1793, in py_eval code = py_compile(code, 'eval') File "F:\Games\Rogue-Like-1.70d-win\renpy\python.py", line 597, in py_compile raise e SyntaxError: unexpected EOF while parsing (game/script SDialog.rpy, line 3548) Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.70d [/code]
SpartanRaven246
2026-01-21 05:33:04 +0000 UTCAlso, it would be nice to have more control over the speed, like you can with BJ's. For example, instead of having to rev up to full speed, we can have a "Slow, Medium, and Fast" option list after the act begins. It would pair great with Quick mode, since the game seems to significantly slow or stop the action after orgasms.
TheScorpion0081
2026-01-16 23:18:57 +0000 UTCHey Oni. Caught this one. [code] I'm sorry, but an uncaught exception occurred. While running game code: SyntaxError: unexpected EOF while parsing (game/script SDialog.rpy, line 3548) -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 573, in script call File "script Functions.rpyc", line 2761, in script call File "script Locations.rpyc", line 934, in script call File "script Chat.rpyc", line 197, in script call File "script Chat.rpyc", line 482, in script call File "Sex_Menus.rpyc", line 244, in script call File "Sex_Menus.rpyc", line 3760, in script call File "script SDialog.rpyc", line 3540, in script File "C:\Users\R*****-PC\Dropbox\My PC (DESKTOP-9KI7MNM)\Documents\Games\Rogue\Rogue-Like-1.70d-win\Rogue-Like-1.70d-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "C:\Users\R*****-PC\Dropbox\My PC (DESKTOP-9KI7MNM)\Documents\Games\Rogue\Rogue-Like-1.70d-win\Rogue-Like-1.70d-win\renpy\exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "C:\Users\R*****-PC\Dropbox\My PC (DESKTOP-9KI7MNM)\Documents\Games\Rogue\Rogue-Like-1.70d-win\Rogue-Like-1.70d-win\renpy\python.py", line 1793, in py_eval code = py_compile(code, 'eval') File "C:\Users\R*****-PC\Dropbox\My PC (DESKTOP-9KI7MNM)\Documents\Games\Rogue\Rogue-Like-1.70d-win\Rogue-Like-1.70d-win\renpy\python.py", line 597, in py_compile raise e SyntaxError: unexpected EOF while parsing (game/script SDialog.rpy, line 3548) Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.70d [/code]
TheScorpion0081
2026-01-16 21:02:50 +0000 UTCIs there any way to get a DL link to something other than MEGA? I don't know what it is, but MEGA freezes everytime I try to use it.
J
2026-01-16 11:12:57 +0000 UTC