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

Radiant music?

broken avatar :(
Created 7 years ago
by Deleted User
0 Members and 1 Guest are viewing this topic.
2,994 views
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
Is there a way for me to get a music trigger to trigger music ? like walking through it would trigger a certain sound file?

im new to using the music trigger so i would like some help if possible
Marked as best answer by Deleted User 7 years ago
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 12 September 2014
Last active: 3 years ago
Posts
103
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
Signature
Dead Palace
×
Riptide1106's Groups
Riptide1106's Contact & Social Links
i would use a trigger multiple. script would look something like this:
Code Snippet
Plaintext
     walk_thru_trig = getEnt("walk_thru_trig ", "targetname"); //trigger multiple make sure spawn flags are set to players only

     walk_thru_trig waittill("trigger", user);
{
     walk_thru_trig delete();
     players = get_players();
     for(i=0;i<players.size;i++)
     players[i] playsound("mx_eggs"); // this is Beauty of Annihilation, but you can add your own song, just look up a tutorial
     
}

broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
i would use a trigger multiple. script would look something like this:
Code Snippet
Plaintext
     walk_thru_trig = getEnt("walk_thru_trig ", "targetname"); //trigger multiple make sure spawn flags are set to players only

     walk_thru_trig waittill("trigger", user);
{
     walk_thru_trig delete();
     players = get_players();
     for(i=0;i<players.size;i++)
     players[i] playsound("mx_eggs"); // this is Beauty of Annihilation, but you can add your own song, just look up a tutorial
     
}


alright! thanks but may i ask another question? Is there a way to make the Actor Enemy dog to spawn in and replace hellhounds? this is required for my map to function and i really need help to get them to work as i cant get the round to start aka hellhound round.

i cant seem to get it to work and i dont think replacing the hellhounds model will work. i really need help as this is for my survival map styled like MW3 survival and i want dogs to spawn in like it does in mw3 but with the soldiers on regular rounds as well. im not quite sure how i get the dog to spawn so im desperate for assistance about this problem!

broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 12 September 2014
Last active: 3 years ago
Posts
103
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
×
Riptide1106's Groups
Riptide1106's Contact & Social Links
if you are asking for mixed rounds dogs and zombies sure thats not too hard. if you are asking how to change the dog model i dont know how to do that, but it is possible
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
if you are asking for mixed rounds dogs and zombies sure thats not too hard. if you are asking how to change the dog model i dont know how to do that, but it is possible

yes the first thing you said! :D but does it work for the enemy_dog? they function the same way and i know how to the change the models :D
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 12 September 2014
Last active: 3 years ago
Posts
103
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
×
Riptide1106's Groups
Riptide1106's Contact & Social Links
not sure how, never done it, but i would try and look up where in scripting it initializes the mixed rounds (idk where it is) and change it to suit your needs
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
not sure how, never done it, but i would try and look up where in scripting it initializes the mixed rounds (idk where it is) and change it to suit your needs


hmmm i thought you would just set the spawner to spawn with the zombies XD. also does the enemy_dog AI work? i cant get it to spawn and it seems its animations are broken including the spawner
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 12 September 2014
Last active: 3 years ago
Posts
103
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
×
Riptide1106's Groups
Riptide1106's Contact & Social Links
hellhounds? they work, i always just use the ones from the stock template and copy and paste them as needed targeting them to my zones
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
hellhounds? they work, i always just use the ones from the stock template and copy and paste them as needed targeting them to my zones

no not the hellhounds i mean the german shepard from SP. its above zombie_dog and the german shepard is called Enemy_dog in the actor list

 
Loading ...