XaiJu
OniArtist
OniArtist

patreon


Rogue-Like 0.984d (that was fast)

EDIT: I had to re-upload this one because there was a nasty bug that would have been too common to ignore. If you downloaded version c earlier, please re-download this version d. Sorry again.

Ok, so some bug fixes in this one, but also several totally new things that I'd been working on. If they work right, they should be pretty cool.

- You should be able to tell girls that you'd rather they not jump you when they're feeling horny. I still recommend leaving this off while we're collecting data on how often they do it. I'd like to know how you guys feel about this, still too often, not often enough, etc.
- I added a "hold hands" option to the flirting menu, don't abuse this one.
- I improved the "swimming" system a bit. There's now unique art for it of the girls in the pool, as well as a fun little event that might play.
- I added an option so that you can ask girls to not masturbate on their own. It'll be interesting to see how this one will play out. It's a mechanism that will interact with their intentions to jump you or have lesbian interactions with the other girls, so let me know if anything interesting happens.
- Various other bug fixes.

Comments

You should talk to her about changing her hair to wet and then back though.

Oni

Ok, I think I made changes that should correct that. I think I just made a few changes to it last time around with some unintended consequences.

Oni

Yup, the method is actually not that tricky, it would just essentially double up the image layers needed to display the character, and that might lead to slowdown. I'd also want to make sure to apply it to all the various animations. One issue that might pop up would be sex animations that sort of rely on their skin being uniform in color across a certain region, and if that weren't the case, the overlaps would look weird.

Oni

Ok, think I have a fix for that one.

Oni

I also noticed that if you tell her to dry her hair, part of her normal hair is missing. I'm sure this was known, but I didn't see it mentioned anywhere.

Saionji11

I'm having an odd issue. When I tell Rogue to have wet hair, she loses the ability to blush. Even if I tell her to dry it again, she still won't blush. I am playing the 984d version. I know there was an error previously with how her wet hair displayed, is this the same issue?

Saionji11

There is actually a mod for it which is fairly well done. And it doesn't have to be that realistic regarding clothes. A simple rule that you have to wear some kind of bikini to get tanlines would be understandable.

Becks

Plus tan lines are just hot. Lol. That would take a bit of voodoo to accomplish. It would essentially be a skin overlay, but you would have to correlate it to something measurable, to determine whether they're tan or not. Not to mention different outfits would leave different tan lines, etc... It's actually a really complex request, if you think about it. It might be a little too ambitious.

Xenos

That's nice. I thought it might perfectly fit in with the pool activities.

Becks

Ok, I made some changes that might help.

Oni

I might, depends on if I can get it done with minimal overhead.

Oni

Hmm. . . Ok, I see how that could happen. I added some double checks to the system. In the meantime, you can also use the manual button across the top to make sure that the girl in question has her bar up.

Oni

That's very confusing then, because as near as I can tell, that's "jumped" code, which should not be called during a sleepover.

Oni

Will you add sun tan / tanlines to the game?

Becks

that was the error code during the sleepover.

Iru

Yes during the clean up portion. It gives the message where they wipe the spunk off but skips the rest.

After girls dial mc to ask permission for take care of themselves and you responding: "only if i can watch" and they establish video feed - there is a bug with latest girl you met shows up (both times it was Rogue for me) for a couple of speechlines, and girl who's calling showing up only when she starts.

WillyECoyote

Yeah, it's in the "jumping" code. I think I've fixed this one for next build.

Oni

Ok, I think I fixed this one, which problem is still happening in the sleepover code?

Oni

I believe so. I made some changes. If you see them though, let me know.

Oni

Ok, I think I corrected that one for the next build.

Oni

This is during the clean-up portion? Does it give any dialog at all, or skip all of it?

Oni

On entering Kitty's room, I got this error. Clicking ignore and continuing had Rogue show up looking for some action, so probably related? While running game code: File "game/script Functions.rpy", line 5543, in ValueError: list.remove(x): x not in list

Guynonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 5543, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 166, in script call File "script.rpyc", line 1493, in script call File "script Functions.rpyc", line 5515, in script call File "script Functions.rpyc", line 5543, in script File "F:\Rogue-Like-0.984d-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Rogue-Like-0.984d-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 5543, in File "F:\Rogue-Like-0.984d-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.984d [/code] the sleepover still has its problems

Iru

Just as a minor wonder, since I haven't been checking on, between 984 and 984d, did the issue of apparently diagnostic text messages with arbitrary-seeming numbers popping up (especially in classroom) get fixed?

