psoliver Posted September 11, 2011 Share Posted September 11, 2011 Hello, I'm struggling to find a tutorial or mod that explains how to copy an entire vanilla companion's scripts to another companion. I am in the process of making Marcus a companion so I have copied and renamed Lily's packages, messages that pop etc. But copying parts from the vNPCFollowersQuestSCRIPT to another script doesn't seem to work. I have the script I'm making set as quest. I even typed out the script and it still wouldn't compile. The tutorials I've found are either about companions with extra features and it's difficult to sift through and find what I want, or are not very clear on what I've got to do. Anyone able to give me a step by step guide, or point me to a tutorial that copies exactly a vanilla companion? I would be truly grateful thanks in advance Link to comment Share on other sites More sharing options...
PowderdToastMan Posted September 11, 2011 Share Posted September 11, 2011 Im no script expert so i dont know how u would use regular scripts for a companion, but ive used both the RR and NCCS companion systems in the past and they work well. If you want to try it, download the nccs companion tutorial and esp here: http://www.newvegasnexus.com/downloads/file.php?id=38059 It will teach you everything you need to know about making a companion Link to comment Share on other sites More sharing options...
Sindrie Posted September 12, 2011 Share Posted September 12, 2011 This the script i used to make a radraoch companion and it does every thing the vanilla ones do, i did not use a script for the dialogue though... i don't think you realy need to unless you wan't to do something complicated. scn NameScript ;Variablesshort HasBeenHiredshort CombatStyleRangedshort CombatStyleMeleeshort IsFollowingDefaultshort IsFollowingLongshort FollowerSwitchAggressive ; 0 = Passive (wait for player), 1 = Aggressive (attack when see enemy)short Waitingshort Firedshort L38short TeammateToggleshort DoOnce1 begin OnCombatEnd if GetPlayerTeammate == 1 resethealth restoreav perceptioncondition 100 restoreav endurancecondition 100 restoreav leftattackcondition 100 restoreav leftmobilitycondition 100 restoreav rightattackcondition 100 restoreav rightmobilitycondition 100 endif end Link to comment Share on other sites More sharing options...
psoliver Posted September 12, 2011 Author Share Posted September 12, 2011 (edited) Thanks looked through the tutorial but didn't really solve my problem, but thanks for suggesting it! Edit: Didn't see Sindrie's post. Thank you for the script! I shall copy it and see what happens Edited September 12, 2011 by psoliver Link to comment Share on other sites More sharing options...
Sindrie Posted September 12, 2011 Share Posted September 12, 2011 You might know this already but you will also have to do a dialogue quest and obviously packages that use thouse variables just look at vnpcfollowers to see what there did and semi copy it to what you need. Link to comment Share on other sites More sharing options...
Xescream Posted September 20, 2011 Share Posted September 20, 2011 yeah the NCCS is great, Id invest in that lol, idk how transferrable the vanilla scripts are, i never mess with em. Link to comment Share on other sites More sharing options...
Recommended Posts