XaiJu
OniArtist
OniArtist

patreon


Rogue-Like 0.991c (should fix that skirt bug. . .)

This should fix a number of bugs people have been reporting, a persistent crash when she wears a skirt, a couple different issues that pop up on dates, an issue with Rogue in her intro scene, maybe a few other things. 

Comments

I'd prob only choose Laura as well to only go on a double date with if I was a picky bitch *wink

Nightless

Ok, I'll see what I can do.

Oni

was cind of wantingnto see when u lick them u could see in a litle bubble of some cind, u can already see somewhat when u lick her pussy but if u could get a more of a view would be great, and meaby a feet licking seen?

Jockeman

There will probably be more actions added over time. What are you looking to see?

Oni

She's more selective about who she goes out with than who she sleeps with? :D I don't think it's anything complex, but I'll take a look.

Oni

Ok, fixed.

Oni

Interesting. I mean there's no hard limit to the number of sprites that are allowed to be visible, so that itself wouldn't break anything, but it indicates that it might be a problem where three girls are attempting to be in the same location, the game is trying to sort out which two get to stay (because most of the game is intended to only have two there at a time), and then something is going wrong there.

Oni

She doesn't have as many "casual dialog" options as the other girls. There might still be some contextual things that pop up as things change between you, but I still need to add some more random entries.

Oni

Lol. That seems to be a timing issue, the HJ is appearing before the other animation is finished.

Oni

Jean is enigmatic.

Oni

so oni is there gona be more actions you can do with the characters or is all of that done?

Jockeman

Yeah, just an oversight on my part, it's not meant to be looped. Next time the question should vanish after the first time.

Oni

Fixed.

Oni

Cool.

Oni

fixed

Oni

Ok, I did a pass on that. It may have had to do with clothing being in the way, but I think something was off with the thighs section.

Oni

K, should be fixed.

Oni

Oh, ok, should be fixed.

Oni

Interesting. I don't think she should be doing that if she hasn't done at least one blowjob elsewhere.

Oni

Ok, it's basically caused by them wanting skin contact in that situation, so it defaults to them considering it. I've adjusted the dialog to flow more naturally.

Oni

Not really. The stuff that requires significant artwork won't be out for at least several months, but I will be adding a little more content as I continue to patch this version.

Oni

Should be fixed for version d.

Oni

Ok, I think I should have that fixed for version d.

Oni

Cool, glad it worked out.

Oni

fixed, thanks.

Oni

This is not intended for the long term, but is currently an issue I'm working on. Eventually your old saves should work, but for now it's better to test with a fresh game.

Oni

Should be fixed.

Oni

Should be fixed for next build.

Oni

I have no problem involving Jean in threesome any of the 3 other girls, but she won't go on a double date with any, except Laura. Am I missing something ?

ThL

Oh, something else I forgot to mention: Jean's sprite doesn't show up when Xavier busts you.

hornguy6

Might have figured out what that List.Remove error is. I realized that right after you hit ignore on that error, 3 people briefly try to have their sprites show up at once. Pretty sure the limit is supposed to be 2 sprites.

Anthony Michelli

Did I run out of interactions via the "just talk to her" option? Well Jean just repeats herself on loop now, oh well. I made a mistake and didn't mention it was Jean at all oops.

Jelly

I dunno if someone reported this or not but Jean's handjob her arm for and instant as she's reaching for you her arm & hand disappear. While it's only a moment she sure is reaching for the dick hard.

Jelly

Found an error in the danger room while im with kitty While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list

Simon

Ran into this while training in the danger room with Kate. Also, there a bug with Laura at the pool where she will repeat the "I'm going to try dialogue two to three times in a row. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 438, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1812, in script call File "script Functions.rpyc", line 1854, in script File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.991c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.991c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 1854, in File "C:\Users\User\Documents\Unzipped\hg\Rogue-Like-0.991c-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Strategist G Bu Shi

so I'm not sure if this is a bug exactly, but sometimes when you hang out with Jean she sometimes stays there with you instead of going somewhere else. I wouldn't exactly call it a bug but I just hanged out with her then tried to go back to her room but it said she's not there right now.

