mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
9
src/ZoneCode/Game/IW4/XAssets/RawFile.txt
Normal file
9
src/ZoneCode/Game/IW4/XAssets/RawFile.txt
Normal file
@ -0,0 +1,9 @@
|
||||
// =========================================
|
||||
// RawFile
|
||||
// =========================================
|
||||
use RawFile;
|
||||
set string name;
|
||||
set name name;
|
||||
set condition data::compressedBuffer compressedLen > 0;
|
||||
set count data::compressedBuffer compressedLen;
|
||||
set count data::buffer len + 1;
|
Reference in New Issue
Block a user