AMPTemplates/wreckfestconfig.json

584 lines
20 KiB
JSON
Raw Normal View History

2022-07-09 12:41:23 +02:00
[
{
"DisplayName":"Game Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$GamePort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"game_port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Steam Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$SteamPort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"steam_port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Query Port",
"Category":"Server Settings",
"Description":"",
"Keywords":"",
"FieldName":"$QueryPort",
"InputType":"number",
"IsFlagArgument":false,
"Hidden":true,
"ParamFieldName":"query_port",
"IncludeInCommandLine":false,
"EnumValues":{}
},
{
"DisplayName":"Server Name",
"Category":"Server Settings",
"Description":"",
"Keywords":"server,name",
"FieldName":"server_name",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"server_name",
"IncludeInCommandLine":false,
"DefaultValue":"Wreckfest Server - Powered by AMP",
"EnumValues":{}
},
{
"DisplayName":"Server Password",
"Category":"Server Settings",
"Description":"Password required to connect to the server. You should change this after first installing the server",
"Keywords":"server,password",
"FieldName":"password",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"password",
"IncludeInCommandLine":false,
"DefaultValue":"wreckfest",
"EnumValues":{}
},
{
"DisplayName":"Welcome Message",
"Category":"Server Settings",
"Description":"Player welcome message",
"Keywords":"welcome,message",
"FieldName":"welcome_message",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"welcome_message",
"IncludeInCommandLine":false,
"DefaultValue":"Welcome to Wreckfest. Hosted using AMP by CubeCoders",
"EnumValues":{}
},
{
"DisplayName":"Player Limit",
"Category":"Server Settings",
"Description":"Maximum number of players that may connect to the server at one time",
"Keywords":"players,limit",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"max_players",
"IncludeInCommandLine":false,
"DefaultValue":"24",
"Suffix":"players",
"EnumValues":{},
"MinValue":"1"
2022-07-09 12:41:23 +02:00
},
{
"DisplayName":"Exclude Quick Match Users",
"Category":"Server Settings",
"Description":"When enabled, users entering Quick Match cannot join the server",
"Keywords":"quick,match,exclude",
"FieldName":"exclude_from_quickplay",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"exclude_from_quickplay",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Clear User Privileges On Launch",
"Category":"Server Settings",
"Description":"When enabled, clears previous user privileges when launching the server",
"Keywords":"user,privileges",
"FieldName":"clear_users",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"clear_users",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"No Owner Privileges For First User",
"Category":"Server Settings",
"Description":"When enabled, owner privileges are not given to the first user who joins",
"Keywords":"first,owner,privileges",
"FieldName":"owner_disabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"owner_disabled",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Admin Controls Countdown",
"Category":"Server Settings",
"Description":"When enabled, admin starts the countdown by setting themselves ready. Otherwise the countdown is automatic",
"Keywords":"admin,control,countdown",
"FieldName":"admin_control",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"admin_control",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Countdown Duration",
"Category":"Server Settings",
"Description":"Duration of the countdown",
"Keywords":"countdown,duration",
"FieldName":"lobby_countdown",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"lobby_countdown",
"IncludeInCommandLine":false,
"DefaultValue":"30",
"Placeholder":"30 - 127",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Required Players for Automatic Countdown",
"Category":"Server Settings",
"Description":"Percentage of players required to be ready to initiate automatic countdown, if enabled",
"Keywords":"players,countdown",
"FieldName":"ready_players_required",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"ready_players_required",
"IncludeInCommandLine":false,
"DefaultValue":"50",
"EnumValues":{}
},
{
"DisplayName":"Admins",
"Category":"Server Settings",
"Description":"Comma separated list of [Steam64 IDs](https://steamidfinder.com/) of players automatically granted admin privileges",
"Keywords":"admin,privileges,automatic",
"FieldName":"admin_steam_ids",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"admin_steam_ids",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"76561198035765683,68475837697026445",
"EnumValues":{}
},
{
"DisplayName":"Moderators",
"Category":"Server Settings",
"Description":"Comma separated list of [Steam64 IDs](https://steamidfinder.com/) of players automatically granted moderator privileges",
"Keywords":"moderator,privileges,automatic",
"FieldName":"op_steam_ids",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"op_steam_ids",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"76561198035765683,68475837697026445",
"EnumValues":{}
},
{
"DisplayName":"Session Mode",
"Category":"Server Settings",
"Description":"Sets the session mode for server side point counting across multiple events",
"Keywords":"session,mode",
"FieldName":"session_mode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"session_mode",
"IncludeInCommandLine":false,
"DefaultValue":"normal",
"EnumValues":{
"normal":"Normal (single event, no cup mode)",
"qualify-sprint":"Qualifying sprint (finishing positions determine - needs \"Qualifying session\" grid order)",
"qualify-lap":"Qualifying lap (lap times determine - needs \"Qualifying session\" grid order)",
"30p-aggr":"Winner 30 (then 27, 25, 23, 20, followed by 1 point less per position)",
"25p-aggr":"Winner 25 (then 18, 15, 12, 10, 8, 6, 4, 2, 1, followed by no points)",
"25p-mod":"Winner 25 (then 20, 16, 11, followed by 1 point less per position up to position 15)",
"24p-lin":"Winner 24 (then 1 point less per position)",
"16p-lin":"Winner 16 (then 1 point less per position for next 15 positions)",
"10p-double":"Winner 20 (then 2 points less per position for next 10 positions)",
"10p-lin":"Winner 10 (then 1 point less per position for next 9 positions)",
"35p-folk":"Winner 35 (then 30, 25, 20, 18, 16, followed by one 1 point less per position up to position 21)",
"f1-1991":"Winner 10 (then 6, 4, 3, 2, 1, followed by no points)",
"f1-2003":"Winner 10 (then 8, 6, 5, 4, 3, 2, 1, followed by no points)",
"f1-2010":"Winner 25 (then 18, 15, 12, 10, 8, 6, 4, 2, 1, followed by no points)",
"player_count_1":"Winner [player count] (then 1 less point per position)"
}
},
{
"DisplayName":"Grid Order",
"Category":"Server Settings",
"Description":"Sets the method for sorting the grid order",
"Keywords":"grid,order",
"FieldName":"grid_order",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"grid_order",
"IncludeInCommandLine":false,
"DefaultValue":"perf_normal",
"EnumValues":{
"random":"Random",
"perf_normal":"Performance points (fastest at front)",
"perf_reverse":"Performance points (fastest at back)",
"qualifying":"Qualifying session",
"cup_normal":"Cup points (highest at front)",
"cup_reverse":"Cup points (highest at back)"
}
},
{
"DisplayName":"Enable Player Voting",
"Category":"Server Settings",
"Description":"When enabled, players will vote for the next event after previous event has ended (requires event rotation. Can be triggered by command \"startvote\" when players in unlocked lobby",
"Keywords":"event,voting",
"FieldName":"enable_track_vote",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"enable_track_vote",
"IncludeInCommandLine":false,
"DefaultValue":"1",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Don't Kick Idling Players",
"Category":"Server Settings",
"Description":"When enabled, idling players will not be kicked while event is in progress",
"Keywords":"kick,idle,idling",
"FieldName":"disable_idle_kick",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"disable_idle_kick",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Track",
"Category":"Server Settings",
"Description":"Set track. List available track names with command \"tracks\"",
"Keywords":"track",
"FieldName":"track",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"track",
"IncludeInCommandLine":false,
"DefaultValue":"speedway2_demolition_arena",
"Placeholder":"speedway2_demolition_arena",
"EnumValues":{}
},
{
"DisplayName":"Game Mode",
"Category":"Server Settings",
"Description":"",
"Keywords":"game,mode",
"FieldName":"gamemode",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"gamemode",
"IncludeInCommandLine":false,
"DefaultValue":"derby deathmatch",
"EnumValues":{
"racing":"Racing",
"derby":"Derby",
"derby deathmatch":"Derby Deathmatch",
"team derby":"Team Derby",
"team race":"Team Race",
"elimination race":"Elimination Race"
}
},
{
"DisplayName":"Bot Quantity",
"Category":"Server Settings",
"Description":"Pre-populate server with the set number of AI bots",
"Keywords":"bots",
"FieldName":"bots",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"bots",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"Placeholder":"0 - 24",
"Suffix":"bots",
"EnumValues":{}
},
{
"DisplayName":"AI Difficulty",
"Category":"Server Settings",
"Description":"Sets difficulty setting of AI bots",
"Keywords":"AI,difficulty",
"FieldName":"ai_difficulty",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"ai_difficulty",
"IncludeInCommandLine":false,
"DefaultValue":"amateur",
"EnumValues":{
"novice":"Novice",
"amateur":"Amateur",
"expert":"Expert"
}
},
{
"DisplayName":"Team Number",
"Category":"Server Settings",
"Description":"Number of teams in team racing and team deathmatch game modes",
"Keywords":"team,number",
"FieldName":"num_teams",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"num_teams",
"IncludeInCommandLine":false,
"DefaultValue":"2",
"EnumValues":{
"2":"2",
"3":"3",
"4":"4"
}
},
{
"DisplayName":"Lap Number",
"Category":"Server Settings",
"Description":"Number of laps in race game modes",
"Keywords":"laps",
"FieldName":"laps",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"laps",
"IncludeInCommandLine":false,
"DefaultValue":"3",
"Placeholder":"1 - 60",
"Suffix":"laps",
"EnumValues":{}
},
{
"DisplayName":"Deathmatch Time Limit",
"Category":"Server Settings",
"Description":"",
"Keywords":"deathmatch,time,limit",
"FieldName":"time_limit",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"time_limit",
"IncludeInCommandLine":false,
"DefaultValue":"5",
"Suffix":"minutes",
"EnumValues":{}
},
{
"DisplayName":"Elimination Interval Time",
"Category":"Server Settings",
"Description":"Elimination interval time for elimination race",
"Keywords":"elimination,interval,time",
"FieldName":"elimination_interval",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"elimination_interval",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"0":"Each Lap",
"20":"20",
"30":"30",
"45":"45",
"60":"60",
"90":"90",
"120":"120"
}
},
{
"DisplayName":"Vehicle Damage Level",
"Category":"Server Settings",
"Description":"",
"Keywords":"vehicle,damage",
"FieldName":"vehicle_damage",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"vehicle_damage",
"IncludeInCommandLine":false,
"DefaultValue":"normal",
"EnumValues":{
"normal":"Normal",
"intense":"Intense",
"realistic":"Realistic",
"extreme":"Extreme"
}
},
{
"DisplayName":"Maximum Vehicle Class",
"Category":"Server Settings",
"Description":"Allow only vehicles up to the class set",
"Keywords":"vehicle,class",
"FieldName":"car_class_restriction",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"car_class_restriction",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{
"":"No Restriction",
"a":"Class A",
"b":"Class B",
"c":"Class C"
}
},
{
"DisplayName":"Specific Car Allowed",
"Category":"Server Settings",
"Description":"If set, allow only the specific car listed. Leave blank for no restriction. List available cars with command \"cars\"",
"Keywords":"car,allowed",
"FieldName":"car_restriction",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"car_restriction",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Disallow Special Vehicles",
"Category":"Server Settings",
"Description":"",
"Keywords":"disallow,special,vehicles",
"FieldName":"special_vehicles_disabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"special_vehicles_disabled",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Disallow Car Reset",
"Category":"Server Settings",
"Description":"",
"Keywords":"disallow,car,reset",
"FieldName":"car_reset_disabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"car_reset_disabled",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Car Reset Delay",
"Category":"Server Settings",
"Description":"Set the car reset delay (0 - 20)",
"Keywords":"car,reset,delay",
"FieldName":"car_reset_delay",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"car_reset_delay",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"Placeholder":"0 - 20",
"Suffix":"seconds",
"EnumValues":{}
},
{
"DisplayName":"Disable Speed Limiter",
"Category":"Server Settings",
"Description":"If set, disable speed limiter for players that drive the wrong way",
"Keywords":"disallow,speed,limiter",
"FieldName":"wrong_way_limiter_disabled",
"InputType":"checkbox",
"IsFlagArgument":false,
"ParamFieldName":"wrong_way_limiter_disabled",
"IncludeInCommandLine":false,
"DefaultValue":"0",
"EnumValues":{
"False":"0",
"True":"1"
}
},
{
"DisplayName":"Weather",
"Category":"Server Settings",
"Description":"Set event weather. Leave blank for random weather. List available weather names with command \"weathers\"",
"Keywords":"weather",
"FieldName":"weather",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"weather",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Server Update Frequency",
"Category":"Server Settings",
"Description":"",
"Keywords":"update,frequency",
"FieldName":"frequency",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"frequency",
"IncludeInCommandLine":false,
"DefaultValue":"high",
"EnumValues":{
"low":"Low",
"high":"High"
}
},
{
"DisplayName":"Enabled Mods",
"Category":"Server Settings",
"Description":"Comma separated list of folder names of enabled mods on the server. Mod folders need to be copied to server mods folder",
"Keywords":"mods",
"FieldName":"mods",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"mods",
"IncludeInCommandLine":false,
"DefaultValue":"",
"Placeholder":"example,my_mod",
"EnumValues":{}
}
]