Not currently

Anthony Michelli

Hey just wondering, do the saves from old versions work in the new versions now?

I have Rogue and Jean on screen, Rogue is dancing and Jean is not, errors immediately after asking Rogue to take off her gloves: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Sex.rpy", line 1991, in File "game/script Girls.rpy", line 1276, in GLG File "game/script Girls.rpy", line 1250, in GirlLikeCheck AttributeError: 'GirlClass' object has no attribute 'LikeRogue' I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Sex.rpy", line 1992, in File "game/script Girls.rpy", line 1276, in GLG File "game/script Girls.rpy", line 1250, in GirlLikeCheck AttributeError: 'GirlClass' object has no attribute 'LikeRogue'

Guynonymous

Ran into a loop that doesn't seem right. When Laura confronts you about being bossy I am able to spam "What bothers you about being told to do things?" option and get a lot of love. There does seem to be a limit, but being able to spam the same question seems a bit off. It may also just be the visual coming up when I'm not actually getting any?

Jackaljax

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Jean_Fondle.rpy", line 3800, in NameError: name 'Jean' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 251, in script call File "script Functions.rpyc", line 861, in script call File "script DateNight.rpyc", line 3196, in script call File "script DateNight.rpyc", line 3492, in script call File "Jean_Sex.rpyc", line 85, in script call File "script Sex.rpyc", line 1585, in script call File "Jean_Fondle.rpyc", line 2949, in script call File "Jean_Fondle.rpyc", line 3798, in script File "C:\Users\neonb\Downloads\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\neonb\Downloads\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\neonb\Downloads\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Jean_Fondle.rpy", line 3800, in NameError: name 'Jean' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Breon Flowers

No problems so far and love Jean design and personality

Vigilwake

I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 438, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1812, in script call File "script Functions.rpyc", line 1854, in script File "A:\Downloads\Rogue-Like-0.991c-win (1)\Rogue-Like-0.991c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "A:\Downloads\Rogue-Like-0.991c-win (1)\Rogue-Like-0.991c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 1854, in File "A:\Downloads\Rogue-Like-0.991c-win (1)\Rogue-Like-0.991c-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c this litle thing happend day 41 when i was in the gym with kitty

Jockeman

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/Jean_Fondle.rpy", line 3800, in NameError: name 'Jean' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 3367, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 438, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 3380, in script call File "script Chat.rpyc", line 102, in script call File "script Chat.rpyc", line 221, in script call File "Jean_Sex.rpyc", line 97, in script call File "Jean_Fondle.rpyc", line 2949, in script call File "Jean_Fondle.rpyc", line 3798, in script File "D:\!!!kopia danych\Music\Rogue-Like-0.991c-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "D:\!!!kopia danych\Music\Rogue-Like-0.991c-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\!!!kopia danych\Music\Rogue-Like-0.991c-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Jean_Fondle.rpy", line 3800, in NameError: name 'Jean' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

MightyRak

Dunno if someone pointed it out cuz it's a bit too much to read rn but i can't get Jean to wear the black corset

MightyRak

During the Addition event, giving a massage doesn't reduce the girls addition level when taking one of the actions, like massaging the feet and such.

Stavin

Gave Jean the Corset but the response bubble said 'Laura' You have too much time on your hands."

Stavin

If taking care of a girls addition takes place in her room, after finishing the message "You head back to your room" but will instead still be in the females room, with the female having left.

Stavin

Double date with Jean and Laura. Jean goes under the table and blows me. Not really consistent with the current state of the game

ThL

Emma during the addition event, L:415 O:69 I:292. Asked to touch her breasts, "I Don't think your ready for that." Clicked "Ok, that's fIne" like the MC had asked her to remove clothing from the chest region and been shot down instead of what should have been the options to give up on touching or trying to press her into it. "how... generous of you." followed by "That sounds lovely, ravish me."

Stavin

