Jump to content

How would I make this item


Notamungus

Recommended Posts

The only reason I like the NCR is that radio they give you that let's you call for a supply cache, soldier, and ranger as backup. Because for all other reasons I hate the NCR, I would like to make one that let's me call in one of three possible soldiers that I've made. How would I go about doing that?
Link to comment
Share on other sites

Well you have a great example, just follow the same template as the NCR radio. The heavy lifting is done in VEFR01NCREmergencyRadioQuestSCRIPT and the actual dialog is in it's associated quest. It's a pretty big script though. Near the bottom is where the actual actors are moved to the spawn markers (and the crate);

 

 

  Reveal hidden contents

 

 

You'll also want to look up tome of the radio station tutorials or any dialog quest tutorials if you plan on changing dialog. If you just want to swap out 3 different actors and keep everything else the same then those are the lines to plug them in at. However you have a lot of code in there determining how they act (adding/removing packages, ressurecting them etc) so even just swapping out actors means a *lot* of editing.

Link to comment
Share on other sites

for instance you would want to change all references of VEFR01NCRSupportTrooper01AAMRef to your paladin if you want to swap him/her out for the trooper, VEFR01NCRSupportRanger02HMRef for the patrol ranger or VEFR01NCRSupportRanger03AAFRef for the combat ranger. But there are a lot of things going on in that script, it's complicated, adn I doubt just swapping actors will do the job. I suspect that that is just the start. In addition the quest handles dialog when the trooper or ranger get's there, and you won't have that unless you edit it.
Link to comment
Share on other sites

I don't really care about the dialogue, so that won't really matter. Thanks for showing why you could. I'll try and figure out how it works. I'll probably get absolutely nowhere, but it's worth a shot. Even just getting someone to show up would be great. One last thing though, using it requires a high rep with NCR. How do I change that?
Link to comment
Share on other sites

  On 7/16/2014 at 4:48 AM, Notamungus said:

Even just getting someone to show up would be great.

Swapping out teh actor IDs should do that.

 

  On 7/16/2014 at 4:48 AM, Notamungus said:

One last thing though, using it requires a high rep with NCR. How do I change that?

The functions to chek rep for the NCR are; GetReputationThreshold RepNVNCR. They act as conditions for the various radio requests (along with other conditions based on time, ncr territory, inside/outside etc).

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...