Home Artists Posts Import Register

Downloads

Content

We get it, gloves! This one should fix the game's obsession with glove-related crashes, as well as at least one issue with addiction-based scenes, hopefully, and also a thing involving the dressing screen. Also make sure to double check the things I fixed last build that were fairly untestable given the other major break. ;)

Oh, and btw, PLEASE don't include massive Full Tracebacks unless asked, I assure you, I do not need them 90% of the time. I only usually need the bit before that.

Edit:
I think I may have figured out the cause of some of the "threesome with herself" issues, we'll see next build.

Comments

IWriteWithATalon

I'm getting +4 Obedience, +4 Openness pop-ups repeatedly during time changes, but nothing is actually changing in the stats... I think.

Aerlytch

Hit a crash when I was training in the Danger Room and Rogue showed up for her own training.

Anonymous

Kitty, as if not in the game, in no location.

Jim Bob

Gave me a popup saying "Tell Oni the activity check failed after the strip" Also it seems when doing various things in the sex menu it consistently puts you into a threeway with the same girl, so I was having a threeway with emma, and another invisible emma.

Anonymous

When Flirting With Rogue, when kissing her on the lips it crashes instead of going to the menu where you have a choice after she asks you for more. But Thank you For Being a Active Creator That works hard to fix all the bugs and issues found.

OniArtist

Well, it might. . . there are some passive timechange updates. My guess is that you're seeing a system that should react if any girl in the game is wearing skimpy clothes in a public place. It might be activating based on girls you haven't encountered yet though, I'll look into that.

OniArtist

Yeah, that's sort of what that error indicates. Um, let's try and figure out how it got to that point. Was Emma the only girl that was ever a part of that scene, or was someone else there? What was the sequence that led to that point?

Victor Dusk

not sure if this is intended, but i can train throughout the night through to the next morning in the Danger room. not that thats bad, i could even see some story put to it maybe a detention for breaking school rules. But anyhow yea i get a message saying its late then straight after that it describes the training that i do and it pops through to morning.

Aerlytch

I also ran into a little bug once Kitty phased into my room one morning. I told her to touch what she liked, she started to kiss my character, then I got the message "Kitty noticed what you and Kitty were doing" and for a moment I had the UI for a threesome with 2 Kitty's.

IWriteWithATalon

Last one for tonight - I'm seeing the same issue others mentioned about threesomes with only one girl causing issues where the "fake" girl sees you with herself and runs off. I'm also seeing issues where - I assume it's related - the girl will agree to something and then either after an orgasm or just after 1-2 "keep going", she will decide she's not okay with it anymore and leave - and that causes an unignorable crash. Anyway, I must sleep now. Thanks for the update Oni, hope some of this is helpful to you! You're doing great work.

Victor Dusk

Yep as others have mentioned im getting a threeway mistake. In the evening in the classroom. I caught Ms Frost polishing her frosty pebble so to speak. It continues and she sees me and i ask if she'll continue, she says are you gonna put on a show to. I agree and then i get the message Ms Frost Notices what you and Ms Frost are doing and is uncomfortable. Then she leaves

Anonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 834, in NameError: name 'Todo' is not defined I have no Idea what this means However it triggers everytime I enter the danger room

Victor Dusk

Further after she leaves the scene continues without her, as if she were still there but no image of her anymore.

OniArtist

Ok, let's try and narrow this down, what's the last thing said before that crash, and what's the basic error message (the part before the full traceback)? I may have sorted it if it had to do something with Emma.

Anonymous

just as some of the others here, getting those errors popping out whenever i enter the training room and swimming pool

Anonymous

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Scenes.rpy", line 2516, in File "game/script Girls.rpy", line 1176, in GLG File "game/script Girls.rpy", line 1150, in GirlLikeCheck AttributeError: 'GirlClass' object has no attribute 'LikeKitty' This Error Happens whenever I try to Study With Kitty [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Scenes.rpy", line 2516, in File "game/script Girls.rpy", line 1176, in GLG File "game/script Girls.rpy", line 1150, in GirlLikeCheck AttributeError: 'GirlClass' object has no attribute 'LikeKitty' This Error Also Pops up During the study aswell

Anonymous

quick question is this version just meant for code or has jean also been added just wondering because I can't wait for jean to be added

OniArtist

Ok, yeah, this is all part of that same bug. Basically, Kitty and you and also Kitty are studying together, and the two Kittys are becoming better friends! version c should fix this.

OniArtist

Not this version, haven't even done the art yet. Sorry about the delay, but this was a very code-focused build. Next build will have some of Jean's content and new art added.

Anonymous

Hey Oni, It seems Like I'm unable to Trigger Laura's Introduction Scene, and when getting caught by professor x this happens [code] I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'Rogue_OutfitShame'.

Anthony Michelli

I'm not being helpful at all but wondering where you are, Oni? i work overnights and you always drop a release at 1am my time (EST) haha

Anonymous

Hey Oni, I think there are 2 instances of the girls running at one time. As in Kitty keeps walking in on Kitty in the middle of making out, then gets embarassed and leaves. But Kitty also continues making out with Zero. doesn't seem to be a traceback for it as the system isn't registering it as an error. Apologies if this is a known bug.

David Donnelly

I had a similar problem, only for her upon completion to cause an error with the GirlLikeCheck function, as KittyX doesn't have a LikeKitty attribute

Anonymous

wait just got a traceback for it, can give full traceback if you want it but otherwise: File "game/script Functions.rpy", line 5102, in

Anonymous

File "game/script Girls.rpy", line1150, in GirlLikeCheck AttributeError: 'GirlClass' object has no attribute 'LikeKitty'. Sorry had a senior moment for a hot sec. Like I said above, it plays out like there's 2 versions of one girl in one scene with different stats.

philip brown

ok, i just saw the don't need the full trace. sorry bout that.

OniArtist

Right, same basic issue. It's failing a check that if the game was working right would never even come up. ;) New build should hopefully correct that.

OniArtist

No big, but thanks for keeping it in mind. Basically most of the important stuff gets covered in the first block of info, and only occasionally can I not track down the basic idea of what's happening from that alone.