OpenRA / OpenRAModSDK

Software Development Kit for building your own games using the OpenRA engine.
http://www.openra.net
GNU General Public License v3.0
121 stars 69 forks source link

Getting Started guide missing WHITELISTED_OPENRA_ASSEMBLIES #124

Open pchote opened 5 years ago

pchote commented 5 years ago

The WHITELISTED_OPENRA_ASSEMBLIES list does not include OpenRA.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

Mailaender commented 4 years ago

As make check will tell you these are missing I suggest adding that to the Travis file.

pchote commented 4 years ago

Modders should be running make check locally too, so Getting Started is the correct place.