also got this after trying to Train the gym after the first addiction meeting with Jean. Kitty was in there [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list

Anthony Michelli

Welp, found her in the shower. That's weird, is the first meeting supposed to be in the shower?

Anthony Michelli

Also, I can't get Jean to show up, I'm on day 24 and nada.

Anthony Michelli

will there be a timetable for the rest of your content oni?

Cronrik

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1812, in script call File "script Functions.rpyc", line 1854, in script File "H:\EO\Jeux\Rogue-like Evolution\Rogue-Like-0.991c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\EO\Jeux\Rogue-like Evolution\Rogue-Like-0.991c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 1854, in File "H:\EO\Jeux\Rogue-like Evolution\Rogue-Like-0.991c-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-7-6.1.7601-SP1 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

ThL

Hi, I found a small bug, that appears when you choose to go for a swim in the pool, and every time the dialog appears that tells you a girl is changing into the swimwear. It's not a game-breaking bug it can get a little bit annoying.

I can confirm that cumming on Laura's face more than once in a sessions produces the correct artwork now, thanks for that.

Anthony Michelli

It's just because bj is not implemented yet. No reason to change the captions for one scene.

Lexickon

especially if "she pulls back with a 'pop'"

ThL

Staying overnight with Jean. In the morning I have a pleasant sensation and I hear "Slurp, slupr,slupr" : at bit noisy for a HJ no ?

ThL

[code] I'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'>: IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 617, in script call File "script Chat.rpyc", line 102, in script call File "script Chat.rpyc", line 221, in script call File "Jean_Sex.rpyc", line 132, in script call File "script Girls.rpyc", line 3707, in script call File "script Girls.rpyc", line 3915, in script File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-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\Jeremy\Documents\My Stuff\Rogue-Like-0.991c-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Jeremy Scott Duffer

I'm assuming that old saves dont work on this version as whenever I try to load one, it kicks me back to the title screen and then when loading an old old save it tells me that it's not compatible with the current version and need to go to my room and save, is this correct?

Joker Prototype

[code] I'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'>: IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 130, in script call File "script Chat.rpyc", line 102, in script call File "script Chat.rpyc", line 221, in script call File "Jean_Sex.rpyc", line 85, in script call File "script Sex.rpyc", line 1100, in script call File "script Girls.rpyc", line 3915, in script File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-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\fugas\Downloads\Rogue-Like-0.991c-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Makedar

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 148, in script call File "script Functions.rpyc", line 943, in script call File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1812, in script call File "script Functions.rpyc", line 1854, in script File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 1854, in File "C:\Users\fugas\Downloads\Rogue-Like-0.991c-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Makedar

Yep.

Oni

Does the nighty not work in her standing pose, or are there only issues in one of her sex poses?

Oni

I hope to figure out what the cause of this is, I added something to verison d that should at least mitigate it and provide some more answers.

Oni

That's odd, I'm not sure what would cause the scene to end prematurely.

Oni

Hmm. . .

Oni

Yup. The save game thing I will hopefully fix at some point, so keep those saves around, but it might take a few versions. I'll announce if if I fix it.

Oni

Fixed, I think.

Oni

I'm afraid I can't port it out to android at the moment.

Oni

Odd. Any idea what sets that off? What were you doing right before that?

Oni

Think I fixed this one.

Oni

Yeah, I intend to fix this at some point this version, but it might take a while.

Oni

Yes, Jean starts with maxed inhibition because she doesn't believe in consequences. It doesn't behave exactly like normal inhibition though.

Oni

Interesting. What's the exact dialog that plays when they try to leave?

Oni

So I had to start over. You really made Jean a cunt.

Booty4Bass

Odd. One thing you might want to try, go to the player's room and hit the yellow button. Let me know what it says.

Oni

Yeah, this might happen on any saves from previous versions (pre 0.991) for a bit. I do intend to fix it, but it's not simple.

Oni

I'll see what I can do. The UI can always use some work.

Oni

That's on version 0.990m.

Oni

Huh, that's odd. I don't recall anything changing with Laura's animations. Which "speed" is this on?

Oni

Thanks, this is fine, but for the most part, see where it says "--Full Traceback----"? I *usually* don't need the stuff that's after that to figure out what happened, just the bit before that. This time it wasn't particularly long though.

Oni

Ok, fixed, thanks.

Oni

Hmm, ok, let me see. . . ok, fixed for version d. Thanks.

Oni

I noticed Emma's nighty her boobs pop out, the lower portions of her bosom do anyways. They just kinda phase out of the nighty and I dunno if it's just missing artwork but she has no bikini for top and some pants options don't appear during sex.

Jelly

Yes, this is currently an issue. It should only apply to saves from previous versions though, right? I do intend to fix this, but for the time being just use fresh starts for bug testing.

Oni

Ah... ok so I realize that my entire top left bar is gone after that... Which may be why I was getting that similar error all over.

Jackaljax

Ok, that's odd. I made a fix that should fix it, but I'm not exactly sure why that's happening. Try to keep a save near there and try it again with version d, it should give an error message you can tell me. In the meantime, you might be able to bypass it by hitting the little character icon and switching which menu is up.

Oni

Thanks fixed for version d.

Oni

Basically same error at the shower "<" Store_GirlClass Object At OX2779D11O ">"

Jackaljax

Ok, looking through it, there was definitely a dialog error, in that when you give it to her, it would play incorrect dialog, but she *should* apply normally. She should take it and have it available to her.

Oni

I ran into an error. Went to bed and when I woke up there was a message in the corner of my screen. Sadly I forget to screenshot it and write it down. It happened again when I went to class shortly after.

Jackaljax

Jean when she wants to talk to you, if you're in the classroom demands all girls leave and they do including Emma. Her relation options cause her to stop immediately I think it was the one where you can ask her to call you mater.

Jelly

If you lock the shower door, you can still get the text, "You take a quick shower. A few people came and went as you did so."

Stavin

When going to the showers and there are two females, even if both females mention leaving one always sticks around.

Stavin

I wasn't being able to load any save game from version 0.990m in the new 0.991c. Had to make some save games in the 0.990m in diferent locations, and on that worked is a save game of when i just left my room alone. I understand that Jean have full inhibition, she's used to erase other people minds after doing whatever she wants?

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 3140, in script call File "script Functions.rpyc", line 257, in script call File "script Scenes.rpyc", line 1028, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 379, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1812, in script call File "script Functions.rpyc", line 1854, in script File "C:\Users\timot\Desktop\Rogue-Like-0.991c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\timot\Desktop\Rogue-Like-0.991c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 1854, in File "C:\Users\timot\Desktop\Rogue-Like-0.991c-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Timothy Morley

?

Leo

Is it for Android

Leo

Just ran into a weird bug that makes Rogue teleport to me and switch places with Kitty if I have just Kitty in my party

Timothy Morley

Any chance of a android version?

Matias

after having given laura most of her gifts barring the lace clothes, (meaning she has the swimwear) when we go to the pool to swim, she states "one sec i gotta change real quick" even though she's already wearing her swimwear

Simon

Unable to load save from 0.990m, no error message of any kind it just takes me to Main Menu.

Is Jean's inhibition bar supposed to be at near max when she arrives? Don't know if this is a bug or as intended. Really enjoying Jean and her look and style already, and I haven't even bought all her outfit choices yet. Well done sir.

celticsamurai

found an interesting bug where when im doing public things to jean, other characters with low love/inhibition/obedience say they're going to leave, but they don't, they just stay there, don't know if this is limited to jean or if it's everyone else, will continue "testing" to see if this is limited to jean or if it's across all ladies

Simon

So I'm not sure what sets it off, but I eventually got a message that I should tell you that no appropriate character was found. Also to tell you store.girlclass object at ox27a18350 Now this is happening with all the girls regardless of where I go, Another thing I noticed was the bar at the top that matches the girls color is now gone, maybe to show that the girls are missing?

Shin Gouki

[code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: Could not find return label (u'F:\\Games\\Renpy\\Projects\\Rogue-Like/game/script Locations.rpy', 1500336121, 132). -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Girls.rpyc", line 2278, in script File "C:\Users\Horizon\Downloads\New folder\Rogue-Like-0.991c-win\renpy\ast.py", line 1400, in execute next_node(renpy.game.context().lookup_return(pop=True)) File "C:\Users\Horizon\Downloads\New folder\Rogue-Like-0.991c-win\renpy\execution.py", line 586, in lookup_return raise Exception("Could not find return label {!r}.".format(self.return_stack[-1])) Exception: Could not find return label (u'F:\\Games\\Renpy\\Projects\\Rogue-Like/game/script Locations.rpy', 1500336121, 132). Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: Could not find return label (u'F:\\Games\\Renpy\\Projects\\Rogue-Like/game/Rogue_Animations.rpy', 1577200090, 247). -- Full Traceback ------------------------------------------------------------ Full traceback: File "Rogue_Animations.rpyc", line 3845, in script File "C:\Users\Horizon\Downloads\New folder\Rogue-Like-0.991c-win\renpy\ast.py", line 1400, in execute next_node(renpy.game.context().lookup_return(pop=True)) File "C:\Users\Horizon\Downloads\New folder\Rogue-Like-0.991c-win\renpy\execution.py", line 586, in lookup_return raise Exception("Could not find return label {!r}.".format(self.return_stack[-1])) Exception: Could not find return label (u'F:\\Games\\Renpy\\Projects\\Rogue-Like/game/Rogue_Animations.rpy', 1577200090, 247). Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Two main buggy-ish things I've noticed. Both of them have to do with the stats. First off, Rogue started coming onto me really quickly for some reason without me doing anything. Before the end of the first week, she was comfortable showering with me and I didn't do anything with her at all. The first time she came to me for addiction help she was willing to let me take her top off completely. And then got mad at me for it. Second is a sort of stat thing, sort of general wardrobe thing. After giving Laura a swimsuit, every time she changes into it she gives the "that wasn't outdoors ready" despite the fact she still wears it. And the message repeats any time you swim at the pool. Futhermore, if she's too shy to change in front of you, she gets behind the screen but nothing actually changes. Tried to get her to wear the corset, the option to ask her to wear it is still there in the next cycle. Same with lace panties or anything else she's not comfortable with. This has happened in previous builds too, but I thought I should bring it up again. edit: the swimsuit thing happens with other girls too

hornguy6

This could just be me and my computer, but does Jean's hair seem to be really "sharp" to anybody else? The black line edges look really jagged to me.

hornguy6

Just fyi, when reporting bugs you don't need to copy the full traceback. Usually just the first part is enough for Oni. i.e. this part: While loading <'Image' 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'>: IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'.

hornguy6

Speaking of frothy facials, it seems like such are impervious to showering or swimming...UNLESS the girl(s) >come to you< after you enter an otherwise-empty shower room. I'm honestly surprised that that's the only time undirected cleaning occurs.

Shremedy

[code] I'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'>: IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 130, in script call File "script Chat.rpyc", line 132, in script call File "script Chat.rpyc", line 221, in script call File "Jean_Sex.rpyc", line 108, in script call File "Jean_HJ.rpyc", line 392, in script call File "script Girls.rpyc", line 3707, in script call File "script Girls.rpyc", line 3915, in script File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\character.py", line 747, in do_display **display_args) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-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 "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\display\im.py", line 212, in get surf = image.load() File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\display\im.py", line 553, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "D:\New folder (2)\heram\New folder (2)\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Jordan Burm

The links are right above you, in the post you've replied to.

Shremedy

Are you playing a 990/991 version or the 2020 one? The latter is a Covid-19 inspired subset of the actual game. You want the version here for the full experience. Otherwise, I think you just have to settle for phone sex. IDK, I gave up on that variant of the game myself.

Shremedy

Could I also again appeal for continuous display of the girl's individual levels? Right now, that information is only visible in McCoy's lab when the girls has >unspent level points!< If you don't want to use numbers (too meta player-knowledge-y), how about STARS? 1 to 5 of them will easily fit in the existing display bar, under the existing (MC) level numbers. May I also recommend moving the Player's level number out from that part of the bar? To disassociate Your level number from Hers? Maybe a "Lv x" text box set between the "current girl" icon and the Inventory backpack?

Shremedy

Something else to maybe look for, what I call the "Everlasting Glob Of Spooge". Have a threesome, spooge in or on both partners. Afterwards, have your current primary eat the spooge off off the secondary, then (when prompted) have your secondary eat the spooge off of your primary. After all that eating, the secondary will still have spooge in her mouth (never swallowed), depicted on her character model, and then you are again prompted for what you want done with it. There's about a 75% chance, after telling her to Eat It (again!) that she will >still< be carrying a mouthful when you continue with the school day!

Shremedy

Also, watch your inbox, I have a screencapped followup to this error. Easier to show you than explain.

Shremedy

Wardrobe -> Wear Around Emma: "I'm open to suggestions" >> Expected, given her stats. << Other -> While Teaching Text box: "Tell Oni 90" Okay, I'm telling you. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 3200, in AttributeError: 'int' object has no attribute 'Loc' (Full Traceback omitted, this is clearly anticipated by text box note) Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990m [/code]

Shremedy

Is "one of those other things" the wonky animation Laura has while giving blowjobs (she makes a circular motion with her head, Zero's pecker doesn't move, clips thru her face)???

Shremedy

Im Not sure what i can Copy and What not... i i have to copy anything BIG SORRY: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1854, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 438, in script call File "script Functions.rpyc", line 1794, in script call File "script Locations.rpyc", line 708, in script call File "script Functions.rpyc", line 1812, in script call File "script Functions.rpyc", line 1854, in script File "C:\Users\Martin\Downloads\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Martin\Downloads\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 1854, in File "C:\Users\Martin\Downloads\Rogue-Like-0.991c-win\Rogue-Like-0.991c-win\renpy\python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.991c [/code]

Chaosdestille

found a bug; File "game/Jean_Fondle.rpy", line 3798, in NameError: name 'Jean' is not defined

Looks like it for the time being, Oni mentioned working on a fix for that.

Shin Gouki

it won't let me load my save file do i have to start a whole new game?

Breon Flowers

Maybe it has been mentioned already but when you ask Jean to dance, the animation doesn't play until she removes her clothes.

Mederic64

When i try to load up a saved game it send me back to main menu.

gona try reinstal it and see if anything changes

Jockeman

i cant talk to jean even if she is right infront of me, it just sends me to text laura, is this a problem or is it sepost to be like this, this also means i cant get anywere with her

Jockeman

Found a bug where Rogue and Kitty can't be interacted with anymore File "game/script Functions.rpy", line 3406, in ValueError: list.remove(x): x not in list

found a bug, While loading <'Image' 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'>: IOError: Couldn't find file 'images/JeanSprite/Jean_Sprite_Chest_Corset_Up.png'.

philip brown

Hey guys were can I download the game ?

Leo

how do you get into the girls room and date them if they are stuck indoors at all times? help im bad

Hasmuffin

pos. bug, gave jean the black corset, txt says she gave it back but, not in the inventory. but, shows up when you go to give her a gift.

philip brown

just ran into jean via the showers, love the little scene of her hissy fit.

philip brown

New saves off a new game will work, right? Just not the saves from older games? I'm working on fixing that though.

Oni

just thought you should know, used this ver. no saved will load, so saved it seperate to help with the bug hunt.

philip brown

HJ is in, just not the other stuff. There is no BJ animation, but there are cases where she comes close to it.

Oni

Ahm, Oni, why do you say that HJ is not implemented if it is? Addiction scene works fine, plus she suck when cumming -> in her mouth

Ok, fixed for version d.

Oni

In 3 hours*

Theodore Hopkins

4 iterations in under a day, is that a record?

Theodore Hopkins

While running game code: File "game/Jean_Fondle.rpy", line 3798, in NameError: name 'Jean' is not defined


More Creators