Pippa

David1023

Well-Known Member
Dec 28, 2023
249
205
26
Can someone tell me which flag in the save editor that I should look for, I wanna change it to just before giving her a hard light strapon. In my current file I gave her stockings, and I wanna change it to regular hard light panties, but if there isn't a flag for it, could someone tell me the code, then.
 

Nino

Well-Known Member
Jan 14, 2025
52
14
29
Jizzconsin
You could try by searching for her name. Unless the dev for that character was being goofy, that variable would probably be saved with her name in it
 
Last edited:

David1023

Well-Known Member
Dec 28, 2023
249
205
26
You could try be searching for her name. Unless the dev for that character was being goofy, that variable would probably be saved with her name in it
I tried, but no matter what it always showed her having the hardlight panties with stockings, instead of my MC giving her a plain regular hardlight panties.
 

Wafflesnake

Well-Known Member
Nov 4, 2023
605
221
23
it's not a flag, it goes directly into her inventory to be equipped by her. to access that you have to manually edit the pippa's inventory in your save and change HardlightStockings to HardlightPlainPanties
 
  • Wow
Reactions: Nino

Nino

Well-Known Member
Jan 14, 2025
52
14
29
Jizzconsin
it's not a flag, it goes directly into her inventory to be equipped by her. to access that you have to manually edit the pippa's inventory in your save and change HardlightStockings to HardlightPlainPanties
Oh dang, I didn't know that's how coders handled gifts to characters that modify their content
 

Wafflesnake

Well-Known Member
Nov 4, 2023
605
221
23
Oh dang, I didn't know that's how coders handled gifts to characters that modify their content
it varies by character (though i don't know the exact criteria and yes, who coded it certainly could be a factor in the variance)
 

David1023

Well-Known Member
Dec 28, 2023
249
205
26
it's not a flag, it goes directly into her inventory to be equipped by her. to access that you have to manually edit the pippa's inventory in your save and change HardlightStockings to HardlightPlainPanties
Uhh where do you go to modify a npc's inventory, uhh could you tell me the specific code that I need to put in the save edit console, sorry not much off a coder.
 

Nino

Well-Known Member
Jan 14, 2025
52
14
29
Jizzconsin
it varies by character (though i don't know the exact criteria and yes, who coded it certainly could be a factor in the variance)
After skimming across some of the npc coding, I did notice that some characters have nonsensical labels throughout the game lmao
I can't even remember the more silly ones because they were so random
 

Nino

Well-Known Member
Jan 14, 2025
52
14
29
Jizzconsin
Uhh where do you go to modify a npc's inventory, uhh could you tell me the specific code that I need to put in the save edit console, sorry not much off a coder.
You might have luck just searching the item name like in the reply you quoted: HardlightStockings
 

Wafflesnake

Well-Known Member
Nov 4, 2023
605
221
23
Uhh where do you go to modify a npc's inventory, uhh could you tell me the specific code that I need to put in the save edit console, sorry not much off a coder.

you have to manually edit the pippa's inventory in your save
google json editor or open it in your favorite basic text editor (which will be more difficult)

characters > pippa > inventory > equippeditems > lowerundergarment
 
  • Wow
Reactions: Nino

Wafflesnake

Well-Known Member
Nov 4, 2023
605
221
23
After skimming across some of the npc coding, I did notice that some characters have nonsensical labels throughout the game lmao
I can't even remember the more silly ones because they were so random
they are particularly fond of nonsensical function names
1752386578596.png
 
  • Haha
Reactions: Nino

Nino

Well-Known Member
Jan 14, 2025
52
14
29
Jizzconsin
google json editor or open it in your favorite basic text editor (which will be more difficult)

characters > pippa > inventory > equippeditems > lowerundergarment
If you're to use a text editor, go with NotePad++
It actually has a Language option at the top that shows an alphabetically ordered comprehensive list of programming languages including JSON
 

David1023

Well-Known Member
Dec 28, 2023
249
205
26
Uuh I'm using the online website version of the game so where exactly would I need to go to do all of this?