Hi fellow x3 players
Firstly a big thanks to pwiz and psych for the trainer, it works great
However doing enough or better said sufficient "fast" damage
in albion is way different then the original game.
Just try to shoot down those big capital ships with your "pie shooter" and you know what i mean.
Lucky enough, and credits go to doubleshadow for his x3 editor 2
we can do something with this little problem.
Firstly we have to download the x3 editor 2 itself
which is here.
x3e2.doubleshadow.wz.cz/
Step 1:
Next after having installed the editor and run it, it will use the x3tc files and x3tc.exe itself, and normally we open the cat
files with the editor in there.
But for albion the needed .cat files are in the addon folder
where the albion files are found.
Step 2:
So we simply open with x3 editor 01.cat in the addon folder.
We will see a new window opening with inside a lot folders.
On top you see a addon folder,open this folder.
Open the "types" folder,now we see a lot ...pck files.
For weapon damage we need to extract Tbullets.pck, and Tlaser.pck, we need Tlaser.pck to check which "bullet" is used
for the specific laser you want to use.
A new window opens asking "open Tbullets.pck with "suggested"
Tdebugger or T file editor.
Tdebugger can open this file but gives a error, and T file editor cant open this file "yet".
To solve this we need to do the next:
Step 3:
Close the x3 editor 2 for now.
Step 4:
X3 editor 2 makes use of .tdt template files which reside in the x3 editor folder in templates folder.
All we need to do is open Tbullets.tdt in that folder with notepad, and add 2 lines,namely:
value int "OOS Shield Damage";
value int "OOS Hull Damage";
Original values in Tbullets.tdt:
value int "Number of fragments";
value int "Charged energy amplifier";
value int "Charged size amplifier";
value int "Ammo (TWareT) index";
//value int "Volume";
value int "Relative value";
value int "Price modifier 1";
value int "Price modifier 2";
Add this 2 lines after value int "Charged size amplifier";
and before value int "Ammo (TWareT) index";
It will look like this:
value int "Number of fragments";
value int "Charged energy amplifier";
value int "Charged size amplifier";
value int "OOS Shield Damage";
value int "OOS Hull Damage";
value int "Ammo (TWareT) index";
//value int "Volume";
value int "Relative value";
value int "Price modifier 1";
value int "Price modifier 2";
Save file in notepad.
Step 5:
Next we open X3 editor 2 again and repeat step 2 again.
But this time after we open Tbullets.pck with Tdebugger, it shows no more errors
Best way to use Tlaser.pck and Tbullets.pck is FIRST extract
both files from the 01.cat file to the folder where x3tc game is installed, in my case " i use the steam game version" c:\Program Files (x86)\Steam\steamapps\common\x3 terran conflict\addon\types
In general its always best to extract the files you want to change into "types" folder FIRST, then open those with the x3 editor 2 and work from there.
So you will be always sure you wont edit the original 01.cat file itself.
IF "types" folder doesnt exsist yet, make this folder first.
Step 6:
Open Tlaser.pck "which is now in the types folder", in x3 editor 2 with T file editor option.
Now we see a window with all the laser names weapons
Open Tbullets.pck "which is now in the types folder", in x3 editor 2 with T debugger option.
Now we see a window with all the bullet names.
Also in x3 editor we now have two seperate tabs to switch to.
Step 7:
In game we use a ship, for example a nova, we need to check of course which weapon this ship uses.
Lets assume it uses a Particle accelerator cannon.
Open Tab Tlaser in x3 editor 2.
Second line on the left there shows Particle accelerator cannon.
Locate in the right screen "projectile SS_BULLET_PAC ".
Remember this name.
Open Tbullets tab in X3 editor 2.
Third line on the left shows 3 SS_BULLET_PAC
Locate in the right screen "shield damage", it shows 1155
Just add 2 zeroes so it shows 115500, or anything you want for that matter.
Locate in the right screen "Hull damage", it shows 143
Just add 3 zeroes so it shows 143000, or anything you want for that matter.
NOTE:
To change the distance a bullet can travel in game use:
"Lifetime" , make it say 5000 and your Particle accelerator cannon can shoot a distance of 4.51KM in game.
Step 8:
After we did changes to the Tbullets.pck in x3 editor 2 we need to save the changes, so we simply use the save icon there.
Step 9:
Close x3 editor 2
Start game, and if all editing is done right, you will see your
nova ship, or any ship that you used of course, that uses the
Particle accelerator cannon, will shoot down any ship small or big in just a few shots.
Happy shooting
[Edited by jackbig, 12/19/2011 5:58:20 AM]
edit: doubleshadow released a updated x3 editor 2 , so there is no need anymore to alter the tbullets.pck, it can be opened now from the .cat in Debugger as well as T file editor.
[Edited by jackbig, 12/30/2011 7:28:53 AM]