From 18671b215d4321c6b4c74f4c00cc0a842fecc5d9 Mon Sep 17 00:00:00 2001 From: shangfengh <3495281661@qq.com> Date: Tue, 9 May 2023 18:33:42 +0800 Subject: [PATCH] chore: :recycle: change the file path of the map --- .github/workflows/upload_COS.yml | 4 +++- CAPI/cmd/RunServer.cmd | 2 +- CAPI/cmd/RunServerForDebug.cmd | 2 +- CAPI/shell/RunServer.sh | 2 +- CAPI/shell/RunServerForDebug.sh | 2 +- docs/使用文档.md | 2 +- docs/游戏机制与平衡性调整更新草案.md | 4 +++- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/upload_COS.yml b/.github/workflows/upload_COS.yml index e6cfb34..eaaec35 100644 --- a/.github/workflows/upload_COS.yml +++ b/.github/workflows/upload_COS.yml @@ -78,7 +78,9 @@ jobs: cp -r ./THUAI6/win/CAPI ./THUAI6/linux/ cp -r ./THUAI6/win/CAPI ./THUAI6/osx/ - cp -r ./logic/cmd/map ./THUAI6/ + cp -r ./logic/cmd/map ./THUAI6/win/ + cp -r ./logic/cmd/map ./THUAI6/linux/ + cp -r ./logic/cmd/map ./THUAI6/osx/ - name: Copy shell run: | diff --git a/CAPI/cmd/RunServer.cmd b/CAPI/cmd/RunServer.cmd index 06444d6..faba4b8 100644 --- a/CAPI/cmd/RunServer.cmd +++ b/CAPI/cmd/RunServer.cmd @@ -1,5 +1,5 @@ @echo off -.\win64\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" +.\win64\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" pause diff --git a/CAPI/cmd/RunServerForDebug.cmd b/CAPI/cmd/RunServerForDebug.cmd index 3e67e4f..bfa5f57 100644 --- a/CAPI/cmd/RunServerForDebug.cmd +++ b/CAPI/cmd/RunServerForDebug.cmd @@ -1,5 +1,5 @@ @echo off -.\win64\Debug\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" +.\win64\Debug\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" pause diff --git a/CAPI/shell/RunServer.sh b/CAPI/shell/RunServer.sh index a980736..2f43173 100644 --- a/CAPI/shell/RunServer.sh +++ b/CAPI/shell/RunServer.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -./linux64/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" \ No newline at end of file +./linux64/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" \ No newline at end of file diff --git a/CAPI/shell/RunServerForDebug.sh b/CAPI/shell/RunServerForDebug.sh index 3081824..25b951e 100644 --- a/CAPI/shell/RunServerForDebug.sh +++ b/CAPI/shell/RunServerForDebug.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -./linux64/Debug/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" \ No newline at end of file +./linux64/Debug/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" \ No newline at end of file diff --git a/docs/使用文档.md b/docs/使用文档.md index fcc7f4d..40be5fb 100644 --- a/docs/使用文档.md +++ b/docs/使用文档.md @@ -49,7 +49,7 @@ Server脚本中参数格式一般如下: ```shell ---ip 0.0.0.0 --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" +--ip 0.0.0.0 --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" ``` `--ip`是服务器ipv4地址 diff --git a/docs/游戏机制与平衡性调整更新草案.md b/docs/游戏机制与平衡性调整更新草案.md index 7740c1d..fcb0e27 100644 --- a/docs/游戏机制与平衡性调整更新草案.md +++ b/docs/游戏机制与平衡性调整更新草案.md @@ -1,5 +1,5 @@ # 游戏机制与平衡性调整更新草案 -v1.4 +v1.5 ## 说明 - 该草案尚未完全确定,请大家不要过分依靠该文档进行修改自己的代码 @@ -22,6 +22,8 @@ v1.4 - 增强为“可以攻击未写完的作业” - 增强为“可以攻击使门被打开(可以重新被锁上)” - 改为“当蹦蹦炸弹因为碰撞而爆炸,向子弹方向上加上90°,180° ,270° 发出3个小炸弹” +- 小炸弹JumpyDumpty + - 小炸弹不受道具增益影响 - strike(新增) - 可以攻击未写完的作业