|
74 | 74 | "Subcategory": "Server:dns:1", |
75 | 75 | "Description": "Sets the game mode. Configure the relevant config file accordingly - 'Plutonium/storage/t6/dedicated.cfg' for Multiplayer, 'Plutonium/storage/t6/dedicated_zm.cfg' for Zombies", |
76 | 76 | "Keywords": "game,mode,gamemode", |
77 | | - "FieldName": "GameMode", |
| 77 | + "FieldName": "GameModeNew", |
78 | 78 | "InputType": "enum", |
79 | | - "ParamFieldName": "GameMode", |
80 | | - "DefaultValue": "t6mp \"{{$FullBaseDir}}T6\" -dedicated +set key {{ServerKey}} +set fs_game \"\" +exec dedicated.cfg", |
| 79 | + "ParamFieldName": "GameModeNew", |
| 80 | + "DefaultValue": "t6mp \"{{$FullBaseDir}}T6\" -dedicated +set key {{ServerKey}} +set fs_game \"{{Mod}}\" +exec dedicated.cfg", |
81 | 81 | "EnumValues": { |
82 | | - "t6mp \"{{$FullBaseDir}}T6\" -dedicated +set key {{ServerKey}} +set fs_game \"\" +exec dedicated.cfg": "Multiplayer (default)", |
83 | | - "t6zm \"{{$FullBaseDir}}T6\" -dedicated +set key {{ServerKey}} +set fs_game \"\" +exec dedicated_zm.cfg": "Zombies" |
| 82 | + "t6mp \"{{$FullBaseDir}}T6\" -dedicated +set key {{ServerKey}} +set fs_game \"{{Mod}}\" +exec dedicated.cfg": "Multiplayer (default)", |
| 83 | + "t6zm \"{{$FullBaseDir}}T6\" -dedicated +set key {{ServerKey}} +set fs_game \"{{Mod}}\" +exec dedicated_zm.cfg": "Zombies" |
84 | 84 | } |
85 | 85 | }, |
86 | 86 | { |
|
175 | 175 | "Placeholder": "mp_dockside", |
176 | 176 | "EnumValues": {} |
177 | 177 | }, |
| 178 | + { |
| 179 | + "DisplayName": "Load Mod", |
| 180 | + "Category": "Call of Duty Black Ops II:stadia_controller", |
| 181 | + "Subcategory": "Server:dns:1", |
| 182 | + "Description": "Sets the mod to load when starting the server, based on the path to the mod in the 'Plutonium/storage/t6' directory", |
| 183 | + "Keywords": "mods,mod,fs_game", |
| 184 | + "FieldName": "Mod", |
| 185 | + "InputType": "text", |
| 186 | + "ParamFieldName": "Mod", |
| 187 | + "IncludeInCommandLine": true, |
| 188 | + "SkipIfEmpty": true, |
| 189 | + "DefaultValue": "", |
| 190 | + "Placeholder": "mods/modname", |
| 191 | + "EnumValues": {} |
| 192 | + }, |
178 | 193 | { |
179 | 194 | "DisplayName": "Player Limit", |
180 | 195 | "Category": "Call of Duty Black Ops II:stadia_controller", |
|
0 commit comments