Update assetto-corsaconfig.json (#208)
This commit is contained in:
parent
e0ee1d9a9c
commit
1afafb3b3c
@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"DisplayName":"UDP Port",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"",
|
||||
"Keywords":"",
|
||||
"FieldName":"$GamePort",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"TCP Port",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"",
|
||||
"Keywords":"",
|
||||
"FieldName":"$GamePort",
|
||||
@ -40,7 +40,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Name",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"The name of the server as it appears publicly",
|
||||
"Keywords":"name",
|
||||
"FieldName":"SERVER_NAME",
|
||||
@ -53,7 +53,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Make Server Public",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"If enabled, the server will be registered in the in-game lobby",
|
||||
"Keywords":"public",
|
||||
"FieldName":"SERVER_REGISTER_TO_LOBBY",
|
||||
@ -69,7 +69,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Password",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"Password to connect to the server. Default is no password",
|
||||
"Keywords":"password",
|
||||
"FieldName":"SERVER_PASSWORD",
|
||||
@ -82,7 +82,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Admin Password",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"In-game \"admin\" user password (can be used to join instead of the server password). NOTE: Change this after installing the server!",
|
||||
"Keywords":"admin,password",
|
||||
"FieldName":"SERVER_ADMIN_PASSWORD",
|
||||
@ -95,7 +95,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Player Limit",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"Maximum number of players that may connect to the server. Must be less than the number of pits for the selected track",
|
||||
"Keywords":"players,limit",
|
||||
"FieldName":"$MaxUsers",
|
||||
@ -109,7 +109,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Blacklist Mode",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"Sets the blacklist mode",
|
||||
"Keywords":"blacklist,mode",
|
||||
"FieldName":"SERVER_BLACKLIST_MODE",
|
||||
@ -126,7 +126,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Kick Quorum",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"Voting percentage threshold required to kick a player",
|
||||
"Keywords":"kick,quorum",
|
||||
"FieldName":"SERVER_KICK_QUORUM",
|
||||
@ -141,7 +141,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Voting Quorum",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"Voting percentage threshold required for the SESSION vote to pass",
|
||||
"Keywords":"vote,voting,quorum",
|
||||
"FieldName":"SERVER_VOTING_QUORUM",
|
||||
@ -156,7 +156,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Voting Duration",
|
||||
"Category":"Server Settings",
|
||||
"Category":"AC Server Settings",
|
||||
"Description":"Time during which a SESSION vote is open",
|
||||
"Keywords":"vote,voting,duration",
|
||||
"FieldName":"SERVER_VOTE_DURATION",
|
||||
@ -171,7 +171,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Track Selection",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the track for the server. Select a track name from \"content/tracks\"",
|
||||
"Keywords":"track",
|
||||
"FieldName":"SERVER_TRACK",
|
||||
@ -184,7 +184,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Track Variant Selection",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the variant of the server track. Select a variant name for the selected track from \"content/tracks/TRACK\"",
|
||||
"Keywords":"track,subversion",
|
||||
"FieldName":"SERVER_CONFIG_TRACK",
|
||||
@ -197,7 +197,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Car Selection",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Semi-colon separated list of car types that are allowed on the server. Select car name(s) from \"content/cars\"",
|
||||
"Keywords":"track",
|
||||
"FieldName":"SERVER_CARS",
|
||||
@ -210,7 +210,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Race Name",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the name of the race",
|
||||
"Keywords":"race,name",
|
||||
"FieldName":"RACE_NAME",
|
||||
@ -223,7 +223,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Race Laps",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the number of laps for the race",
|
||||
"Keywords":"race,laps",
|
||||
"FieldName":"RACE_LAPS",
|
||||
@ -236,7 +236,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Race Wait Time",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the period of time before the start of the session",
|
||||
"Keywords":"race,wait,time",
|
||||
"FieldName":"RACE_WAIT_TIME",
|
||||
@ -250,7 +250,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Race Over Time",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Time remaining to finish the race from the moment the first player passes the finish line",
|
||||
"Keywords":"race,over,time",
|
||||
"FieldName":"SERVER_RACE_OVER_TIME",
|
||||
@ -265,7 +265,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Race Join Status",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the join status for the race",
|
||||
"Keywords":"race,join,open",
|
||||
"FieldName":"RACE_IS_OPEN",
|
||||
@ -282,7 +282,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Qualifying Session Name",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the name of the qualifying session",
|
||||
"Keywords":"qualify,name",
|
||||
"FieldName":"QUALIFY_NAME",
|
||||
@ -295,7 +295,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Qualifying Session Time",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the period of time for the qualifying session",
|
||||
"Keywords":"qualify,time",
|
||||
"FieldName":"QUALIFY_TIME",
|
||||
@ -309,7 +309,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Qualifying Session Join Status",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the join status for the qualifying session",
|
||||
"Keywords":"qualify,join,open",
|
||||
"FieldName":"QUALIFY_IS_OPEN",
|
||||
@ -325,7 +325,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Practice Session Name",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the name of the practice session",
|
||||
"Keywords":"practice,name",
|
||||
"FieldName":"PRACTICE_NAME",
|
||||
@ -338,7 +338,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Practice Session Time",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the period of time for the practice session",
|
||||
"Keywords":"practice,time",
|
||||
"FieldName":"PRACTICE_TIME",
|
||||
@ -352,7 +352,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Practice Session Join Status",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the join status for the practice session",
|
||||
"Keywords":"practice,join,open",
|
||||
"FieldName":"PRACTICE_IS_OPEN",
|
||||
@ -368,7 +368,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Loop Mode",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"If enabled, the server restarts from the first track",
|
||||
"Keywords":"loop,mode",
|
||||
"FieldName":"SERVER_LOOP_MODE",
|
||||
@ -385,7 +385,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Fuel Rate",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the fuel usage rate. 0 = no fuel usage, 100 = a realistic rate",
|
||||
"Keywords":"fuel,rate",
|
||||
"FieldName":"SERVER_FUEL_RATE",
|
||||
@ -401,7 +401,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Damage Multiplier",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the damage multiplier",
|
||||
"Keywords":"damage,multiplier",
|
||||
"FieldName":"SERVER_DAMAGE_MULTIPLIER",
|
||||
@ -417,7 +417,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Tyre Types Allowed",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Semi-colon separated list of tyre shortnames that are allowed on the server. Select from SV, ST, SM, SS, S, M, H, SH, HR, I, V",
|
||||
"Keywords":"legal,tyres",
|
||||
"FieldName":"SERVER_LEGAL_TYRES",
|
||||
@ -432,7 +432,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Tyre Wear Rate",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the tyre wear usage rate. 0 = no tyre wear, 100 = a realistic rate",
|
||||
"Keywords":"tyre,wear,rate",
|
||||
"FieldName":"SERVER_TYRE_WEAR_RATE",
|
||||
@ -448,7 +448,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Tyre Blankets",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"If enabled, tyres will have optimal temperature at the start of a session and after a pitstop",
|
||||
"Keywords":"tyre,blankets",
|
||||
"FieldName":"SERVER_TYRE_BLANKETS_ALLOWED",
|
||||
@ -464,7 +464,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Allowed Tyres Out Number",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the number of tyres allowed to be off-track without invalidating a lap",
|
||||
"Keywords":"tyres,out",
|
||||
"FieldName":"SERVER_ALLOWED_TYRES_OUT",
|
||||
@ -478,7 +478,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Allow Anti-lock Braking System",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets whether anti-lock braking system is allowed",
|
||||
"Keywords":"abs,anti-lock,braking",
|
||||
"FieldName":"SERVER_ABS_ALLOWED",
|
||||
@ -496,7 +496,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Allow Traction Control",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets whether traction control is allowed",
|
||||
"Keywords":"tc,traction,control",
|
||||
"FieldName":"SERVER_TC_ALLOWED",
|
||||
@ -514,7 +514,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Stability Assist",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"If enabled, stability assist will apply",
|
||||
"Keywords":"stability,assist",
|
||||
"FieldName":"SERVER_STABILITY_ALLOWED",
|
||||
@ -530,7 +530,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Autoclutch Assist",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"If enabled, autoclutch assist will apply",
|
||||
"Keywords":"auto,clutch,assist",
|
||||
"FieldName":"SERVER_AUTOCLUTCH_ALLOWED",
|
||||
@ -546,7 +546,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Virtual Mirror",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"If enabled, a virtual mirror will be enabled for every player",
|
||||
"Keywords":"force,virtual,mirror",
|
||||
"FieldName":"SERVER_FORCE_VIRTUAL_MIRROR",
|
||||
@ -562,7 +562,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Sun Position Angle",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the angle of the position of the sun",
|
||||
"Keywords":"sun,angle",
|
||||
"FieldName":"SERVER_SUN_ANGLE",
|
||||
@ -577,7 +577,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Session Starting Grip",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the percentage level of grip at the start of the session",
|
||||
"Keywords":"session,start,grip",
|
||||
"FieldName":"DYNAMIC_TRACK_SESSION_START",
|
||||
@ -594,7 +594,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Session Starting Grip Randomness",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the level of randomness added to the session starting grip",
|
||||
"Keywords":"session,start,grip,random",
|
||||
"FieldName":"DYNAMIC_TRACK_RANDOMNESS",
|
||||
@ -609,7 +609,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Laps for Grip Gain",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets the number of laps needed to add 1% grip",
|
||||
"Keywords":"grip,gain,laps",
|
||||
"FieldName":"DYNAMIC_TRACK_LAP_GAIN",
|
||||
@ -623,7 +623,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName":"Grip Session Transfer",
|
||||
"Category":"Gameplay Settings",
|
||||
"Category":"AC Gameplay Settings",
|
||||
"Description":"Sets how much of the gained grip is to be added to the next session (as a percentage). 100 = all of the gained grip",
|
||||
"Keywords":"grip,gain,session,transfer",
|
||||
"FieldName":"DYNAMIC_TRACK_SESSION_TRANSFER",
|
||||
|
Loading…
Reference in New Issue
Block a user