Rogue-Like 0.984a (Cleaning up)
Added 2019-11-08 10:27:01 +0000 UTCOk, cleared up a few issues from the last build.
- Fixes the ValueError: list.remove(x): x not in list in the showers
- Fixes the "numbers being shown when in class" thing
- Adds a new option in the clothing menu to "set all her daily outfits to one thing." It explains itself and gives you an option to opt out. Give it a shot. One note about this feature, if you aren't yet at the stat level where she lets you set outfits for certain days, this feature will skip those too.
- Remembered to add the element that makes the aggressive attack option work. Should actually happen now.
Still probably a high-risk build, so don't jump on this one just yet.
Comments
Ok, well the location bug should be solved in version b, and I guess Laura just got over the personal drama. ;)
Oni
2019-11-09 14:15:58 +0000 UTCalthough I had done a lot of things with her, but hadn't had sex yet, so that might have something to do with that
Ya Boi
2019-11-09 11:35:14 +0000 UTCI settled it peacefully
Ya Boi
2019-11-09 11:34:49 +0000 UTCOk, should be fixed next build. Until then, yeah, this'll happen when that element triggers using Kitty (the other girls should be fine).
Oni
2019-11-09 05:11:48 +0000 UTCHmm. Ok, I'll try to see why this is.
Oni
2019-11-09 05:06:24 +0000 UTCAfter clicking through I think after Rogue is done reacting to it.
Guynonymous
2019-11-09 03:43:37 +0000 UTC25.8,20,0
DragonKingJ
2019-11-09 03:40:57 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'K_BJ_Prep'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 164, in script call File "script.rpyc", line 1511, in script call File "script Functions.rpyc", line 5468, in script call File "script Functions.rpyc", line 5603, in script call File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.984a-win\Rogue-Like-0.984a-win\renpy\ast.py", line 1336, in execute rv = renpy.game.context().call(label, return_site=self.next.name) File "script Locations.rpyc", line 164, in script call File "script.rpyc", line 1511, in script call File "script Functions.rpyc", line 5468, in script call File "script Functions.rpyc", line 5603, in script call File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.984a-win\Rogue-Like-0.984a-win\renpy\script.py", line 861, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'K_BJ_Prep'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.984a this happened whewn kitty and laura attacked me in my room. there was no ignore or rollback. also you get an error page when anyone wants to sleep over
Booty4Bass
2019-11-09 03:23:49 +0000 UTCHmm, ok, I'll sort that one out.
Oni
2019-11-09 01:16:47 +0000 UTCHuh, interesting. When you say it corrects itself, do you mean "after a couple seconds of just sitting there," or "after you click through some more options?"
Oni
2019-11-09 01:16:25 +0000 UTCHmm. I'll look into it, although "laggy" issues can be hard to pin down. It's one of the earlier animations, so it's possible it uses a different mechanic than some of the others.
Oni
2019-11-09 01:15:31 +0000 UTCI think I've fixed this one for next build, thanks.
Oni
2019-11-09 01:14:46 +0000 UTCOk, I'll double check that one, it's probably that the game considered her in the room but didn't refresh the scene to display her.
Oni
2019-11-09 01:09:39 +0000 UTCHmm, ok. Lot of interesting interactions there. :) When she confronted you about Rogue, did you break up, or settle it peacefully? I've fixed the second bit though.
Oni
2019-11-09 01:08:40 +0000 UTCIf it's too aggressive I can start to tone it down a bit. :) Do me a favor, go into the player room and open the "Special Options," and "press the red button." It'll put up some numbers, let me know what those are.
Oni
2019-11-09 01:06:03 +0000 UTCSorry, fixed. And yeah, the bits after it says "full traceback" are usually not needed to track down the bug, so you can cut those portions out.
Oni
2019-11-09 01:04:40 +0000 UTCHmm. . . ok, think I have that one sorted.
Oni
2019-11-09 01:02:51 +0000 UTCThis happened at the pool when u ask Laura to strip for the sunbeds While running game code: File "renpy/common/00library.rpy", line 136, in extend renpy.exports.say(who, what, interact=interact, *args, **kw) KeyError: u'PassLine' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 1112, in script call File "script Functions.rpyc", line 3928, in script call File "script Locations.rpyc", line 4434, in script call File "script Functions.rpyc", line 3928, in script call File "script Locations.rpyc", line 607, in script call File "script.rpyc", line 1511, in script call File "script Functions.rpyc", line 5468, in script call File "script Functions.rpyc", line 5607, in script call File "script Locations.rpyc", line 1219, in script call File "script Scenes.rpyc", line 5985, in script File "C:\Users\tainc\Downloads\New folder (10)\Rogue-Like-0.984a-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\tainc\Downloads\New folder (10)\Rogue-Like-0.984a-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "renpy/common/00library.rpy", line 136, in extend renpy.exports.say(who, what, interact=interact, *args, **kw) File "C:\Users\tainc\Downloads\New folder (10)\Rogue-Like-0.984a-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\tainc\Downloads\New folder (10)\Rogue-Like-0.984a-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\tainc\Downloads\New folder (10)\Rogue-Like-0.984a-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\tainc\Downloads\New folder (10)\Rogue-Like-0.984a-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 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'PassLine' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.984a
Harry Fox
2019-11-08 22:48:41 +0000 UTCOn Rogue, when you fondle her tits and choose to suck them as your offhand action, you suddenly gain a second left hand with both of them overlapping on her tit. It looks a little trippy. It corrects itself shortly.
Guynonymous
2019-11-08 22:37:41 +0000 UTCRogue Blowjobs are lagging horribly. All other animations are running fine though. Do you think you could find out why?
Scott OMiller
2019-11-08 21:13:24 +0000 UTCWait... "aggressive attack option"? I feel like I missed an option somewhere.
CompletelyPointlessUsername
2019-11-08 19:57:57 +0000 UTCI hit another error, this time when Rogue invited me to sleep over, although I've done this several times before without issue. I showered with her and Kitty right before, then went to my room and then went to Rogue's room and clicked Sleep. She invited me to stay over, then the error, then after I hit ignore, I got the Sure/No prompt. While running game code: File "renpy/common/00library.rpy", line 136, in extend renpy.exports.say(who, what, interact=interact, *args, **kw) KeyError: u'PassLine'
Guynonymous
2019-11-08 18:26:19 +0000 UTCI ran into a minor glitch with Kitty, haven't confirmed if it happens with other girls yet. I chose the option to wait while I was in Kitty's empty room, then it started her dialog about asking if she could call me daddy, only she wasn't in the room and didn't show up at the end of the dialog either, so it wasn't like it kicked off too early. No negative effect on the game, just weird.
Guynonymous
2019-11-08 17:46:00 +0000 UTCIs there an apk for Mobil or not right now?
2019-11-08 17:13:26 +0000 UTCDo I want to even ask what the "aggressive attack option" is? (Sounds like Death Blossom)
squarenuts
2019-11-08 16:44:43 +0000 UTCI loaded an older save from around August where Rogue had 80-0 or so love and she's like that. I'm starting a fresh save now and seeing where the threshold for it is.
Anthony Michelli
2019-11-08 16:23:13 +0000 UTCHey I've got a neat one, after Laura confronted me about messing with Rogue, the next day she comes up in class saying she just wants a lot of sex, and when I choose to move to my room, the background is my room but students are still watching and Prof. catches us anyway
Ya Boi
2019-11-08 16:19:36 +0000 UTCIs Rogue suppose to go all rapey if you ignore for one day after gaining 1000 in love?
DragonKingJ
2019-11-08 16:16:05 +0000 UTCProbably should send the trace back in a message. When viewed on android you have to scroll a while to get past all that code.
Sirseatbelt
2019-11-08 15:34:41 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1326, in ValueError: list.remove(x): x not in list -- Full Traceback ------------------------------------------------------------ Full traceback: File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/bootstrap.py", line 305, in bootstrap renpy.main.main() File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/main.py", line 499, in main run(restart) File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/main.py", line 147, in run renpy.execution.run_context(True) File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/execution.py", line 795, in run_context context.run() File "/script Locations.rpyc", line 425, in script call File "/script Functions.rpyc", line 3903, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3903, in script call File "/script Locations.rpyc", line 643, in script call File "/script Functions.rpyc", line 2730, in script call File "/Rogue_Chat.rpyc", line 127, in script call File "/Rogue_Sex.rpyc", line 149, in script call File "/Rogue_Sex.rpyc", line 1620, in script call File "/Rogue_Sex.rpyc", line 2127, in script call File "/script Locations.rpyc", line 424, in script call File "/script Functions.rpyc", line 2576, in script call File "/script Scenes.rpyc", line 591, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 3593, in script call File "/script Scenes.rpyc", line 2828, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3903, in script call File "/script Locations.rpyc", line 405, in script call File "/script Functions.rpyc", line 2770, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 4061, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4062, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 649, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3912, in script call File "/Emma_DateNight.rpyc", line 1020, in script call File "/script Scenes.rpyc", line 591, in script call File "/script Locations.rpyc", line 4417, in script call File "/script Scenes.rpyc", line 2828, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4433, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4433, in script call File "/script Locations.rpyc", line 4062, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 3610, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 149, in script call File "/script Scenes.rpyc", line 2828, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4433, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/Laura_DateNight.rpyc", line 1005, in script call File "/script Scenes.rpyc", line 591, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3903, in script call File "/Rogue_Chat.rpyc", line 4124, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 3456, in script call File "/script Locations.rpyc", line 4062, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 761, in script call File "/script Functions.rpyc", line 2782, in script call File "/Laura_Chat.rpyc", line 111, in script call File "/Laura_Sex.rpyc", line 103, in script call File "/script Locations.rpyc", line 1517, in script call File "/script Functions.rpyc", line 2775, in script call File "/Laura_Chat.rpyc", line 111, in script call File "/script Locations.rpyc", line 163, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 3610, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 4062, in script call File "/script Functions.rpyc", line 3921, in script call File "/Laura_DateNight.rpyc", line 1005, in script call File "/script Scenes.rpyc", line 591, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 3912, in script call File "/script Locations.rpyc", line 4062, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 138, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4417, in script call File "/script Scenes.rpyc", line 2828, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4439, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 1021, in script call File "/script Functions.rpyc", line 2730, in script call File "/Rogue_Chat.rpyc", line 95, in script call File "/Rogue_Sex.rpyc", line 88, in script call File "/Rogue_Sex.rpyc", line 1045, in script call File "/script Locations.rpyc", line 781, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 1216, in script call File "/script Functions.rpyc", line 2742, in script call File "/Kitty_Chat.rpyc", line 98, in script call File "/Kitty_Sex.rpyc", line 120, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 3610, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 649, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3912, in script call File "/script Locations.rpyc", line 3456, in script call File "/script Locations.rpyc", line 3609, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 835, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 813, in script call File "/script Locations.rpyc", line 162, in script call File "/script Functions.rpyc", line 2576, in script call File "/script Scenes.rpyc", line 591, in script call File "/script Locations.rpyc", line 4062, in script call File "/script Functions.rpyc", line 3921, in script call File "/script Locations.rpyc", line 3609, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1112, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 4434, in script call File "/script Functions.rpyc", line 3928, in script call File "/script Locations.rpyc", line 1021, in script call File "/script Functions.rpyc", line 2742, in script call File "/Kitty_Chat.rpyc", line 98, in script call File "/Kitty_Sex.rpyc", line 153, in script call File "/script Locations.rpyc", line 3590, in script call File "/script Functions.rpyc", line 2730, in script call File "/Rogue_Chat.rpyc", line 81, in script call File "/Rogue_Chat.rpyc", line 2331, in script call File "/Rogue_Sex.rpyc", line 40, in script call File "/Rogue_Fondle.rpyc", line 941, in script call File "/Rogue_Doggy.rpyc", line 1180, in script call File "/script.rpyc", line 1326, in script File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 1326, in File "/Users/zahyshareef/Desktop/Rogue-Like.app/Contents/Resources/autorun/renpy/python.py", line 631, in do_mutation return method(self, *args, **kwargs) ValueError: list.remove(x): x not in list Darwin-17.6.0-x86_64-i386-64bit Ren'Py 6.99.13.2919 Rogue-Like 0.984a
2019-11-08 15:18:40 +0000 UTCThere is a slight problem with Rogue's wet hair option outside of the shower, rather than wet hair she goes bald.
DragonKingJ
2019-11-08 13:38:09 +0000 UTCOk, I think I figured out a different way of handling this that will stay locked. It does atuo-unlock when you leave a room though.
Oni
2019-11-08 12:33:08 +0000 UTCIts not a Bug more a Sugestion. If im in my room there is the option Lock the room but if im go sleep the door is unlocked again. Thanks for the update update ;-)
Chaosdestille
2019-11-08 12:07:42 +0000 UTCI haven't actually seen any bugs aside from the shower one, this is surprisingly solid for a ultra early and buggy release. Good show my dude
Aeryn Monet
2019-11-08 11:42:51 +0000 UTCYou the real MVP
Anthony Michelli
2019-11-08 10:29:20 +0000 UTC