Re: new features; sets; ramblings
Posted: 04 Mar 2013, 06:57
hmm look like i may have to illustrate this...
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
none of these variables are detailed in:
http://springrts.com/wiki/Units-FeatureDefs
or https://github.com/spring/spring/blob/9 ... andler.cpp
so do I just ignore them?
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?