Forgot to add script_noteworthy player_zone
9 years ago
I've made sure the zones are touching and I also have these 2 pieces of code in my map gsc
[code]//Setup the levels Zombie Zone Volumes
level.zones = [];
level.zone_manager_init_func =&usermap_test_zone_init;
init_zones[0] = "start_zone";
ini...
[code]//Setup the levels Zombie Zone Volumes
level.zones = [];
level.zone_manager_init_func =&usermap_test_zone_init;
init_zones[0] = "start_zone";
ini...
9 years ago
u have setup the sounds in alias wrong use this as an example
[code]ak47_fire,,,wpn\ak47\ak47_fire.wav,,,UIN_MOD,,,,,,,,,,,100,100,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,[...
10 years ago
I have created some weapon sound aliases in my user_aliases.csv for my ported gun, the Olympia. I have defined the sounds on the bulletweapon file and in the reload anims, and I have exported the sounds in 48000Hz, but they still won't work. Here is the code from my user_aliases.csv
...
...
10 years ago
Also, get rid of the brackets in the example.
10 years ago
You have the sound file in the wrong location. It should be in root/sound_assets/[any folder name you want]/
In your user_aliases.csv file, paste the following on a new line:
[code][ANY_SOUND_ALIAS_YOU_WANT],,,[folder_name][file_name_with_extension},,,UIN_MOD,,,,,BUS_MUSIC,,,,,,100,100,,,,...
In your user_aliases.csv file, paste the following on a new line:
[code][ANY_SOUND_ALIAS_YOU_WANT],,,[folder_name][file_name_with_extension},,,UIN_MOD,,,,,BUS_MUSIC,,,,,,100,100,,,,...
10 years ago