Thread: Modding SW3?
View Single Post
  #6  
Old 03-14-2010, 03:19 PM
Nanaki Nanaki is offline
Approved Member
 
Join Date: Mar 2010
Posts: 338
Default

Quote:
And yes I know the stock gets randomized at stations, that's why redocking a couple of times usually gets you what you want.
I just finished double-checking everything. Found your problem, you were misinterpreting the inittradesystem script. You also need to edit the floodtradestations.script file located in the include folder. You will need to add your shield to here:

Quote:
__All_systems ={"LRS1","LRS2","LRS3","LRS4",
"ECM1","ECM2","ECM3","ECM4","AMS1","AMS2","AMS3"," AMS4",
"Stealth1","Stealth2","Stealth3","CloD1","CloD 2",
"LRRNB1","LRRNB2","LRRNB3","LRRNB4",
"RNBot1","RNBot2","RNBot3","RNBot4",
"RBot1","RBot2","RBot3","RBot4",
"ShAmp1","ShAmp2","ShAmp3","ShAmp4","ShAmp5",
"EngBoost1","EngBoost2","EngAmp1","EngAmp2","EngAm p3","ManAmp1","ManAmp2",
"WBoost1","WBoost2","WBoost3","GunAmp1","GunAm p2",
"ALS0","ALS1","ALS2",
"BS_LRS1","BS_LRS2","BS_LRS3","BS_LRS4",
"BS_ECM1","BS_ECM2","BS_ECM3","BS_ECM4",
"BS_Stealth1","BS_Stealth2",
"BS_RBot1","BS_RBot2","BS_RBot3","BS_RBot4",
"BS_ShAmp1","BS_ShAmp2","BS_ShAmp3","BS_ShAmp4 ",
"BS_EngAmp1","BS_EngAmp2","BS_ManAmp","BS_EngManAm p1","BS_EngManAmp2",
"BS_GunAmp1","CargoExpander1",
"BS_ALS0","BS_ALS1","BS_ALS2"};
Than you will need to add your shield here, in tradeinit:

Quote:
4,3,1,1,0,6,3,3,2,1,1,1, -- Sh,Eng,Man
Should become something like...

Quote:
4,3,1,1,0,1,6,3,3,2,1,1,1, -- Sh,Eng,Man
That should send you off in the right direction.
Reply With Quote