Shremedy

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 5543, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 171, in script call File "script.rpyc", line 1493, in script call File "script Functions.rpyc", line 5515, in script call File "script Functions.rpyc", line 5543, in script File "C:\Users\Oleg Alekseevich\Desktop\Rogue-Like-0.984d-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Oleg Alekseevich\Desktop\Rogue-Like-0.984d-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 5543, in File "C:\Users\Oleg Alekseevich\Desktop\Rogue-Like-0.984d-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.984d [/code]

It does not crash. it just skips it.

I have noticed a small error. When girls are instructed to eat sperm, they wipe it off, but it does not display the message where they eat it and comment on the taste. I hope you are able to fix it.

Got this error after denying the girls from masturbating on their own, and then denying them permission again when they text asking. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1507, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 839, in script call File "script Functions.rpyc", line 3934, in script call File "script Locations.rpyc", line 141, in script call File "script.rpyc", line 1507, in script File "C:\Users\senseiwarden\Pictures\Rogue-Like-0.982e-win\Rogue-Like-0.984d-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\senseiwarden\Pictures\Rogue-Like-0.982e-win\Rogue-Like-0.984d-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 1507, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.984d [/code]

celticsamurai

"I added an option so that you can ask girls to not masturbate on their own." No nut November comes to Rogue Like? 😉

squarenuts

I made some tweaks that might help.

Oni

Just headed into my room and got this: While running game code: File "game/script Functions.rpy", line 5575, in IndexError: list index out of range I feel like it was "getting jumped" related because all the girls were pretty horny.

hornguy6

Ok, I'm not exactly sure why that would be happening, I believe it's an error in the "jumped" code, which is the only place where I believe that could turn up. I made a change that should hopefully fix it.

Oni

gotten this now in a couple of different situations, doesn't let me ignore, crashes game when it comes up. I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'Emma_KissPrep'.

Glaive17

I'll maybe try and tweak things a bit more. I can lift the curtain a bit on how it works, basically the more sex stuff you've done with them in the past, the faster their gauge rises passively. When it reaches certain tiers, they become more and more likely to do something about it. If you do hook up, you getting off lowers their gauge slightly, them getting off lowers it more significantly. So if you're keeping them well satisfied, then it *should* stay relatively low. It can also lower on its own, but not typically until it';s already in the higher ranges.

Oni

Im still dont understand how "girl looking out mc for sex" works. Sometimes i am trying to ignore them for a couple days and nothing happens, other day they are storming mc's room looking for attention even if im always with them :D It is pleasent surprise though, maybe it should stay like that

WillyECoyote

Ok, help me narrow this down, is the issue that it just doesn't time out, or was the "End Scene" option not appearing? Or was the button not working properly? In any case, I've made a few changes that should at least help things. I had to make some tweaks there that didn't account for her being at her desk.

Oni

I did catch a problem in the matrix, when you first see Emma in the class you can get in a loop where she and you don’t stop spanking the monkey, so you have to interrupt her by asking her to undress. It’s not game breaking but I don’t expect it’s how it is intended.

rpglaster

Ok, sorry about that. Fixed for next build, might put that out soon because that one's likely to keep popping up any time a girl tries to jump you. Hit "ignore" if the option is available, that shouldn't hurt much, but otherwise, you might be able to disable it temporarily by calling everyone up and telling them not to jump you in the chat menu. it might not be available as an option though if that girl hadn't jumped you already this build, so that's a bit of a catch 22.

Oni

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 5537, in NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 171, in script call File "script.rpyc", line 1493, in script call File "script Locations.rpyc", line 166, in script call File "script.rpyc", line 1493, in script call File "script Locations.rpyc", line 611, in script call File "script.rpyc", line 1493, in script call File "script Functions.rpyc", line 5515, in script call File "script Functions.rpyc", line 5537, in script File "D:\H Games\Rogue-Like 0.984ctest\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "D:\H Games\Rogue-Like 0.984ctest\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\H Games\Rogue-Like 0.984ctest\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 5537, in NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.984c [/code]

R Marin

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 5537, in NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 3593, in script call File "script.rpyc", line 1493, in script call File "script Functions.rpyc", line 5515, in script call File "script Functions.rpyc", line 5537, in script File "D:\H Games\Rogue-Like 0.984ctest\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "D:\H Games\Rogue-Like 0.984ctest\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\H Games\Rogue-Like 0.984ctest\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 5537, in NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.984c [/code]

R Marin

so just added update and now i get multiple errors and stuck in unable to go anywhere

R Marin

I second this

Aeryn Monet

Hand holding is lewd as fuck, you bet your sweet bippy I'm abusing it

Anthony Michelli


More Creators