Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Possible to have Metal Wings on a Human?  (Read 1123 times)

heatblade1212

  • Bay Watcher
    • View Profile
Possible to have Metal Wings on a Human?
« on: August 03, 2012, 08:20:47 pm »

i am experimenting with the custom race/creature raws, and i wonder if its possible to have a simple race, a human with metal wings. but normal bone structure else where, of course, this race is not intended to fly in game do to the bug's.

i have been looking at the creature_standard file and i simply added a "WINGS:2" to BODY:

and i also added

                [SET_TL_GROUP:BY_CATEGORY:WING:SKIN]
              [TL_COLOR_MODIFIER:WING_STEEL:1]
            [TLCM_NOUN:wings:PLURAL]

at the end of the creature text.

any ideas? any more ideas on how i can make the wings a type of metal? preferably steel.

will it be as simple as editing  [SET_TL_GROUP:BY_CATEGORY:WING:SKIN]    into   =  [SET_TL_GROUP:BY_CATEGORY:WING:STEEL]

any tips?
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Possible to have Metal Wings on a Human?
« Reply #1 on: August 03, 2012, 08:25:55 pm »

WINGS:2 isn't a body part. You want 2WINGS.


the TL_COLOR_MODIFIER will only change the color, not the material.

Editing what you do will call upon the steel tissue the creature doesn't have.

heatblade1212

  • Bay Watcher
    • View Profile
Re: Possible to have Metal Wings on a Human?
« Reply #2 on: August 03, 2012, 08:32:56 pm »

WINGS:2 isn't a body part. You want 2WINGS.


the TL_COLOR_MODIFIER will only change the color, not the material.

Editing what you do will call upon the steel tissue the creature doesn't have.

ok, i fixed the 2WINGS, but as for the steel tissue, what if i make a steel inorganic tissue in the tissue_template_default file?

will it be possible then?
Logged

heatblade1212

  • Bay Watcher
    • View Profile
Re: Possible to have Metal Wings on a Human?
« Reply #3 on: August 03, 2012, 08:38:15 pm »

im wondering if this is what im looking for?

in the tissue file.


Spoiler (click to show/hide)


and in the creature file

  [SET_TL_GROUP:BY_CATEGORY:WING:STEEL]
« Last Edit: August 03, 2012, 08:48:54 pm by heatblade1212 »
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Possible to have Metal Wings on a Human?
« Reply #4 on: August 03, 2012, 08:45:32 pm »

Code: [Select]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:TONGUE:FACIAL_FEATURES:TEETH:RIBCAGE]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[TISSUE:STEEL]
[TISSUE_NAME:steel:NP]
[SCARS]
[TISSUE_MATERIAL:INORGANIC:STEEL]
[RELATIVE_THICKNESS:1]
[HEALING_RATE:100]
[CONNECTS]
[TISSUE_SHAPE:LAYER]
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]
[BODY:2WINGS]
[TISSUE_LAYER:BY_CATEGORY:WING:STEEL]

There you go, just paste inject the new stuff, in the order they appear or:
Logged

heatblade1212

  • Bay Watcher
    • View Profile
Re: Possible to have Metal Wings on a Human?
« Reply #5 on: August 03, 2012, 09:00:25 pm »

Code: [Select]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:TONGUE:FACIAL_FEATURES:TEETH:RIBCAGE]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[TISSUE:STEEL]
[TISSUE_NAME:steel:NP]
[SCARS]
[TISSUE_MATERIAL:INORGANIC:STEEL]
[RELATIVE_THICKNESS:1]
[HEALING_RATE:100]
[CONNECTS]
[TISSUE_SHAPE:LAYER]
[BODY_DETAIL_PLAN:VERTEBRATE_TISSUE_LAYERS:SKIN:FAT:MUSCLE:BONE:CARTILAGE]
[BODY:2WINGS]
[TISSUE_LAYER:BY_CATEGORY:WING:STEEL]

There you go, just paste inject the new stuff, in the order they appear or:

hmm. this fixes almost all my problems lol, thanks for the code, did not expect such help. ^_^ now i can work on my project. :D
Logged