
Posts
517
Respect
161Add +1
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!ee_song
#include common_scripts\utility;
#include maps\_utility;
#include maps\_zombiemode_utility;
main()
{
level.teddys = 0;
thread teddys();
}
teddys()
{
trigger = GetEntArray("dubstep_trigger","targetname");
for(h = 0; h < trigger.size; h++)
trigger[h] thread shot(trigger);
}
shot(trigger)
{
self PlayLoopSound("meteor_loop");
self SetCursorHint("HINT_NOICON");
self waittill("trigger", player);
level.teddys++;
self StopLoopSound();
self.get_var = self;
self.get_var PlaySound("meteor_affirm");
wait .05;
self delete();
if(level.teddys == trigger.size)
{
players = getplayers();
for(i = 0; i < players.size; i++)
players[i] PlaySound("ee_alias"); // Enter the soundalias here!
}
}
root/mods/MAPNAME/maps/
maps\_zombiemode::main();
thread maps\ee_song::main();
root/raw/soundalias/
ee_song
name,file,platform,sequence,vol_min,vol_max,dist_min,dist_max,limit_count,limit_type,entity_limit_count,entity_limit_type,bus,volume_min_falloff_curve,volumefalloffcurve,reverb_send,dist_reverb_max,reverb_min_falloff_curve,reverb_falloff_curve,pitch_min,pitch_max,randomize_type,spatialized,type,probability,loop,masterslave,loadspec,subtitle,compression,secondaryaliasname,chainaliasname,startdelay,speakermap,lfe percentage,center percentage,envelop_min,envelop_max,envelop percentage,occlusion_level,occlusion_wet_dry,real_delay,distance_lpf,move_type,move_time,min_priority,max_priority,min_priority_threshold,max_priority_threshold,,isbig
ee_alias,SOUND_FOLDER_PATH\SOUND_FILE_NAME.wav,,,1,1,50,800,,,,,music,,,0.8,1800,,curve0,1,1,,2d,,,,,,,,,,,,,,100,200,0.5,0.15,,,,,,90,90,0.25,1,,
root/raw/soundalias/
targetname - dubstep_trigger
sound,ee_song,,all_sp
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
In the ee_song.gsc you say change 3 to how many teddys you will have but what 3 do you mean? Cause I dont see any 3. Really would like to get this working
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
I don't see any reason for it to say that. Just ignore it, it should get the size from the teddy array so that comment about changing the 3 wasn't needed. My guess is that he made this by editing some other script he had.
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
I stopped reading when I saw the word dubstep
I stopped reading when I saw the word dubstep
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
Anyone able to tell me how to have 2 running as in I have 2 songs working but if I trigger one wait till the song has finished then trigger the other one, the 2nd one doesn't play, anyone able to help with that? As im looking to put 3 in total in my map
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
Well done HitmanVere
Very nice work
![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |