The Altera Centauri collection has been brought up to date by Darsnan. It comprises every decent scenario he's been able to find anywhere on the web, going back over 20 years.
25 themes/skins/styles are now available to members. Check the select drop-down at the bottom-left of each page.
Call To Power 2 Cradle 3+ mod in progress: https://apolyton.net/forum/other-games/call-to-power-2/ctp2-creation/9437883-making-cradle-3-fully-compatible-with-the-apolyton-edition
Announcement
Collapse
No announcement yet.
* Always terminate a unit's sound effects when it dies
This is quite difficult to test without a sound card.
You may try testing what happens when removing a couple of if-statements in Unit::RemoveAllReferences and Director::AddFastKill, so the cases where the actor is NULL will not be skipped. Maybe there are cases where you do not have an actor (sprite missing? invisible unit?), but you do have a sound.
Comment