OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: bored_onion on 11 Dec 2004, 19:39:27

Title: binos rsc and text?
Post by: bored_onion on 11 Dec 2004, 19:39:27
whenever i stick a binocular resource over the screen it is always removed by text or sound. is there a way around this i.e. to have text and the binos resource?
Title: Re:binos rsc and text?
Post by: Sui on 11 Dec 2004, 21:36:06
OFP uses two 'channels' for text and resources.

Title, and cut.

If you paw through the comref, you'll see there is:

titletext
titlecut

and:

cuttext
cutrsc.

I suggest using the binocs with cutrsc, and your text/sound with titletext. The only difference between them is that a fade out (cuttext) will blank out anything in the 'cut' channel, but not in the title channel :)
Title: Re:binos rsc and text?
Post by: bored_onion on 12 Dec 2004, 19:15:17
but if I use titletext over the cutrsc will sound still remove the text?

Quote
If you paw through the comref, you'll see there is...

i like that line, matches your avatar :D
Title: Re:binos rsc and text?
Post by: Sui on 13 Dec 2004, 02:21:42
Yeah... it may do.

It will depend on how the sound is defined in your .ext file.

There will be a line in there that specifies: titles
If you clear that line (everything between the {}) then it shouldn't effect written text.

haha, I find it hard to go past a bit of muppet comedy :)
Title: Re:binos rsc and text?
Post by: bored_onion on 13 Dec 2004, 17:54:58
thanks