XaiJu
OniArtist
OniArtist

patreon


Rogue-Like 1.6c (Don't Download)

Ok, this fixes a few more things, the "Chr" bug a few people have reported, some issues with characters not appearing during certain relationship scenes, a few "file not founds," etc.

Ok, this one's coming in hot. Seriously, don't bother with this build unless you like to bug test, because if this one works smoothly, it's a miracle. Not only is a new girl being added, which always includes areas where I forgot to update some function or other, but I also did some rather significant "under the hood" changes that will hopefully make the game run a bit faster overall, but might cause some other issues. So if you want to find problems with these changes, go for it, but if you just want to enjoy playing the game, I would recommend waiting for at least a week or two for the bugs to be found and sorted out.

If you do find bugs, please report them to me, either in this thread's comments, or in a direct message. If there's an error message, please include that error message in your post. If there's not an error message, it really helps to have exact wording of dialogue before/after the bug, so I can narrow down the exact scenario being played out.

But what is in this version?

- Wanda is added, with various clothing options, relationship interactions, story content, any sexual interactions that can be done standing up, and hand stuff. What is not included? Her BJ, TJ, doggy, 69, or missionary sex poses or content, and her Halloween content. These will be added in over subsequent updates. You should be able to find her after meeting Betsy.

- Rogue's 69 pose. Like with Betsy and Doreen, this can be accessed by both giving and receiving oral sex several times. You might find some other surprises here. Other girls will be getting a 69 pose in future versions.

- Relationship event system changes. It used to be that all characters would be checked to see if they wanted to do a relationship event (ie confessing love for you, or something like that), every time you moved around anywhere. I made some changes to instead only make this check once per time block, and then activate the event where appropriate. On the player side, this should not be a massive difference, but might hopefully speed scene loading up a bit. It's got a lot of potential to cause trouble though, so let me know if there are characters where you aren't hitting their milestone scenes where you expect to, or you get too many or too few of these scenes relative to previous playthroughs, or any other feedback you might have on these systems.

- I finally figured out how to use a different mechanic to display characters, and have at least partially implemented it. If it works out, I plan to do a bit more, and I'm not sure what difference it might make on your end, but it can simplify some stuff on mine, so I'm very excited. :D Just let me know if you're finding cases where you think a character should be appearing but they aren't, or should be leaving the screen but they aren't or something weird like that. This would mainly apply to standing character sprites, but any graphical glitches could be related.

You can download the game here, if you dare.

Comments

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.

Oni

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.

Shin Gouki

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]

MisterJimmy

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

Oni

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]

MisterJimmy

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.

Oni

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?

d00m3sT0s

Noted! Thank you!

Phantomsbreath

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.

Oni

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

Yegor

Fixed, thanks.

Oni

So could we get a list of who will 69?

Phantomsbreath

[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]

Hungry Carrot

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.

Oni

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"

MisterJimmy

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

Headassman

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.

MisterJimmy

[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.

Phantomsbreath

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.

Shin Gouki

[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]

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 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.)

Phantomsbreath


More Creators