OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Pilot on 02 Jan 2005, 00:24:09
-
I have two proxies in my plane, a pilot proxy and a cargo proxy. The problems are:
1). The pilot proxy is not recognised ingame, and the pilot is put wherever the game feels like putting him
2). The cargo proxy shows up in the right place, but with the wrong static animation.
I named the pilot proxy: proxy:cesnapilot.01The cargo proxy is named: proxy:cesnacopilot.01
I have both proxies under the 0 lod, view pilot lod, view cargo lod, and view geometry lod.
Both proxies show up properly in bulldozer, but the above problems occur ingame.
What's the problem?
-
Ok,
I think you will need those proxies in each resolution LOD, except maybe the last one or two.
You should have them also in, Fire Geometry, View Pilot and View Cargo if you have one. Don't think you need it in View Geometry though.
Try that anyway and see if it helps any.
Make sure that it says:
proxy:cesnapilot.01
proxy:cesnacopilot.01
and not:
proxy: cesnapilot.01
proxy: cesnacopilot.01
Planck
-
I tried what you said, and double checked the spelling, but it still doesn't work.
-
Have you tried looking at the BIS cessna to see if it can give you any clues?
Planck
-
Yeah, I looked again to see if I missed anything, and I didn't see anything.
-
The only thing I can think of at the moment is to move the proxies a little and then try them again.
I see to recall from somewhere that they are a little finicky and just moving them one way or the other makes a difference.
But I might have been dreaming. ;D
Unless someone with more knowledge comes along, thats the best I can offer for now.
Planck
-
Ok, it's still not working. Thanks for your help Planck! I'll keep working on it and check back here tomorrow and see if anyone else can offer suggestions.
-
Okay, I solved part of the problem.
The pilot proxy is now working. Apparently the problem lay in the config file (I really hate those damn things) ::)
I elimated this portion of the file, and the pilot proxy now works.
extcameraposition[]={0.3, -15};
The cargo proxy still has the wrong static animation, however.
-
I think it might be a config entry again.
something like:
driverAction="ManActCessnaPilot";
cargoAction[]={"ManActCessnaCoPilot","ManActCessnaCargo"};
Planck
-
Ahhhhh, I hate config files!
Thank you Planck! Your suggestion works perfectly!
Topic Solved