Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
happyme531 committed Jul 31, 2020
2 parents cce8909 + f283689 commit 0d80031
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@
植物大战僵尸 随机事件墙

## 使用方法
建议使用游戏版本1.0.0.1051
请使用游戏版本1.0.0.1051,否则可能会出现各种莫名其妙的bug
游戏进入某一个关卡后,右键exe文件,以管理员方式运行即可(放心,这个软件是开源无毒的)
进入游戏后会自动分配标准的四个植物
如果显示找不到某些dll文件,请安装vc2019运行库
可以在命令行中使用--help参数获得更多关于选项的帮助

进入游戏后会自动分配标准的四个植物
坚果墙->随机墙(挖掉后产生随机的植物)
阳光菇->随机事件墙(暂时无效)
阳光菇->随机事件墙(挖掉后触发随机事件,当前总共有11个)

## 构建方法
使用MSCL v142与CMake构建
```
//实际上我也不知道这个命令能不能用
cmake . -G "NMake Makefiles"
```
使用MSCL v142编译器与VSCode CMake插件构建

## 已知bug
-随机墙生成的植物不会睡觉,但会显示睡觉动画
-随机事件墙的字幕提示显示多次后变成一个乱码字符
-两种墙因为任何原因消失都会触发对应事件

## 感谢
[Lazuplis-Mei](https://github.com/Lazuplis-Mei):pvzclass
[星s巨寒](https://space.bilibili.com/12065306):随机事件墙的灵感
[Lazuplis-Mei](https://github.com/Lazuplis-Mei):pvzclass

0 comments on commit 0d80031

Please sign in to comment.