- Is there an editor to change ship properties, like cargo capacity, lazers mountable and shields?
Changing ship properties Help?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 1
- Joined: Wed, 6. Nov 02, 20:31
Changing ship properties Help?
-
- Posts: 820
- Joined: Mon, 16. Feb 04, 13:08
there is one, not an easy one though but very useful

1. - use the moddingTools to extract the *.dat files and look for types/TShip.pck -> decompress it (you can also use StoneD's tool for that)
2. - use the X2 TXT Editor to edit the file. Sometimes you also need VB Runfiles to get it to work.
look at this page for more information: http://www.the-commander.com


1. - use the moddingTools to extract the *.dat files and look for types/TShip.pck -> decompress it (you can also use StoneD's tool for that)
2. - use the X2 TXT Editor to edit the file. Sometimes you also need VB Runfiles to get it to work.
look at this page for more information: http://www.the-commander.com
-
- Posts: 2
- Joined: Wed, 14. Apr 04, 13:34
-
- Posts: 244
- Joined: Tue, 24. Feb 04, 19:37
Yes, me too. I have VS.NET 6.0 on my machine, and I got the message. So, I downloaded and installed his VB support files, and still get the error.Ziegenfus wrote:Does anyone else get "failed to load resources" upon running this program, no matter what?
Even worse, I can't open the TShips.txt file with his program - it throws an error.
I'm just going to write my own editor in C#. Gotta decipher all the numbers first...
-
- Posts: 2
- Joined: Wed, 14. Apr 04, 13:34
Yes. I installed the VB runtimes. It is not a DLL error, as I would expect to get if I hadn't had the correct dependencies, It is a program specific error. It throws the error at me whenever it reaches the last file in the /x2 - the threat/t/ directory, and then gives a file read error when I attempt to open any files.
If it helps I am running windows 2000 professional, on a p4 2.4c(d1), with all current service packs/updates.
If it helps I am running windows 2000 professional, on a p4 2.4c(d1), with all current service packs/updates.
Give a man fire and he's warm for a day.
Set a man on fire and he's warm for the rest of his life.
Set a man on fire and he's warm for the rest of his life.
-
- Posts: 1075
- Joined: Wed, 6. Nov 02, 20:31
check out modkit 1.3, it's got a listing in thereShara wrote:Yes, me too. I have VS.NET 6.0 on my machine, and I got the message. So, I downloaded and installed his VB support files, and still get the error.Ziegenfus wrote:Does anyone else get "failed to load resources" upon running this program, no matter what?
Even worse, I can't open the TShips.txt file with his program - it throws an error.
I'm just going to write my own editor in C#. Gotta decipher all the numbers first...