browser console save editing without breaking saves

Boshe

Well-Known Member
Apr 4, 2022
149
131
33
can confirm that pc.lipMod = -2 took 90 femininity champ from "juicy" and "luscious" to "nice" and "petite"
the game is now playable
 
  • Like
Reactions: morii

morii

Well-Known Member
Feb 8, 2023
81
207
can confirm that pc.lipMod = -2 took 90 femininity champ from "juicy" and "luscious" to "nice" and "petite"
the game is now playable

Welp, I didn't capitalize the M and that was the problem...thank you for making me realize this.

I'm a bit surprised other players are also interested in reducing their feminine Champ's lip size. I've learned to love my borderline thin lips through years of being bombarded with fuller lips = more beautiful, so it's nice to see someone else who prefers the smaller or small-medium look.
 
  • Like
Reactions: Rysri

Boshe

Well-Known Member
Apr 4, 2022
149
131
33
Welp, I didn't capitalize the M and that was the problem...thank you for making me realize this.

I'm a bit surprised other players are also interested in reducing their feminine Champ's lip size. I've learned to love my borderline thin lips through years of being bombarded with fuller lips = more beautiful, so it's nice to see someone else who prefers the smaller or small-medium look.
thick lips just look unnatural and unattractive to me
back to the actual reply: it shouldn't be surprising that some people would want a certain, already-present within the game aspect of their characters to be changeable in a game dedicated to transforming into every* furry thing one could mentally conceive of
*as long as it walks on two legs
 
  • Like
Reactions: morii

Ultra Chad

Well-Known Member
Aug 22, 2022
125
150
Does anyone know the console code to instantly have an NPC give birth? I want to impregnate Arona but I can't until Ragnild, Hretha, or Infrith has given birth but the problem is I'm doing a slow pregnancy playthrough. I just want to get Arona pregnant without waiting 8 months.
 

MyOldName

Well-Known Member
Sep 3, 2015
164
57
Does anyone know the console code to instantly have an NPC give birth? I want to impregnate Arona but I can't until Ragnild, Hretha, or Infrith has given birth but the problem is I'm doing a slow pregnancy playthrough. I just want to get Arona pregnant without waiting 8 months.
flags.<npc>_PREG_TIMER = <minutes>
where <npc> is the NPC you want to advance the pregnancy for and <minutes> is the number of minutes you want to advance the pregnancy to.
 
Last edited:
  • Like
Reactions: Ultra Chad

Boshe

Well-Known Member
Apr 4, 2022
149
131
33
Does anyone know the console code to instantly have an NPC give birth? I want to impregnate Arona but I can't until Ragnild, Hretha, or Infrith has given birth but the problem is I'm doing a slow pregnancy playthrough. I just want to get Arona pregnant without waiting 8 months.
you can use AronaPregPrompt() to get her to ask to go to Hretha, but I'm not sure what will happen if/when that scene would trigger naturally
 
  • Like
Reactions: Ultra Chad

Renurb

Well-Known Member
Nov 7, 2023
71
18
add perks with code: "pc.createPerk" so to get Arcane Attunement use pc.createPerk(PERKS.ArcaneAttunement)
for a list of perks type "perks" in console.

/snip
It's been a year but I was messing around with the new Captain's Evasion perk ( pc.createPerk(PERKS.CaptainsEvasion) ) and it gives me
"Even the most hard-struck of blows are instinctually dodged, twisted away, or otherwise reduced in effectiveness. All damage is reduced by undefined%."
Which I attribute to the fact that the percentage of the perk's effect depends on if Normal or Dark playthrough is selected. How could this be entered properly? I'd do it myself but since I can't find any github files to reference perk values (like there are for CoC1 or TiTS) there's little to work with.

EDIT: Nevermind I just realized Console is being its usual trick-self. Doing pc.createPerk(PERKS.CaptainsEvasion,20,0,0,0) creates the perk with appropriate percentage of 20%, and it's flexible too. Sorry for bothering you all.
 
Last edited:
  • Like
Reactions: MyOldName

gemini7197

New Member
Oct 9, 2024
2
1
33
This is a marvalous post and thanks for sharing.
And let me share something too. Well I find we can use order 'flags.xxxxx = number' to change the game flag. So, after some trying I find these following.
flags.ARONA_SUBMISSION = 100 flags.ARONA_SUBMISSION = -100 could change Arona's situation to SUB or DOM
Not enough right?
flags.KQ_OLIVIA = 1 flags.KQ_OLIVIA_TASK = 2 Let Olivia come to our wayfort.
Still not enough? dont worry. :)з)∠)
flags.KQ_EPILOGUE = 4 transform Asgeir to Asynja. So do Corrupt Lupines you know what am I saying right? XD
flags.KQ_EPILOGUE = 2 throw Asgeir to your dungeon
flags.KQ_EPILOGUE = 1 just recruit Asgeir
These order makes Asynja and Olivia exist simultaneously.
 
  • Like
Reactions: Renurb

Renurb

Well-Known Member
Nov 7, 2023
71
18
This is a marvalous post and thanks for sharing.
And let me share something too. Well I find we can use order 'flags.xxxxx = number' to change the game flag. So, after some trying I find these following.
flags.ARONA_SUBMISSION = 100 flags.ARONA_SUBMISSION = -100 could change Arona's situation to SUB or DOM
Not enough right?
flags.KQ_OLIVIA = 1 flags.KQ_OLIVIA_TASK = 2 Let Olivia come to our wayfort.
Still not enough? dont worry. :)з)∠)
flags.KQ_EPILOGUE = 4 transform Asgeir to Asynja. So do Corrupt Lupines you know what am I saying right? XD
flags.KQ_EPILOGUE = 2 throw Asgeir to your dungeon
flags.KQ_EPILOGUE = 1 just recruit Asgeir
These order makes Asynja and Olivia exist simultaneously.
Hold on. Rewind for me, do we insert ALL of these flags (Epilogues 4,2,1 and Olivia 1,2) or only specific ones? Because otherwise this feels like it should break the game with how contradictory it is.
 

Tarnakus

Well-Known Member
Oct 31, 2020
458
226
Hold on. Rewind for me, do we insert ALL of these flags (Epilogues 4,2,1 and Olivia 1,2) or only specific ones? Because otherwise this feels like it should break the game with how contradictory it is.
Every command use overwrites the previous value. You can insert all of them just the last ones will stick. But having Olivia and Asynja together is not breaking the game, beyond that Olivia still talks as if Asgeir is there. IMO the previous guy use word "order" as "command" -> not "you do it them in order"