OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Igor Drukov on 03 Jun 2003, 23:08:49

Title: Ending Sniper Optics
Post by: Igor Drukov on 03 Jun 2003, 23:08:49
Hi everyone !

Here is my canker : I've defined a classic Dragunov vision in my description
.ext, and use it in a cutscene.
The whole thing is that I just can't stop this internal view with either the cutrsc or Titlersc commands.
What drives me totally insane is that I've taken a look at Bis scripts, or guys that used it in their intros (cf. Magnus in "crossroads", a WWII mission, for instance), and tried to copy those scripts, but it doesn't work !

As a work-around, I tried the switchcamera command, but then it's exactly the same problem ! I can't switch to the plain regular vision, and it doesn't look as if the switchcamera command is compatible with the other regular "cam" commands (I've checked the Tut', by Lilmat, but found the issue skilfully dodged).

What am I doing wrong ? Could someone give me a hand there ?

Thanks in advance.
Title: Re: Ending Sniper Optics
Post by: Black_Feather on 03 Jun 2003, 23:22:32
it should be

titlersc ["default","plain down"]

if you've defined is as a custom resource in your description.ext. I don't know anything about the switchcamera command though.
Title: Re: Ending Sniper Optics
Post by: Igor Drukov on 03 Jun 2003, 23:38:22
Thanks a lot Black_Feather, that was it ! I used cutrsc instead of Titlersc  :beat: ::) ;D

:toocool: