I'm having a bit of trouble creating a companion mod in the GECK. Does anyone know any tutorials of how to create a companion? I don't really mind having the companion wheel or not it just want to have a Deathclaw, named Professor Pumkins, to fight at my side (and maybe give him some glasses to make him look formal).
I'm not really sure how to copy the files over from other companions (like rex) over to my deathclaw, nor am I sure how to script something that allows the deathclaw to be my companion.
I have tried searching for tutorial and I've found this Advanced Companion creation guide with Companion Wheel by Caprius (Google it as I can't post links >.<)
to try and create my companion and I'm almost done. It's just this last bit of mini scripting, in the topics window of the Quest section, that doesn't seem to work. The script that doesn't seem to work is:
ShowMessage ***MessageLeave
Set ***REF.Waiting to 0
Set ***REF.Relax to 0
Set ***REF.HasBeenHired to 0
Set ***REF.L38 to 0
Set ***REF.IsFollowingDefault to 0
Set ***REF.IsFollowingLong to 0
***REF.SetPlayerTeammate 0
Player.RemovePerk ***** ;(If there is a perk given by your Companion)
ShowMessage ***MessagePerkRemoved
***REF.evp
(*** = the reference of my companion and in this case it's Prof - for Professor)
Anyone have any clue what's wrong with the mini script or have any other tutorials/guides that I can use for help?
Many thanks,
Croock3