[+] TEngineServer

[+] TEngineServer
This commit is contained in:
ALEXTANG
2023-07-13 17:17:26 +08:00
parent a69f53592e
commit 0c8f3a5f92
790 changed files with 52737 additions and 2533 deletions

View File

@@ -0,0 +1,12 @@
{
"List": [
{
"Id": 16383,
"SceneType": "ClientNetwork",
"Name": "ClientNetwork",
"NetworkProtocol": "KCP",
"RemoteAddress": "192.168.31.37:20000",
"Platform": "Unity"
},
]
}

View File

@@ -0,0 +1,11 @@
{
"List": [
{
"Id": 1,
"OuterIP": "127.0.0.1",
"OuterBindIP": "127.0.0.1",
"InnerBindIP": "127.0.0.1",
"ManagementPort": 20000
}
]
}

View File

@@ -0,0 +1,44 @@
{
"List": [
{
"Id": 1,
"EntityId": 17246978048,
"RouteId": 1024,
"WorldId": 0,
"SceneType": "Gate",
"Name": "Gate",
"NetworkProtocol": "KCP",
"OuterPort": 20000
},
{
"Id": 2,
"EntityId": 34493956096,
"RouteId": 2048,
"WorldId": 0,
"SceneType": "Addressable",
"Name": "Addressable1",
"NetworkProtocol": null,
"OuterPort": 0
},
{
"Id": 4,
"EntityId": 68920803328,
"RouteId": 3072,
"WorldId": 0,
"SceneType": "Map",
"Name": "Map1",
"NetworkProtocol": null,
"OuterPort": 0
},
{
"Id": 5,
"EntityId": 86167781376,
"RouteId": 4096,
"WorldId": 0,
"SceneType": "Chat",
"Name": "Chat",
"NetworkProtocol": null,
"OuterPort": 0
}
]
}

View File

@@ -0,0 +1,28 @@
{
"List": [
{
"Id": 1024,
"MachineId": 1,
"InnerPort": 11001,
"ReleaseMode": false
},
{
"Id": 2048,
"MachineId": 1,
"InnerPort": 11002,
"ReleaseMode": false
},
{
"Id": 3072,
"MachineId": 1,
"InnerPort": 11003,
"ReleaseMode": false
},
{
"Id": 4096,
"MachineId": 1,
"InnerPort": 11004,
"ReleaseMode": false
}
]
}

View File

@@ -0,0 +1,12 @@
{
"List": [
{
"Id": 1,
"WorldName": "测试服",
"DbConnection": "mongodb://root:root@127.0.0.1",
"DbName": "tengine_main",
"DbType": "MongoDB",
"IsGameWorld": true
}
]
}