
bitte um hilfe
Moderators: Scripting / Modding Moderators, Moderatoren für Deutsches X-Forum
Code: Select all
X2 BOD compiler/BOB decompiler by Doubleshadow.
BOB decompiler based on work of CheckerTwo.
Usage: x2bc [flags] [input file] [output file]
Flags:
-?, --help show this help
-s, --silent don't ask anything. Assume Yes on questions
--version print version information
Compilation
-c, --compile compile BOD to BOB
--cut input BOD contains CUT data
--bob input BOD contains BOB data
Decompilation
-d, --decompile decompile BOB to BOD
--ini <file name> specify INI file to load
--frame_warnings[-] (don't) show user frame warnings
--xpinfo[-] (don't) write extra point informations
Kyle Brannen wrote:Was muss man denn machen um die .bod Dateien wieder in .bob Dateien zu packen? Hab´schon alle Befehle durch, hat aber nie was gebracht. Und wenn man eine neue Kanzel und/oder eine neue Waffe angebracht hat, muss man die Änderung denn noch irgendwie im X2-Editor angeben?
Schon mal vielen Dank im Voraus
Code: Select all
Compiling (BOD to BOB):
-----------------------
x2bc -c --cut "source.bod"
OR
x2bc --compile --cut "source.bod"
This is the shortest way to compile BOD file. You must tell the compiler what
data the input file contains via the --cut or --bob flag.
x2bc -c --bob "source.bod" "c:\target.bob"