Jump to content
Sign in to follow this  
Marc15yo

Ai and gameplay editing

Recommended Posts

in the config.cpp file i want to change many gameplay and ai stuff. where do i go

For example:

1) i want to give a special all around camera optic view with targeting site and black and white or nv style for planes by pressing v. not the usual v. a special one that's like real life you know when bombers use it to actually target a target. like here

http://www.gs.flir.com/products/airborne/britestarii.cfm

2) i want ONLY THE SOLDIERS to stop talking when orders are given

3) I want to add a special script for all engineers or radio man so that they can call for artillery or air strikes with map click just like in ffur. if it's an airstrike i want a certain airplane to drop it.

4) i want to code the ai formation so that the Ai stays closer to you instead of so far away.

5) I want to replace the old NV goggles. The original ones are so crappy. i want a clear one.

Share this post


Link to post
Share on other sites
Quote[/b] ]i want to give a special all around camera optic view with targeting site and black and white or nv style for planes by pressing v. not the usual v. a special one that's like real life you know when bombers use it to actually target a target. like here

http://www.gs.flir.com/products/airborne/britestarii.cfm

Unlike ArmA in which GranQ found a way to create a "FLIR-like" vision, there is no such thing in OFP to create something approaching a simulation of the FLIR, all we have is green night vision.

But you can always try to create optics that will be semi transparent single colored .paa texture, never tried myself, but i imagine it could allow some different color displayed, but unfortunately it will never be a FLIR-like vision.

Quote[/b] ]

4) i want to code the ai formation so that the Ai stays closer to you instead of so far away.

In the config, just look for each occurance of

formationX=....;

formationZ=....;

the higher the number, the larger the formation is, so obviously try with lower numbers than default to have closer formations.

Another possibility is to use custom formation scripts like the one General Barron wrote on OFPEC, i don't have an url, but hopefully it should always be there.

Quote[/b] ]

5) I want to replace the old NV goggles. The original ones are so crappy. i want a clear one.

You want to check the line

Quote[/b] ]modelOptics="optika_night";

in your main config, you just have to replace that texture with another one to obtain a different night vision, if you don't know how to do, just give a look at other mods with different night vision to see what they have replaced that line with.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×