KnuckleCracker / CW4-bug-tracker

The gathering point for bugs and supporting information, or suggestions about additional features.
Creative Commons Attribution Share Alike 4.0 International
13 stars 2 forks source link

Map 1319 was broken after game version 1.4.8 #1062

Closed knucracker closed 1 year ago

knucracker commented 1 year ago

The issue has to do with when custom units registered themselves. See: https://knucklecracker.com/forums/index.php?topic=37735.msg207131#msg207131

knucracker commented 1 year ago

Fixed in version 2.4.5 Added a special case for map 1319 so that the old custom unit behavior for when to register was restored (just for map 1319). When that map is loaded, a custom unit manager will register in its Start rather than Awake methods.