mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -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:
15
src/ZoneCode/Game/IW4/XAssets/LoadedSound.txt
Normal file
15
src/ZoneCode/Game/IW4/XAssets/LoadedSound.txt
Normal file
@ -0,0 +1,15 @@
|
||||
// =========================================
|
||||
// LoadedSound
|
||||
// =========================================
|
||||
use LoadedSound;
|
||||
set string name;
|
||||
set name name;
|
||||
|
||||
// MssSound
|
||||
use MssSound;
|
||||
set block data XFILE_BLOCK_TEMP;
|
||||
set reusable data;
|
||||
set count data info::data_len;
|
||||
set condition info::data_ptr never;
|
||||
set condition info::initial_ptr never;
|
||||
set action SetSoundData(MssSound);
|
Reference in New Issue
Block a user