browser console save editing without breaking saves

Boshe

Well-Known Member
Apr 4, 2022
149
130
32
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
203
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
130
32
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
80
71
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
132
37
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
130
32
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
54
10
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: