Everytime my Parachute model spawns, I get this error:
[code]
KeyValues Error: RecursiveLoadFromBuffer: got } in key in file models/parachute/chute.mdl
mdlkeyvalue, prop_data,
KeyValues Error: RecursiveLoadFromBuffer: got EOF instead of keyname in file models/parachute/chute.mdl
mdlkeyvalue, (*prop_data*),
[/code]
It spams about 4 copies of those and if this helps... Im am constraining ropes to them via Lua.
What is causing this and how do I fix it?
That is an engine error, not a Lua error.
You should ask the modeling forum.
I did a little bit of googling and this is a bit of a guess, but it seems the prop data is missing a "}".
I'm not sure how you'd go about fixing that, but my bet would be to talk to the creator of the modeller (or the compiler) and ask to have a look at the .QC files.
Again, I'm not certain and you should probably get a second opinion before doing anything drastic.
Alright, Thanks everyone :D
Sorry, you need to Log In to post a reply to this thread.