From Jay: I ran the checkers for the June 10, 2022 version of "red-flanked duiker.ZTD". It shows the following:
red-flanked duiker.ZTD
***** Error: animals/rduiker/icmrduiker/N.pal is not in ztd.
***** Error: animals/rduiker/lsmrduiker/N.pal is not in ztd.
***** Error: animals/rduiker/plrduiker/N.pal is not in ztd.
* Efficiency: animals/rduiker/icmrdu/n.pal not used, so not needed.
* Efficiency: animals/rduiker/lsmrdu/n.pal not used, so not needed.
* Efficiency: animals/rduiker/plrdu/n.pal not used, so not needed.
Results From Configuration Checking (2022-10-29 checker version):
rduiker.uca date: Fri Oct 08 23:04:32 2021
*** Warning: No fPlay... type of line before fPlayTime line.
*** Warning: No fPlay... type of line or fDie line after fPlayTime line.
* Efficiency: iCharacteristics/Integers] sections are unused + can be removed.
Those 3 Errors can cause ZT to crash. animals/rduiker/icmrdu/n is trying to use animals/rduiker/icmrduiker/N.pal instead of animals/rduiker/icmrdu/n.pal. animals/rduiker/lsmrdu/n is trying to use animals/rduiker/lsmrduiker/N.pal instead of animals/rduiker/lsmrdu/n.pal. animals/rduiker/plrdu/n is trying to use animals/rduiker/plrduiker/N.pal instead of animals/rduiker/plrdu/n.pal. The March 3, 2021 version used folders icmrduiker, lsmrduiker, and plrduiker. Apparently those were renamed to icmrdu, lsmrdu, and lsmrdu. Folders cannot be simply renamed because that does not change where the images try to find the ".pal" files. Images have to be reloaded to any new folders. If those images are not available, the icmrdu, lsmrdu, and lsmrdu folders can be renamed back to icmrduiker, lsmrduiker, and plrduiker so that the images can be extracted. Then they can be reloaded to icmrdu, lsmrdu, and lsmrdu folders.