OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Serial Killer on 06 Aug 2005, 00:52:48

Title: Binocular view
Post by: Serial Killer on 06 Aug 2005, 00:52:48
How can I do that binocular view on my mission's cutscene, like in "Ambush"? ???
Title: Re:Binocular view
Post by: Blanco on 06 Aug 2005, 02:23:36
Code: [Select]
cutRsc ["binocular", "PLAIN"]
and

Code: [Select]
cutRsc ["default", "PLAIN"]
...to remove the resource again



Title: Re:Binocular view
Post by: Serial Killer on 06 Aug 2005, 10:18:17
That's it? Oh, I thought that I need to write something on description.ext file. :-[ Thanks for answer.