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)

General mod discussion and requests.
Post Reply
archanix
Posts: 4
Joined: Mon Dec 24, 2012 1:44 pm

KIllable Dad (and other annoying characters)

Post by archanix » Mon Dec 24, 2012 2:03 pm

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?



thermador
Posts: 773
Joined: Tue Aug 07, 2012 2:24 pm

Install NVSE if you haven't. 

Post by thermador » Mon Dec 24, 2012 7:03 pm

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

Post by archanix » Mon Dec 24, 2012 7:42 pm

thanks,maybe I will try to make a mod with alternative ending?



Post Reply