Home Artists Posts Import Register

Downloads

Content

There's a bug in "b" that will just keep happening, so here's a new one. :D Ok, I made some changes to when and how it checks whether a girl in gym  class is wearing their gym clothes, so this might behave oddly and  require more fixes. Let me know if they are or are not changing too much  or something.

I also fixed some display and crash errors  involving various doggy style poses and clothing pieces not appearing or  overlapping things wrong.

Various typos, etc.

Comments

Anonymous

At all patches 0.995 I had crashes when one of the girls appears.

Kyle Aiken

[code] I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'Gym_Clothes'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 395, in script call File "script Functions.rpyc", line 1995, in script call File "Rogue_Chat.rpyc", line 1910, in script call File "C:\Users\Kyle\Downloads\Rogue-Like-0.995b-win\Rogue-Like-0.995b-win\renpy\ast.py", line 1336, in execute rv = renpy.game.context().call(label, return_site=self.next.name) File "script Locations.rpyc", line 395, in script call File "script Functions.rpyc", line 1995, in script call File "Rogue_Chat.rpyc", line 1910, in script call File "C:\Users\Kyle\Downloads\Rogue-Like-0.995b-win\Rogue-Like-0.995b-win\renpy\script.py", line 861, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'Gym_Clothes'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.995b [/code]

OniArtist

Well, post the crash report it puts out, maybe I can narrow down why that is the case. I only typically need the portion before it says "full Traceback."

OniArtist

Download this version c above, that should fix this one. I know, I put two out in really short order. ;)

Hao P

I got a bug with Emma while having sex with her in the Danger Room. Whenever I try the finger her ass action it would send me a error.

Hao P

[code] I'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/EmmaDoggy/Emma_Doggy_FullHose_Holed.png'>: IOError: Couldn't find file 'images/EmmaDoggy/Emma_Doggy_FullHose_Holed.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 605, in script call File "script Functions.rpyc", line 1066, in script call File "script Locations.rpyc", line 641, in script call File "script Chat.rpyc", line 113, in script call File "script Chat.rpyc", line 248, in script call File "Emma_Sex.rpyc", line 197, in script call File "Emma_Sex.rpyc", line 2890, in script call File "script SDialog.rpyc", line 1930, in script call File "Emma_Fondle.rpyc", line 3306, in script File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\David\Desktop\Partreon\Rogue-Like-0.995c-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\David\Desktop\Partreon\Rogue-Like-0.995c-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/EmmaDoggy/Emma_Doggy_FullHose_Holed.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.995c [/code]

Skeletor

Just got to say loving your work. Storm is great.

Kyle Aiken

So love the game, keep up the good work. Now to point this out, There are times when Storm will send you a text asking to meet you in your room but when you say yes and then go to your room, she is not there. It happens that way alot. Maybe theres an error?

Anonymous

Thanks for the update, I'm looking forward to it.

Anonymous

I believe this bug happened in 0.994 too, there's no crash code though

mugatu

First off, Storms sex art is possibly your best work yet, only matched by emmas ass! Second, Idk if this is a bug or just how her character is, but I have Emma maxed and willing to do stuff in public, but if i choose the kiss on the lips option from flirting she says not here.... its too public. Feels odd.

Jay Jaymeson

Is there a version for ANDROID?

Kalle Knallcop

Just notized Morning blow consumpts time from evening before. So if you out of time at nighttime and sleep near your girl and Blowjob starts, it won't last that long.

Simon

losing love points during morning blowjobs when you say "That feels great, keep going" is that intended?

OniArtist

Ok, I made some tweaks to that for next build. She did have some added checks that might have been a bit too arbitrary.

OniArtist

Hmm, fair point. I changed the time frame of how that functions. Let me move some things around then. . .

GreatWhiteSloth

You made me rewatch the Evolution show, love the game

Mraz Pendragon

Where can I find the item to be able to have sex with Storm in public? I've checked Prof. X's office for mutiple game nights and I haven't found anything, am I missing something?

Anonymous

I think it depends on Storm's Level not being high enough before it appears or a certain dialogue within his office when you take her with you, but I do know it appears in the same drawer that Kittys item is in.

Anonymous

Love the game, and I can't wait for more to be added.

jake for

When are you going to start putting having links to download it for mobile

Alsrom

Already asked for it in private but no answer...

Phillipe Farneti

I like when the girl get mad and you blow your load on their face.

