Pippa

David1023

Well-Known Member
Dec 28, 2023
252
206
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
54
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
252
206
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
607
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
54
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
 

David1023

Well-Known Member
Dec 28, 2023
252
206
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
54
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
54
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
607
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
607
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
54
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
252
206
26
So I did manage to google the json editor but there was a bunch of labels and the descriptions for the thing I wanted to change, which confused me on how to specifically change the code, here's a screen shot of the json editor, also my save file, like I said I haven't changed anything so far, just need a bit more help, and sorry if I'm being a pain.
 

Attachments

  • Screenshot 2025-07-13 172403.png
    Screenshot 2025-07-13 172403.png
    68.1 KB · Views: 1
  • David (H) - 10Hrs 28Mins, 3332 Days - Hyperion, Siretta.json
    1 MB · Views: 2

David1023

Well-Known Member
Dec 28, 2023
252
206
26
very little return on making this change
Thanks, but I was checking the codes in the json editor, there used to be a description of the item under tool tip and multiple different labels of the item both short and long which I'm guessing is used in the narration for how descriptive to be when referring about the item, when I went back to look at the codes, those weren't there any more. Not to say that I'm not thankful, but I was just wondering about that, or which parts that you took out/changed.