Northgard

Northgard

评价数不足
Uber Defense
2
   
奖励
收藏
已收藏
取消收藏
标签: Map, Script, Data
文件大小
发表于
更新日期
24.320 MB
2022 年 5 月 28 日 上午 7:30
2022 年 5 月 31 日 上午 10:50
3 项改动说明 ( 查看 )

订阅以下载
Uber Defense

描述
Map Features
  • Wave defense map
  • Coop gameplay for up to 3 Players (can be played solo as well)
  • 30 Waves of enemies
  • 5 Boss waves
  • Boss waves grant 1 iron which can be used to upgrade your units at the forge
  • Upgraded buildings can have 2 additional units assigned to them
  • Can be beaten in ~65 minutes
  • When a human player gets defeated, the game is lost for everyone

Gameplay
Each player starts with 4 zones under their control and already has access to some basic income buildings as well as all the military camps. Enemy waves start appearing after 1 minute. All units in a wave have to be killed in order to spawn the next wave. AI controlled players receive a couple of units at the start of the game as well as after each boss wave - it's not like they really have a chance to win the game but it's nice to have them around for a while. The script will only spawn waves for players who are still alive. Enemy units in zones of defeated players will be killed periodically.

Notes
  • Because the game may crash when spawning too many units at once, I've decided to limit the number of units per wave to 9 for each player.
  • I haven't tested this with multiple players yet, there may be some unforeseen issues.
  • There was an issue with one of the recent game updates resulting in some of the enemy units having only a fraction of their usual health. This makes some of the earlier waves way easier than intended. To fix it I'd have to create the whole mod from scratch... neither have the patience nor the time to do that at the moment.

Special Thanks




Feedback is very welcome. Have fun and thanks for playing!
Ubermorgen
20 条留言
Emm134 2 月 23 日 上午 2:54 
That one also didn't work. This time its 169 too many arguments
Ubermorgen  [作者] 2 月 23 日 上午 2:17 
For some reason the modding tools won't allow me to open the mod anymore.
Check out the version Zezoide posted, he fixed the script.
Emm134 2 月 22 日 下午 5:20 
Same error. Unless the mod is abandoned.
167 too many arguments
SiGa 2024 年 5 月 31 日 下午 2:42 
not working due to error: too many command line arguments
axxldd 2023 年 7 月 11 日 上午 6:34 
Sympa !
Ubermorgen  [作者] 2023 年 4 月 18 日 下午 2:41 
@Zezoide: Ok thanks for the info and for the fix. I'll try to update the mod when I have some time :)
Zezoide 2023 年 4 月 18 日 下午 12:37 
@ubermorgen The script had issues with functions (rand and toInt at least) from libraries (Math or Std class) don't remember really tbh. There was also 1 function from their documentation that I don't think was updated and now takes 1 less argument? But I had those issues in the game. The hps I didnt fix them, although we noticed when playing some mobs had really low hp, but Im guessing to balance that it's just enough to fix the json file where that is declared.
Ubermorgen  [作者] 2023 年 4 月 18 日 下午 12:16 
@Zezoide: Wait, the script wasn't working? Last time I checked there was no problem with the script but somehow an update to the game set the hp of some enemies to like 1 HP and it wasn't possible to open the mod in the official mod tools
Zezoide 2023 年 4 月 18 日 上午 11:16 
@Ubermorgen, I changed the toInt function (it was not working) the rand function was also not working. I opened the script in visual studio code and per fix, I would re-launch the updated local mod version to test and check for a new error. I did it enough times until no more errors were found. Then I tested and it's all working fine, I even played with my friends :)
Ubermorgen  [作者] 2023 年 4 月 18 日 上午 9:06 
@Zezoide: You were able to open the files in the official modding tools? What exactly did you change?