Patrefans
OniArtist from patreon
OniArtist patreon

Rogue-Like 1.61b (Still iffy)

🕑 Added 2025-02-18 23:21:20 +0000 UTC

Comments

Oni

Hmm, what is the exact line of dialogue they use? I can often track down what specifically is triggering that. Off the top of my head, it's possible you did something to annoy them, which would decrease their check scores. It does sound like they aren't registering that you've done that specific act before though. Each activity is both tracked separately and in combination. Try asking them in chat what their favorite activity is.

madmaxxlr

i have this same issue with every update and i don't get why it happens. a bunch of the girls start acting like we never had sex or did any for play. for this last update it was Doreen and Betsy saying "i don't think I'm ready for that yet". with their bars full i have don't nothing to piss them off that i know of.... unless having fun with Wanda triggered it. they were just fin before the update an and they even join in for 3 ways but they wont do as i say anymore.

Oni

The error people have been getting that says "jumped queue" should be fixed when I put out the next version, but in the meantime doing even one "wait" cycle *should* cure it. The issue is that I didn't properly default a variable, so it looks for one that isn't there, but any time you do a wait cycle it should create that variable anyway, so that should "fix" it.

rpglaster

This is kind of weird but it’s worked for me. But when loading into an established save. I ran into non stop errors entering pretty much anything. I tried waiting repeatedly for like a day (in game) and then saved and reloaded and didn’t have those errors.

Dan

ah okay, ty

Burtor

You have to repeadately give and get oral. Then keep going down on the girl and at some point she will initiate 69 as a "returning the favor". Takes probably a certain amount of inhibition and/or BJ expertise from the girl.

Dan

where are the 69 poses btw? I've yet to see them

Oni

Maybe. I could probably do it as a standing pose option. The only real issue I guess is that not all girls have a doggy or standing pose in which their legs are close enough together to sell the animation, and if I have to redo an entire set of legs that's a whole different level of work to it.

Oni

This is during the "undress to have sex" type thing, not the wardrobe?" Yeah, I think that's basically because the jacket comes off to access the shirt, and she doesn't put it back on after.

Oni

Heh. Ok, I think something isn't clearing as intended, I'll correct that.

Oni

Well, you can switch to doggy pose in a lot more places now, or into 69 pose once it's available. I've thought about doing a "reversed standing pose" but it would involve a lot of work for something that wouldn't have as much versatility as existing poses, so I just feel like that time would be better spent on other projects.

Anon

Thoughts on adding thighjobs in the game?

SimpleFpr

Another Bug Possibly(?) If you ask Doreen to take off her tube top while she has her jacket on, she'lll take both her tube top and jacket off.

SimpleFpr

He did not load when introducing Betsy.

Simon

Was leaving the room to go to the campus square, Kitty jumped me 3 times and dragged me back to the room, satisfying her 3 times before i chose to go to the bathroom instead to break the loop

Justsomenerd22

you wanna know what would be a cool feature. being able to just turn the girls around. im as ass man and want to see more of it. like maybe just have the face away from you. or mooning. that be even hotter

Oni

Oh, that should be fixed in this new version b.

Oni

Her doggy pose and content would be 1.62, her sex pose in 1.63, her cosplay stuff in 1.64, most likely.

Oni

K, fixed. Let me know if there are any other places where Xavier should be there but isn't. I used to check for him every time the screen loaded, but took that out because it's a waste of time in 99.9% of cases. :D

Oni

Yeah, people were reporting that last time, I'm glad it cleared up.

Oni

Saves in Renpy games should transfer automatically. They are stored in Windows user data, and so long as the game is fundamentally the same one (which this one is), it handles all save files as the same thing between versions. There's also a saves folder in the game directories that I believe you can copy-paste over if you prefer.

rpglaster

Have the MC give oral and receive oral at least three times, while receiving the girl will eventually initiate the pose. (After which it will be unlocked) only Betsy, Rogue, Doreen. And now kitty have the pose currently.

