Dependancy?Altimit01 wrote:You know what works better? Dependency swapping so that if the projectile is shared by other weapons it's not changed for those. (example rocket launcher and rocket warthog)
Exception!
Check out HHT or Eschaton. They both have dependency swappers. Basically, every tag has small bits of data that says it uses another tag for one reason or another. Like vehi tags have weap tag dependencies if they weapons on them. Weap tags have proj tag dependencies for the projectiles they fire and such. By changing what proj tag a weap is using you're telling just that weapon to use that projectile. Much cleaner than meta swapping which in this case would completely change the projectile.