So as I mention I'm trying to mod the weapon compatibility of the argon titan so that I can equip laser tower weapons so I opened up the x2 editor by double shadow went to cat4 opened TCockpits and saved to c:\temp\types\TCockpits.txt
Now if I've understood right to add laser tower weapons to the list of weapons that can be equipped you take the excising values
Code: Select all
0;0;0;0;0;0;0;4567;2031668;0;0;0;0;0;SS_COCKPIT_A_FRONT;
0;0;0;0;0;0;0;4567;328703;0;0;0;0;0;SS_COCKPIT_A_REAR;
0;0;0;0;0;0;0;4567;2032000;0;0;0;0;0;SS_COCKPIT_A_RIGHT;
0;0;0;0;0;0;0;4567;2032000;0;0;0;0;0;SS_COCKPIT_A_LEFT;
0;0;0;0;0;0;0;4567;852900;0;0;0;0;0;SS_COCKPIT_A_UP;
0;0;0;0;0;0;0;4567;852900;0;0;0;0;0;SS_COCKPIT_A_DOWN;
Code: Select all
0;0;0;0;0;0;0;4567;4128820;0;0;0;0;0;SS_COCKPIT_A_FRONT;
0;0;0;0;0;0;0;4567;2425855;0;0;0;0;0;SS_COCKPIT_A_REAR;
0;0;0;0;0;0;0;4567;4129152;0;0;0;0;0;SS_COCKPIT_A_RIGHT;
0;0;0;0;0;0;0;4567;4129152;0;0;0;0;0;SS_COCKPIT_A_LEFT;
0;0;0;0;0;0;0;4567;2950052;0;0;0;0;0;SS_COCKPIT_A_UP;
0;0;0;0;0;0;0;4567;2950052;0;0;0;0;0;SS_COCKPIT_A_DOWN;
First I tried just adding the TCockpits.txt file to the mod folder and loading the game no joy
Next I tried creating a types folder inside the mods folder and moving the TCockpits.txt inside that again I loaded the game and again no joy
So Next I loaded up in the x2 editor loaded c:\temp\types\TCockpits.txt hit save backed out of the types folder and saved as TCockpits.pck I then placed the TCockpits.pck file in the mods folder loaded the game and again no joy
I next tried opening c:\temp\types\TCockpits.txt in the x2 editor backing out of the types folder and saving as TCockpits.cat but I just got an error the x2 editor wouldn't save as a cat
So how exactly do I get this working because I'm pretty sure I've I done the modification correctly but for some reason I just can't seem to get the game to load it so clearly I'm doing something wrong so what gives ?