Additional Resources:
Concept Overviews:
-
Weighted Wave Spawn Controller: https://unrealpossibilities.blogspot…-basics_2.html (shared resource with FPS Tower Defense Toolkit)
-
Enemy AI Classes: https://forums.unrealengine.com/show…l=1#post485985
Tutorials:
-
How to set up waves using Batched Wave Spawn Controller: https://www.youtube.com/watch?v=-YwbcOaZZH8
-
How to create new Towers: Tower Defense Starter Kit Tutorial: How to create new Towers
-
How to create new Global Abilities: https://www.youtube.com/watch?v=eEHjTlchAJ0
-
How to set up Global Ability Deployment: Tower Defense Starter Kit Tutorial: How to set up Global Ability Deployment
-
How to create a new level: Tower Defense Starter Kit Tutorial: How to create a new level
-
How to change the Grid size: https://forums.unrealengine.com/show…l=1#post486034
-
How to add new levels to the Level Selection Menu: https://forums.unrealengine.com/show…l=1#post627662
-
How to create new Enemy Types: https://www.youtube.com/watch?v=4jjl011xoiE
-
How to set new UI Thumbnails for Tower Functions: https://www.youtube.com/watch?v=n_myHNws1Kc
-
How to create your own custom Hero unit: Introducing Hero units to Tower Defense Starter Kit
-
How to assign Hotkeys to Global Abilities: Tower Defense Starter Kit: How to assign Hotkeys to Global Abilities
Update Logs:
- v1.1 Update: https://forums.unrealengine.com/show…l=1#post518996
- v1.2 Update: https://forums.unrealengine.com/show…l=1#post544725
- v1.4 Update: https://forums.unrealengine.com/show…l=1#post581780
- v1.5 Update: https://forums.unrealengine.com/show…l=1#post614335
- v1.6 Update: https://forums.unrealengine.com/show…l=1#post657026
- v1.7 Update: https://forums.unrealengine.com/show…l=1#post724323
- v1.8 Update: https://forums.unrealengine.com/show…l=1#post728561
- v2.0 Update : https://forums.unrealengine.com/unre…54#post1380154
- v2.2 Update: https://forums.unrealengine.com/unre…63#post1428963
- v2.3 Update: https://forums.unrealengine.com/unre…60#post1461860
- v2.5 Update: https://forums.unrealengine.com/unre…56#post1588556
- v2.6 Update: https://forums.unrealengine.com/unre…61#post1602761
- v2.7 Update: https://forums.unrealengine.com/unre…55#post1608355
- v2.8 Update: https://forums.unrealengine.com/unre…53#post1624953
- v2.9 Update: https://forums.unrealengine.com/unre…44#post1666944
- v2.10 Update: https://forums.unrealengine.com/unre…02#post1673002
- v2.12 Update: https://forums.unrealengine.com/unre…51#post1705851
- v2.13 Update: https://forums.unrealengine.com/unre…54#post1738054
- v2.14 Update: https://forums.unrealengine.com/unre…46#post1748846
- v2.15 Update: https://forums.unrealengine.com/unre…35#post1759835
- v2.16 Update: https://forums.unrealengine.com/unre…16#post1802216
- v2.17 Update: https://forums.unrealengine.com/unre…29#post1810329
- v2.18 Update: Tower Defense Starter Kit - #328 by Stormrage256
- v2.19 Update: https://forums.unrealengine.com/t/tower-defense-starter-kit/57044/342?u=stormrage256
- v2.20 Update: Tower Defense Starter Kit - #343 by Stormrage256
- v2.21 Update: Tower Defense Starter Kit - #358 by Stormrage256
- v2.22 Update: Tower Defense Starter Kit - #361 by Stormrage256
- v2.23 Update: Tower Defense Starter Kit - #362 by Stormrage256
- v2.24 Update: Tower Defense Starter Kit - #385 by Stormrage256
- v2.25 Update: Tower Defense Starter Kit - #386 by Stormrage256
- v2.26 Update: Tower Defense Starter Kit - #387 by Stormrage256
- v2.27 Update: Tower Defense Starter Kit - #389 by Stormrage256
- v2.28 Update: Tower Defense Starter Kit - #390 by Stormrage256
- v2.29 Update: Tower Defense Starter Kit - #392 by Stormrage256
- v2.30 Update: Tower Defense Starter Kit - #393 by Stormrage256
- v2.31 Update: Tower Defense Starter Kit - #395 by Stormrage256
FAQ:
Q: I’m trying to create a new level from scratch within the toolkit & have made placed all the necessary actors in the level by looking at the sample maps. However, I’m unable to get the Global Abilities working in my level. Is there any additional procedure that needs to be implemented in order to get them working on a new map?
A: Yes, just make sure that steps mentioned in the following link are implemented: https://forums.unrealengine.com/show…l=1#post689302
Q: I’m using the spline-based pathing system provided in the toolkit for my tower defense game. I noticed that the units only traverse along the XY plane. Is there any way to make them travel in the Z direction (for example, going over hills) as well? I’ve already tried raising up the spline paths, but that did not create the intended result.
A: The spline-based pathing system, by default, enables movement only in the XY plane. However, you can make it move in the up/down direction by making a couple of small changes within the ‘Move Along the Spline’ function of BP_EnemyAI_Parent’ blueprint as explained in the following posts:
- Fixing Z-direction movement: https://forums.unrealengine.com/unre…17#post1458217
- Fixing Z-direction orientation: https://forums.unrealengine.com/unre…32#post1458232