 |
 |
 |
 |
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Thu Mar 22, 2012 9:00 am Post subject: X music |
 |
|
Ok how do i play the X music of the level when an alarm goes on?And how do i go about doing an eliminate guard objective?? _________________ www.youtube.com/gamerrey23
Last edited by Rey on Fri May 18, 2012 5:43 pm; edited 1 time in total |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Thu Mar 22, 2012 5:08 pm Post subject: |
 |
|
Should be an action for both switch to x track, and also to eliminate or remove guard. Check out the actions! |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Fri Mar 23, 2012 12:43 pm Post subject: |
 |
|
SubDrag wrote: | Should be an action for both switch to x track, and also to eliminate or remove guard. Check out the actions! | I see Kill Guard and eliminate guard ID.I dont see changing the music to X though. _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Fri Mar 23, 2012 12:49 pm Post subject: |
 |
|
Oh yeah, it looks like F4 and F5
F5.xx turn off music in slot 0-3 or all music (FF)
F4.0s.xx.yy Plays x-theme slot# =0-3; play for x/y seconds
x is decremented even while the song can't be heard
y is only decremented while the song is playing
the slot dictates the theme played when more than one song is registered
I think slots correspond to the 21990 data. |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Wed Mar 28, 2012 4:13 pm Post subject: |
 |
|
how would i make it so when you enter a room the X song plays?? _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Wed Mar 28, 2012 5:58 pm Post subject: |
 |
|
if "within units of preset", if succeeds, then play track 1 |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Fri May 18, 2012 5:46 pm Post subject: |
 |
|
I tried making the block.But i did F4 didnt know what numbers to insert for the action.I also tried the blow up Action if close to preset,and switched blow up object to play music,but doesent work,either that or i did it wrong.
(X theme is essential to the level) _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Fri May 18, 2012 8:20 pm Post subject: |
 |
|
This is how to play the x track (at least I tested it on Runway) when alarm is activated, in a 1000 block. It just loops until alarm activated, then plays xtrack using F4 command (would be same for yours)
0200
03
3701
0100
0201
F40000FF
05FD0001 |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Fri May 18, 2012 8:24 pm Post subject: |
 |
|
use this to tell if close to preset, then return value loop:
520010000301 Go Into Return Value Loop If Within Units Of Preset (00100003)
that's 0010 units, preset 0003, change for yours. |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Fri May 18, 2012 8:29 pm Post subject: |
 |
|
SubDrag wrote: | This is how to play the x track (at least I tested it on Runway) when alarm is activated, in a 1000 block. It just loops until alarm activated, then plays xtrack using F4 command (would be same for yours)
0200
03
3701
0100
0201
F40000FF
05FD0001 | Well for the level,there wont be an alarm involved.Its just when you enter a room.so id just remove the 3701? _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Fri May 18, 2012 8:43 pm Post subject: |
 |
|
If you want enter room, do the if within units of preset, or this one might be more what you want:
55000001 Go Into Return Value Loop If Entered Room with Preset (Preset: 0000)
0200
03
55000001 preset 0000 change to yours
0100
0201
F40000FF
05FD0001 |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Sat May 19, 2012 10:50 am Post subject: |
 |
|
Alright got it going but sometimes strange background sound of static of some sort is heard. _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Wed Jun 13, 2012 2:32 pm Post subject: |
 |
|
Im unable to find a good amount of time for music to play.Id like it to play at least 4 min.But its going way longer then that. _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6177
 |
Posted: Wed Jun 13, 2012 4:02 pm Post subject: |
 |
|
The one you picked must loop. |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Mon Jun 18, 2012 10:03 am Post subject: |
 |
|
Ok so say i don't want it to loop.That the song would go back to normal theme after a short while.What would i change to get that. _________________ www.youtube.com/gamerrey23 |
|
|
|
|
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |