Patrefans
OniArtist from patreon
OniArtist patreon

Rogue-Like 1.6c (Don't Download)

🕑 Added 2024-12-17 23:55:50 +0000 UTC

Comments

Oni

Ok, I had another report of Kitty being naked around the showers, so I think it might have something to do with that, or just something weird with Kitty changing outfits.

Shin Gouki

It was during the afternoon period, with only Kitty and Zero in the Danger Room. I didn't follow Kitty there from anywhere else like say the classroom and when I got there I didn't interact with her. I spent the period training and when Evening rolled around, Laura showed up into the room and Kitty was there as well, just butt naked. I can't say as to whether she had the wet shower hair because I don't remember. I'll keep an eye out and see if it happens again.

MisterJimmy

Just got an error I was able to ignore through this is the code: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Girl_Sex.rpy", line 2624, in NameError: name 'Wanda' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 166, in script call File "script Functions.rpyc", line 1315, in script call File "Wanda_Scenes.rpyc", line 917, in script call File "Wanda_Sex.rpyc", line 220, in script call File "Girl_Sex.rpyc", line 2624, in script File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Girl_Sex.rpy", line 2624, in NameError: name 'Wanda' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code]

Oni

Fix for next build, they're both the same problem with that particular line of dialogue.

MisterJimmy

I can ignore through that and get this Error: [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) Exception: String u'Would you. . . want to be my [Terms[boy]friend?{fast}' ends with an open format operation. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 166, in script call File "script Functions.rpyc", line 1315, in script call File "Wanda_Scenes.rpyc", line 813, in script File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\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 "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\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 572, in _vformat File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\substitutions.py", line 157, in parse raise Exception("String {0!r} ends with an open format operation.".format(s)) Exception: String u'Would you. . . want to be my [Terms[boy]friend?{fast}' ends with an open format operation. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code]

MisterJimmy

