mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] 接入ET8服务端
[+] 接入ET8服务端
This commit is contained in:
5
Config/Json/s/AIConfig.txt
Normal file
5
Config/Json/s/AIConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[101, {"_t":"AIConfig","_id":101,"AIConfigId":1,"Order":1,"Name":"AI_Attack","NodeParams":[]}],
|
||||
[102, {"_t":"AIConfig","_id":102,"AIConfigId":1,"Order":2,"Name":"AI_XunLuo","NodeParams":[]}],
|
||||
[201, {"_t":"AIConfig","_id":201,"AIConfigId":2,"Order":1,"Name":"AI_XunLuo","NodeParams":[]}],
|
||||
]}
|
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"}],
|
||||
]}
|
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartProcessConfig","_id":1,"MachineId":1}],
|
||||
[2, {"_t":"StartProcessConfig","_id":2,"MachineId":1}],
|
||||
[3, {"_t":"StartProcessConfig","_id":3,"MachineId":1}],
|
||||
]}
|
5
Config/Json/s/StartConfig/Benchmark/StartSceneConfig.txt
Normal file
5
Config/Json/s/StartConfig/Benchmark/StartSceneConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartSceneConfig","_id":1,"Process":1,"Zone":1,"SceneType":"BenchmarkServer","Name":"BenchmarkServer","Port":30001}],
|
||||
[2, {"_t":"StartSceneConfig","_id":2,"Process":2,"Zone":1,"SceneType":"BenchmarkClient","Name":"BenchmarkClient1","Port":30002}],
|
||||
[3, {"_t":"StartSceneConfig","_id":3,"Process":3,"Zone":1,"SceneType":"BenchmarkClient","Name":"BenchmarkClient2","Port":30003}],
|
||||
]}
|
3
Config/Json/s/StartConfig/Benchmark/StartZoneConfig.txt
Normal file
3
Config/Json/s/StartConfig/Benchmark/StartZoneConfig.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartZoneConfig","_id":1,"DBConnection":"mongodb://127.0.0.1","DBName":"ET1"}],
|
||||
]}
|
3
Config/Json/s/StartConfig/Demo/StartMachineConfig.txt
Normal file
3
Config/Json/s/StartConfig/Demo/StartMachineConfig.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"}],
|
||||
]}
|
3
Config/Json/s/StartConfig/Demo/StartProcessConfig.txt
Normal file
3
Config/Json/s/StartConfig/Demo/StartProcessConfig.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartProcessConfig","_id":1,"MachineId":1,"InnerPort":20101}],
|
||||
]}
|
14
Config/Json/s/StartConfig/Demo/StartSceneConfig.txt
Normal file
14
Config/Json/s/StartConfig/Demo/StartSceneConfig.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartSceneConfig","_id":1,"Process":1,"Zone":1,"SceneType":"Realm","Name":"Realm","OuterPort":30002}],
|
||||
[2, {"_t":"StartSceneConfig","_id":2,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate1","OuterPort":30003}],
|
||||
[3, {"_t":"StartSceneConfig","_id":3,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate2","OuterPort":30004}],
|
||||
[4, {"_t":"StartSceneConfig","_id":4,"Process":1,"Zone":1,"SceneType":"Location","Name":"Location","OuterPort":0}],
|
||||
[5, {"_t":"StartSceneConfig","_id":5,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map1","OuterPort":0}],
|
||||
[6, {"_t":"StartSceneConfig","_id":6,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map2","OuterPort":0}],
|
||||
[200, {"_t":"StartSceneConfig","_id":200,"Process":1,"Zone":2,"SceneType":"Robot","Name":"Robot01","OuterPort":0}],
|
||||
[300, {"_t":"StartSceneConfig","_id":300,"Process":1,"Zone":3,"SceneType":"RouterManager","Name":"RouterManager","OuterPort":30300}],
|
||||
[301, {"_t":"StartSceneConfig","_id":301,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router01","OuterPort":30301}],
|
||||
[302, {"_t":"StartSceneConfig","_id":302,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router02","OuterPort":30302}],
|
||||
[303, {"_t":"StartSceneConfig","_id":303,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router03","OuterPort":30303}],
|
||||
[304, {"_t":"StartSceneConfig","_id":304,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router04","OuterPort":30304}],
|
||||
]}
|
5
Config/Json/s/StartConfig/Demo/StartZoneConfig.txt
Normal file
5
Config/Json/s/StartConfig/Demo/StartZoneConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartZoneConfig","_id":1,"DBConnection":"mongodb://127.0.0.1","DBName":"ET1"}],
|
||||
[2, {"_t":"StartZoneConfig","_id":2,"DBConnection":"","DBName":""}],
|
||||
[3, {"_t":"StartZoneConfig","_id":3,"DBConnection":"","DBName":""}],
|
||||
]}
|
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"}],
|
||||
]}
|
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartProcessConfig","_id":1,"MachineId":1}],
|
||||
]}
|
15
Config/Json/s/StartConfig/Localhost/StartSceneConfig.txt
Normal file
15
Config/Json/s/StartConfig/Localhost/StartSceneConfig.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartSceneConfig","_id":1,"Process":1,"Zone":1,"SceneType":"NetInner","Name":"NetInner","Port":30001}],
|
||||
[2, {"_t":"StartSceneConfig","_id":2,"Process":1,"Zone":1,"SceneType":"Realm","Name":"Realm","Port":30002}],
|
||||
[3, {"_t":"StartSceneConfig","_id":3,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate1","Port":30003}],
|
||||
[4, {"_t":"StartSceneConfig","_id":4,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate2","Port":30004}],
|
||||
[5, {"_t":"StartSceneConfig","_id":5,"Process":1,"Zone":1,"SceneType":"Location","Name":"Location","Port":0}],
|
||||
[6, {"_t":"StartSceneConfig","_id":6,"Process":1,"Zone":1,"SceneType":"Match","Name":"Match","Port":0}],
|
||||
[7, {"_t":"StartSceneConfig","_id":7,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map1","Port":0}],
|
||||
[8, {"_t":"StartSceneConfig","_id":8,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map2","Port":0}],
|
||||
[300, {"_t":"StartSceneConfig","_id":300,"Process":1,"Zone":3,"SceneType":"RouterManager","Name":"RouterManager","Port":30300}],
|
||||
[301, {"_t":"StartSceneConfig","_id":301,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router01","Port":30301}],
|
||||
[302, {"_t":"StartSceneConfig","_id":302,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router02","Port":30302}],
|
||||
[303, {"_t":"StartSceneConfig","_id":303,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router03","Port":30303}],
|
||||
[304, {"_t":"StartSceneConfig","_id":304,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router04","Port":30304}],
|
||||
]}
|
5
Config/Json/s/StartConfig/Localhost/StartZoneConfig.txt
Normal file
5
Config/Json/s/StartConfig/Localhost/StartZoneConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartZoneConfig","_id":1,"DBConnection":"mongodb://127.0.0.1","DBName":"ET1"}],
|
||||
[2, {"_t":"StartZoneConfig","_id":2,"DBConnection":"","DBName":""}],
|
||||
[3, {"_t":"StartZoneConfig","_id":3,"DBConnection":"","DBName":""}],
|
||||
]}
|
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"}],
|
||||
]}
|
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartProcessConfig","_id":1,"MachineId":1,"InnerPort":20101}],
|
||||
]}
|
17
Config/Json/s/StartConfig/LockStep/StartSceneConfig.txt
Normal file
17
Config/Json/s/StartConfig/LockStep/StartSceneConfig.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartSceneConfig","_id":1,"Process":1,"Zone":1,"SceneType":"Realm","Name":"Realm","OuterPort":30002}],
|
||||
[2, {"_t":"StartSceneConfig","_id":2,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate1","OuterPort":30003}],
|
||||
[3, {"_t":"StartSceneConfig","_id":3,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate2","OuterPort":30004}],
|
||||
[4, {"_t":"StartSceneConfig","_id":4,"Process":1,"Zone":1,"SceneType":"Location","Name":"Location","OuterPort":0}],
|
||||
[5, {"_t":"StartSceneConfig","_id":5,"Process":1,"Zone":1,"SceneType":"Match","Name":"Match","OuterPort":0}],
|
||||
[6, {"_t":"StartSceneConfig","_id":6,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map1","OuterPort":0}],
|
||||
[7, {"_t":"StartSceneConfig","_id":7,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map2","OuterPort":0}],
|
||||
[8, {"_t":"StartSceneConfig","_id":8,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map3","OuterPort":0}],
|
||||
[9, {"_t":"StartSceneConfig","_id":9,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map4","OuterPort":0}],
|
||||
[200, {"_t":"StartSceneConfig","_id":200,"Process":1,"Zone":2,"SceneType":"Robot","Name":"Robot01","OuterPort":0}],
|
||||
[300, {"_t":"StartSceneConfig","_id":300,"Process":1,"Zone":3,"SceneType":"RouterManager","Name":"RouterManager","OuterPort":30300}],
|
||||
[301, {"_t":"StartSceneConfig","_id":301,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router01","OuterPort":30301}],
|
||||
[302, {"_t":"StartSceneConfig","_id":302,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router02","OuterPort":30302}],
|
||||
[303, {"_t":"StartSceneConfig","_id":303,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router03","OuterPort":30303}],
|
||||
[304, {"_t":"StartSceneConfig","_id":304,"Process":1,"Zone":3,"SceneType":"Router","Name":"Router04","OuterPort":30304}],
|
||||
]}
|
5
Config/Json/s/StartConfig/LockStep/StartZoneConfig.txt
Normal file
5
Config/Json/s/StartConfig/LockStep/StartZoneConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartZoneConfig","_id":1,"DBConnection":"mongodb://127.0.0.1","DBName":"ET1"}],
|
||||
[2, {"_t":"StartZoneConfig","_id":2,"DBConnection":"","DBName":""}],
|
||||
[3, {"_t":"StartZoneConfig","_id":3,"DBConnection":"","DBName":""}],
|
||||
]}
|
3
Config/Json/s/StartConfig/Release/StartMachineConfig.txt
Normal file
3
Config/Json/s/StartConfig/Release/StartMachineConfig.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"}],
|
||||
]}
|
5
Config/Json/s/StartConfig/Release/StartProcessConfig.txt
Normal file
5
Config/Json/s/StartConfig/Release/StartProcessConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartProcessConfig","_id":1,"MachineId":1}],
|
||||
[2, {"_t":"StartProcessConfig","_id":2,"MachineId":1}],
|
||||
[3, {"_t":"StartProcessConfig","_id":3,"MachineId":1}],
|
||||
]}
|
15
Config/Json/s/StartConfig/Release/StartSceneConfig.txt
Normal file
15
Config/Json/s/StartConfig/Release/StartSceneConfig.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartSceneConfig","_id":1,"Process":1,"Zone":1,"SceneType":"NetInner","Name":"NetInner","Port":30001}],
|
||||
[3, {"_t":"StartSceneConfig","_id":3,"Process":1,"Zone":1,"SceneType":"Realm","Name":"Realm","Port":30002}],
|
||||
[4, {"_t":"StartSceneConfig","_id":4,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate1","Port":30003}],
|
||||
[5, {"_t":"StartSceneConfig","_id":5,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate2","Port":30004}],
|
||||
[11, {"_t":"StartSceneConfig","_id":11,"Process":2,"Zone":1,"SceneType":"NetInner","Name":"NetInner2","Port":30011}],
|
||||
[12, {"_t":"StartSceneConfig","_id":12,"Process":2,"Zone":1,"SceneType":"Location","Name":"Location","Port":0}],
|
||||
[13, {"_t":"StartSceneConfig","_id":13,"Process":2,"Zone":1,"SceneType":"Map","Name":"Map1","Port":0}],
|
||||
[14, {"_t":"StartSceneConfig","_id":14,"Process":2,"Zone":1,"SceneType":"Map","Name":"Map2","Port":0}],
|
||||
[30, {"_t":"StartSceneConfig","_id":30,"Process":3,"Zone":3,"SceneType":"RouterManager","Name":"RouterManager","Port":30300}],
|
||||
[31, {"_t":"StartSceneConfig","_id":31,"Process":3,"Zone":3,"SceneType":"Router","Name":"Router01","Port":30301}],
|
||||
[32, {"_t":"StartSceneConfig","_id":32,"Process":3,"Zone":3,"SceneType":"Router","Name":"Router02","Port":30302}],
|
||||
[33, {"_t":"StartSceneConfig","_id":33,"Process":3,"Zone":3,"SceneType":"Router","Name":"Router03","Port":30303}],
|
||||
[34, {"_t":"StartSceneConfig","_id":34,"Process":3,"Zone":3,"SceneType":"Router","Name":"Router04","Port":30304}],
|
||||
]}
|
4
Config/Json/s/StartConfig/Release/StartZoneConfig.txt
Normal file
4
Config/Json/s/StartConfig/Release/StartZoneConfig.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartZoneConfig","_id":1,"DBConnection":"mongodb://127.0.0.1","DBName":"ET1"}],
|
||||
[2, {"_t":"StartZoneConfig","_id":2,"DBConnection":"mongodb://127.0.0.1","DBName":"ET2"}],
|
||||
]}
|
@@ -0,0 +1,3 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"}],
|
||||
]}
|
@@ -0,0 +1,9 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartProcessConfig","_id":1,"MachineId":1}],
|
||||
[2, {"_t":"StartProcessConfig","_id":2,"MachineId":1}],
|
||||
[3, {"_t":"StartProcessConfig","_id":3,"MachineId":1}],
|
||||
[4, {"_t":"StartProcessConfig","_id":4,"MachineId":1}],
|
||||
[5, {"_t":"StartProcessConfig","_id":5,"MachineId":1}],
|
||||
[6, {"_t":"StartProcessConfig","_id":6,"MachineId":1}],
|
||||
[7, {"_t":"StartProcessConfig","_id":7,"MachineId":1}],
|
||||
]}
|
15
Config/Json/s/StartConfig/RouterTest/StartSceneConfig.txt
Normal file
15
Config/Json/s/StartConfig/RouterTest/StartSceneConfig.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartSceneConfig","_id":1,"Process":1,"Zone":1,"SceneType":"NetInner","Name":"NetInner","Port":30001}],
|
||||
[3, {"_t":"StartSceneConfig","_id":3,"Process":1,"Zone":1,"SceneType":"Realm","Name":"Realm","Port":30002}],
|
||||
[4, {"_t":"StartSceneConfig","_id":4,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate1","Port":30003}],
|
||||
[5, {"_t":"StartSceneConfig","_id":5,"Process":1,"Zone":1,"SceneType":"Gate","Name":"Gate2","Port":30004}],
|
||||
[6, {"_t":"StartSceneConfig","_id":6,"Process":1,"Zone":1,"SceneType":"Location","Name":"Location","Port":0}],
|
||||
[7, {"_t":"StartSceneConfig","_id":7,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map1","Port":0}],
|
||||
[8, {"_t":"StartSceneConfig","_id":8,"Process":1,"Zone":1,"SceneType":"Map","Name":"Map2","Port":0}],
|
||||
[200, {"_t":"StartSceneConfig","_id":200,"Process":2,"Zone":2,"SceneType":"Robot","Name":"Robot01","Port":0}],
|
||||
[400, {"_t":"StartSceneConfig","_id":400,"Process":3,"Zone":3,"SceneType":"RouterManager","Name":"RouterManager","Port":30300}],
|
||||
[401, {"_t":"StartSceneConfig","_id":401,"Process":4,"Zone":3,"SceneType":"Router","Name":"Router01","Port":30301}],
|
||||
[402, {"_t":"StartSceneConfig","_id":402,"Process":5,"Zone":3,"SceneType":"Router","Name":"Router02","Port":30302}],
|
||||
[403, {"_t":"StartSceneConfig","_id":403,"Process":6,"Zone":3,"SceneType":"Router","Name":"Router03","Port":30303}],
|
||||
[404, {"_t":"StartSceneConfig","_id":404,"Process":7,"Zone":3,"SceneType":"Router","Name":"Router04","Port":30304}],
|
||||
]}
|
5
Config/Json/s/StartConfig/RouterTest/StartZoneConfig.txt
Normal file
5
Config/Json/s/StartConfig/RouterTest/StartZoneConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1, {"_t":"StartZoneConfig","_id":1,"DBConnection":"mongodb://127.0.0.1","DBName":"ET1"}],
|
||||
[2, {"_t":"StartZoneConfig","_id":2,"DBConnection":"","DBName":""}],
|
||||
[3, {"_t":"StartZoneConfig","_id":3,"DBConnection":"","DBName":""}],
|
||||
]}
|
5
Config/Json/s/UnitConfig.txt
Normal file
5
Config/Json/s/UnitConfig.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
{"dict": [
|
||||
[1001, {"_t":"UnitConfig","_id":1001,"Type":1,"Name":"米克尔","Position":1,"Weight":68}],
|
||||
[1002, {"_t":"UnitConfig","_id":1002,"Type":1,"Name":"米克尔2","Position":2,"Weight":78}],
|
||||
[1003, {"_t":"UnitConfig","_id":1003,"Type":1,"Name":"米克尔3","Position":1,"Weight":68}],
|
||||
]}
|
Reference in New Issue
Block a user