Author Topic: DD animal woes  (Read 1671 times)

0 Members and 1 Guest are viewing this topic.

Offline Zebu

  • Zookeeper
  • *
  • Posts: 176
DD animal woes
« on: August 07, 2006, 11:27:30 AM »
I just made a few dinos for Zt1:DD, but apparently, they hatch, then hatch again and again without spawning a dinosaur. How can I fix this? I made the dinos with APE 2.5 DD edition with Spin's enhancements.

Thank you!

Offline Jay

  • Zookeeper
  • *
  • Posts: 135
DD animal woes
« Reply #1 on: August 07, 2006, 10:35:06 PM »
Quoting from a topic at Zookeeper's Lounge:
Quote
Unpack the ztd, open the uca

find :

[y\BehaviorSet\bHatch]
f = fPlayWithSound(egg_hatch,hatch)
f = fPlay(idle)
f = fPlay()

change :

f = fPlay()

to :


f = fHatch()


But there are probably other things that need to be done as well. You should compare your ".uca" file with an ingame dinosaur ".ai" file, preferably the one that was used as the base for your dinosaur. You should also look at the Uca Editing Guide in the APE Editing and Tutorials section at Zookeeper's Lounge for things that normally need adjusting after using APE.
« Last Edit: August 07, 2006, 11:13:29 PM by RedNotDead »