OpenRAModSDK
OpenRAModSDK copied to clipboard
Getting Started guide missing WHITELISTED_OPENRA_ASSEMBLIES
The
WHITELISTED_OPENRA_ASSEMBLIESlist does not includeOpenRA.Mods.Cnc.dll- novices coming from TD/RA-based projects might be overlooking it at first sight. This probably should be mentioned that it needs to be listed in such scenarios.
Originally posted by @GraionDilach in https://github.com/OpenRA/OpenRAModSDK/pull/117#issuecomment-524648949
As make check will tell you these are missing I suggest adding that to the Travis file.
Modders should be running make check locally too, so Getting Started is the correct place.