Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Custom Race help  (Read 721 times)

I_sicarius_I

  • Escaped Lunatic
    • View Profile
Custom Race help
« on: May 21, 2019, 09:15:19 pm »

im trying to make a custom human-like race with wings, which ive managed to do but i cant seem to be able to "see" the different feather colors.

my attempt at adding feathers

[SET_BP_GROUP:BY_CATEGORY:WINGS]
      [BODY_DETAIL_PLAN:STANDARD_MATERIALS]
         [REMOVE_MATERIAL:HAIR]
         [USE_MATERIAL_TEMPLATE:FEATHER:FEATHER_TEMPLATE]
      [BODY_DETAIL_PLAN:STANDARD_TISSUES]
         [REMOVE_TISSUE:HAIR]
         [USE_TISSUE_TEMPLATE:FEATHER:FEATHER_TEMPLATE]

and my attempt at tissue modifiers

[SET_TL_GROUP:BY_CATEGORY:ALL:FEATHER]
   [TL_COLOR_MODIFIER:WHITE:1:BROWN:1:BLACK:1]
      [APP_NOUN:feathers:PLURAL]
      [APP_MOD_IMPORTANCE:500]

Logged