Browse Source

chore: ♻️ change the file path of the map

tags/v0.1.0
shangfengh 2 years ago
parent
commit
18671b215d
7 changed files with 11 additions and 7 deletions
  1. +3
    -1
      .github/workflows/upload_COS.yml
  2. +1
    -1
      CAPI/cmd/RunServer.cmd
  3. +1
    -1
      CAPI/cmd/RunServerForDebug.cmd
  4. +1
    -1
      CAPI/shell/RunServer.sh
  5. +1
    -1
      CAPI/shell/RunServerForDebug.sh
  6. +1
    -1
      docs/使用文档.md
  7. +3
    -1
      docs/游戏机制与平衡性调整更新草案.md

+ 3
- 1
.github/workflows/upload_COS.yml View File

@@ -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
- 1
CAPI/cmd/RunServer.cmd View File

@@ -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
- 1
CAPI/cmd/RunServerForDebug.cmd View File

@@ -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
- 1
CAPI/shell/RunServer.sh View File

@@ -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
- 1
CAPI/shell/RunServerForDebug.sh View File

@@ -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"

+ 1
- 1
docs/使用文档.md View File

@@ -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地址


+ 3
- 1
docs/游戏机制与平衡性调整更新草案.md View File

@@ -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(新增)
- 可以攻击未写完的作业 - 可以攻击未写完的作业




Loading…
Cancel
Save