FalloutGod Posted October 31, 2010 Share Posted October 31, 2010 Trying to add a new option to Helios Terminal that would compile the results of the first 4 options. VHeliosMainframeTerminalSub1 <-- this is what I think must be edited Option 1 set VMS03.nPowerConfiguration to 1ForceTerminalBack; SetObjectiveDisplayed VMS03 60 1SetObjectiveCompleted VMS03 60 1if(GetObjectiveCompleted VMS03 20 && GetObjectiveCompleted VMS03 30) SetObjectiveDisplayed VMS03 70 1endifif (VNPCFollowers.ArcadeHired) ArcadeREF.SayTo player ArcadePowerStripendif Option 2 set VMS03.nPowerConfiguration to 2ForceTerminalBack;SetObjectiveDisplayed VMS03 60 1SetObjectiveCompleted VMS03 60 1if(GetObjectiveCompleted VMS03 20 && GetObjectiveCompleted VMS03 30) SetObjectiveDisplayed VMS03 70 1endif if (GetObjectiveDisplayed VMS49 30) SetObjectiveDisplayed VMS49 70 0 SetObjectiveDisplayed VMS49 200 1endif if (VNPCFollowers.ArcadeHired) ArcadeREF.SayTo player ArcadePowerFreesideendif Option 3 set VMS03.nPowerConfiguration to 3ForceTerminalBack;SetObjectiveDisplayed VMS03 60 1SetObjectiveCompleted VMS03 60 1if(GetObjectiveCompleted VMS03 20 && GetObjectiveCompleted VMS03 30) SetObjectiveDisplayed VMS03 70 1endifif (GetObjectiveDisplayed VMS49 30) SetObjectiveDisplayed VMS49 70 0 SetObjectiveDisplayed VMS49 200 1endif if (VNPCFollowers.ArcadeHired) ArcadeREF.SayTo player ArcadePowerEvenendif Option 4 set VMS03.nPowerConfiguration to 4ForceTerminalBack;SetObjectiveDisplayed VMS03 60 1SetObjectiveCompleted VMS03 60 1 if(GetObjectiveCompleted VMS03 20 && GetObjectiveCompleted VMS03 30) SetObjectiveDisplayed VMS03 70 1endif The confusion I attempted to compile the little scripts into one, eliminating redundancy of things such as ForceTerminalBack Yet the effect I'm trying to have isn't working out. I was going for an option to please everyone but it ends up only working out for one faction... kinda. I'd show you the script I had going but I got mad and deleted it. I can attempt to recreate it if that helps. I'm hoping that isn't needed and someone who understands this scripting method better can help figure this out. It did occur to me that I should do something with "VMS03.nPowerConfiguration" but I can't find this anywhere. I'm stuck because I have no experience in scripting and little in editing with the GECK. Link to comment Share on other sites More sharing options...
DeonDF Posted October 31, 2010 Share Posted October 31, 2010 If you want an example and not a fix for your script (which is already deleted and doesn't need a fix this way), look up a fix which allows to redirect power everywhere and charge ARCHIMED at the same time. That mod should be a perfect example for you. Link to comment Share on other sites More sharing options...
FalloutGod Posted October 31, 2010 Author Share Posted October 31, 2010 I tried looking for said mod and was trying to figure out the script because said mod doesn't exist far as I know. Link to comment Share on other sites More sharing options...
DeonDF Posted October 31, 2010 Share Posted October 31, 2010 It does, I just don't remember the name. It's on New Vegas nexus. Link to comment Share on other sites More sharing options...
FalloutGod Posted October 31, 2010 Author Share Posted October 31, 2010 I've done an extensive search and it's not helping me figure out what needs to be done to compile the options into a working script. If it was easy enough to find this mod I would have done so by now and probably just used it instead of bothering to edit anything myself. Necessity is, as they say, the mother of invention. Though sometimes I think rotten food is... but maybe that's just for penicillin Link to comment Share on other sites More sharing options...
FalloutGod Posted November 5, 2010 Author Share Posted November 5, 2010 bump o_O Link to comment Share on other sites More sharing options...
cerebus23 Posted November 5, 2010 Share Posted November 5, 2010 any helios modifying mod should have the name "helios" in it but it does not making it kinda hard to find....... Link to comment Share on other sites More sharing options...
Recommended Posts