Few Questions

Post » Fri May 27, 2011 2:26 am

Hi everyone Reading this, I was wondering how i add the companion wheel to a NPC companion that i created
And secondly, Before deciding i was gonna use a companion wheel i was using Dialogue with scripts, the dialogue was set up but "Go Home" and "Let's Trade Equipment" were working, but Follow me and Wait Here Weren't, it won't be a problem if i get the companion wheel to work, but in the future i could possible have the same problems with Dialogue in General.
Thanks.
User avatar
Skrapp Stephens
 
Posts: 3350
Joined: Mon Aug 06, 2007 5:04 am

Post » Fri May 27, 2011 2:09 am

Hi everyone Reading this, I was wondering how i add the companion wheel to a NPC companion that i created
And secondly, Before deciding i was gonna use a companion wheel i was using Dialogue with scripts, the dialogue was set up but "Go Home" and "Let's Trade Equipment" were working, but Follow me and Wait Here Weren't, it won't be a problem if i get the companion wheel to work, but in the future i could possible have the same problems with Dialogue in General.
Thanks.


It will pop up if the companion has had "player teammate" status set on it

setplayerteammate 1

if I remember right, or it;s quite similar.
User avatar
Vahpie
 
Posts: 3447
Joined: Sat Aug 26, 2006 5:07 pm

Post » Fri May 27, 2011 9:07 am

It will pop up if the companion has had "player teammate" status set on it

setplayerteammate 1

if I remember right, or it;s quite similar.

Newbie Question Right Here: Where do i find that status?
User avatar
noa zarfati
 
Posts: 3410
Joined: Sun Apr 15, 2007 5:54 am

Post » Fri May 27, 2011 12:05 pm

Newbie Question Right Here: Where do i find that status?


You put it in a script.

Like

MyCompanionREF.setplayerteammate 1

and then you leave it that way.

and when you activate the follower in game, you automatically get the wheel interface

http://geck.gamesas.com/index.php/SetPlayerTeammate
User avatar
asako
 
Posts: 3296
Joined: Wed Oct 04, 2006 7:16 am

Post » Fri May 27, 2011 1:52 am

You put it in a script.

Like

MyCompanionREF.setplayerteammate 1

and then you leave it that way.

and when you activate the follower in game, you automatically get the wheel interface

http://geck.gamesas.com/index.php/SetPlayerTeammate

Another Newbie Question, And im sorry for it but: do i open the script editor, Copy and paste that it, and if so how do i move that to my NPC?
User avatar
lauraa
 
Posts: 3362
Joined: Tue Aug 22, 2006 2:20 pm

Post » Fri May 27, 2011 7:08 am

Just do a quest with 'Start Game Enabled' checked (for it to start when the game begins).
Do a quest script with your line in it. And stop your quest after that line. like: set playerteammate 1; StopQuest YourquestID;
Finally, in your quest, set the quest script to your newly created script for it to be associated with the quest.
User avatar
Flesh Tunnel
 
Posts: 3409
Joined: Mon Sep 18, 2006 7:43 pm

Post » Fri May 27, 2011 8:52 am

Im kinda an idiot and im sorry but if any one could post a more detailed answer id be really greatful, sorry.
User avatar
ezra
 
Posts: 3510
Joined: Sun Aug 12, 2007 6:40 pm

Post » Fri May 27, 2011 6:23 am

To get my new NPC follower all set up with the wheel I just copied the dialogue set up in the VNPCFollowers Quest. In there, if you use the results script from the Hired dialogue topic you will get the set up you need. You need to change some things and you will need to set up an Object script for your NPC because you will need some variables of your own for various things to get him/her running smoothly.

Here's a link you might find helpful. It's from FO3 for setting up a follower and includes how to set up an Object script for your follower:


http://www.gamesas.com/index.php?/topic/1011099-tutz-companionfollower-tutorial/page__hl__companion%20%20tutorial
User avatar
Michael Korkia
 
Posts: 3498
Joined: Mon Jul 23, 2007 7:58 pm

Post » Fri May 27, 2011 4:08 pm

To get my new NPC follower all set up with the wheel I just copied the dialogue set up in the VNPCFollowers Quest. In there, if you use the results script from the Hired dialogue topic you will get the set up you need. You need to change some things and you will need to set up an Object script for your NPC because you will need some variables of your own for various things to get him/her running smoothly.

Here's a link you might find helpful. It's from FO3 for setting up a follower and includes how to set up an Object script for your follower:


http://www.gamesas.com/index.php?/topic/1011099-tutz-companionfollower-tutorial/page__hl__companion%20%20tutorial

In the result script, where i need to copy it, any piece of dialogue in specific?
User avatar
sarah simon-rogaume
 
Posts: 3383
Joined: Thu Mar 15, 2007 4:41 am


Return to Fallout: New Vegas