-
Notifications
You must be signed in to change notification settings - Fork 64
Description
I found a tower defense map that mostly works https://www.hiveworkshop.com/threads/simple-tower-defense-v3.80868/ (though it eventually crashes)
This could be a basis for replacement assets, since it’s basically just towers and running monsters. No fighting animations etc. Very homogeneous map. Doesn't need many icons
edit: I compared it. Timer and wave counter are missing. Earth quake tower doesn’t seem to do anything. (maybe just visual) Earth quake trap can't be build. Upgrades as dependencies doesn’t work correctly. Level 2 doesn’t satisfy requirement level 1, even though it should.
Originally posted by @basxto in #61
I believe there was a regression in the last year where dependencies were sometimes working and then broke even for simple things -- for example basic structures requiring other structures in a melee gameplay session no longer worked. This seemed to be the result of one of the merged pull requests probably from other users that I may not have read carefully enough, but I believe it was resolved in a branch on one of my local machines. If we can get that branch merged and ensure the issue is resolved, we could close this issue.
I definitely saw a problem pertaining to buildings requiring other buildings, but it should also be the case that buildings requiring "Upgrade/Research" items (such as Iron Forged Swords) would work as well.