整理和打包
2023年11月22日 2024年1月11日
Packaging
调整游戏规则
BP_STUGameModeBase
- | |
---|---|
Players Num | 4 |
Rounds Num | 4 |
Round Time | 30 |
Respawn Time | 5 |
恢复NPC最大生命值和自动治疗
BP_STUAICharacter
设置MaxHealth = 100, 勾选Auto Heal
移动PlayerStart布局
移动到四个角
- 实际开发中, 可以派生PlayerStart, 添加阵营ID属性, 在关卡设置中按阵营设置出生点
- 出于提升代码质量的考虑, 可以在STUGameModeBase中检查PlayerStart的个数, 要求不小于
Players Num
打包游戏
Platforms > Mac > Package Project