Home Artists Posts Import Register

Downloads

Content

Ok, a few fixes here, one for a crash that could occur during dates when the girls all left at some point, one for a bug with Emma not "sitting" during the dates, one involving the ability to lock and unlock the classroom (I plan to expand on this options a bit), one involving Xavier looking in on you, and hopefully one involving Rogue's addiction scenes causing some display errors. The only "new content" added in this one is that Emma now properly displays cumshots on her chest and belly when in her normal standing pose (previously it only worked when in one of her other poses). 

edit: I had to reload it as version f, because the previous attempt was missing some files. That's what I get for adding new images during the testing phase. ;) If you picked up version e, sorry about that.

Comments

WillyECoyote

So many fixes lately :)

OniArtist

Well, this is the process of how I do it, I only put out a new version every few months, but then I try to make it as bug-free as possible before declaring it "done" and moving on to the next version (which will have more features). I'm already working on some things that won't be in until 0.981, but it's sometimes limiting to work on things while continuing to put out new versions, because I might need to completely break the game for a little bit while I am building something new. :D

Hao P

hmm, so everytime I try to cum on Emma's tits, it would crash.

Hao P

[code] I'm sorry, but an uncaught exception occurred. While loading : IOError: Couldn't find file 'images/EmmaSprite/EmmaSprite_Spunk_TitsD.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 628, in script call File "script.rpyc", line 1040, in script call File "script Locations.rpyc", line 129, in script call File "script Functions.rpyc", line 1069, in script call File "Rogue_Scenes.rpyc", line 555, in script call File "script Functions.rpyc", line 2024, in script call File "script Locations.rpyc", line 751, in script call File "script Functions.rpyc", line 1193, in script call File "Kitty_Chat.rpyc", line 88, in script call File "Kitty_Sex.rpyc", line 165, in script call File "Kitty_Sex.rpyc", line 2041, in script call File "script Locations.rpyc", line 751, in script call File "script Functions.rpyc", line 1206, in script call File "Emma_Chat.rpyc", line 90, in script call File "Emma_Sex.rpyc", line 191, in script call File "Emma_Sex.rpyc", line 2065, in script call File "script Locations.rpyc", line 121, in script call File "script Functions.rpyc", line 1218, in script call File "Emma_Chat.rpyc", line 90, in script call File "Emma_Sex.rpyc", line 168, in script call File "Emma_Sex.rpyc", line 1581, in script call File "Emma_Orgasms.rpyc", line 843, in script File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\David Lienh\Desktop\Rogue-Like-0.980e-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 Lienh\Desktop\Rogue-Like-0.980e-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/EmmaSprite/EmmaSprite_Spunk_TitsD.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.980 [/code]

Anonymous

Just so you know, I just came to report the same thing, but for when you cum on her belly. So, it's happening there too. I'm sorry, but an uncaught exception occurred. While loading : IOError: Couldn't find file 'images/EmmaSprite/EmmaSprite_Spunk_Belly.png'.

OniArtist

Yeah, version f uploaded, should fix it. The issue was, I made three new art files, I copied them into my work copy of the game, then wrote the code to activate them, and copied that over to the "give to the players" copy of the game, but forgot to copy the art files over, so it wasn't able to find them. Xo

J

The f version won't unzip. Says "Archive is corrupt"

OniArtist

K, lemme know if it worked. I downloaded it myself and it seemed to work fine.

J

C:\Users\Owner\Downloads\Rogue-Like-0.980f-win.zip: Unexpected end of archive When I tried to open the file.

J

C:\Users\Owner\Downloads\Rogue-Like-0.980f-win.zip: The archive is corrupt When I tried to just extract.

OniArtist

And previous versions have worked for you? I just downloaded it a second time and it extracted just fine for me. I use winrar. I can also open it using Windows built in extractor. Are you sure it's downloading completely? It should be 68.1mb.

J

I didn't get to try "e" but, "d" and previous versions worked fine.

J

Says 41.5MB when I look at properties.

J

I don't know what I did wrong before or what I did different this time but, it worked. Thanks for the assist Oni!

Randy

Also, when you have Rogue and Kitty make out, issue with Bonus2

Randy

While running game code: Exception: Unknown keyword arguments: Bonus2 -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 918, in script call File "script Functions.rpyc", line 1193, in script call File "Kitty_Chat.rpyc", line 88, in script call File "Kitty_Sex.rpyc", line 146, in script call File "Kitty_HJ.rpyc", line 4094, in script call File "Rogue_HJ.rpyc", line 4508, in script File "C:\Users\Randy\Desktop\games\Rogue Like\renpy\ast.py", line 773, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "C:\Users\Randy\Desktop\games\Rogue Like\renpy\ast.py", line 152, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "C:\Users\Randy\Desktop\games\Rogue Like\renpy\ast.py", line 139, in apply raise Exception("Unknown keyword arguments: %s" % ( ", ".join(values.keys()))) Exception: Unknown keyword arguments: Bonus2

Anonymous

Can u add, how both Rogue and Kitty think about Emma in there about other girls menu? and maybe get in a relationship with all three women

Anonymous

Just thinking, maybe add the option with the girls, in the put on a show menu to make out with Emma from the start ( because the threesome option is already there when u have her with Rogue or Kitty), and to add this option for Emma to make out with them. And off course when u add X-23 and other girls in the future ( maybe Storm or Jean Grey up to u ) the same with them. Plus a room for Emma to visit her and sleep over would be nice.

OniArtist

Ok, Emma's room will exist, but doesn't currently because the art is not there for it. I have seen a sketch for it though, so hopefully it'll make the next major version, and will have all the options you can expect from other rooms. As for the other thing, you mean that you want to have Emma make out with the other girls from the start? Done, it'll be in build g, it honestly should have been in already, forgot to turn that aspect on.

Darkwolf

Ok how do I get Emma to agree to wear, pretty much next to nothing when she's teaching? If you go through the whole process and pick "When teaching you should wear" and I pick the outfit I've put together previously that is pretty much nothing at all in terms of clothing she refuses each time. But when it's in say the Danger Room or Square she will wear it no problem if you pick it from the assortment of outfits directly.

Guynonymous

A minor issue, when Rogue or Kitty has something to talk to you about and you start with them in their room or your room, like after spending the night with them, then when they say they're going to class or wherever they're set to go next, they'll leave and then start to talk to you about your relationship. A little convoluted to get to but sort of repeatable? It doesn't always happen.

OniArtist

Well, any outfit you can schedule her to wear on a given day, she should accept as something to wear while teaching, but that's a stricter standard than what you can convince her to wear moment-to-moment.

OniArtist

I'll try and sort that out. The sleepover thing is a little complicated.

Jonn doe

Do you have plans to add any more characters down the road?

OniArtist

Yes, X-23 soonish, more later. The goal is to keep adding characters so long as there's interest in the project.