quote: Where can one find these unit names |
option a)
1) go to
https://github.com/ZeroK-RTS/Zero-K -> hit search -> type unit human name (e.g. Bandit)
2) note any files in /units/ among the results, omit the .lua part. E.g. /units/corak.lua -> corak.
option b)
1) checkout or download ZK onto local drive
2) use any tool you're comfortable with to find a file in /units/ with human name in its body (example: `grep -sirl bandit ~/.spring/games/zk.sdd/units`)
option c)
1) What killer said
2) but beware inaccuracies (e.g. unitguide has rapier -> CORAPE.jpg while unitname of rapier is currently "gunshipsupport")