mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 18:14:17 +02:00
Merge branch 'revert-5dd448ed' into 'master'
Revert "Diff config" See merge request eco/server-config!16
This commit is contained in:
commit
b77f5b2ba2
9 changed files with 3476 additions and 1884 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"Enabled": true,
|
||||
"MaxBackupsInLastHour": 2,
|
||||
"MaxBackupsInLastHour": 3,
|
||||
"MaxHourlyBackups": 24,
|
||||
"MaxDailyBackups": 3,
|
||||
"MaxDailyBackups": 7,
|
||||
"MaxWeeklyBackups": 10,
|
||||
"BackupFrequencyInHours": 0.5,
|
||||
"HeadBackupEnabled": false
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
"CollaborationPreset": "MediumCollaboration",
|
||||
"UnlearnRefundRate": 0.5,
|
||||
"SpecialtyCostMultiplier": 1.0,
|
||||
"SkillGainMultiplier": 1.0,
|
||||
"SpecialtyExperienceDivisor": 20.0,
|
||||
"SkillGainMultiplier": 1.5,
|
||||
"SpecialtyExperiencePerLevel": 25.0,
|
||||
"PlayerExperiencePerSpecialtyExperience": 0.0
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"CreateMeteor": true,
|
||||
"MeteorImpactDays": 30.0
|
||||
}
|
||||
"MeteorImpactDays": 45.0
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"Language": "English"
|
||||
"Language": "French"
|
||||
}
|
|
@ -1,16 +1,18 @@
|
|||
{
|
||||
"PublicServer": false,
|
||||
"Playtime": "",
|
||||
"DiscordAddress": "",
|
||||
"Password": "",
|
||||
"Description": "",
|
||||
"DetailedDescription": "",
|
||||
"ServerCategory": "None",
|
||||
"IPAddress": "Any",
|
||||
"RemoteAddress": "",
|
||||
"GameServerPort": 3000,
|
||||
"WebServerPort": 3001,
|
||||
"Rate": 20,
|
||||
"MaxConnections": -1,
|
||||
"UPnPEnabled": true
|
||||
}
|
||||
{
|
||||
"PublicServer": true,
|
||||
"Playtime": "",
|
||||
"DiscordAddress": "https://discord.gg/YngMK69",
|
||||
"Password": "",
|
||||
"Description": "[<color=#000000>B<color=#FDDA24>E<color=#EF3340>L<color=#ffffff>/<color=#0055A4>F<color=#FFFFFF>R<color=#EF4135>A<color=#ffffff>]<b><color=#ffffff>Cresi",
|
||||
"DetailedDescription": "Serveur Belgo-Francais, serveur Discord ouvert.<br>Monde réparti en plusieurs villages unifié par un centre-ville.<br>A votre première connexion rejoignez un village pour vous etablir.<br><br>La construction / recolte est bloqué hors des villages<br>Serveur sur candidature. Merci de joindre le discord pour choisir un village.",
|
||||
"ServerCategory": "Established",
|
||||
"IPAddress": "Any",
|
||||
"RemoteAddress": "eco.cresi.be",
|
||||
"GameServerPort": 3000,
|
||||
"WebServerPort": 3001,
|
||||
"Rate": 20,
|
||||
"MaxConnections": -1,
|
||||
"ID": "1dd4ddb3-0d5c-4cd3-93c6-9d06afb26020",
|
||||
"Passport": "9aebdac6-0a9f-4dd8-8d35-4832b61e4e06",
|
||||
"UPnPEnabled": false
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"Paused": false,
|
||||
"UnpauseAtFirstLogin": true
|
||||
{
|
||||
"Paused": false,
|
||||
"UnpauseAtFirstLogin": true
|
||||
}
|
|
@ -1,137 +1,147 @@
|
|||
{
|
||||
"UseWaste": false,
|
||||
"MaxRepFromOnPerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||
"WhiteList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Admins": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Reputations": {
|
||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||
"$values": [
|
||||
{
|
||||
"MaxReputation": -500.0,
|
||||
"Title": "Reprehensible",
|
||||
"Color": "FF4623"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -200.0,
|
||||
"Title": "Abhorred",
|
||||
"Color": "FF5A24"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -100.0,
|
||||
"Title": "Nefarious",
|
||||
"Color": "FF7025"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -50.0,
|
||||
"Title": "Shunned",
|
||||
"Color": "FFA028"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -20.0,
|
||||
"Title": "Ill-Regarded",
|
||||
"Color": "FFC32A"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -10.0,
|
||||
"Title": "Unfavorable",
|
||||
"Color": "FFF62D"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -5.0,
|
||||
"Title": "Questionable",
|
||||
"Color": "E8EB43"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -2.0,
|
||||
"Title": "Uncertain",
|
||||
"Color": "B2CE76"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -1.0,
|
||||
"Title": "Unknown",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1.0,
|
||||
"Title": "Unknown",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 2.0,
|
||||
"Title": "Helpful",
|
||||
"Color": "2899FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 5.0,
|
||||
"Title": "Respected",
|
||||
"Color": "2EB6FC"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 10.0,
|
||||
"Title": "Friendly",
|
||||
"Color": "34D4FA"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 20.0,
|
||||
"Title": "Well-Regarded",
|
||||
"Color": "3DFFF8"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 50.0,
|
||||
"Title": "Esteemed",
|
||||
"Color": "51FFB7"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 100.0,
|
||||
"Title": "Celebrated",
|
||||
"Color": "61FF82"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 200.0,
|
||||
"Title": "Honored",
|
||||
"Color": "70FF4F"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 500.0,
|
||||
"Title": "Revered",
|
||||
"Color": "77FF37"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1000.0,
|
||||
"Title": "Exalted",
|
||||
"Color": "7BFF29"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"UnStuckDisableTime": 60.0,
|
||||
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||
"NearbyFoodSpawnCount": 5,
|
||||
"UseExactSpawnLocation": false,
|
||||
"SpawnNearbyFoodLocation": {
|
||||
"x": 609,
|
||||
"y": 63,
|
||||
"z": 698
|
||||
}
|
||||
}
|
||||
{
|
||||
"UseWaste": false,
|
||||
"MaxRepFromOnPerson": 30.0,
|
||||
"MinRepFromOnePerson": -10.0,
|
||||
"AllowDebugCalls": false,
|
||||
"AdminCommandsLoggingLevel": "LogFileAndNotifyEveryone",
|
||||
"WhiteList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": [
|
||||
"76561198011452073",
|
||||
"76561198046374237",
|
||||
"76561198008873235",
|
||||
"76561197987298887"
|
||||
]
|
||||
}
|
||||
},
|
||||
"BlackList": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": []
|
||||
}
|
||||
},
|
||||
"Admins": {
|
||||
"System.String": {
|
||||
"$type": "System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib",
|
||||
"$values": [
|
||||
"76561198011452073",
|
||||
"76561198046374237",
|
||||
"76561198008873235",
|
||||
"76561197987298887"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Reputations": {
|
||||
"Eco.Gameplay.Economy.ReputationTitle": {
|
||||
"$type": "System.Collections.Generic.List`1[[Eco.Gameplay.Economy.ReputationTitle, Eco.Gameplay]], mscorlib",
|
||||
"$values": [
|
||||
{
|
||||
"MaxReputation": -500.0,
|
||||
"Title": "Blamable",
|
||||
"Color": "FF4623"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -200.0,
|
||||
"Title": "Abhorree",
|
||||
"Color": "FF5A24"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -100.0,
|
||||
"Title": "Abominable",
|
||||
"Color": "FF7025"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -50.0,
|
||||
"Title": "Eviter",
|
||||
"Color": "FFA028"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -20.0,
|
||||
"Title": "Mal-considere",
|
||||
"Color": "FFC32A"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -10.0,
|
||||
"Title": "Defavorable",
|
||||
"Color": "FFF62D"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -5.0,
|
||||
"Title": "Disputable",
|
||||
"Color": "E8EB43"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -2.0,
|
||||
"Title": "Incertain",
|
||||
"Color": "B2CE76"
|
||||
},
|
||||
{
|
||||
"MaxReputation": -1.0,
|
||||
"Title": "Inconnu",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1.0,
|
||||
"Title": "Inconnu",
|
||||
"Color": "2581FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 2.0,
|
||||
"Title": "Utile",
|
||||
"Color": "2899FE"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 5.0,
|
||||
"Title": "Respecte",
|
||||
"Color": "2EB6FC"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 10.0,
|
||||
"Title": "Ammical",
|
||||
"Color": "34D4FA"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 20.0,
|
||||
"Title": "Bien-considere",
|
||||
"Color": "3DFFF8"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 50.0,
|
||||
"Title": "Estime",
|
||||
"Color": "51FFB7"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 100.0,
|
||||
"Title": "Celebre",
|
||||
"Color": "61FF82"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 200.0,
|
||||
"Title": "Honore",
|
||||
"Color": "70FF4F"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 500.0,
|
||||
"Title": "Venere",
|
||||
"Color": "77FF37"
|
||||
},
|
||||
{
|
||||
"MaxReputation": 1000.0,
|
||||
"Title": "Exalte",
|
||||
"Color": "7BFF29"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"UnStuckDisableTime": 60.0,
|
||||
"DelayNearbyFoodCheckMinutes": 4.0,
|
||||
"NearbyFoodSpawnLocationRadius": 20.0,
|
||||
"NearbyFoodSpawnCount": 5,
|
||||
"UseExactSpawnLocation": true,
|
||||
"SpawnNearbyFoodLocation": {
|
||||
"x": 1,
|
||||
"y": 63,
|
||||
"z": 1
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"ServerVoiceIdentifier": "5478f0bf-3c60-4222-b648-e5405d2b0841"
|
||||
}
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue