UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch
broken avatar :(

wumbi

Posts
18
Respect
7
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
August 11, 2016, 10:38:18 pm
Posts
18 (0.006 per day)
Last Active
September 10, 2018, 05:45:14 pm

Forum Profile

Profile Link
Country
us
Local Time
April 20, 2024, 12:36:25 pm
Forgot to add script_noteworthy player_zone
7 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...
7 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,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,[...
7 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

...
7 years ago
Also, get rid of the brackets in the example.
8 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,,,,...
8 years ago
Loading ...