Home   Help Search Login Register  

Author Topic: Cutscene w/o SFX  (Read 1233 times)

0 Members and 1 Guest are viewing this topic.

T3kNiCkeL

  • Guest
Cutscene w/o SFX
« on: 28 Sep 2002, 00:56:25 »
I'm looking to make a dramtic cutscene, it features slo mo and a nice touch i thought would be to add, or rather detract the regular sfx from the game, since its just cool and the sfx in slo mo ofp don't exactly fit in with the actions that are happening, the other thing i also need is to still have custom music playing in the background, so the sound won't be off completely on the sfx, I would be very grateful if any could tell me any information on this.

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Cutscene w/o SFX
« Reply #1 on: 28 Sep 2002, 05:20:37 »
Welcome to the forums, T3kNiCkeL

A couple of commands you might be interested in:

time fadesound volume
time fademusic volume

So if you wanted to make your sound volume fade to almost inaudible for your cutscene, you could use:

0 fadesound 0.1

That would fade the sound to 10% volume (default volume is 1.0) over a period of 0 seconds (instantly).

Fademusic is used in exaclty the same way ;)

T3kNiCkeL

  • Guest
Re:Cutscene w/o SFX
« Reply #2 on: 28 Sep 2002, 15:50:33 »
thanks for the kind words, and of course for the snippet thx man cya

ProP-JunKie

  • Guest
Re:Cutscene w/o SFX
« Reply #3 on: 02 Oct 2002, 17:29:52 »
where in the script do you put this. I tried it and nothing happened. So I figure I did it wrong (like usual) anyone have an example of how it's supposed to look in the script????? :-X

Gameer_77

  • Guest
Re:Cutscene w/o SFX
« Reply #4 on: 02 Oct 2002, 21:20:46 »
You just need to put - 0 fadesound 0.1. Why? What are you doing with it?  :o

 8)PEACE

Chudley

  • Guest
Re:Cutscene w/o SFX
« Reply #5 on: 03 Oct 2002, 01:43:58 »
To fade the sound to 10% instantaneously. (big word, eh? :D)
And to play music at 100% volume, paste this at the start of your script.

Intro.sqs
--------

0 fadeSound 0.1
0 fadeMusic 1.0


ProP-JunKie

  • Guest
Re:Cutscene w/o SFX
« Reply #6 on: 07 Oct 2002, 02:21:45 »
cool ill try it. will this take out the sounds of helo engines and explosions and things like that, or just small arms fire and voices?