Is there any mod like this? I don't know why people do not hate that person. Or just somebody can tell me how to make mod like this?
The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.taleoftwowastelands.com
KIllable Dad (and other annoying characters)
-
thermador
- Posts: 773
- Joined: Tue Aug 07, 2012 2:24 pm
Install NVSE if you haven't.
Install NVSE if you haven't. Load the game with nvse_loader.exe.
Open the console
Click on dad with your mouse
type:
gbo
you will get the base ID of the NPC you are clicking on, something like 6feee45
then type:
setessential <base id> <flag>
Where <base id> is what you got from the GBO command and <flag> is 1 or 0. 1 makes them unkillable. 0 makes them killable.
So if you got 6feee45 from GBO, you would type:
setessential 6feee45 0
to make that NPC killable and
setessential 6feee45 1
to make them unkillable.
-
archanix
- Posts: 4
- Joined: Mon Dec 24, 2012 1:44 pm
thanks,maybe I will try to
thanks,maybe I will try to make a mod with alternative ending?