The short of it is, it is part of the game but there is technically a way to turn all that off. But I don't know what problems it might cause. To do that, you just need to run the same command the game does.It would be nice if I could just have nobody notice me ever, but I'm guessing that's part of the game and can't be turned off. I just wanna know if there's a console command to "activate" the plans with Xavier without needing to level up the girls and trigger the necessary events.
ch_x "What do you want?"
"Don't bother us anymore when we're having fun." if GirlX not in Rules:
ch_x "Very well. . . I could offer you some. . . discretion. . ."
$ Rules.append(GirlX)
Rules.append(<RogueX,KittyX,etc.>) should do it. I haven't tested it so try at your own discretion.big brother is alwasys watching and even when you tell him to not bother you the crowd must be pleasedIt would be nice if I could just have nobody notice me ever, but I'm guessing that's part of the game and can't be turned off. I just wanna know if there's a console command to "activate" the plans with Xavier without needing to level up the girls and trigger the necessary events.
What swimsuit skirt? I don't see one in the game files. Just her regular skirt.Fellas, does anyone know the console command to give Kitty the swimsuit skirt? I've tried KittyX.Inventory.append("blue skirt") but it doesn't work.
Kitty has a blue skirt that is part of her swimwear. I think we're talking about the same one, so pray tell; what's the console command to summon it in her inventory?What swimsuit skirt? I don't see one in the game files. Just her regular skirt.
Yes, they even have special dialogues when you talk to them about itIs it possible to have 2 of the girls fuck each other without you there. Like you walk in on them?
What you wrote looks right to me. The game code has:Kitty has a blue skirt that is part of her swimwear. I think we're talking about the same one, so pray tell; what's the console command to summon it in her inventory?
"Give her the blue skirt." if Girl.Tag + " blue skirt" in Player.Inventory:
#If you have a bra, you'll give it.
if "blue skirt" not in Girl.Inventory:
"You give [Girl.Name] the blue skirt."
$ Girl.Blush = 1
if ApprovalCheck(Girl, 1000):
$ Girl.FaceChange("bemused")
$ Player.Inventory.remove(Girl.Tag + " blue skirt")
$ Girl.Inventory.append("blue skirt")
Why would you assume Oni would add dudes?Frankly I have mixed opinions on this, it lends itself to NTRshit and If Oni ever decides to add dudes then this system is bound to lead to those scenarios since he wouldn't need to do much to add them.
I typed it in the console and she didn't get the blue skirt in her inventory, whereas she did get the rest of the pieces of her swimsuit. Maybe I made some fuckup somewhere, but I don't know what.What you wrote looks right to me. The game code has:
Which, the Girl variable should be KittyX so she should have it. What happens that makes you think it's not working?Code:"Give her the blue skirt." if Girl.Tag + " blue skirt" in Player.Inventory: #If you have a bra, you'll give it. if "blue skirt" not in Girl.Inventory: "You give [Girl.Name] the blue skirt." $ Girl.Blush = 1 if ApprovalCheck(Girl, 1000): $ Girl.FaceChange("bemused") $ Player.Inventory.remove(Girl.Tag + " blue skirt") $ Girl.Inventory.append("blue skirt")
That would be to easy..Go to the mall, check if its there for sale.
Yes, and it's available at the mall. Hence why I'm wondering why the cheat code wasn't working. Every other piece of every other character I was able to give them through the console code. But this was resists my digital power.Go to the mall, check if its there for sale.
View attachment 5061003
Just in case, this is the skirt youre talking about, yes?
Huh, then i aint got no clue man, it might be slowly getting spagetthi coded like Laura's pantyhose until it eventually gets lost in the code.Yes, and it's available at the mall. Hence why I'm wondering why the cheat code wasn't working. Every other piece of every other character I was able to give them through the console code. But this was resists my digital power.
Post a screenshot of where you're not seeing the skirt when you should see it please. This is to make my troubleshooting and code tracing easier.I typed it in the console and she didn't get the blue skirt in her inventory, whereas she did get the rest of the pieces of her swimsuit. Maybe I made some fuckup somewhere, but I don't know what.
I kinda wish there where dudes in the game so my female Zero could cuck Jean with Cyclops and show that bitch who's da bossWhy would you assume Oni would add dudes?
Bitch Jean isnt with Scott though, he very much dodged that bullet and shes single.I kinda wish there where dudes in the game so my female Zero could cuck Jean with Cyclops and show that bitch who's da boss![]()
Ok, I did some extra investigation before sending out anything because I didn't want to discard the chance I was just dummy thick.Post a screenshot of where you're not seeing the skirt when you should see it please. This is to make my troubleshooting and code tracing easier.