Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

06. Tiberian Dawn Updates

matthew snoddy edited this page Jul 21, 2020 · 1 revision

If you get an error on load of a scenario complaining the dll version is different than what the game expects, check the CNC_DLL_API_VERSION define in the TIBERIANDAWN\DLLInterface.h file. If it is less than what the game asked for you will need to cherry-pick latest changes from EA.

EA release patches for the C&C Remastered collection which will cause this mod to fail loading due to a version number conflict. To fix this you must cherry-pick from the EA github repo. Once you have identified the commit hash of the latest patch, run:

git fetch ea
git cherry-pick UPDATE_COMMIT_HASH

You will need to remove REDALERT files and fix merge conflicts. Build and install after this, the mod should load correctly.

Clone this wiki locally