Rogue-Like 0.997b ("b" is for "better than nothing")
Added 2022-02-15 10:11:27 +0000 UTCOk, second set of bugs, this time some issues with Jubilee's jacket (and hopefully clears up hurdles to removing it), getting her hair right, another attempt at fixing Storm's room, this time maybe getting it, various other stuff.
Ok, as I need to remind people with every build, this one's going in hot. Expect crashes, expect graphical weirdness, expect things to not work. This is a test version for people who like to test. If you just want to have fun with a relatively stable build, give it a week or two to shake out the bugs. I'll also be adding a few more features and content over the next weeks anyway.
So how's everyone's Valentines Day been going? Good? Bad? If bad, hopefully this will help. ;D
I discuss the update more in this thread, for more details on what to look out for:
https://www.patreon.com/posts/rogue-like-02-12-62491046
If you do get a crashing bug, it should give a report on how the bug happened. It would be very helpful if you could copy and paste the early portion of that bug report, the part before where it says "Full traceback." The portion after that is not usually necessary for finding the problem and can get a bit long, so don't post that unless I ask for it. Save early, save often, and if you find a bug, try and have some saves before it so that we can test the fixes for it. If there is a line of dialogue that has some issues, please post it word-for-word, I can do word searches very easy but trying to figure out where a general situation is can be harder.
If there are any serious bugs right away, then I might put out one or two builds today, but I expect at least a few over the course of the week. Always keep track of what the latest build is, and while you can report bugs form older build, at least make sure to note that it's from an older build so I'll know that, I may have fixed it already. You can report bugs in the release thread for that build, or PM me with it if you prefer. Oh, and if you are playing from a savegame from a previous build, that's fine too, but make sure to let me know so I can figure out whether that might be a factor.
Comments
Sorry no more info. I should have grabbed a save at that point, I'll try to remember to do that in future.
MisterJimmy
2022-02-16 08:36:24 +0000 UTCI'll look into it.
Oni
2022-02-16 07:37:55 +0000 UTCYes, there was an issue with her schedule in previous builds. I've tweaked it for 0.997c. And think I fixed the dialogue issue. It wasn't stat-related, it was just an uncommon combination of factors.
Oni
2022-02-16 07:36:03 +0000 UTCK, fixed, thanks.
Oni
2022-02-16 07:30:48 +0000 UTCSounds like it. I'll look into it. Those stockings are a pain when it comes to layering.
Oni
2022-02-16 07:28:08 +0000 UTCHmm, fair. . . maybe I can segue that one better. . .
Oni
2022-02-16 07:24:32 +0000 UTCThere's a new location added.
Oni
2022-02-16 07:23:59 +0000 UTCOk, I'll look into that.
Oni
2022-02-16 07:23:50 +0000 UTCI tweaked it a bit. Some of the girls would fit, others did seem a bit off key.
Oni
2022-02-16 07:23:08 +0000 UTCHmm, that's odd. Not sure why it would swap the two. You're sure it happened right after that? Before anything else?
Oni
2022-02-16 07:19:17 +0000 UTCThat's unusual. It may be a "I don't want to wear this outfit for some reason, so I'm switching to default," but that seems unlikely in this case. It can also apply if you break up, but that doesn't seem like the case either. It might be the thing designed to prevent them swapping out of their PJs too early, but that gets complicated, I'll look into it.
Oni
2022-02-16 07:16:12 +0000 UTCYeah, I addressed that in a post above, it's because Jubilee isn't supposed to have BJ stuff yet (since there's no art for it), but there is a way to get access to it anyway, and that causes issues because until I get around to it, that's just placeholder copypasta. I'll fix that next build.
Oni
2022-02-16 07:12:32 +0000 UTCcould u add in asking both characters instead of one at a time also with the pool stuff?
zktkmon
2022-02-16 06:43:03 +0000 UTCThe Dirty talk might have to do with her stats. I was using it without any problem but I didn't bother to try until I had her stats up. I started on an old save and had $1000 cash on hand so I instantly gave her toys, books and on the first mall trip bought her everything that was available. After that though, with a lot of her actions restricted it was a long slow slog to getting her to 1000 in all three stats.
MisterJimmy
2022-02-16 05:59:43 +0000 UTCBack to bug finding for me: There might be something wrong with Jubilee's schedule. I have never seen her at the pool and basically can only find her on the map during evenings (either in class or in the Danger Room). Her addiction level is below the safe threshold, but during the day she's nowhere to be found, not even in her room. To get her to show up, you need to call her and ask her to come over. Also, for some reason if you go into the Dirty Talk menu with Jubilee, she's saying "Later". https://i.imgur.com/x2ZF1tS.png
hornguy6
2022-02-16 05:51:05 +0000 UTCWhen breaking up a party with Jubilee and Kitty in it I got this error message: [code] I'm sorry, but an uncaught exception occurred. While running game code: AttributeError: 'GirlClass' object has no attribute 'like' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 322, in script call File "script Locations.rpyc", line 30, in script call File "script Locations.rpyc", line 274, in script call File "script Chat.rpyc", line 128, in script call File "script Chat.rpyc", line 501, in script File "C:\Users\admin\Desktop\Rogue-Like-0.997b-win\Rogue-Like-0.997b-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like-0.997b-win\Rogue-Like-0.997b-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\admin\Desktop\Rogue-Like-0.997b-win\Rogue-Like-0.997b-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\admin\Desktop\Rogue-Like-0.997b-win\Rogue-Like-0.997b-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\admin\Desktop\Rogue-Like-0.997b-win\Rogue-Like-0.997b-win\renpy\substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field AttributeError: 'GirlClass' object has no attribute 'like' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.997b [/code]
MisterJimmy
2022-02-16 04:57:36 +0000 UTCFound a typo when asking jubilee to shower with you, she says "I gues si could stay a minute". Another one is after you study or anything when time shifts to a different period jubilee asked me to train with her in the danger room she just vanishes.
Jelly
2022-02-16 04:53:04 +0000 UTCWhen having Anal with kitty while she is wearing her stockings and facing away from you, if you fondle her pussy the hand disappears under the stockings. I think it's a layer issue.
MisterJimmy
2022-02-16 04:32:29 +0000 UTCI will say feels a little strange if a female walks in when in another females room for the female walking in to be talking to the MC rather than the female whose room it is.
Stavin
2022-02-16 03:43:49 +0000 UTCWhat does the "something else" from your previous post refer to?
MechaWeeb
2022-02-16 03:04:58 +0000 UTCOn a fresh start on the 12, Midday Jubilee is talking to Kitty at the pool but neither are on screen as a part of her Mall event.
Stavin
2022-02-16 02:45:59 +0000 UTCWith Jubilee as Primary and Rogue as secondary when it comes to the end of the night in my room Rogue asks first if she can stay over, and then says "Are you leaving Jubilee?" Jubilee responds with "Sure I'd like that" and then I get the chance to ask her to stay. I think you may want to look at how that dialog is structured.
MisterJimmy
2022-02-16 02:18:19 +0000 UTCWhen having Jubilee and Laura make out with each other, with Jubilee as primary, after Jubilee says "After a few seconds it grows more passionate it switches to Laura as primary. This is outside in University Square, but after both of them have become exhibitionists.
MisterJimmy
2022-02-16 01:46:56 +0000 UTCI have also noticed a problem I had actually seen in previous versions. If you set a new outfit for a girl to wear every day and they stay over for the night when they get changed for the day after morning sex, the primary girl changes into their default starting outfit instead of the one you have set for them to wear every day.
MisterJimmy
2022-02-16 01:39:40 +0000 UTCNot sure if this was intentional or not but during one of Jubilee's hunger events I was able to trigger the Gwen scene, even though it can only be triggered during Laura's bj action.
KiddKame
2022-02-16 01:35:30 +0000 UTC