Home   Help Search Login Register  

Author Topic: Can this music plz start from beginning?  (Read 373 times)

0 Members and 1 Guest are viewing this topic.

Offline myke13021

  • Contributing Member
  • **
  • Myke
Can this music plz start from beginning?
« on: 31 Jan 2004, 20:23:13 »
Hay folks, i got a little problem.

I try to make a OFP Movie with the Music Metallica - unforgive II.

i got the music playin, thats not the problem.
But the Music doesn't start from beginning, sometimes it skips 1 or 2 secs. No big deal usually...but i like to sync FX and cam moves with the music and this isn't possible this way.

I tried everything (i think)...started the music with trigger (condition: true, effects: Music/Unforgiven)
and also i tried it to start the music inside the camera script:

playmusic "Unforgiven"

or

playmusic ["Unforgiven", 1] <---i tried it with different start offsets

but nothing helps to play the music from it's beginning.

If someone knows a solution, i would be happy to hear it ;-)

farthur

  • Guest
Re:Can this music plz start from beginning?
« Reply #1 on: 31 Jan 2004, 20:57:54 »
i dont know if this work but you could place a trigger with activation anybody?? ;) this may work ;) trie it  :D

Offline myke13021

  • Contributing Member
  • **
  • Myke
Re:Can this music plz start from beginning?
« Reply #2 on: 31 Jan 2004, 21:32:56 »
hay farthur, thx for your reply....tried it as you said...trigger with anybody present but still the same prob.

Sometimes it plays the music from 00:00 (min:sec) but mostly it starts somewhere at 00:02 or 00:03

This is horrible for making accurate fadings and cam moves

Offline myke13021

  • Contributing Member
  • **
  • Myke
Re:Can this music plz start from beginning?
« Reply #3 on: 31 Jan 2004, 21:40:33 »
hay i think i got it myself...at least it looks like this time it plays the music from the beginning everytime (till now)

i just put the playmusic command into the init.sqs and this seems to work

thx for reading my post and your try to help