When going through Wanda's dialog about magneto being her father I got this error: [code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: String u'Would you. . . want to be my [Terms[boy]friend?' ends with an open format operation. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 166, in script call File "script Functions.rpyc", line 1315, in script call File "Wanda_Scenes.rpyc", line 809, in script File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\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 572, in _vformat File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\substitutions.py", line 157, in parse raise Exception("String {0!r} ends with an open format operation.".format(s)) Exception: String u'Would you. . . want to be my [Terms[boy]friend?' ends with an open format operation. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code]

Oni

Yes, if you've unlocked the 69 post on a given girl, then you should be able to access it by starting a BJ and then selecting "69", or when in a fondling activity and selecting "View Shift" it should be one of the options.

d00m3sT0s

Hello. Just a quick question - is there a 69 pose "button" or would it be possible to add one for that character whith whom you've unlocked that pose?

Phantomsbreath

Noted! Thank you!

Oni

This is a perfect place to ask questions. :D I do plan to continue adding new content to/for existing girls. Clothing is slightly less likely, because given the many different poses I'd have to adapt them to, adding more than a certain amount of outfits can make things a real hassle. Not to mention, it can make their character sprites pretty "heavy." As for new poses, I just added the 69 poses for three girls and continue to expand that to all of them eventually, and then maybe some more, we'll see. I do also plan to add some more "scenes" between girls, similar to the ones that occur when Gwen meets them, and I'll be doing a poll shortly to decide which characters people want to see first there. I also hope to add a new location or two to the game, maybe more eventually. And from time to time I'll also throw in some new interaction mechanic, like how Selfies were added in 1.54.

Oni

In this version? Betsy, Doreen, and Rogue. In the next version, one more (I'll do a poll soonish to choose). And so on until they are all in. I might throw in a bonus now and then if I feel like I've got time between updates.

Yegor

Hey, Oni. Sorry to bother with non-bug related stuff but just didn't know where else I can write it(i'm bit dummy when it comes to internet). I really appreciate all your work and the amount of stuff you've added and improved in game during all those years. But I still have a question regarding it. Are you planning to add any new stuff to already existing girls (like new outfits, new poses, any kinds of animated interactions between them, etc.) ? Thank you

Oni

Fixed, thanks.

Phantomsbreath

So could we get a list of who will 69?

Hungry Carrot

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Girl_Sex.rpy", line 2624, in NameError: name 'Wanda' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 241, in script call File "script Locations.rpyc", line 25, in script call File "script Locations.rpyc", line 264, in script call File "script Locations.rpyc", line 45, in script call File "script Locations.rpyc", line 3892, in script call File "script Scenes.rpyc", line 14115, in script call File "Wanda_Sex.rpyc", line 218, in script call File "Girl_Sex.rpyc", line 2624, in script File "C:\Users\Admin\Desktop\New folder\Rogue-Like-1.6c-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\Admin\Desktop\New folder\Rogue-Like-1.6c-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Admin\Desktop\New folder\Rogue-Like-1.6c-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Girl_Sex.rpy", line 2624, in NameError: name 'Wanda' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code]

Oni

Fixed.

Oni

Hmm. . . These Out of Memory issues are getting annoying, because they are hard to narrow down, and seem to be something about Renpy, not specific to any particular game code, and only seem to apply to some people's set-ups. It might help if you could have the Task Manager running along with the game and keep an eye on how much memory it uses. In my experience, it hovers around 1gb. I can only replication OoM crashes on my end by displaying around 7+ girls at the same time.

Oni

Ok, fixed.

Oni

Fixed.

Oni

That's one where you have to ask them to use it normally at least once before you can ask them to do it all the time, even with high settings. I just updated the dialogue to better hint at that.

Oni

Fixed.

Oni

Well, if it's not directly something you did then the most likely explanation would be that she took a shower and didn't get dressed after or something? When you say that Laura showed up, was this part of an active scene (like they started talking to you), or just that as the time changed, the girls naturally in the room shifted and it just went straight to the normal menu of options?

Oni

Fixed for next build, thanks.

Oni

It would still be an issue in this one, but I fixed it for the next, thanks.

MisterJimmy

When Wanda is telling about her time in the insane asylum she has a line of dialog: "Yeah, I thoughts so, at the time." I think "thoughts" should be "thought"

Headassman

Went to take a shower when Doreen and Gwen showed up. Fully crashed my game and opened the crash code While loading <'Image' 'images/DoreenSprite/Doreen_Sprite_Pubes.png'>: error: Out of memory -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\kenji\AppData\Roaming\Saved Games\Rogue-Like-1.6c-win\renpy\bootstrap.py", line 305, in bootstrap renpy.main.main() File "C:\Users\kenji\AppData\Roaming\Saved Games\Rogue-Like-1.6c-win\renpy\main.py", line 510, in main renpy.display.interface.finish_pending() File "C:\Users\kenji\AppData\Roaming\Saved Games\Rogue-Like-1.6c-win\renpy\display\core.py", line 3320, in finish_pending self.check_background_screenshot() File "C:\Users\kenji\AppData\Roaming\Saved Games\Rogue-Like-1.6c-win\renpy\display\core.py", line 2038, in check_background_screenshot self.bgscreenshot_surface = renpy.display.draw.screenshot(self.surftree, self.fullscreen_video) File "renpy/angle/gldraw.pyx", line 1275, in renpy.angle.gldraw.GLDraw.screenshot (gen\renpy.angle.gldraw.c:18990) full = renpy.display.pgrender.surface_unscaled(self.drawable_size, False) File "C:\Users\kenji\AppData\Roaming\Saved Games\Rogue-Like-1.6c-win\renpy\display\pgrender.py", line 116, in surface surf = Surface((width + 4, height + 4), 0, sample) File "src/pygame_sdl2/surface.pyx", line 164, in pygame_sdl2.surface.Surface.__init__ (gen\pygame_sdl2.surface.c:2479) error: Out of memory Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c

MisterJimmy

When I ask Wanda to call me by my name, I got an error code but was able to continue through it. This is the code: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Wanda_Chat.rpy", line 1531, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 179, in script call File "script Chat.rpyc", line 250, in script call File "script Chat.rpyc", line 672, in script call File "script Chat.rpyc", line 9261, in script call File "Wanda_Chat.rpyc", line 1531, in script File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\admin\Desktop\Rogue-Like all versions\Rogue-Like-1.6c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/Wanda_Chat.rpy", line 1531, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code]

MisterJimmy

When Rogue is giving a blowjob and has cum on her chin, the cum is showing up above the layer of the characters penis, sort of hovering up and down while she moves.

MisterJimmy

I think it was the previous version but I was able to tell Betsy to wear her vibrator all the time. I just tried to tell Rogue to do so and she refused. This is on a save where I have everything at max and have done all of both characters content.

Phantomsbreath

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Scenes.rpy", line 2895, in NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 198, in script call File "script Functions.rpyc", line 1312, in script call File "script Scenes.rpyc", line 2895, in script File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6c-win\Rogue-Like-1.6c-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.6c-win\Rogue-Like-1.6c-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Scenes.rpy", line 2895, in NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code] Just woke up with Wanda.

Shin Gouki

Not sure if it's part of the exhibitionist "perk" or a random bug with no error code. I spent the period in the danger room with Kitty in the afternoon. Evening rolls around and Laura shows up along with Kitty, for some reason or another, Kitty is now completely nude. I'm not sure if there's a setting where you can make the girls wander around naked, maybe in the dressing room, but I certainly haven't told any of them to do so.

Kefrenme

[code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: String u'Would you. . . want to be my [Terms[boy]friend?' ends with an open format operation. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 780, in script call File "script Functions.rpyc", line 1315, in script call File "Wanda_Scenes.rpyc", line 693, in script call File "script Functions.rpyc", line 1628, in script call File "script Locations.rpyc", line 152, in script call File "script Functions.rpyc", line 1315, in script call File "Wanda_Scenes.rpyc", line 809, in script File "C:\Program Files (x86)\Juegos\FNATION\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Program Files (x86)\Juegos\FNATION\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Program Files (x86)\Juegos\FNATION\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Program Files (x86)\Juegos\FNATION\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Program Files (x86)\Juegos\FNATION\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\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 572, in _vformat File "C:\Program Files (x86)\Juegos\FNATION\Rogue-Like-1.6c-win\Rogue-Like-1.6c-win\renpy\substitutions.py", line 157, in parse raise Exception("String {0!r} ends with an open format operation.".format(s)) Exception: String u'Would you. . . want to be my [Terms[boy]friend?' ends with an open format operation. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6c [/code]

Phantomsbreath

[code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: String u'Would you. . . want to be my [Terms[boy]friend?' ends with an open format operation. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 198, in script call File "script Functions.rpyc", line 1315, in script call File "Wanda_Scenes.rpyc", line 809, in script File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6b-win\Rogue-Like-1.6b-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6b-win\Rogue-Like-1.6b-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6b-win\Rogue-Like-1.6b-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6b-win\Rogue-Like-1.6b-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6b-win\Rogue-Like-1.6b-win\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 572, in _vformat File "D:\Users\ronin\OneDrive\Documents\Rogue-Like-1.6b-win\Rogue-Like-1.6b-win\renpy\substitutions.py", line 157, in parse raise Exception("String {0!r} ends with an open format operation.".format(s)) Exception: String u'Would you. . . want to be my [Terms[boy]friend?' ends with an open format operation. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.6b [/code] For context, I had just finished the Magneto conversation, and previous, she had suggested she call me Daddy. (Wait. Hold up. That's for 1.6B. I'll try it on the newest, see if it continues.)


More Creators