Home   Help Search Login Register  

Author Topic: playing music in debriefing?  (Read 645 times)

0 Members and 1 Guest are viewing this topic.

Commando

  • Guest
playing music in debriefing?
« on: 03 Apr 2005, 21:11:10 »
anyone know if its possible to play a music track or sound in the debriefing screen like you can the (onBriefingPlan "soundfilehere")
command. I would like to play a very nice music track for player who can accomplish the mission  :D

Offline Morglor9

  • Members
  • *
Re:playing music in debriefing?
« Reply #1 on: 04 Apr 2005, 06:27:24 »
ya. i would like to know how to do this. and how to play music during the briefing.
Cymbaline

Commando

  • Guest
Re:playing music in debriefing?
« Reply #2 on: 05 Apr 2005, 04:28:11 »
its easy to play soundfile during briefing
you just make a description.ext file with sound class and then you make
a init.sqs file where this line is present
onBriefingPlan "yoursoundfilehere"

pazuzu

  • Guest
Re:playing music in debriefing?
« Reply #3 on: 05 Apr 2005, 23:30:17 »
Hmm, I thought I'd give this a try & I can't get it to work...

I got: onBriefingPlan "Sound1"  in my init.sqs file & I have my sounds classes in my description.ext but I dont hear the sound in briefing.

Does this work for multiplayer or just singleplayer?


Commando

  • Guest
Re:playing music in debriefing?
« Reply #4 on: 06 Apr 2005, 10:15:33 »
works in sp, maybe mp, haven't tried the mission in mp yet.

Offline 456820

  • Contributing Member
  • **
Re:playing music in debriefing?
« Reply #5 on: 12 Apr 2005, 19:38:47 »
the exit.sqs file might work it is bascialy a init.sqs file just triggers at the end so you can put
playsound"soundname"
that might work but it might just stop at the debriefing but worth a try

Commando

  • Guest
Re:playing music in debriefing?
« Reply #6 on: 12 Apr 2005, 21:11:30 »
ok for the onbriefingplan , it doesn't work in MP ( i have tried it out a few times now ) been tested 10-20 times and it didn't work at all in mp games, only sp i guess.