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

Post edit history

Upload mod cooks server

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/27/2025 12:47:21 PMCNrankXNTWSAD before revert after revert
Before After
1 Im 99% sure there isnt any problem in modinfo.
2 [spoiler]
1 [quote] 3 [quote]
2 Perhaps copy whatever modinfo format Future Wars has? 4 Perhaps copy whatever modinfo format Future Wars has?
3 [/quote] 5 [/quote]
4 \n 6 \n
5 I do. 7 I do.
6 \n 8 \n
7 {{{ 9 {{{
8 return { 10 return {
9 name='Silly Wars test', 11 name='Silly Wars test',
10 description='https://github.com/XNTEABDSC/Silly-Wars/wiki', 12 description='https://github.com/XNTEABDSC/Silly-Wars/wiki',
11 version='v0.8.0.1', 13 version='v0.8.0.1',
12 shortname='ZKSW', 14 shortname='ZKSW',
13 mutator='1', 15 mutator='1',
14 game='Zero-K', 16 game='Zero-K',
15 shortGame='ZK', 17 shortGame='ZK',
16 modtype=1, 18 modtype=1,
17 depend = { 19 depend = {
18 [[rapid://zk:stable]], 20 [[rapid://zk:stable]],
19 }, 21 },
20 } 22 }
21 }}} 23 }}}
22 \n 24 \n
23 Future Wars' 25 Future Wars'
24 {{{ 26 {{{
25 return { 27 return {
26 name='Future Wars', 28 name='Future Wars',
27 description='Zero-K', 29 description='Zero-K',
28 version='v0.41.3', 30 version='v0.41.3',
29 shortname='ZKFW', 31 shortname='ZKFW',
30 mutator='1', 32 mutator='1',
31 game='Zero-K', 33 game='Zero-K',
32 shortGame='ZK', 34 shortGame='ZK',
33 modtype=1, 35 modtype=1,
34 depend = { 36 depend = {
35 [[rapid://zk:stable]], 37 [[rapid://zk:stable]],
36 }, 38 },
37 } 39 }
38 \n 40 \n
39 }}} 41 }}}
40 Is problem on version or description? 42 Is problem on version or description? ( and this formula is used since silly wars born)
43 [/spoiler]
41 \n 44 \n
42 I want to know what will be done on my uploaded mod. I have some odd (I think op) codes that may relate to the crash, but this mod is valid and played yesterday in server. So I cant know where is the problem. 45 I want to know what will be done on my uploaded mod. I have some odd (I think op) codes that may relate to the crash, but this mod is valid and played yesterday in server. So I cant know where is the problem.