hornguy6

I might have asked this before and I know it's tedious, but at some point would you consider doing a stat re-balance on the actions? As someone who replays the game a lot (even in between versions), I get a lot of my fun from trying to push certain interactions with the different girls, but basically anything you do more or less guarantees Obedience and Inhibition to reach benchmark levels at the same time. You can purposefully do a lot of stuff to dump Love, but not much of the other two. Besides that, some of the stat rewards conflict with the action they are associated with, at least to me. For example, why would a girl's Obedience and Inhibition go *up* if they refuse to give you their panties? Shouldn't that lower both of those unless the girl actually agrees to it? Anyways, this isn't a big deal but it has been something on my mind lately so I thought I'd ask.

Spadiel

I noticed that when looking at Jean's feet, there is a layering issue with her pants and her toes.

Anonymous

Next girl should be gwen or psylocke

Mark Manders

Love the new options for asking them if they like to stay longer and locking the door. Finally reached the new Emma position and it looks great. Can't wait to see Ororo's new position :) (I start over a lot)

Martianman

Wow Storm is absolutely gorgeous! Love the new positions too. One thing I'm noticing with this build is that sometimes when I encounter a girl in the shower she is wearing a full outfit about 75% of the time. I know you have plenty to work on, but I also really like the classroom interactions and hope there will be more added, like maybe even a sex-ed course or something. I do hope at some point you'll add some kind of music in the game, it's strange playing for hours to silence. I kind of miss Akabur's type of music from his Princess Trainer game lol. I'm sure you could find something simple for a loop that would be cheap! I play a little piano and might even be able to come up with something for free if you're up for it.

Shremedy

Timekeeping glitch found. 1. loaded save created in 994*. It was not in bedroom, so the game moved us there, with all the attendant warning messages. Ororo was "in party" so she came along. It's Night time. 2. Ororo, stats maxed and Level 4, then has her sex position tested thoroughly until time runs out (time gauge red with just a sliver of white at top) 3. She stays over. In the morning, launches into "slurp slurp". When MC opens his eyes, the time gauge is STILL RED, with the white sliver now at the 6 o'clock position. 4. Elected to continue the action with something other than a BJ; the scene is abruptly terminated. Game resumes with normal morning.

Spadiel

Noticed that the spelling of "scandalous" when girls refer to their outfits they would wear outside was misspelled as scandelous.

OniArtist

Yeah, fair. I'll give it some more thought. I could "punish" disobedient reactions by lowering obedience, but I think that might tend to end up in "debt spirals" where everything keeps failing and the obedience gets lower and lower and lower. So you're right, a lot of things tend to be weighted in the sense that success causes significant Obedience gains, while failure still often causes a neutral or minor gain, rather than a full loss. I do view "love" as a much more volatile stat, something that you can gain or lose based on how positive you are and how much you play into her interests, while Obedience and Inhibition are just things that tend to accumulate through interaction and there aren't many things that would cause you to lose your gains in them. Like if she gets to the point of running around naked, she isn't likely to become a wallflower again. I do need to figure out some better ways to push hard on Inhibition without raising Obedience, basically to have her do things on her own initiative without it being a command from you. If you push hard on Love then I believe Inhibition should outpace Obedience, but then you would also end up with high Love stats. I think also if you get girls very horny so that they take things into their own hands more often, that this raises Inhibition faster than other stats. I might bump that up a bit too.

OniArtist

When you find a girl in the shower, does it sound like she *should* be naked based on the dialogue, or does it seem "appropriate" that she would be dressed? I mean, I have the chance of either happening, so I'm trying to determine whether it is just displaying wrong. I haven't really added music because I'd want to do it well, and just haven't put in the time to pick out a "sound track" for it or set it up. Remember you can always set your own playlist to be playing in the background if you like. ;) I don't know about anyone else, but I always play these games in a windowed mode.

OniArtist

Hmmm. I made some changes to this mechanic, the most up to date version of it should give you about half a clock to work with in the pre-dawn, but I don't think that's in the version you've got yet. My intention with this, assuming everything ends up working as intended, is that once you've finished all that and reset to "normal operation," you should have a full "morning" to work with, but you will get about half a time-block of bonus time if woken early.

Randy

Not sure if it was a old save load issue or not, but if I had Emma in my room and was changing her wardrobe, under the Accessories area, quite a few items were showing off the screen and I could not scroll down

