Home   Help Search Login Register  

Author Topic: Redirect File Paths from Data3d  (Read 1061 times)

0 Members and 1 Guest are viewing this topic.

Lean Bear

  • Guest
Redirect File Paths from Data3d
« 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?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Redirect File Paths from Data3d
« Reply #1 on: 01 Mar 2005, 23:27:01 »
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
I know a little about a lot, and a lot about a little.

Lean Bear

  • Guest
Re:Redirect File Paths from Data3d
« Reply #2 on: 03 Mar 2005, 19:53:57 »
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: