Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How can i make tails?  (Read 889 times)

Darion

  • Bay Watcher
  • What?
    • View Profile
How can i make tails?
« on: November 14, 2010, 08:48:09 am »

I wanna know how can i mod humans to have tails that can choke ppl...is that possible?
Logged

EmperorJon

  • Bay Watcher
  • Still waiting...
    • View Profile
Re: How can i make tails?
« Reply #1 on: November 14, 2010, 11:15:23 am »

Yes.
Logged
I think it's the way towns develop now. In the beginning, people move into a town. Then they start producing tables, which results in more and more tables. Soon tables represent a significant portion of the population, they start lobbying for new laws and regulations, putting people to greater and greater disadvantage...
Link for full quote. 'tis mighty funny.

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: How can i make tails?
« Reply #2 on: November 14, 2010, 11:17:14 am »

creature_standard.txt

Vanilla human body:
Code: [Select]
[BODY:HUMANOID:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]
A human with a tail:
Code: [Select]
[BODY:HUMANOID:TAIL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:5FINGERS:5TOES:MOUTH:FACIAL_FEATURES:TEETH:RIBCAGE]

Basically you just add TAIL after the "HUMANOID" body definition under [CREATURE:HUMAN].
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

Naes Draw

  • Bay Watcher
  • She likes modding for their customizability.
    • View Profile
Re: How can i make tails?
« Reply #3 on: November 14, 2010, 12:54:44 pm »

However, to choke people, you need to add an attack...

[ATTACK:WRESTLING:BODYPART:BY_CATEGORY:TAIL]
      [ATTACK_SKILL:WRESTLING]
                [ATTACK_VERB:grab:grabs]
      [ATTACK_CONTACT_PERC:100]
      [ATTACK_PRIORITY:SECOND]
      [ATTACK_FLAG_CANLATCH]

Am I doing this right? I'm not sure about that first ATTACK tag. Does wrestling work there? I didn't think grip_strike would work well. The attack verb and priority can also be adjusted for taste.
Logged
[CREATURE:CAT]
   [NAME:sena cat:sena cat:sena cat]
   [INTELLIGENT] [MISCHIEVOUS] [FEMALE]
   [PREFSTRING:craziness]
   [SHOES:ITEM_SHOES_SHOES:UNCOMMON]
   [PERMITTED_JOB:MODDER]

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: How can i make tails?
« Reply #4 on: November 14, 2010, 12:56:20 pm »

No, you're doing it wrong.

You can choke with any LIMB, and a tail is a LIMB type bodypart.
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

Naes Draw

  • Bay Watcher
  • She likes modding for their customizability.
    • View Profile
Re: How can i make tails?
« Reply #5 on: November 14, 2010, 01:07:04 pm »

Ah. Thank you for the correction.
Logged
[CREATURE:CAT]
   [NAME:sena cat:sena cat:sena cat]
   [INTELLIGENT] [MISCHIEVOUS] [FEMALE]
   [PREFSTRING:craziness]
   [SHOES:ITEM_SHOES_SHOES:UNCOMMON]
   [PERMITTED_JOB:MODDER]