i cant seem to get equal com modoption to work from within a mode JSON metadata "options" : { }
is this correct?
"equalcom" : enable,
i tried other things.. but according to the documentation it should work
things i tried:
"enable"
Enabled
Enable
enabled
1
2
3
true
everything else shows up as a mod option in game eg. equalcom = true but does nothing but atleast does pass over from mod homepage
but if i write enable which should be the correct key list value it will not even work and wont pass over settings from mod homepage.
its as if everything except for "equalcom" : enable, is acceptable
is this a bug?
http://zero-k.info/Mods/Detail/50{
"shortName": "test",
"name" : "test v1.0",
"description" : "test",
"options" : {
"equalcom" : enable,
}
}