Freedom Reborn

Freedom Force Forums => Technical Issues => Topic started by: blah on September 28, 2009, 09:53:09 AM

Title: Custom Built in hero to be recruited
Post by: blah on September 28, 2009, 09:53:09 AM
how do I to turn a custom made character that has been sent to the .dat into a recruitable Built in character, i wanted to see its head.nif work
Title: Re: Custom Built in hero to be recruited
Post by: catwhowalksbyhimself on September 28, 2009, 10:16:02 AM
Unless you also add some speech lines, you still won't see it.

But in any case, somewhere in one of the campain missions, you'll need this line

Campaign_AddHero('yourherostemplate')

Or, if you want to add him to the team outright

Campaign_Recruit('yourherostemplate')

If using EZScript, it's slightly different, however.
Title: Re: Custom Built in hero to be recruited
Post by: spydermann93 on September 28, 2009, 10:20:56 AM
Just open the hero file in EZHero and click the button that says "send to DAT." That's how I got it to work.
Title: Re: Custom Built in hero to be recruited
Post by: catwhowalksbyhimself on September 28, 2009, 10:31:05 AM
Quotethat has been sent to the .dat

He already did this.  That is not what he is talking about.
Title: Re: Custom Built in hero to be recruited
Post by: blah on September 28, 2009, 12:20:57 PM
thanks