Browse Source

fix: ✏️ add end line

tags/0.1.0
DragonAura 2 years ago
parent
commit
766d20c8d6
6 changed files with 5 additions and 7 deletions
  1. +1
    -1
      CAPI/cmd/GeneratePythonProto.cmd
  2. +1
    -1
      CAPI/cmd/RunCpp.cmd
  3. +0
    -2
      CAPI/cmd/RunGUIClient.cmd
  4. +1
    -1
      CAPI/cmd/RunPython.cmd
  5. +1
    -1
      CAPI/cmd/RunServer.cmd
  6. +1
    -1
      CAPI/cmd/RunServerForDebug.cmd

+ 1
- 1
CAPI/cmd/GeneratePythonProto.cmd View File

@@ -10,4 +10,4 @@ python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --p
python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --pyi_out=.\CAPI\python\proto Message2Server.proto python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --pyi_out=.\CAPI\python\proto Message2Server.proto
python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --pyi_out=.\CAPI\python\proto --grpc_python_out=.\CAPI\python\proto Services.proto python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --pyi_out=.\CAPI\python\proto --grpc_python_out=.\CAPI\python\proto Services.proto


pause
pause

+ 1
- 1
CAPI/cmd/RunCpp.cmd View File

@@ -4,4 +4,4 @@ start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 0 -o -d
start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 1 -o -d start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 1 -o -d
start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 2 -o -d start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 2 -o -d
start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 3 -o -d start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 3 -o -d
start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 4 -o -d
start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 4 -o -d

+ 0
- 2
CAPI/cmd/RunGUIClient.cmd View File

@@ -4,5 +4,3 @@
start cmd /k win64\Client.exe --port 8888 --characterID 114514 --type 0 --occupation 1 --ip 127.0.0.1 --cl start cmd /k win64\Client.exe --port 8888 --characterID 114514 --type 0 --occupation 1 --ip 127.0.0.1 --cl


:: characterID > 2023时是观战Client,否则是正常Client :: characterID > 2023时是观战Client,否则是正常Client



+ 1
- 1
CAPI/cmd/RunPython.cmd View File

@@ -4,4 +4,4 @@ start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 0 -d -o
start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 1 -d -o start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 1 -d -o
start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 2 -d -o start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 2 -d -o
start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 3 -d -o start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 3 -d -o
start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 4 -d -o
start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 4 -d -o

+ 1
- 1
CAPI/cmd/RunServer.cmd View File

@@ -2,4 +2,4 @@


.\win64\Server.exe --port 8888 --studentCount 1 --trickerCount 1 --gameTimeInSecond 600 --fileName video .\win64\Server.exe --port 8888 --studentCount 1 --trickerCount 1 --gameTimeInSecond 600 --fileName video


pause
pause

+ 1
- 1
CAPI/cmd/RunServerForDebug.cmd View File

@@ -2,4 +2,4 @@


.\win64\Debug\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 .\win64\Debug\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600


pause
pause

Loading…
Cancel
Save