How do I use commands or how can I edit stuff from my savefile?
You can open the console with
f12
or
ctrl
+
shift
+
i
.
Here's a
thread with some useful commands.
also a short list I complied myself.
pc.createKeyItem(KEYITEMS.item)
(replace
item
with your choice of key item)
pc.safeAddItem(ITEMS.item)
(replace
item
with your choice of item.)
flags.flagname = x
(replace
flagname
with the flag of your choosing and
x
with any valid input)
pc.inventory
(lets you access and modify your inventory)
pc.createPerk(PERKS.perk)
(replace
perk
with your choice of Perk)
pc.addPower(POWERS.power)
(lets you learn new Powers. Replace
power
with your choice of Power.)
Tf.TfGrowSecondCock(pc)
and if you ever want to force a scene to play, just put its name with
()
at the end. For example,
CaitSexVaginal()
will have Cait's Vaginal sex scene play.
If you're going to be using the console I suggest you also look through the files just go to "Sources" once you've open the console and start looking, you can also open the search bar once you've opened the console with
ctrl
+
shift
+
f