OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Baphomet on 24 Nov 2002, 07:13:52

Title: What is the internal name for the V80's optics?
Post by: Baphomet on 24 Nov 2002, 07:13:52
Is there an internal designation for the V80's optical sight for its 30mm gun? I would like to use that graphic in a script however usage of the filename itself doesn't really help.
Title: Re:What is the internal name for the V80's optics?
Post by: Tomb on 24 Nov 2002, 18:20:05

 :D Well, here's the config for the bird  :)
--------------------------------------------

class Mi24: Helicopter{};
   class Kamov: Mi24
   {
      access=2;

              ....mov"};

      driverOpticsModel="\o\vehl\V80_optika.p3d";

------------------------------------------------------

 :D Now, I guess ya mean the "SCREEN" optics, right?!

That would take som'n like YOU adding a new option to a trigger's/"effects"...bla-bla stuff.

Yanno, where ya can select various stuff like BIS logo etc. for cutscenes  ;)

This would prolly take a "description.ext" file in yer mission folder,
telling the game engine where the new "effect"s  picture is hidden, or alike  :P
(not really sure, I haven't tried before)

So copy the pic. and add it to yer mission folder.... the picture/model should be found via
the "driverOpticsModel" ( shown in red letters above), I hope  :P ;D

that's my best shot - maybe another d00d will add to this?  :-*