Need help with X2BC

The place to discuss scripting and game modifications for X²: The Threat.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

EliteM3
Posts: 257
Joined: Sat, 10. Jul 10, 16:36
x3tc

Need help with X2BC

Post by EliteM3 »

Hi.I have X2 bod complier.When I start it,it only shows console and shuts down.
Please help me.

Greetings
User avatar
Shadow dream
Posts: 1840
Joined: Thu, 1. Mar 07, 11:39
x3tc

Post by Shadow dream »

the bod-compiler is a programm to convert bob to bod. To use this you drag the bob-file on the converter and do "open with". you'll get the bod-file in the same directory where the bob came from.
having the bod-file you can use dbox to import it to gmax/3dsmax. That's the file-type you'll export there too. (it's not asked but it might be usefull ^^ )

Edit: if you want to convert a whole folder use this code:

Code: Select all

for /R %%f in (*.bob) do c:\x2bc\x2bc -d --silent "%%f" "%%~pf%%~nf.bod"
It's written in the programm's readme, so I hope it doesn't offend doubleshadow ^^
all you have to do is create a text-file (using notepad). paste the text in it and save the file. note: the path "c:\x2bc\x2bc" is the standart installation path. if you chose another one, you should set yours! (the secone "x2bc" is the exe) ... then rename the file and change it's end from *.txt to *.bat (apply any messages).
Now if you place the bat in the folder with your bobs and launch it, the converter will convert all bobs to bods (will take some time).

Shadow
Wahre Gentlemen behalten sogar umzingelt von Löwen ihren Leitsatz: Ladies first.
Wann lernt die Gesellschaft endlich, dass Geld erst die Probleme macht, die wir haben?
[ external image ]
Topic - Gallery - Forum - Freiheit
EliteM3
Posts: 257
Joined: Sat, 10. Jul 10, 16:36
x3tc

Post by EliteM3 »

Ok, and how can I put ships into cat/dat files?
What is the name of the folder inside of the cat/dat file?
User avatar
Shadow dream
Posts: 1840
Joined: Thu, 1. Mar 07, 11:39
x3tc

Post by Shadow dream »

Here you get everything you need.

To place files in a cat you need the modmanager. To edit files you need the X2-Editor.

which folder to place in depends on the use of the file. t-files (tships, tlaser, tcockpits,...) belong to "types", scenes to "cut", bodys to "v",... scripts can be placed in a mod aswell. then the folder is "scripts" ;)

this is a long chapter of learning so I'd recommend you to get a look at one of the tutos here. If you don't understand anything you can still ask :)

Shadow
Last edited by Shadow dream on Wed, 27. Oct 10, 22:46, edited 1 time in total.
Wahre Gentlemen behalten sogar umzingelt von Löwen ihren Leitsatz: Ladies first.
Wann lernt die Gesellschaft endlich, dass Geld erst die Probleme macht, die wir haben?
[ external image ]
Topic - Gallery - Forum - Freiheit
EliteM3
Posts: 257
Joined: Sat, 10. Jul 10, 16:36
x3tc

Post by EliteM3 »

ok.Thank you for help :)

Return to “X²: The Threat - Scripts and Modding”