Rogue-Like 0.976a (still a shitshow)
Added 2017-11-27 12:36:38 +0000 UTCOk, new version, more bugs to find. Because I'm still getting that "new variable should have been initialized but wasn't" thing, I built the stat-checker into all save-loads. This might make them slower, let me know what you think. Also let me know if a state behaves oddly after loading a save, it shouldn't change anything that is already established.
Also, I changed the way backgrounds are loaded (something I thought I added last build, but apparently hadn't actually activated it), so let me know if backgrounds do anything weird.
Should fix:
- K_Gag/R_Gag error
- File "game/Kitty_Scenes.rpy", line 1475, in <module> NameError: name 'line' is not defined error
- Kitty taking her pants off during sex but they pop back on after orgasms
- Stamina-related stats behaving oddly during sex with Kitty (it was a left in diagnostic thing).
- Red text above Kitty's head during BJs, related to nipple piercings.
- The "shades of grey" infinite loop.
- Various other stuff.
Comments
Heh, yeah, I should release a new version, I think I've cleared up most of the major issues, or at least plastered them over in the short term. ;)
Oni
2017-12-04 22:02:36 +0000 UTCOK I must ask: when do we get the non-shitshow version? ;)
srksrksrk
2017-12-04 16:18:38 +0000 UTCThat's not really the issue, it's just a thing that this variable should be understood by the game and for whatever reason it's forgetting that it's ever heard of it before. ;) And yeah, both girls can *want* to talk to you at the same time, but little secret there, any time that's the case, Rogue gets dibs. It's basically a flow chart, if Rogue wants to talk to you, she talks to you, if not, Kitty gets a turn. I might change that eventually, some other parts of the game resolve those sorts of things in a more randomized fashion, but basically it's a system where they can't crash into each other.
Oni
2017-12-02 19:33:26 +0000 UTCJust tried it, I DID get a K_gag error, seemingly both girls want to talk to me at the same time? because when I load and try to run away to a different location one or the other will say she does and then the error crashes it.
hamiltonburr
2017-12-02 16:08:18 +0000 UTCI'm still not sure on that, I could just duplicate the same mechanism, but I'm considering having some other element in its place instead.
Oni
2017-12-02 00:31:07 +0000 UTCWill we eventually see other characters get addicted to us too? that mechanic with rogue is my favourite part of the game and I'd love to see it with Kitty too
2017-12-01 08:04:06 +0000 UTCHmm, I need to make sure that the models appear in those sequences, I think it assumes they're already around atm.
Oni
2017-12-01 03:53:56 +0000 UTCAt the rogue calling you daddy event, if you go sleep in your room and the event triggers, her model wont appear/is invisible and she ends up calling you sugar afterwards. But the option to be called daddy does appear in the settings menu.
Krag
2017-11-30 17:37:08 +0000 UTCI got the same errors trying to load a save from this version, but the full traceback is different. I saved on a choice during the early game Rogue's event where she asks for contact: I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 14, in execute File "game/screens.rpy", line 19, in execute File "game/screens.rpy", line 37, in execute NameError: name 'R_Gag' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\bootstrap.py", line 288, in bootstrap renpy.main.main() File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\main.py", line 428, in main run(restart) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\main.py", line 107, in run renpy.execution.run_context(True) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\execution.py", line 696, in run_context context.run() File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 36, in script call File "Rogue_Sex.rpyc", line 95, in script call File "Rogue_Sex.rpyc", line 1924, in script call File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 36, in script call File "Rogue_Sex.rpyc", line 149, in script call File "Rogue_Sex.rpyc", line 1924, in script call File "script Locations.rpyc", line 356, in script call File "Rogue_Addiction.rpyc", line 20, in script File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\ast.py", line 593, in execute renpy.exports.say(who, what, interact=self.interact) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\exports.py", line 1021, in say who(what, interact=interact) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\character.py", line 826, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\character.py", line 688, in do_display **display_args) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\character.py", line 465, in display_say what_text = show_function(who, what_string) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\character.py", line 672, in do_show **self.show_args) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\character.py", line 275, in show_display_say return renpy.display.screen.get_widget(screen, "what", layer) File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\display\screen.py", line 988, in get_widget screen.update() File "E:\Jeux\hgame\Rogue-Like\Rogue-Like-0.976a-win\renpy\display\screen.py", line 556, in update self.screen.function(**self.scope) File "game/screens.rpy", line 14, in execute File "game/screens.rpy", line 19, in execute File "game/screens.rpy", line 37, in execute File "<screen language="">", line 37, in <module> NameError: name 'R_Gag' is not defined Windows-7-6.1.7601-SP1 Ren'Py 6.99.4.467 Rogue-Like 0.976a </module></screen>
2017-11-30 01:58:18 +0000 UTCWhen trying to load any save made in this version, the game crashes and the following error occurs. "File "game/screens.rpy", line 14, in execute File "game/screens.rpy", line 19, in execute File "game/screens.rpy", line 37, in execute NameError: name 'K_Gag' is not defined" Saves made in previous versions are fine.
Dragon's Concubine
2017-11-29 21:15:25 +0000 UTCI'm not exactly sure what she's up to, but there are a few things that might cause that (probably related to her wearing sexy clothes in public or something). It's relatively minor though, and probably caps out at a mid-point in her stats, so if people want to grind away at that rather than having fun with her, I say let'em. ;)
Oni
2017-11-29 19:26:51 +0000 UTCSave early and often, especially during these buggy beta tests. ;) Which bug were you getting?
Oni
2017-11-29 19:25:12 +0000 UTCHuh. I'll need to do some testing, because I'm not seeing what would cause that. Did you save or load or do anything like that around that time?
Oni
2017-11-29 19:23:54 +0000 UTCI've done some "long term goals" posts in my update posts, but basically my goal is to keep expanding the options available to the player so that as many interests can be covered as I feasibly can manage. I add small things as soon as I can wrap them up, but I also work on larger projects as I go. It's an interesting trade-off to manage because I want to provide something new of value to the players every couple months, but bigger concepts do take longer than that to wrap up. I hope to add new locations to the game, new story elements, little vignettes of interaction with one or more of the girls. As for "what I'd like to go back on," that's more technical stuff, I actually have overhauled a few systems that worked entirely differently at first, most of the summer was taken up overhauling how sex scenes flow in general. I actually don't love the tool that I put together to manage the stat updating, I thought it was very clever at the time, as I was still learning, but I could definitely streamline it better now, but then going back in and changing every call to it in the code might be a nightmare. I'm still considering it.
Oni
2017-11-29 19:14:09 +0000 UTCAfter you become friends with benefits with kitty if you wait and sleep and wait repeatedly in your room she randomly gets +1 or +3 obedience and inhibition
Krag
2017-11-28 22:32:56 +0000 UTCyeah I saved the game during Kitty's sex scene and now I'm stuck as eventually it crashes no matter how it ends. Looks like I have to start all over again.
Gerald L
2017-11-28 22:03:48 +0000 UTCThanks Oni!
MANITU Games
2017-11-28 21:25:26 +0000 UTCwhile trying to have sex in xavier's study at night: I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 14, in execute File "game/screens.rpy", line 19, in execute File "game/screens.rpy", line 37, in execute NameError: name 'R_Gag' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 805, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 118, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 809, in script call File "script Locations.rpyc", line 893, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 48, in script call File "script Locations.rpyc", line 744, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 48, in script call File "Rogue_Sex.rpyc", line 151, in script call File "Rogue_Sex.rpyc", line 1924, in script call File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 262, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 809, in script call File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 118, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 809, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 809, in script call File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 36, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 805, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 805, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 118, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 797, in script call File "script Functions.rpyc", line 1320, in script call File "script Locations.rpyc", line 797, in script call File "script Functions.rpyc", line 1320, in script call File "script Locations.rpyc", line 123, in script call File "script Functions.rpyc", line 733, in script call File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 123, in script call File "script Locations.rpyc", line 782, in script call File "script Locations.rpyc", line 124, in script call File "script Functions.rpyc", line 1320, in script call File "script Locations.rpyc", line 2201, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 47, in script File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\ast.py", line 593, in execute renpy.exports.say(who, what, interact=self.interact) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\exports.py", line 1021, in say who(what, interact=interact) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\character.py", line 826, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\character.py", line 688, in do_display **display_args) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\character.py", line 465, in display_say what_text = show_function(who, what_string) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\character.py", line 672, in do_show **self.show_args) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\character.py", line 275, in show_display_say return renpy.display.screen.get_widget(screen, "what", layer) File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\display\screen.py", line 988, in get_widget screen.update() File "C:\Users\adacu\Desktop\Rogue-Like-0.976a-win\renpy\display\screen.py", line 556, in update self.screen.function(**self.scope) File "game/screens.rpy", line 14, in execute File "game/screens.rpy", line 19, in execute File "game/screens.rpy", line 37, in execute File "<screen language="">", line 37, in <module> NameError: name 'R_Gag' is not defined Windows-8-6.2.9200 Ren'Py 6.99.4.467 Rogue-Like 0.976a</module></screen>
Aldebaraan
2017-11-28 21:15:46 +0000 UTCNever mind. She finally showed up.
voyeurkind
2017-11-28 19:22:45 +0000 UTCIt's day 53. For the last several days Rogue has been asking me to meet her in my room every day, but when I go there, she never shows.
voyeurkind
2017-11-28 19:21:05 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/Rogue_Scenes.rpy", line 1851, in <module> TypeError: cannot concatenate 'str' and 'int' objects -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 943, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 797, in script call File "script Functions.rpyc", line 1320, in script call File "Rogue_Chat.rpyc", line 3498, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 943, in script call File "script Functions.rpyc", line 1320, in script call File "Rogue_Chat.rpyc", line 3498, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 1867, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 943, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 1868, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 943, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 1868, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 1868, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 744, in script call File "script Functions.rpyc", line 815, in script call File "Kitty_Chat.rpyc", line 26, in script call File "Kitty_Chat.rpyc", line 1111, in script call File "script Locations.rpyc", line 120, in script call File "script Locations.rpyc", line 1925, in script call File "script Locations.rpyc", line 893, in script call File "script Functions.rpyc", line 815, in script call File "Kitty_Chat.rpyc", line 26, in script call File "Kitty_Chat.rpyc", line 1111, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 797, in script call File "script Functions.rpyc", line 1320, in script call File "script Locations.rpyc", line 1861, in script call File "script Functions.rpyc", line 815, in script call File "script Locations.rpyc", line 744, in script call File "script Functions.rpyc", line 805, in script call File "Rogue_Chat.rpyc", line 26, in script call File "Rogue_Chat.rpyc", line 1629, in script call File "script Locations.rpyc", line 744, in script call File "script Functions.rpyc", line 815, in script call File "Kitty_Chat.rpyc", line 26, in script call File "Kitty_Chat.rpyc", line 1111, in script call File "Kitty_Sex.rpyc", line 21, in script call File "Kitty_Sex.rpyc", line 1844, in script call File "script Locations.rpyc", line 389, in script call File "script Functions.rpyc", line 805, in script call File "script Locations.rpyc", line 92, in script call File "script.rpyc", line 758, in script call File "Rogue_Scenes.rpyc", line 1851, in script File "Z:\Games\Rogue-like 0.972c + Demo 0.9\Rogue-Like-0.976-win\renpy\ast.py", line 785, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "Z:\Games\Rogue-like 0.972c + Demo 0.9\Rogue-Like-0.976-win\renpy\python.py", line 1448, in py_exec_bytecode exec bytecode in globals, locals File "game/Rogue_Scenes.rpy", line 1851, in <module> TypeError: cannot concatenate 'str' and 'int' objects Windows-8-6.2.9200 Ren'Py 6.99.4.467 Rogue-Like 0.976a First, Kitty completely scowled, then took up Rogue. She asked to be the second girl, but then she began to find out what it was I was doing with Kitty + and the mistakes were flying.</module></module>
Gideon
2017-11-28 18:28:42 +0000 UTCOh Mighty Oni what are your long term end goals? You've mentioned Emma Frost and X-23. What other things do you hope to expand upon? Would you like to do several small things or one big project to add? What things are you never planning to do or just not prefer to work on? What would you like to go back on,fix, remaster or whatever? Would you ever do pin ups or art wallpapers? I know you've probably been asked this multipy times, but it would be nice if you could do a whole paragraph or statement for your next .976B update.
Bossa Nova
2017-11-28 16:32:06 +0000 UTCNo, there are a couple things wrong with that image. ;) What was the sequence of events that led to her appearing in the sex pose without the standing version going away? And I'm not sure what that black area is under her shorts.
Oni
2017-11-28 14:10:56 +0000 UTCI think I fixed this, try it again on the next build.
Oni
2017-11-28 14:05:42 +0000 UTCWas the issue just that she stayed in the MC's room? I mean, she might do that but she should leave the next time the time changes.
Oni
2017-11-28 14:01:39 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 14, in execute File "game/screens.rpy", line 19, in execute File "game/screens.rpy", line 37, in execute NameError: name 'K_Gag' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 455, in script call File "script Locations.rpyc", line 797, in script call File "script Functions.rpyc", line 1320, in script call File "script Locations.rpyc", line 374, in script call File "script Locations.rpyc", line 797, in script call File "script Functions.rpyc", line 1320, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 809, in script call File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 455, in script call File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 809, in script call File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 455, in script call File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 395, in script call File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 455, in script call File "script Locations.rpyc", line 657, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 395, in script call File "script Locations.rpyc", line 115, in script call File "script Functions.rpyc", line 819, in script call File "script Locations.rpyc", line 943, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 392, in script call File "script Locations.rpyc", line 455, in script call File "script Locations.rpyc", line 1867, in script call File "script Locations.rpyc", line 943, in script call File "script Functions.rpyc", line 1325, in script call File "script Locations.rpyc", line 396, in script call
rpglaster
2017-11-28 10:17:37 +0000 UTCThe game was working way better then the last version, however when trying to load back to any recent save after starting the game it would crash pr gp into roll back,
rpglaster
2017-11-28 10:17:24 +0000 UTCJust curious, is this in any way normal ? <a href="https://imgur.com/a/Nq3Jm" rel="nofollow noopener" target="_blank">https://imgur.com/a/Nq3Jm</a>
keplerk
2017-11-28 07:05:28 +0000 UTCYeah, although I want to make sure I fully support that option first.
Oni
2017-11-28 05:20:52 +0000 UTCOk, I can see how that could happen, I'll try to add a catch for that.
Oni
2017-11-28 05:16:45 +0000 UTCI think with the last version I was through to "c" by this point. ;)
Oni
2017-11-28 05:12:42 +0000 UTCNot exactly related but the same celebration in the morning, the previous evening had gone to the movie with Rouge handing over her panties that morning she was still missing her underwear when asked to feel up her nether regions and her taking off her pants, despite being dressed in her normal clothes.
Staris
2017-11-28 04:47:26 +0000 UTCRouge L:880 O:196 I:347 event for boyfriend when agreed and asked if there was something to celebrate asked for a handjob when whipping it out Rouge said to put it away but started anyway. Not sure it maters but this would have been the first time whipping it out.
Staris
2017-11-28 04:42:52 +0000 UTCR_Inbt=121, R_Love=617, R_Obed=60: When attempting to give Rogue a message you auto-ask for her to off the top, she wants to keep her tops on, You say ok, then immediately you auto-ask her to take it off again without choosing any dialogue options.
EnjoyerOfAll
2017-11-28 02:31:36 +0000 UTCSame with the Pink top.
Staris
2017-11-28 02:13:21 +0000 UTCOn a fresh start asked to give Rouge a massage and had the "Might be easier without the Mesh top" twice in a row before giving the massage.
Staris
2017-11-28 02:07:33 +0000 UTCGot a really crazy "bug" (not sure if it would be classified as a bug as it may be gameplay working as intended), where after Rogue stopped by and asked to be her Boyfriend, I went to class but Rogue stayed in the MC's room. Usually when she initiates the conversation, once you end the chain of events, she leaves so this threw me off. Once I went back and asked her to leave was I finally able to progress with the day.
Shadow5
2017-11-28 01:41:26 +0000 UTCOne suggestion is if Rouge and Kitty and sitting next to each other in the classroom it be nice if there was the option for both or in-between them along with either or neither. As I would be cool if down the road that could have an event during class where both girl are vying for attention or being cooperative even potentially.
Staris
2017-11-28 01:24:46 +0000 UTC"She wipes the spunk dripping our of her ass" Also she will clean her ass twice if more than one deposit was made. Verified for both Rouge and Kitty.
Staris
2017-11-28 01:17:48 +0000 UTCHi there! Love the game so far. I'm new to this genre of game and I'm a pretty big fan of it. Any recommendation on where to find similar titles, preferably ones that don't involve a crazy download process? Seems when I do a basic search a lot of stuff involves Japanese ports that require a bit more computer literacy than I possess.
Rodimus Prime
2017-11-28 00:50:18 +0000 UTCDamn, you're on the ball popping out an "a" only a day after. I'll certainly bug check it tonight...ahem.
EnjoyerOfAll
2017-11-28 00:11:35 +0000 UTCDoes it do that in version 976a? I thought I fixed that. I'll double check.
Oni
2017-11-27 22:29:30 +0000 UTCEach time I start having sex with Rogue, my stamina (white circles in the player stats) regenerate fully, and I do not lose one circle after I cum. And I think the sperm dripping out of Rogue's pussy looks a bit off, i.e. does not match the other sperm sprites (cum on belly/face or that on Kitty).
srksrksrk
2017-11-27 22:13:04 +0000 UTCHuh. K_Gag error again when I finish and cum on her face. Or inside her.
Sajuuk-Khar
2017-11-27 21:28:32 +0000 UTCI'm still getting the K_Gag error, but I *am* loading from a previous save where I was in the midst of anal and trying to swap it over to something else...
Sajuuk-Khar
2017-11-27 21:25:16 +0000 UTCDa fuk? It is the previous version. What happened? I messed up. I downloaded the latest version but somehow did not replace the last version with it. I think that I may have to download the latest version again. My bad. Forget the whole kitty not having sex thing. I was playing the previous version by mistake. :)
Victor
2017-11-27 15:22:07 +0000 UTCNo. I am using the most current version release. I am using a save from a previous version.
Victor
2017-11-27 15:19:12 +0000 UTCIn the interest of not spamming the comment section as much this time around i'm gonna make pastebins with the stuff i find and post them here. <a href="https://pastebin.com/fNVrNVhP" rel="nofollow noopener" target="_blank">https://pastebin.com/fNVrNVhP</a>
Alaco
2017-11-27 15:06:59 +0000 UTCAnother tiny bug. Tuesday 10 morning > go to campus > go to class > rogue throws her clothes back on. Then you find kitty and rogue in class.
Krag
2017-11-27 15:03:33 +0000 UTCWell, she has three hair styles at the moment, the ponytail, the straight hair, and the wave "wet" hair. You can set it to whichever one you want. Now, is the problem that it's changing from one style to another without you telling it to? I'm not really understanding what the issue is there. edit: oh, wait, is the back portion of the hair overlapping funny? Ok, I can look into that and try and clean it up.
Oni
2017-11-27 15:03:02 +0000 UTCHm, I haven't seen any major errors so far in this build, only some inconsistencies regarding Kitty's willingness to do stuff (in private). Guess I must experiment more. :) And I've only tried the "do not download" one. :P It's strange how not everyone have the same issues. I started afresh though, I don't know if that could have something to do with it.
Waelan
2017-11-27 14:26:48 +0000 UTCHi Oni, just one last time I promess. When Kitty is about giving head, her hairs are like that. <a href="http://www.hostingpics.net" rel="nofollow noopener" target="_blank"><img src="https://img15.hostingpics.net/pics/952272Kittyhairs.png"></a> then after her hairs seems like to be pulled back. It's only happening whith bj <a href="http://www.hostingpics.net" rel="nofollow noopener" target="_blank"><img src="https://img15.hostingpics.net/pics/252012Kittynohairs.png"></a> If this is intentional, sorry I won't insist...
Folioman
2017-11-27 14:21:49 +0000 UTCWhy not?
Oni
2017-11-27 13:35:01 +0000 UTCCan't have sex with Kitty.
Victor
2017-11-27 13:23:10 +0000 UTCOh the first meeting dancing bug is still there, "ok thats enough" stops her but "start jacking" wont. Plus some other bugs I wrote on the old post.
Krag
2017-11-27 13:03:38 +0000 UTC