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

Post edit history

What needs to be done to talk about the actual climate of the game?

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
6/6/2021 8:00:38 AMCNrankjiero before revert after revert
Before After
1 EDIT: @Shaman pointed out in Discord that my file was wrong in structure.
2 \n
3 Please check if your .sdz contain a sub-folder; if you are new to modding like me, be patient to investigate the problem.
4 \n
5 \n
6 Now you may try this mod by typing
7 \n
8 !game meteor
9 \n
10 in a room
11 _____________________________________
12 \n
13 \n
1 I did minor changes, however uploading bring up error information 14 I did minor changes, however uploading bring up error information
2 \n 15 \n
3 \n 16 \n
4 Resource upload results 17 Resource upload results
5 No valid map/game found in the uploaded file 18 No valid map/game found in the uploaded file
6 \n 19 \n
7 I guess it is the modinfo.lua 20 I guess it is the modinfo.lua
8 \n 21 \n
9 return { 22 return {
10 name='Zero-K May Meteor Fall', 23 name='Zero-K May Meteor Fall',
11 description='Zero-K with earlier Meteor Controller', 24 description='Zero-K with earlier Meteor Controller',
12 version='Meteor', 25 version='Meteor',
13 shortname='ZK', 26 shortname='ZK',
14 mutator='1', 27 mutator='1',
15 game='Zero-K', 28 game='Zero-K',
16 shortGame='ZK', 29 shortGame='ZK',
17 modtype=1, 30 modtype=1,
18 depend = { 31 depend = {
19 [[rapid://zk:stable]], 32 [[rapid://zk:stable]],
20 }, 33 },
21 } 34 }
22 \n 35 \n
23 Not outcome so far. Thank you @Shaman, very detailed step-by-step instructions but I still cannot get it run. 36 Not outcome so far. Thank you @Shaman, very detailed step-by-step instructions but I still cannot get it run.