Page 1 of 1

More mountpoints per model

Posted: Thu Jun 07, 2007 1:44 pm
by nicolasc
I sound like a whining kid, but a mentioned here 16 mountpoints are just not enough.
  • up to 10 primary weapons
  • 6 position lights,
  • some engine glows (if not particle fountains)
and we are already over the max.

If there is a limit, could this be raised to 32, or even 64 to have some reserves?

cheers
nico

Posted: Thu Jun 07, 2007 2:08 pm
by patrick
Hi nicolas

I did take a look at the source but didn't find such a hard coded limit anywhere. The containers are all lists (one in model.h, another in world_entity.h)

Another source of failure could be:
- syntax error in the oif file
- one of the objects created from the oif file is buggy

My guess is the second one. You can easily evaluate this by just including/excluding individual mount points.

good luck and keep me informed