The perk itself doesn't corrupt you, its just textBut I don’t want to be corrupted.
Anyone know the console command to remove powers?
pc.removePower(POWERS.PowerName)PowerName with the name of the power with no spaces.pc.removePower(POWERS.FadingStrike) will remove Fading Strike.Thanks.pc.removePower(POWERS.PowerName)
ReplacePowerNamewith the name of the power with no spaces.
Example:pc.removePower(POWERS.FadingStrike)will remove Fading Strike.
Any command to safely reset the Sigrune's encounter so to talk with Kythie for her non-combate route?
flags.SIGRUNE_DEFEATED is what's used to track if you've fought your way past Sigrune, so setting that to undefined will do, you'll also need to have talked to Sigrune if you haven't already (SIGRUNE_TLK is used to track if you've talked to Sigrune, and is set to 1 when you have).If Cait's still calming Kythie down:Also wanted to ask if anyone knows how to easily change who initialy sexed Kythie so to have been the PC instead of Cait.
PrincessDilemmaHelpCaitResolution(), incFlag("KYTHIE_FUCKED"), flags.P_DILEMMA_CAIT_HELPING = flags.P_DILEMMA_CAIT_HELP_TS = flags.P_DILEMMA_CAIT_FINISHED = flags.P_DILEMMA_CAIT_SOLVED = undefinedincFlag("KYTHIE_FUCKED"), flags.P_DILEMMA_CAIT_HELPING = flags.P_DILEMMA_CAIT_HELP_TS = flags.P_DILEMMA_CAIT_FINISHED = flags.P_DILEMMA_CAIT_SOLVED = undefinedThank you again.flags.SIGRUNE_DEFEATEDis what's used to track if you've fought your way past Sigrune, so setting that toundefinedwill do, you'll also need to have talked to Sigrune if you haven't already (SIGRUNE_TLKis used to track if you've talked to Sigrune, and is set to1when you have).
If Cait's still calming Kythie down:
PrincessDilemmaHelpCaitResolution(), incFlag("KYTHIE_FUCKED"), flags.P_DILEMMA_CAIT_HELPING = flags.P_DILEMMA_CAIT_HELP_TS = flags.P_DILEMMA_CAIT_FINISHED = flags.P_DILEMMA_CAIT_SOLVED = undefined
If Cait's returned to the party:
incFlag("KYTHIE_FUCKED"), flags.P_DILEMMA_CAIT_HELPING = flags.P_DILEMMA_CAIT_HELP_TS = flags.P_DILEMMA_CAIT_FINISHED = flags.P_DILEMMA_CAIT_SOLVED = undefined
The first command is just the second command, but it also triggers the event where Cait returns to the party.