Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: tissue horn not recognised  (Read 964 times)

Genkora

  • Bay Watcher
    • View Profile
tissue horn not recognised
« on: February 29, 2012, 08:18:52 pm »

I keep getting this in the error log and I can't fathom why

*** Error(s) finalizing the creature GRIA
GRIA:FEMALE:right horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:FEMALE:left horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:MALE:right horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:MALE:left horn, layer 1: Tissue HORN was not found, using first tissue instead
*** Error(s) finalizing the creature GRIA
GRIA:FEMALE:right horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:FEMALE:left horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:MALE:right horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:MALE:left horn, layer 1: Tissue HORN was not found, using first tissue instead
*** Error(s) finalizing the creature GRIA
GRIA:FEMALE:right horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:FEMALE:left horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:MALE:right horn, layer 1: Tissue HORN was not found, using first tissue instead
GRIA:MALE:left horn, layer 1: Tissue HORN was not found, using first tissue instead

not sure exactly what this means. For adding the horn to this race I put 2HEAD_HORN in the body token, and underneath I have
[USE_MATERIAL_TEMPLATE:HORN:HORN_TEMPLATE]

And then for varying lengths I have
[SET_BP_GROUP:BY_CATEGORY:HORN]
      [BP_APPEARANCE_MODIFIER:LENGTH:60:80:90:100:110:130:200]
         [APP_MOD_NOUN:horns:PLURAL]

I've got no idea what the deal is.
Logged

Sphalerite

  • Bay Watcher
    • View Profile
    • Drew's Robots and stuff
Re: tissue horn not recognised
« Reply #1 on: February 29, 2012, 08:39:16 pm »

You have added the material, but you haven't added the tissue.  You need to add both.

After the line where you import standard tissues, you need to add the line:

[USE_TISSUE_TEMPLATE:HORN:HORN_TEMPLATE]
Logged
Any intelligent fool can make things bigger and more complex... It takes a touch of genius --- and a lot of courage to move in the opposite direction.

Genkora

  • Bay Watcher
    • View Profile
Re: tissue horn not recognised
« Reply #2 on: February 29, 2012, 08:51:55 pm »

Thanks a lot
Logged