Rogue-Like 1.51d (I had a headline for this, but it would be spoilers)
Added 2024-04-09 03:56:04 +0000 UTCOk, new version, more bug fixes. This one should clear up some issues in which Doreen's panties were showing up when they weren't supposed to, a couple of crashy bugs, hopefully some progress on that thing where in the classroom too many girls can show up at once, and also it adds Doreen's romance scenes and chitchat options. Oh, and you can toggle Doreen's tail now (after unlocking the option).
You can download the game files here.
Comments
love the game and the hard work, i hope the positive comments outweigh the negative ones; would love more clothes, I enjoy making slutty outfits once i max stats in a run.
dinemp
2024-08-05 08:27:27 +0000 UTCit's fine just lettig you know. ik it's the early stages and what not, just doing my part in helping you make one of my favorite adult games better.
Breon Flowers
2024-04-10 11:24:14 +0000 UTCThat would be good, I think
Robin Holmes
2024-04-10 03:23:46 +0000 UTCHmm. . . when you did those scenes, was it during these last couple builds, or was it very early on? There was a bug in early versions that could cause those scenes to play, but they were for Betsy, not her, and therefore did not work right. I stopped that happening in later builds and I thought removed the triggers from save-games in which it had occurred, but if not, then there might be issues. If her new scenes had been playing for you, then at some point during either her mid-tier Love scene or her higher tier Obedience scene, you should have gotten a small scene in McCoy's lab. I guess there are ways to route yourself past it during those scenes though. I'll add a back-up option to the chitchat options.
Oni
2024-04-09 22:51:35 +0000 UTCSo, uh, let's say I did, and haven't? It's not throwing up error messages, but I think there's a flag somewhere that's missing.
Phantomsbreath
2024-04-09 21:53:32 +0000 UTCIf you've done her squirrelboss scene, you should have gotten the scene in McCoy's lab at least once.
Oni
2024-04-09 21:45:22 +0000 UTCI mean, I've checked all the options up through Squirrelboss, but haven't found anything.
Phantomsbreath
2024-04-09 21:30:00 +0000 UTCWhen in the Wardrobe for Doreen, Clicking on the Accessories this error message comes up. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Doreen_Chat.rpy", line 3321, in NameError: name 'DoreemX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "/script Locations.rpyc", line 175, in script call File "/script Chat.rpyc", line 198, in script call File "/script Chat.rpyc", line 593, in script call File "/script Chat.rpyc", line 8730, in script call File "/Doreen_Chat.rpyc", line 2350, in script call File "/Doreen_Chat.rpyc", line 3166, in script File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/53F322C2-3240-496D-B5B4-7E32008A83C6/d/Rogue-Like.app/Contents/Resources/autorun/renpy/ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/53F322C2-3240-496D-B5B4-7E32008A83C6/d/Rogue-Like.app/Contents/Resources/autorun/renpy/exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/53F322C2-3240-496D-B5B4-7E32008A83C6/d/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/53F322C2-3240-496D-B5B4-7E32008A83C6/d/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Doreen_Chat.rpy", line 3321, in NameError: name 'DoreemX' is not defined Darwin-19.6.0-x86_64-i386-64bit Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
KiddKame
2024-04-09 19:21:31 +0000 UTCThat's. . . odd. If a bug like that were going to occur, it probably should have occurred a few steps earlier too. Maybe the other fix I made to that area will solve this one too, otherwise, I don't know.
Oni
2024-04-09 19:03:02 +0000 UTCShe really does try not to bite.
Oni
2024-04-09 18:57:41 +0000 UTCWell, it might be tricky in this build, since some of her romance options seem to be bugged, but next build there should be a few ways through her romance scenes.
Oni
2024-04-09 18:57:01 +0000 UTCSorry, fixed for next build.
Oni
2024-04-09 18:56:14 +0000 UTCFixed.
Oni
2024-04-09 18:56:01 +0000 UTCOk, fixed, sorry.
Oni
2024-04-09 18:55:38 +0000 UTCAt least the error's consistent. Makes it easier
Phantomsbreath
2024-04-09 18:25:15 +0000 UTCUpon entering the classroom on day one of a new save. I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 653, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "D:\Games\Rogue-Like-1.51d-win\renpy\bootstrap.py", line 305, in bootstrap renpy.main.main() File "D:\Games\Rogue-Like-1.51d-win\renpy\main.py", line 499, in main run(restart) File "D:\Games\Rogue-Like-1.51d-win\renpy\main.py", line 147, in run renpy.execution.run_context(True) File "D:\Games\Rogue-Like-1.51d-win\renpy\execution.py", line 800, in run_context context.run() File "script Locations.rpyc", line 389, in script call File "script Locations.rpyc", line 653, in script call File "script Functions.rpyc", line 2233, in script File "D:\Games\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "D:\Games\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "D:\Games\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Games\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Locations.rpy", line 653, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d
Tealheart9
2024-04-09 17:39:31 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Doreen_Chat.rpy", line 1423, in NameError: name 'DorrenX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "/script Locations.rpyc", line 4898, in script call File "/script Chat.rpyc", line 198, in script call File "/script Chat.rpyc", line 456, in script call File "/Doreen_Chat.rpyc", line 1423, in script File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/223C1576-9A15-41D1-B0D2-0CFFD6F286B0/d/Rogue-Like.app/Contents/Resources/autorun/renpy/ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/223C1576-9A15-41D1-B0D2-0CFFD6F286B0/d/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "/private/var/folders/wd/6c2j2xcs16g8b5rghjzchg8r0000gn/T/AppTranslocation/223C1576-9A15-41D1-B0D2-0CFFD6F286B0/d/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Doreen_Chat.rpy", line 1423, in NameError: name 'DorrenX' is not defined Darwin-19.6.0-x86_64-i386-64bit Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
KiddKame
2024-04-09 17:36:46 +0000 UTCA huge trouble in this version in the classroom. Keep it up ,I still support you
WaNNaPAN
2024-04-09 16:57:55 +0000 UTCsame
WaNNaPAN
2024-04-09 16:43:31 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 653, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 389, in script call File "script Locations.rpyc", line 653, in script call File "script Functions.rpyc", line 2233, in script File "D:\Adobe\My Game\Rogue Like\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "D:\Adobe\My Game\Rogue Like\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "D:\Adobe\My Game\Rogue Like\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Adobe\My Game\Rogue Like\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Locations.rpy", line 653, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d
WaNNaPAN
2024-04-09 16:42:25 +0000 UTCi would have flirted with her before, but now you remind me of those events and many more. i think i better mind my manners, that amount of power is scary. :D
Lord Negitar
2024-04-09 16:01:12 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 2276, in AttributeError: 'int' object has no attribute 'Tag' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 389, in script call File "script Locations.rpyc", line 653, in script call File "script Functions.rpyc", line 2276, in script File "D:\Temp\Rogue-Like-1.51d-win\renpy\ast.py", line 1334, in execute label = renpy.python.py_eval(label) File "D:\Temp\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Temp\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 2276, in AttributeError: 'int' object has no attribute 'Tag' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d
Dante
2024-04-09 13:34:16 +0000 UTC(The code in question on my end)
Phantomsbreath
2024-04-09 13:27:36 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 653, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 389, in script call File "script Locations.rpyc", line 653, in script call File "script Functions.rpyc", line 2233, in script File "D:\Users\ronin\OneDrive\Desktop\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "D:\Users\ronin\OneDrive\Desktop\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "D:\Users\ronin\OneDrive\Desktop\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Users\ronin\OneDrive\Desktop\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Locations.rpy", line 653, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
Phantomsbreath
2024-04-09 13:27:17 +0000 UTCSo you'd prefer not to flirt with a chick who took both Galactus and Thanos and dropped them like a bag of hammers? Huh. Guess power *isn't* a turn on for some folk
Phantomsbreath
2024-04-09 13:03:32 +0000 UTCSorry Oni... I would rather try to flirt with these zombies verses of Kitty and Emma rather than risking my character "nuts" with Doreen... https://ibb.co/9hjwtnT https://ibb.co/9n7VRHL
Folioman
2024-04-09 12:42:43 +0000 UTCOkay, I have the right version, and I'm *still* scratching my head as to how to deal with Doreen's tail.
Phantomsbreath
2024-04-09 12:33:25 +0000 UTCWait a minute. I'm a dumbass. Wrong version. *Snickers*
Phantomsbreath
2024-04-09 12:27:20 +0000 UTCOkay, I'm stuck. It's not a bug, I'm just scratching my head as to how to unlock Doreen's tail options
Phantomsbreath
2024-04-09 12:25:07 +0000 UTCStkll not ready for android i pressume
Wyndell Starks
2024-04-09 10:01:54 +0000 UTCi actually got hard stuck after this error cause i couldn't rollback further to avoid it and it wouldn't let me ignore further.
Breon Flowers
2024-04-09 06:56:23 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 653, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 389, in script call File "script Locations.rpyc", line 653, in script call File "script Functions.rpyc", line 2233, in script File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Locations.rpy", line 653, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
Breon Flowers
2024-04-09 06:55:09 +0000 UTCSeems to happen when Take the Class is present as an option in the classroom
Marcus Brown
2024-04-09 06:46:13 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Locations.rpy", line 653, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 389, in script call File "script Locations.rpyc", line 653, in script call File "script Functions.rpyc", line 2233, in script File "E:\Patreon\Games\Rogue-Like-1.51d-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "E:\Patreon\Games\Rogue-Like-1.51d-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "E:\Patreon\Games\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Patreon\Games\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Locations.rpy", line 653, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
Marcus Brown
2024-04-09 06:45:55 +0000 UTCThere's some kind of bug here message appeared when changing offhand action with Betsy.
BDR
2024-04-09 06:21:54 +0000 UTCHappened when viewing Doreen accessory options.
BDR
2024-04-09 06:14:48 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Doreen_Chat.rpy", line 3321, in NameError: name 'DoreemX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 175, in script call File "script Chat.rpyc", line 246, in script call File "script Chat.rpyc", line 593, in script call File "script Chat.rpyc", line 8730, in script call File "Doreen_Chat.rpyc", line 2350, in script call File "Doreen_Chat.rpyc", line 3166, in script File C:\Users\B\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "C:\Users\B\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\exports.py", line 849, in menu if renpy.python.py_eval(condition) ] File "C:\Users\B\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\B\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Doreen_Chat.rpy", line 3321, in NameError: name 'DoreemX' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
BDR
2024-04-09 06:14:30 +0000 UTCI would need to know the error message to fix that.
Oni
2024-04-09 06:14:14 +0000 UTCsame
Darkbreeder81
2024-04-09 06:12:57 +0000 UTCEverytime I got to the class room i get errors. Even starting a new game doesnt change it.
Snub Birth
2024-04-09 05:57:42 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Doreen_Chat.rpy", line 1423, in NameError: name 'DorrenX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 361, in script call File "script Locations.rpyc", line 74, in script call File "script Locations.rpyc", line 269, in script call File "script Functions.rpyc", line 1017, in script call File "script DateNight.rpyc", line 2058, in script call File "Doreen_Chat.rpyc", line 1423, in script File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\neonb\Downloads\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Doreen_Chat.rpy", line 1423, in NameError: name 'DorrenX' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
Breon Flowers
2024-04-09 05:45:09 +0000 UTCBah, her name will be the death of me. So many options for spelling it wrong. . . Anyway, that will happen any time you try to chitchat and it drops to the non-specific replies, but fixed for next version.
Oni
2024-04-09 04:58:35 +0000 UTCWe are in the player's room, and I used the "I just want to talk" option. Cue the thing.
Phantomsbreath
2024-04-09 04:43:53 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Doreen_Chat.rpy", line 1423, in NameError: name 'DorrenX' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 175, in script call File "script Chat.rpyc", line 246, in script call File "script Chat.rpyc", line 456, in script call File "Doreen_Chat.rpyc", line 1423, in script File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.51d-win\Rogue-Like-1.51d-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Doreen_Chat.rpy", line 1423, in NameError: name 'DorrenX' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.51d [/code]
Phantomsbreath
2024-04-09 04:43:05 +0000 UTCMan I can't wait for this game to be rolling out complete ✅
Jessie West
2024-04-09 04:03:14 +0000 UTCThis why i already love ya Oni! All the love out
metaldemon16
2024-04-09 04:03:00 +0000 UTC