[software] X2BC 1.0.13.2 [16.3.2011]

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

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

doubleshadow
Posts: 671
Joined: Fri, 12. Mar 04, 08:14
x3

[software] X2BC 1.0.13.2 [16.3.2011]

Post by doubleshadow »

:arrow: What is it

Software for decompiling BOB files into text BOD files and back.

X2BC page on X-wiki.

:arrow: Download

Last version 1.0.13.1 from 16.3.2011 (dd/mm/yyyy)

Get it from x2bc.doubleshadow.wz.cz

Note to Moderators - I hope this is the only thread for X2BC in TerranConfict section. If it's not, then I apologize and feel free to merge.
doubleshadow
Posts: 671
Joined: Fri, 12. Mar 04, 08:14
x3

Post by doubleshadow »

New version 1.0.13.1:

Support for collision box information. You need this to compile BOD files exported from DBOX 1.12.2 or newer.
User avatar
Killjaeden
Posts: 5366
Joined: Sun, 3. Sep 06, 18:19
x3tc

Post by Killjaeden »

is it right that bod files i convert get bigger instead of smaller ?

If i convert a .bob file from earlier versions it gets bigger (of course), converting back to .bob it stays at the same size as the bob + a little bit.
[ external image ]
X-Tended TC Mod Team Veteran.
Modeller of X3AP Split Acinonyx, Split Drake, Argon Lotan, Teladi Tern. My current work:
Image
Mental_Matt
Posts: 29
Joined: Fri, 17. Sep 10, 23:40
x3tc

Post by Mental_Matt »

Litcube wrote:LODs work fine with the latest DBOX & X2BC. I just ran a test.
I've just should reloaded a model in game, then lods work
solved
Last edited by Mental_Matt on Sun, 5. Jun 11, 00:53, edited 1 time in total.
User avatar
Litcube
Posts: 4254
Joined: Fri, 20. Oct 06, 19:02
xr

Post by Litcube »

LODs work fine with the latest DBOX & X2BC. I just ran a test.
Anubitus
Posts: 693
Joined: Fri, 21. Jan 05, 00:44
x4

Post by Anubitus »

hey,

i have a problem with the x2bc compiler..

decompiling goes ok, but when i try to compile .bod to .bob, the created .bob file is 0kb big and is empty..

i normally use this batch file to compile bod's

Code: Select all

for /R %%f in (*.bod) do c:\x2bc\x2bc -c --bob  "%%f" "%%~pf%%~nf.bob"
as far as i know this always worked for me before..

i tried typing the command into the dos command prompt and then i get this error:

Code: Select all

Compiler - line 31170. col 92 -Error: Face normal: Expected value after ':'
Testbody.bod - 1 error(s), 0 warning(s) - compiled with errors
thanks in advance..

EDIT: i reinstalled it and now it works.. problem solved

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”