soo... at the moment there are a bunch of variables in the feature defs in the springfeatures archive that aren't strictly necessary....
lets take the feature ad0_pine_1_l.lua and strip out all the known stuff
Code: Select all
world ="All Worlds",
category ="Vegetation",
height =30,
hitdensity =0,
featurereclamate ="smudge01",
seqnamereclamate ="tree1reclamate",
customparams = {
randomrotate = "true",
}
http://springrts.com/wiki/Units-FeatureDefs
or https://github.com/spring/spring/blob/9 ... andler.cpp
so do I just ignore them?