Loading...
  OR  Zero-K Name:    Password:   

Post edit history

some help please

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
3/26/2024 12:47:01 PMAUrankSmokeDragon before revert after revert
3/26/2024 12:43:17 PMAUrankSmokeDragon before revert after revert
3/26/2024 12:42:52 PMAUrankSmokeDragon before revert after revert
3/26/2024 12:35:49 PMAUrankSmokeDragon before revert after revert
3/26/2024 12:23:08 PMAUrankSmokeDragon before revert after revert
3/26/2024 12:21:27 PMAUrankSmokeDragon before revert after revert
Before After
1 i cant seem to get equal com modoption to work from within a mode JSON metadata "options" : { } 1 i cant seem to get equal com modoption to work from within a mode JSON metadata "options" : { }
2 is this correct? 2 is this correct?
3 \n 3 \n
4 "equalcom" : enable, 4 "equalcom" : enable,
5 \n 5 \n
6 i tried other things.. but according to the documentation it should work 6 i tried other things.. but according to the documentation it should work
7 \n 7 \n
8 things i tried: 8 things i tried:
9 \n 9 \n
10 "enable"
10 Enabled 11 Enabled
11 Enable 12 Enable
12 enabled 13 enabled
13 1 14 1
14 2 15 2
15 3 16 3
16 true 17 true
17 \n 18 \n
18 everything else shows up as a mod option in game eg. equalcom = true but does nothing but atleast does pass over from mod homepage 19 everything else shows up as a mod option in game eg. equalcom = true but does nothing but atleast does pass over from mod homepage
19 \n 20 \n
20 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. 21 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.
21 \n 22 \n
22 its as if everything except for "equalcom" : enable, is acceptable 23 its as if everything except for "equalcom" : enable, is acceptable
23 \n 24 \n
24 is this a bug? 25 is this a bug?
25 \n 26 \n
26 http://zero-k.info/Mods/Detail/50 27 http://zero-k.info/Mods/Detail/50
27 \n 28 \n
28 { 29 {
29 "shortName": "test", 30 "shortName": "test",
30 "name" : "test v1.0", 31 "name" : "test v1.0",
31 "description" : "test", 32 "description" : "test",
32 "options" : { 33 "options" : {
33 "equalcom" : enable, 34 "equalcom" : enable,
34 } 35 }
35 } 36 }