Blitz Wulf

how do i do the 69 stuff?

Sentinel1107

happens to me too.

Demon

Go down on her a few times she will likely then bring it up.

HonorablePsycho

Uh oh, ran into a bug/crash when in Wanda's room: [code] I'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/WandaBJFace/Wanda_BJ_Spunk_Heading.png'>: IOError: Couldn't find file 'images/WandaBJFace/Wanda_BJ_Spunk_Heading.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 5170, in script call File "script Functions.rpyc", line 1341, in script call File "Wanda_Scenes.rpyc", line 1701, in script call File "Wanda_Sex.rpyc", line 157, in script call File "script Sex.rpyc", line 3026, in script call File "script Sex.rpyc", line 3508, in script call File "script Orgasms.rpyc", line 1533, in script call File "script Girls.rpyc", line 3279, in script File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\core.py", line 2916, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\core.py", line 1980, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938) rv = render(root, width, height, 0, 0) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 213, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 318, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 318, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 1236, in render return renpy.display.render.render(self.child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 213, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 213, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 318, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\layout.py", line 1236, in render return renpy.display.render.render(self.child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\im.py", line 553, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\blank\OneDrive\Desktop\Dork Books\Drafts\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/WandaBJFace/Wanda_BJ_Spunk_Heading.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.61a [/code]

d00m3sT0s

Neat, any clue when other (spicier) "activities" for Wanda would be added ? In 1.62 or maybe somewhere along the line of version 1.61(...) ? :)

SimpleFpr

BUG 1: found a bug where Xavier's character/paperdoll(?) doesn't show up when he's introducing microtransactions. He's also missing in the intro sequence for gwen. BUG 2: If you don't ask Gwen who she is and move forward with the dialogue, her name will stay as (???) even though you can introduce her as Gwen in the dialogue options with Xavier.

ONIBushido

I've run across an issue were a girl wanted to meet in my room, but when I to over there she doesn't show. It's happened with Storm, Elizabeth, and Jean so far Update: I was on the wrong version. Newest version works fine with multiple girls. My fault

Felipe Cardoso

Hi Oni, how do I transfer my previous versions of save game to the new one?

Oni

Does it give you an error message? That would help me track down the cause.

COnnner23244

Hey there is bug in the threesome actions where it crashes

Oni

Try "Waiting" first, it should work until the next build.

Oni

Fixed, thanks.

Klutz Lament

I saved in my room on the old version (1.6h) to make sure it was clean, then opened that save in the new one. Left my room and tried to go to University Square and that happened.

Klutz Lament

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 5913, in NameError: name 'JumpQueue' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "/script Locations.rpyc", line 282, in script call File "/script Functions.rpyc", line 1356, in script call File "/script Functions.rpyc", line 5913, in script File "/private/var/folders/24/gnf8p6sd5cb4xr9l8rtqns6c0000gn/T/AppTranslocation/BC57B308-8A50-4C8C-A885-275CAEC9E35E/d/Rogue-Like.app/Contents/Resources/autorun/renpy/ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "/private/var/folders/24/gnf8p6sd5cb4xr9l8rtqns6c0000gn/T/AppTranslocation/BC57B308-8A50-4C8C-A885-275CAEC9E35E/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/24/gnf8p6sd5cb4xr9l8rtqns6c0000gn/T/AppTranslocation/BC57B308-8A50-4C8C-A885-275CAEC9E35E/d/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 5913, in NameError: name 'JumpQueue' is not defined Darwin-24.3.0-x86_64-i386-64bit Ren'Py 6.99.13.2919 Rogue-Like 1.61b [/code]

flaminghobo310

how do you activate the 69 pose i didnt see it in the sex menu?

umgih8er

Don't know if someone mentioned it before but kitty's height was slightly high during the 69 scene not at the house currently so can't screen shot but I was wondering if that was a bug


More Creators