| @@ -78,7 +78,9 @@ jobs: | |||||
| cp -r ./THUAI6/win/CAPI ./THUAI6/linux/ | cp -r ./THUAI6/win/CAPI ./THUAI6/linux/ | ||||
| cp -r ./THUAI6/win/CAPI ./THUAI6/osx/ | 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 | - name: Copy shell | ||||
| run: | | run: | | ||||
| @@ -1,5 +1,5 @@ | |||||
| @echo off | @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 | pause | ||||
| @@ -1,5 +1,5 @@ | |||||
| @echo off | @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 | pause | ||||
| @@ -1,3 +1,3 @@ | |||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||
| ./linux64/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" | |||||
| ./linux64/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" | |||||
| @@ -1,3 +1,3 @@ | |||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||
| ./linux64/Debug/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource "..\map\map1_final.txt" | |||||
| ./linux64/Debug/Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --fileName video --mapResource ".\map\map1_final.txt" | |||||
| @@ -49,7 +49,7 @@ | |||||
| Server脚本中参数格式一般如下: | Server脚本中参数格式一般如下: | ||||
| ```shell | ```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地址 | `--ip`是服务器ipv4地址 | ||||
| @@ -1,5 +1,5 @@ | |||||
| # 游戏机制与平衡性调整更新草案 | # 游戏机制与平衡性调整更新草案 | ||||
| v1.4 | |||||
| v1.5 | |||||
| ## 说明 | ## 说明 | ||||
| - 该草案尚未完全确定,请大家不要过分依靠该文档进行修改自己的代码 | - 该草案尚未完全确定,请大家不要过分依靠该文档进行修改自己的代码 | ||||
| @@ -22,6 +22,8 @@ v1.4 | |||||
| - 增强为“可以攻击未写完的作业” | - 增强为“可以攻击未写完的作业” | ||||
| - 增强为“可以攻击使门被打开(可以重新被锁上)” | - 增强为“可以攻击使门被打开(可以重新被锁上)” | ||||
| - 改为“当蹦蹦炸弹因为碰撞而爆炸,向子弹方向上加上90°,180° ,270° 发出3个小炸弹” | - 改为“当蹦蹦炸弹因为碰撞而爆炸,向子弹方向上加上90°,180° ,270° 发出3个小炸弹” | ||||
| - 小炸弹JumpyDumpty | |||||
| - 小炸弹不受道具增益影响 | |||||
| - strike(新增) | - strike(新增) | ||||
| - 可以攻击未写完的作业 | - 可以攻击未写完的作业 | ||||