Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Need some help with these gorram animals  (Read 482 times)

Lurking Grue

  • Bay Watcher
    • View Profile
Need some help with these gorram animals
« on: May 27, 2011, 08:36:22 am »

So I made these...

Spoiler (click to show/hide)

...And they dont appear in the game at all.

I generated a new world and they didn't show up, Then I found they dont even show up on the list of creatures in Arena mode and theres nothing in the errorlog about them.
So could someone please tell what I've done wrong? And also is it possible to make it so that the Pegasus has feathers on just its wings. and the Griffon has feathers on just its head and wings?
Logged

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Need some help with these gorram animals
« Reply #1 on: May 27, 2011, 09:04:02 am »

What file did you put them in? If you put them into a new file, does the file name start with creature_ , and did you add the file name and [OBJECT:CREATURE] to the top of the file?

For the pegasus:
   [USE_MATERIAL_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
   [USE_TISSUE_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
   [SELECT_TISSUE_LAYER:HAIR:BY_CATEGORY:WING]
      [SET_LAYER_TISSUE:FEATHER]

For the griffin:
   [USE_MATERIAL_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
   [USE_TISSUE_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
   [SELECT_TISSUE_LAYER:HAIR:BY_CATEGORY:WING]
    [PLUS_TISSUE_LAYER:HAIR:BY_CATEGORY:HEAD]
      [SET_LAYER_TISSUE:FEATHER]
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Lurking Grue

  • Bay Watcher
    • View Profile
Re: Need some help with these gorram animals
« Reply #2 on: May 27, 2011, 09:23:10 am »

[OBJECT:CREATURE]

Yeah I put them in a new file and missed that off the top, I feel so damn stupid right now.
Thank you so much for your help.
Logged

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Need some help with these gorram animals
« Reply #3 on: May 27, 2011, 09:24:54 am »

Glad I could help.  :)
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu