Music in mp
Music in mp
is it possible to get music to play in an mp map. Maybe you could do it with scripts??
wistlepig=groundhog
92% of teenagers have moved on to rap. Put this in your signature if you are in the 8% that listen to REAL music.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
I have tryed once but I relly dident put any effort into it Ill give you a script that should work,
That should work im not 100% sure though but if no then let me know.
Code: Select all
(script dormant looping_music
(begin
(sound_looping_start sound_here.sound)
)
)
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
each MP map has the main menu music in it, just extract and edit it with your song then reinject it, although the process is a little more complicated then that. Use H2sound tools, and look up a tut on it.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
It can be done without scripts...
1) Follow >THIS< tutorial for injecting music.
2) Once your sounds are in, open the [sbsp] tag, right-click in the area to the right to display indents, scroll all the way down till you see some indents that point toward [lsnd] tags.
3) Pick one of those indents and swap it with sound\ui\main_menu_music\main_menu_music.
Your music should now play during gameplay.
1) Follow >THIS< tutorial for injecting music.
2) Once your sounds are in, open the [sbsp] tag, right-click in the area to the right to display indents, scroll all the way down till you see some indents that point toward [lsnd] tags.
3) Pick one of those indents and swap it with sound\ui\main_menu_music\main_menu_music.
Your music should now play during gameplay.
AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
yes but it will only be in a certain area.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
alot of my programs dont work scince i moved them to my computer with vista including sound tools
they do work on my xp computer. it is just a pain
Thanks sandwich ill try this out but ill have to do it tomorrow because i am going to bed
they do work on my xp computer. it is just a pain
Thanks sandwich ill try this out but ill have to do it tomorrow because i am going to bed
wistlepig=groundhog
92% of teenagers have moved on to rap. Put this in your signature if you are in the 8% that listen to REAL music.
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
if you script it will be every where, you can even duplicated the main menu music and have like 3 songs, then just play one after the other.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
use the same one i posted above but change "dormant" to "start_up" then you should be good, dont put the quotes. If it doesent work for some reason then let me know.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- latinomodder
- Posts: 1040
- Joined: Tue Sep 20, 2005 5:51 pm
- Location: Costa Rica
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
copy the script relfexive from a map that only has like 3-4 scripts.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
do you know how to clone chunks in entity?
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
yes
*EDIT* ill tell u if it works
*EDIT* ill tell u if it works
Last edited by wistlepig on Tue Nov 20, 2007 7:14 pm, edited 1 time in total.
wistlepig=groundhog
92% of teenagers have moved on to rap. Put this in your signature if you are in the 8% that listen to REAL music.