OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Lean Bear on 01 Mar 2005, 18:37:22
-
I've got this new proxy that I want to use with an addon I made. But when I load up OFP with the addon, it comes up with the usual message:
Error: "cannot load "\data3d\AddonProxy.p3d""
So how can I change it so that OFP will get the addon from my addon folder and not the Data3d folder?
-
Have you tried renaming the proxy selection name in Oxygen?
Something like:
proxy.myaddonpbo\myproxy.01
or
proxy.\myaddonpbo\myproxy.01
Only a guess, try it anyway.
Planck
-
Thanks a bunch Planck :)
The second one worked just fine ;)
I edited the line which formally read as:
proxy:My_ProxyName.01
which made OFP try to find the proxy in the data3d folder (where all the other proxys are) to:
proxy:\MyAddonFolder\My_ProxyName.01
which made OFP take the proxy from my addons folder.
Thanks again Planck :thumbsup: