1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Replace rc_static_data with general CDN implementation

This commit is contained in:
NG (Graham)
2025-05-24 13:42:53 -04:00
parent 4f0bcde7d8
commit e7de53929d
16 changed files with 553 additions and 141 deletions

View File

@@ -0,0 +1,47 @@
{
"MaintenanceMode": "false",
"MaintenanceRegex": "",
"EacEnabled": "true",
"MinimumVersion": "2855",
"PhotonSocialServer": "rc-backend.servers.robocraftgame.com:4534",
"PhotonServicesServer": "rc-backend.servers.robocraftgame.com:4532",
"PhotonChatServer": "rc-backend.servers.robocraftgame.com:4530",
"PhotonSinglePlayerServer": "rc-backend.servers.robocraftgame.com:4536",
"GameplayServerServiceAddress": "rc-backend.servers.robocraftgame.com:4538",
"PhotonLobbyServer": "rc-backend.servers.robocraftgame.com:4540",
"ErrorLogAddress": "logs.freejamgames.com:4561",
"ServerErrorLogAddress": "logs.freejamgames.com:4562",
"authUrl": "http://127.0.0.1:8001/",
"paymentUrl": "http://127.0.0.1:8011/",
"enterBattleLogGenerationTimeout": "60",
"GameServerConnectionTestTimeout": 10,
"AvatarCdnUrl": "https://rc-cdn-images.robocraftgame.com/customavatar/Live/",
"ClanAvatarCdnUrl": "https://rc-cdn-images.robocraftgame.com/clanavatar/Live/",
"FeatureThrottlerOnPercent": "100",
"EmailCaptureEnabled": "true",
"UnreliableMessages": "true",
"MessageQueueEnabled": "true",
"BrawlDataUrl": "https://rc-cdn-images.robocraftgame.com/brawldata/Live/",
"CampaignDataUrl": "https://rc-cdn-images.robocraftgame.com/campaigndata/Live/",
"LeaderboardsUrl": "https://leaderboards.robocraftgame.com",
"NetworkChannelTypes": "3113",
"MaxSentMessageQueueSize": 64,
"IsAcksLong": 1,
"NetworkDropThreshold": 80,
"PacketSize": 1200,
"MaxPacketSize": 5888,
"MaxCombinedReliableMessageCount": 20,
"MaxCombinedReliableMessageSize": 200,
"MaxDelay": 1,
"OverflowThreshold": 10,
"MinUpdateTimeout": 1,
"DevMessageRefresh": 60,
"MaintenanceRefresh": 30,
"SaveRequestOnPhoton": "false",
"UseS3System": "true",
"authMigrationUrl": "http://88.150.159.132:3000/auth-migration",
"xsollaEnabled": "true",
"MaintenanceMessage": "Robocraft is currently undergoing server maintenance. ",
"DevMessage": "NGnius says hello",
"DevMessageDisplayTime": "10"
}