OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Serial Killer on 27 Jan 2005, 10:24:08

Title: Custom music...
Post by: Serial Killer on 27 Jan 2005, 10:24:08
Is that possible to make a fadeMusic command to custom music?
Do I have to use GoldWave or something like that?
Title: Re:Custom music...
Post by: Serial Killer on 27 Jan 2005, 11:36:17
One more question.. Can I somehow turn many objects at the same time in mission editor?
Title: Re:Custom music...
Post by: nominesine on 27 Jan 2005, 11:57:09
I don't know what GoldWave is, so the answer to that one is no  ;)

To fade your custom music you simply use the fadeMusic command

Example:

5 fadeMusic 0

will fade the music to zero volume in five seconds.
Title: Re:Custom music...
Post by: Raptorsaurus on 27 Jan 2005, 21:34:05
Quote
One more question.. Can I somehow turn many objects at the same time in mission editor?

Select all the units you want to rotate (hold down ctrl to select mulitple units).

Then hold down shift with the pointer over one of the selected objects, while holding down shift move your mouse and all the selected editor objects will rotate with the mouse movement!!
Title: Re:Custom music...
Post by: THobson on 27 Jan 2005, 22:09:01
That is also a good way to copy and paste multiple units also.
Title: Re:Custom music...
Post by: Serial Killer on 28 Jan 2005, 08:46:05
Very good, thanks!