Randy

Also was jumping between characters frequently when setting outfits

OniArtist

Do you just mean that there were too many items visible at once, so some of them ran off the screen, or that the list of items did not even begin until fairly far down the screen? It's not possible to "scroll" menus in Renpy, so it's on me to break them up in such a way that all the options are visible at once. If there are too many visible at some point then I may have to tweak that a bit.

Randy

This seems fixed too. Guessing it was a case of something hosed from the save file.

Anonymous

Could we get an offhand action for pulling hair? Maybe only available at certan times like the fingering options.

Snow201134

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 359, in __call__ renpy.save(fn, extra_info=save_name) IOError: [Errno 2] No such file or directory: 'C:\\Users\\15612\\AppData\\Roaming/RenPy/Rogue-Like\\97-1-LT1.save' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in $ ui.interact() File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\core.py", line 3237, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\screen.py", line 653, in event rv = self.child.event(ev, x, y, st) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\behavior.py", line 897, in event return handle_click(self.clicked) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\behavior.py", line 832, in handle_click rv = run(action) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\display\behavior.py", line 306, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 359, in __call__ renpy.save(fn, extra_info=save_name) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\loadsave.py", line 315, in save location.save(slotname, sr) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\savelocation.py", line 403, in save l.save(slotname, record) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\savelocation.py", line 147, in save record.write_file(filename) File "C:\Users\15612\Downloads\Rogue-Like-0.995c-win\Rogue-Like-0.995c-win\renpy\loadsave.py", line 245, in write_file shutil.copyfile(self.first_filename, filename_new) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 82, in copyfile IOError: [Errno 2] No such file or directory: 'C:\\Users\\15612\\AppData\\Roaming/RenPy/Rogue-Like\\97-1-LT1.save' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.995c [/code]

KiddKame

Is there any way to change the way the girls clean your dick? I was romancing Storm and everything was going great, but suddenly I got the "She dutifully licks your cock clean with lowered eyes" message.

Spadiel

I had a strange error happen where I was sucking on Rogue's breasts and had cum multiple times and she had stayed handling my dick after cumming. At some point, the game said I was no longer sucking her breasts and each time I choose to keep going, it says she is expecting me to do something. I am not sure what exactly happened, I am on Evening of Day 2.

Spadiel

I know it has probably been reported and probably has yet to be implemented, but when girls are lying on their backs, different clothing stops being drawn (towels and overshirts).

OniArtist

Huh. So it seems to be an issue with a save file? Was this while trying to load a save? Or create a save? If not, what was going on at the time?

OniArtist

Hmm. . . At some point you maybe got nudged into a different activity. . . I'm not sure the best way to know where you ended up. Was there a speed up/down option?

Spadiel

It happened again on Emma while catching her in the classroom. I was feeling her up and some time during the actions it seemed to forget I was fondling and it relied on her own actions to increase her lust. I had clicked through the actions quickly and it always seems to happen after cumming. Sometimes her hand remains on my cock and she begins to give me an off hand handjob and at some point it cancels my action and if she is too tired for a new action, I cannot make a new selection. When it pauses or sticks like this, there are no actions other than my initial action options.

Jessie A George

when will the next update come out

Anonymous

[code] I'm sorry, but an uncaught exception occurred. Compiling ATL code at game/script Functions.rpy:4048 NameError: name 'DLoc' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 1070, in script call File "script Scenes.rpyc", line 5467, in script File "renpy/ast.py", line 716, in execute File "renpy/exports.py", line 1417, in say File "renpy/character.py", line 1223, in __call__ File "renpy/character.py", line 875, in do_display File "renpy/character.py", line 621, in display_say File "renpy/ui.py", line 298, in interact File "renpy/display\core.py", line 3276, in interact File "renpy/display\core.py", line 3694, in interact_core File "renpy/display\core.py", line 568, in visit_all File "renpy/display\core.py", line 568, in visit_all File "renpy/display\core.py", line 568, in visit_all File "renpy/display\core.py", line 558, in visit_all File "renpy/atl.py", line 603, in visit File "renpy/atl.py", line 510, in compile File "renpy/atl.py", line 705, in compile File "renpy/atl.py", line 953, in compile File "renpy/atl.py", line 260, in eval File "", line 1, in NameError: name 'DLoc' is not defined [/code] So I'm new to reporting bugs but I can't even meet rogue outside of the tutorial.

AC

Since I'm here I'd like to point: Rogue seems to be the only girl who can't get spunk on her hair, also would be nice if all girls had a 'turn her around' option, just for the sake of consistency.

Anonymous

Can you add cheats within the game; as some people are just bored and want to mess around.

Chaosdestille

While running game code: File "game/script DateNight.rpy", line 2939, in File "game/script Girls.rpy", line 1372, in GirlLikeCheck AttributeError: 'GirlClass' object has no attribute 'LikeJean'

Anonymous

Seems to an issue with MC Stipend not being added each day, started happening once micro transactions became available

OniArtist

Sorry I didn't get to this one sooner, but I'm not really sure what is causing it. It's losing track of a variable instants after using that variable, I don't know how that can happen. Maybe reinstall it or something?

OniArtist

Some girls don't have a "back side" side, or maybe a front side, but I'm working on that. Jean soon, then Storm. I'll see about getting Rogue some more spunk.

OniArtist

Hmm. . . not sure why that is happening. Who is on this date, Jean, I take it, who else? And what was happening to that point?

OniArtist

I can't see anything that would cause that. The stipend is pretty self-contained. Did you get punished for getting caught in public?

Chaosdestille

It was With ms. Monroe i could reload Got some more of that errors i ignored 4 to 5 Times and went With both girls to sleep.

hornguy6

So, not sure how this happened but I was checking traits and two things happened: 1. Even though Storm asked me to be her boyfriend, she did not gain the "dating" trait 2. Laura gained the "poly Laura" trait, which if I understand correctly means she is poly with herself?

OniArtist

I think maybe I've phased out the "dating" trait, and moved more toward girls being in the Harem list. Girls might still have it, but I don't think it's needed for anything anymore. But yes, that Laura trait is odd. I found one location that might be causing it, and will hopefully filter this out in later builds.

Erutamni

I'm having an issue where if I interact with a girl it gives an error message, and I'm on 995c. So I tried to play on the previous updates a and b, but the issue is still there

Erutamni

[code] I'm sorry, but an uncaught exception occurred. Compiling ATL code at game/script Functions.rpy:4048 NameError: name 'DLoc' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 1070, in script call File "script Scenes.rpyc", line 5435, in script File "renpy/ast.py", line 716, in execute File "renpy/exports.py", line 1417, in say File "renpy/character.py", line 1223, in __call__ File "renpy/character.py", line 875, in do_display File "renpy/character.py", line 621, in display_say File "renpy/ui.py", line 298, in interact File "renpy/display\core.py", line 3276, in interact File "renpy/display\core.py", line 3694, in interact_core File "renpy/display\core.py", line 568, in visit_all File "renpy/display\core.py", line 568, in visit_all File "renpy/display\core.py", line 568, in visit_all File "renpy/display\core.py", line 558, in visit_all File "renpy/atl.py", line 603, in visit File "renpy/atl.py", line 510, in compile File "renpy/atl.py", line 705, in compile File "renpy/atl.py", line 953, in compile File "renpy/atl.py", line 260, in eval File "", line 1, in NameError: name 'DLoc' is not defined [/code]

Anonymous

@Oni Im having the same notice pop up, however I am attempting to play the game on Android using Joiplay. So that's what I would want to put the blame on. However I HAVE been able to play previous versions this same way, so idk. But I can redownload and start fresh, it occurs anytime I encounter Rogue after the intro. Sorry just trying to provide more info, even though I'm not the original commenter

hornguy6

What did you replace it with? The "boyfriend in nicknames" thing?

hornguy6

Also, you might consider making it easier to ask for a girl's panties in public. A girl with stats of 716:706:851 can barely clear an ApprovalCheck(270, TabM=5) let alone a check of (500, TabM=5) Even with maxed out stats, it's almost impossible to ask for a girl's panties in public.

hornguy6

One more bug: I got called into Xavier's office for telepathic sex. Which I'm not opposed to in theory, but the dialogue doesn't reference it so...

OniArtist

Yeah, I'm not sure what would cause it. It's a basic "when it tries to display any character" issue, so it should be *super* common if it's not a hardware specific glitch or something.

OniArtist

There's just a list of "girls you're dating" now. It's easier than checking for a specific variable on each girl. Hmm, I'll look into the panties thing, I agree that it should be lower for them to at least be willing to leave the room and come back.