====== OFP Weapon Proxy ====== [[https://www.pmctactical.org/forum/viewforum.php?f=43|OFP Forum]], [[:ofp|OFP Home]], [[ofp:file_formats|OFP File Formats]], [[ofp:tools|OFP Tools]], [[ofp:missions|OFP Missions]], [[ofp:modeling|OFP 3D Modeling]], [[ofp:terrain|OFP Terrain]] **Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA) **Weapon Proxies In Aircraft's**. Create proxy then right click it which brings up **Proxy Name** dialog. If you want to see your weapon, then write down the PBO path and p3d name like this **\VTE_aw\VTE_AIM9.p3d** so the weapon is now displayed in buldozer. When you are done, remove the **\pbodir\** path and the ending **.p3d** from the proxy or otherwise it's messed up in OFP. Remember that the [[ofp:modeling:config.cpp|config.cpp]] proxy must match to the p3d name otherwise, OFP gives error p3d missing (magic) stuff. Config proxy would be like this; class Proxyaa: ProxyWeapon { model="\VTE_aw\VTE_aa.p3d"; simulation="maverickweapon"; }