Browse Source

Merge pull request #47 from xtoor/master

Map Grid Files and Config
pull/48/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
869b0025af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ATLASDedicatedServer/GameUserSettings.ini
  2. 65
      ATLASDedicatedServer/ServerGrid.ServerOnly.json
  3. 1288
      ATLASDedicatedServer/ServerGrid.json
  4. BIN
      ATLASDedicatedServer/ServerGrid/CellImg_0-0.jpg
  5. BIN
      ATLASDedicatedServer/ServerGrid/MapImg.jpg

4
ATLASDedicatedServer/GameUserSettings.ini

@ -194,11 +194,11 @@ TribeJoinInterval=10.000000
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_TekATV_C",EngramIndex=-1289761600,EngramHidden=True,EngramPointsCost=10,EngramLevelRequirement=0,RemoveEngramPreReq=True)
[SessionSettings]
SessionName=Caribbean Isles
SessionName=Powered by LinuxGSM
[/Script/Engine.GameSession]
MaxPlayers=50
ReservedPlayerSlots=10
[MessageOfTheDay]
Message=Welcome to the dangerous caribbean sea!
Message=Welcome to the adventure of your life!

65
ATLASDedicatedServer/ServerGrid.ServerOnly.json

@ -0,0 +1,65 @@
{
"LocalS3URL": "",
"LocalS3AccessKeyId": "",
"LocalS3SecretKey": "",
"LocalS3BucketName": "",
"LocalS3Region": "",
"TribeLogConfig": {
"MaxRedisEntries": 1000,
"BackupMode": "off",
"MaxFileHistory": 10,
"HttpBackupURL": "",
"HttpAPIKey": "",
"S3KeyPrefix": ""
},
"SharedLogConfig": {
"FetchRateSec": 60,
"SnapshotCleanupSec": 900,
"SnapshotRateSec": 1800,
"SnapshotExpirationHours": 48,
"BackupMode": "off",
"MaxFileHistory": 10,
"HttpBackupURL": "",
"HttpAPIKey": "",
"S3KeyPrefix": ""
},
"TravelDataConfig": {
"BackupMode": "off",
"MaxFileHistory": 10,
"HttpBackupURL": "",
"HttpAPIKey": "",
"S3KeyPrefix": ""
},
"DatabaseConnections": [
{
"Name": "Default",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "foobared"
},
{
"Name": "TribeDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "foobared"
},
{
"Name": "TravelDataDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "foobared"
},
{
"Name": "TerritoryDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "foobared"
},
{
"Name": "LogDB",
"URL": "127.0.0.1",
"Port": 6379,
"Password": "foobared"
}
]
}

1288
ATLASDedicatedServer/ServerGrid.json

File diff suppressed because it is too large

BIN
ATLASDedicatedServer/ServerGrid/CellImg_0-0.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 KiB

BIN
ATLASDedicatedServer/ServerGrid/MapImg.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Loading…
Cancel
Save