Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 13 14 [15] 16 17 ... 140

Author Topic: Pony Mod: My Little Fortress  (Read 348718 times)

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #210 on: June 18, 2011, 11:03:53 pm »

Okay, looked through my ponies, and the plain colored variety seems to mostly be from migrants, whereas most of my local ponies (ohgod these ponies are breeding machines, so many foals) seem to have more unique color schemes.

More trouble with hooves btw.. they can apparently be punched off, even to the point of one of my miners loosing one in a minor cave in. Unlike a gimp leg amputation will always result in "ability to stand lost" not even an awesome mouthcrutch can help.

Fun fact tho, pegasus ponies will still move at normal speed even when crippled, as they just fly around instead
Logged

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #211 on: June 19, 2011, 03:51:35 am »

Okay, looked through my ponies, and the plain colored variety seems to mostly be from migrants, whereas most of my local ponies (ohgod these ponies are breeding machines, so many foals) seem to have more unique color schemes.

More trouble with hooves btw.. they can apparently be punched off, even to the point of one of my miners loosing one in a minor cave in. Unlike a gimp leg amputation will always result in "ability to stand lost" not even an awesome mouthcrutch can help.

Fun fact tho, pegasus ponies will still move at normal speed even when crippled, as they just fly around instead

Try checking that bodypart with hooves and add [EMBEDDED] to it. It should keep it from popping.
Logged
Thank you for all the fish. It was a good run.

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #212 on: June 19, 2011, 11:53:48 am »

That did it! thanks new guy!
Logged

Sorcerer

  • Bay Watcher
  • [magical]
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #213 on: June 19, 2011, 01:20:24 pm »

And so ends the reign of Gold Scales, the alicorn baroness of RiverTower, stabbed through the troat by one of her own guardsmen, who was sad and distraught after loosing some friends in a giant goblin ambush.

One of my longest running fortresses in DF so far actually, overground village made mostly out of wood, with only bigger buildings like town hall and barracks made out of stone. After the goblins got too frisky, and the first near-fatal tantrum spiral, i decided to invest in some walls.

Unfortunately i forgot to invest in some doors in those walls, and a goblin siege managed to take a few well liked ponys out of my militia.
Ponies were starting to cope with their loss when suddenly one of the spearponys snapped and stabbed ol' goldie.. who had ten kids, many of which were in the militia.. then they got sad and spearponied other ponies.. and before i knew it most of my civvies were melancholy, dead, or injured. (or kids, dear lord i had alot of kids)

Any word on a new version yet? or should i just restart another village?
Logged

Nidokoenig

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #214 on: June 19, 2011, 02:37:58 pm »

Gonna be a couple of days, minimum. I've made the changes to hooves(added [EMBEDDED] and set healing to 600), I'm going to work on those last few error spam bugs, apple ent corpse handling and diversify starting points for the entities, since world gen is often running out of spaces to place civs as is. Embark somewhere harsh, see how much Fun you can have before I finish up. Try an evil forest, you might get skeletal parasprites.
Logged

mross

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #215 on: June 19, 2011, 06:51:36 pm »

spoiler'd for size

Spoiler (click to show/hide)
« Last Edit: June 20, 2011, 12:51:22 pm by mross »
Logged

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #216 on: June 20, 2011, 02:58:48 am »

Gonna be a couple of days, minimum. I've made the changes to hooves(added [EMBEDDED] and set healing to 600), I'm going to work on those last few error spam bugs, apple ent corpse handling and diversify starting points for the entities, since world gen is often running out of spaces to place civs as is. Embark somewhere harsh, see how much Fun you can have before I finish up. Try an evil forest, you might get skeletal parasprites.

I could try to help you, if you wish.
Logged
Thank you for all the fish. It was a good run.

Nidokoenig

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #217 on: June 20, 2011, 11:34:43 am »

I've just had a closer look at them and I think I realise where I've derped. The buffalo spam is because I gave them a barge attack using a hump I forgot to give them, and I just need to clean up raws for the animal ponies a bit, somehow I didn't realise I'd defined the attacks twice on the problem ones. If that doesn't work, I'll post the code like with the ents.

EDIT: Fixed almost all of them. I'm left with these:

Code: [Select]
*** Error(s) found in the file "raw/objects/creature_zzz_pony_animal_vanilla.txt"
OLM_PONY:FEMALE:Attack BITE seems to have correct format but could not find proper BPs in any caste, so not added
OLM_PONY:MALE:Attack BITE seems to have correct format but could not find proper BPs in any caste, so not added
CAVE_SWALLOW_PONY:Tissue layer not added because no BP found: BY_CATEGORY:TOE:TALON
CAPYBARA PONY:Tissue layer not added because no BP found: BY_CATEGORY:TOE:NAIL

For which you will need:

Code: [Select]
c_variation_pony

[OBJECT:CREATURE_VARIATION]

[CREATURE_VARIATION:ANIMAL_PONY]
[CV_REMOVE_TAG:NAME]
[CV_REMOVE_TAG:GENERAL_CHILD_NAME]
[CV_REMOVE_TAG:GENERAL_BABY_NAME]
[CV_REMOVE_TAG:CASTE_NAME]
[CV_REMOVE_TAG:CHILDNAME]
[CV_REMOVE_TAG:BABYNAME]
[CV_REMOVE_TAG:SMALL_REMAINS]
[CV_REMOVE_TAG:DESCRIPTION]
[CV_REMOVE_TAG:CREATURE_TILE]
[CV_REMOVE_TAG:COLOR]
[CV_REMOVE_TAG:MAXAGE]
[CV_REMOVE_TAG:SOUND]
[CV_REMOVE_TAG:PET]
[CV_REMOVE_TAG:PETVALUE]
[CV_REMOVE_TAG:PENETRATEPOWER]
[CV_REMOVE_TAG:VERMIN_EATER]
[CV_REMOVE_TAG:VERMIN_HATEABLE]
[CV_REMOVE_TAG:VERMIN_GROUNDER]
[CV_REMOVE_TAG:VERMIN_FISH]
[CV_REMOVE_TAG:VERMIN_SOIL]
[CV_REMOVE_TAG:VERMIN_SOIL_COLONY]
[CV_REMOVE_TAG:VERMIN_ROTTER]
[CV_REMOVE_TAG:VERMIN_NOTRAP]
[CV_REMOVE_TAG:FISHITEM]
[CV_REMOVE_TAG:IMMOBILE_LAND]
[CV_REMOVE_TAG:TRIGGERABLE_GROUP]
[CV_REMOVE_TAG:PET_EXOTIC]
[CV_REMOVE_TAG:NOT_BUTCHERABLE]
[CV_REMOVE_TAG:SPEED]
[CV_REMOVE_TAG:SWIM_SPEED]
[CV_REMOVE_TAG:MUNDANE]
[CV_REMOVE_TAG:POPULATION_NUMBER]
[CV_REMOVE_TAG:CLUSTER_NUMBER]
[CV_REMOVE_TAG:ATTACK]
[CV_REMOVE_TAG:ATTACK_SKILL]
[CV_REMOVE_TAG:ATTACK_VERB]
[CV_REMOVE_TAG:ATTACK_CONTACT_PERC]
[CV_REMOVE_TAG:ATTACK_PRIORITY]
[CV_REMOVE_TAG:ATTACK_FLAG_WITH]
[CV_REMOVE_TAG:ATTACK_PENETRATION_PERC]
[CV_REMOVE_TAG:ATTACK_FLAG_EDGE]
[CV_REMOVE_TAG:ATTACK_FLAG_CANLATCH]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:MOUTH]
[CVCT_REPLACEMENT:PONY_ANIMAL_MOUTH]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:QUADRUPED_HOOF]
[CVCT_REPLACEMENT:QUADRUPED_PONY_ANIMAL]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:QUADRUPED]
[CVCT_REPLACEMENT:QUADRUPED_PONY_ANIMAL]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:HUMANOID_ARMLESS]
[CVCT_REPLACEMENT:QUADRUPED_PONY_ANIMAL]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:BASIC_2PARTBODY]
[CVCT_REPLACEMENT:QUADRUPED_PONY_ANIMAL]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:5TOES_FQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:4TOES_FQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:3TOES_FQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:5TOES_RQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:4TOES_RQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:3TOES_RQ]
[CV_NEW_TAG:LARGE_ROAMING]
[CV_NEW_TAG:SAVAGE]
[CV_NEW_TAG:SELECT_CASTE:ALL]
[CV_NEW_TAG:GRAVITATE_BODY_SIZE:250000]
[CV_NEW_TAG:CAN_LEARN]
[CV_NEW_TAG:CAN_SPEAK]
[CV_NEW_TAG:EQUIPS]
[CV_NEW_TAG:CANOPENDOORS]

[CREATURE_VARIATION:ANIMAL_PONY_PEGASUS]
[CV_REMOVE_TAG:NAME]
[CV_REMOVE_TAG:GENERAL_CHILD_NAME]
[CV_REMOVE_TAG:GENERAL_BABY_NAME]
[CV_REMOVE_TAG:CASTE_NAME]
[CV_REMOVE_TAG:CHILDNAME]
[CV_REMOVE_TAG:BABYNAME]
[CV_REMOVE_TAG:SMALL_REMAINS]
[CV_REMOVE_TAG:DESCRIPTION]
[CV_REMOVE_TAG:CREATURE_TILE]
[CV_REMOVE_TAG:COLOR]
[CV_REMOVE_TAG:MAXAGE]
[CV_REMOVE_TAG:SOUND]
[CV_REMOVE_TAG:PET]
[CV_REMOVE_TAG:PETVALUE]
[CV_REMOVE_TAG:PENETRATEPOWER]
[CV_REMOVE_TAG:VERMIN_EATER]
[CV_REMOVE_TAG:VERMIN_HATEABLE]
[CV_REMOVE_TAG:VERMIN_GROUNDER]
[CV_REMOVE_TAG:VERMIN_FISH]
[CV_REMOVE_TAG:VERMIN_SOIL]
[CV_REMOVE_TAG:VERMIN_SOIL_COLONY]
[CV_REMOVE_TAG:VERMIN_ROTTER]
[CV_REMOVE_TAG:VERMIN_NOTRAP]
[CV_REMOVE_TAG:FISHITEM]
[CV_REMOVE_TAG:IMMOBILE_LAND]
[CV_REMOVE_TAG:TRIGGERABLE_GROUP]
[CV_REMOVE_TAG:PET_EXOTIC]
[CV_REMOVE_TAG:NOT_BUTCHERABLE]
[CV_REMOVE_TAG:SPEED]
[CV_REMOVE_TAG:SWIM_SPEED]
[CV_REMOVE_TAG:MUNDANE]
[CV_REMOVE_TAG:POPULATION_NUMBER]
[CV_REMOVE_TAG:CLUSTER_NUMBER]
[CV_REMOVE_TAG:ATTACK]
[CV_REMOVE_TAG:ATTACK_SKILL]
[CV_REMOVE_TAG:ATTACK_VERB]
[CV_REMOVE_TAG:ATTACK_CONTACT_PERC]
[CV_REMOVE_TAG:ATTACK_PRIORITY]
[CV_REMOVE_TAG:ATTACK_FLAG_WITH]
[CV_REMOVE_TAG:ATTACK_PENETRATION_PERC]
[CV_REMOVE_TAG:ATTACK_FLAG_EDGE]
[CV_REMOVE_TAG:ATTACK_FLAG_CANLATCH]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:QUADRUPED_HOOF]
[CVCT_REPLACEMENT:QUADRUPED_PONY_PEGASUS_ANIMAL]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:QUADRUPED]
[CVCT_REPLACEMENT:QUADRUPED_PONY_PEGASUS_ANIMAL]
[CV_CONVERT_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:HUMANOID_ARMLESS]
[CVCT_REPLACEMENT:QUADRUPED_PONY_PEGASUS_ANIMAL]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:5TOES_FQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:2WINGS]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:4TOES_FQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:3TOES_FQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:5TOES_RQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:4TOES_RQ]
[CV_REMOVE_TAG]
[CVCT_MASTER:BODY]
[CVCT_TARGET:3TOES_RQ]
[CV_NEW_TAG:FLIER]
[CV_NEW_TAG:SPEED:777]
[CV_NEW_TAG:LARGE_ROAMING]
[CV_NEW_TAG:SAVAGE]
[CV_NEW_TAG:SELECT_CASTE:ALL]
[CV_NEW_TAG:GRAVITATE_BODY_SIZE:150000]
[CV_NEW_TAG:CAN_LEARN]
[CV_NEW_TAG:CAN_SPEAK]
[CV_NEW_TAG:EQUIPS]
[CV_NEW_TAG:CANOPENDOORS]

Code: [Select]
body_pony

[OBJECT:BODY]

[BODY:PONY_ANIMAL_MOUTH]
[BP:MOUTHL:mouth:STP][CONTYPE:HEAD][MOUTH][GRASP][SMALL][EMBEDDED][APERTURE][CATEGORY:MOUTH]
[DEFAULT_RELSIZE:20]

[BODY:PONY_ANIMAL_HORN]
[BP:HEAD_HORN:horn:STP][CONTYPE:HEAD][SMALL][SKELETON][CATEGORY:HORN][GRASP]
[DEFAULT_RELSIZE:100]

[BODY:PONY_ANIMAL_TENTACLE]
[BP:HEAD_TENTACLE:tentacle:STP][CONTYPE:HEAD][SMALL][RIGHT][GRASP][CATEGORY:TENTACLE]
[DEFAULT_RELSIZE:500]

[BODY:2PONY_ANIMAL_TENTACLE]
[BP:HEAD_TENTACLE_RIGHT:right tentacle:STP][CONTYPE:HEAD][SMALL][RIGHT][GRASP][CATEGORY:TENTACLE]
[DEFAULT_RELSIZE:300]
[BP:HEAD_TENTACLE_LEFT:left tentacle:STP][CONTYPE:HEAD][SMALL][LEFT][GRASP][CATEGORY:TENTACLE]
[DEFAULT_RELSIZE:300]

[BODY:QUADRUPED_PONY_ANIMAL]
[BP:UB:upper body:upper bodies][UPPERBODY][CATEGORY:BODY_UPPER]
[DEFAULT_RELSIZE:1000]
[BP:LB:lower body:lower bodies][CON:UB][LOWERBODY][CATEGORY:BODY_LOWER]
[DEFAULT_RELSIZE:1000]
[BP:HD:head:STP][CON:UB][HEAD][CATEGORY:HEAD]
[DEFAULT_RELSIZE:300]
[BP:RA:right front leg:STP][CON:UB][LIMB][RIGHT][CATEGORY:LEG_FRONT]
[DEFAULT_RELSIZE:900]
[BP:LA:left front leg:STP][CON:UB][LIMB][LEFT][CATEGORY:LEG_FRONT]
[DEFAULT_RELSIZE:900]
[BP:RH:right front hoof:right front hooves][CON:RA][STANCE][RIGHT][EMBEDDED][CATEGORY:HOOF_FRONT]
[DEFAULT_RELSIZE:120]
[BP:LH:left front hoof:left front hooves][CON:LA][STANCE][LEFT][EMBEDDED][CATEGORY:HOOF_FRONT]
[DEFAULT_RELSIZE:120]
[BP:RL:right rear leg:STP][CON:LB][LIMB][RIGHT][CATEGORY:LEG_REAR]
[DEFAULT_RELSIZE:900]
[BP:LL:left rear leg:STP][CON:LB][LIMB][LEFT][CATEGORY:LEG_REAR]
[DEFAULT_RELSIZE:900]
[BP:RF:right rear hoof:right rear hooves][CON:RL][STANCE][RIGHT][EMBEDDED][CATEGORY:HOOF_REAR]
[DEFAULT_RELSIZE:120]
[BP:LF:left rear hoof:left rear hooves][CON:LL][STANCE][LEFT][EMBEDDED][CATEGORY:HOOF_REAR]
[DEFAULT_RELSIZE:120]

[BODY:QUADRUPED_PONY_PEGASUS_ANIMAL]
[BP:UB:upper body:upper bodies][UPPERBODY][CATEGORY:BODY_UPPER]
[DEFAULT_RELSIZE:1000]
[BP:LB:lower body:lower bodies][CON:UB][LOWERBODY][CATEGORY:BODY_LOWER]
[DEFAULT_RELSIZE:1000]
[BP:HD:head:STP][CON:UB][HEAD][CATEGORY:HEAD]
[DEFAULT_RELSIZE:300]
[BP:RA:right front leg:STP][CON:UB][LIMB][RIGHT][CATEGORY:LEG_FRONT]
[DEFAULT_RELSIZE:900]
[BP:LA:left front leg:STP][CON:UB][LIMB][LEFT][CATEGORY:LEG_FRONT]
[DEFAULT_RELSIZE:900]
[BP:RH:right front hoof:right front hooves][CON:RA][STANCE][RIGHT][EMBEDDED][CATEGORY:HOOF_FRONT]
[DEFAULT_RELSIZE:120]
[BP:LH:left front hoof:left front hooves][CON:LA][STANCE][LEFT][EMBEDDED][CATEGORY:HOOF_FRONT]
[DEFAULT_RELSIZE:120]
[BP:RL:right rear leg:STP][CON:LB][LIMB][RIGHT][CATEGORY:LEG_REAR]
[DEFAULT_RELSIZE:900]
[BP:LL:left rear leg:STP][CON:LB][LIMB][LEFT][CATEGORY:LEG_REAR]
[DEFAULT_RELSIZE:900]
[BP:RF:right rear hoof:right rear hooves][CON:RL][STANCE][RIGHT][EMBEDDED][CATEGORY:HOOF_REAR]
[DEFAULT_RELSIZE:120]
[BP:LF:left rear hoof:left rear hooves][CON:LL][STANCE][LEFT][EMBEDDED][CATEGORY:HOOF_REAR]
[DEFAULT_RELSIZE:120]
[BP:RWING:right wing:STP][CONTYPE:UPPERBODY][LIMB][RIGHT][FLIER][CATEGORY:WING]
[DEFAULT_RELSIZE:500]
[BP:LWING:left wing:STP][CONTYPE:UPPERBODY][LIMB][LEFT][FLIER][CATEGORY:WING]
[DEFAULT_RELSIZE:500]

Code: [Select]
creature_zzz_pony_animal_vanilla

[OBJECT:CREATURE]

[CREATURE:OLM_PONY]
[COPY_TAGS_FROM:OLM]
[APPLY_CREATURE_VARIATION:ANIMAL_PONY]
[APPLY_CURRENT_CREATURE_VARIATION]
[GO_TO_TAG:BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[USE_MATERIAL_TEMPLATE:HOOF:HOOF_TEMPLATE]
[USE_MATERIAL_TEMPLATE:HORN:HORN_TEMPLATE]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[USE_TISSUE_TEMPLATE:HOOF:HOOF_TEMPLATE]
[USE_TISSUE_TEMPLATE:HORN:HORN_TEMPLATE]
[GO_TO_TAG:ATTACK:BITE:BODYPART:BY_CATEGORY:MOUTH]
[ATTACK:KICK:BODYPART:BY_CATEGORY:HOOF_FRONT]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:kick:kicks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:MAIN]
[ATTACK_FLAG_WITH]
[ATTACK:KICK:BODYPART:BY_CATEGORY:HOOF_REAR]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:buck:bucks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_WITH]
[ATTACK:BITE:CHILD_BODYPART_GROUP:BY_CATEGORY:HEAD:BY_CATEGORY:TOOTH]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:bite:bites]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_CANLATCH]
[GO_TO_END]
[SELECT_CASTE:MALE]
[CASTE_NAME:olm pony:olm ponies:olm pony]
[SELECT_CASTE:FEMALE]
[CASTE_NAME:olm pony:olm ponies:olm pony]
[GO_TO_START]
[NAME:olm pony:olm ponies:olm pony]
[DESCRIPTION:An animal pony with the head of the amphibious olm.  It lives underground near water.]
[POPULATION_NUMBER:30:50]
[CLUSTER_NUMBER:5:10]
[MAXAGE:60:80]
[CREATURE_TILE:'o']
[COLOR:7:0:1]

[CREATURE:CAVE_SWALLOW_PONY]
[COPY_TAGS_FROM:BIRD_SWALLOW_CAVE]
[APPLY_CREATURE_VARIATION:ANIMAL_PONY_PEGASUS]
[APPLY_CURRENT_CREATURE_VARIATION]
[GO_TO_TAG:BODY]
[CV_REMOVE_TAG:BODY]
[APPLY_CURRENT_CREATURE_VARIATION]
[BODY:QUADRUPED_PONY_PEGASUS_ANIMAL:2EYES:2LUNGS:HEART:GUTS:ORGANS:HUMANOID_JOINTS:THROAT:NECK:SPINE:BRAIN:SKULL:BEAK:RIBCAGE]
[GO_TO_TAG:BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[USE_MATERIAL_TEMPLATE:HOOF:HOOF_TEMPLATE]
[USE_MATERIAL_TEMPLATE:HORN:HORN_TEMPLATE]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[USE_TISSUE_TEMPLATE:HOOF:HOOF_TEMPLATE]
[USE_TISSUE_TEMPLATE:HORN:HORN_TEMPLATE]
[CV_REMOVE_TAG:USE_MATERIAL_TEMPLATE:TALON:NAIL_TEMPLATE]
[CV_REMOVE_TAG:USE_TISSUE_TEMPLATE:TALON:TALON_TEMPLATE]
[CV_REMOVE_TAG:TISSUE_LAYER:BY_CATEGORY:TOE:TALON:FRONT]
[GO_TO_TAG:ATTACK:BITE:BODYPART:BY_CATEGORY:BEAK]
[ATTACK:KICK:BODYPART:BY_CATEGORY:HOOF_FRONT]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:kick:kicks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:MAIN]
[ATTACK_FLAG_WITH]
[ATTACK:KICK:BODYPART:BY_CATEGORY:HOOF_REAR]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:buck:bucks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_WITH]
[ATTACK:BITE:BODYPART:BY_CATEGORY:BEAK]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:bite:bites]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_CANLATCH]
[GO_TO_END]
[SELECT_CASTE:MALE]
[CASTE_NAME:cave swallow pony:cave swallow ponies:cave swallow pony]
[SELECT_CASTE:FEMALE]
[CASTE_NAME:cave swallow pony:cave swallow ponies:cave swallow pony]
[GO_TO_START]
[NAME:cave swallow pony:cave swallow ponies:cave swallow pony]
[DESCRIPTION:A feathered pony with the wings and head of a bird.  It lives underground.]
[POPULATION_NUMBER:30:50]
[CLUSTER_NUMBER:5:10]
[MAXAGE:20:30]
[CREATURE_TILE:'s']
[COLOR:0:0:1]

[CREATURE:CAPYBARA PONY]
[COPY_TAGS_FROM:CAPYBARA]
[APPLY_CREATURE_VARIATION:ANIMAL_PONY]
[CV_REMOVE_TAG:GRAZER]
[APPLY_CURRENT_CREATURE_VARIATION]
[GO_TO_TAG:BODY]
[CV_REMOVE_TAG:BODY]
[APPLY_CURRENT_CREATURE_VARIATION]
[BODY:QUADRUPED_PONY_ANIMAL:2EYES:2EARS:NOSE:2LUNGS:HEART:GUTS:ORGANS:THROAT:NECK:SPINE:BRAIN:SKULL:MOUTH:RODENT_TEETH:RIBCAGE]
[GO_TO_TAG:BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[CV_REMOVE_TAG:BY_CATEGORY:TOE:NAIL:FRONT]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[USE_MATERIAL_TEMPLATE:HOOF:HOOF_TEMPLATE]
[USE_MATERIAL_TEMPLATE:HORN:HORN_TEMPLATE]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[USE_TISSUE_TEMPLATE:HOOF:HOOF_TEMPLATE]
[USE_TISSUE_TEMPLATE:HORN:HORN_TEMPLATE]
[GO_TO_TAG:ATTACK:SCRATCH:CHILD_TISSUE_LAYER_GROUP:BY_TYPE:STANCE:BY_CATEGORY:ALL:NAIL]
[ATTACK:KICK:BODYPART:BY_CATEGORY:HOOF_FRONT]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:kick:kicks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:MAIN]
[ATTACK_FLAG_WITH]
[ATTACK:KICK:BODYPART:BY_CATEGORY:HOOF_REAR]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:buck:bucks]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_WITH]
[ATTACK:BITE:CHILD_BODYPART_GROUP:BY_CATEGORY:HEAD:BY_CATEGORY:TOOTH]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:bite:bites]
[ATTACK_CONTACT_PERC:100]
[ATTACK_PENETRATION_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:SECOND]
[ATTACK_FLAG_CANLATCH]
[GO_TO_END]
[SELECT_CASTE:MALE]
[CASTE_NAME:capybara pony:capybara ponies:capybara pony]
[SELECT_CASTE:FEMALE]
[CASTE_NAME:capybara pony:capybara ponies:capybara pony]
[GO_TO_START]
[NAME:capybara pony:capybara ponies:capybara pony]
[DESCRIPTION:An equinoid with the head of a capybara.  It is fond of swimming.]
[POPULATION_NUMBER:30:50]
[CLUSTER_NUMBER:5:10]
[MAXAGE:60:80]
[CREATURE_TILE:'c']
[COLOR:6:0:0]
[GRAZER:500]

I'm pretty sure all I've done for the olms is forgotten to give them teeth or something stupid, but it's gone one in the morning here and I'm not touching the code again before I get some sleep.

 I've got ent creature castes set up to use a RAW_WOOD material from their tree counterparts, and a generic reaction to change their RAW_WOOD to WOOD, so "raw red apple tree wood" will be cured into "red apple tree wood" by tracking material reaction tags, so minimal kerfuffle will be required to add ents bearing pears, lemons and so on. I'll test that everything's working and finish up rejigging biomes. I won't bother with painted leather this update.
« Last Edit: June 20, 2011, 07:29:11 pm by Nidokoenig »
Logged

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #218 on: June 20, 2011, 07:54:06 pm »

The capybara and cave_swallow ponies don't work because of their lack of toes, therefore the nails don't get attached.

The other two however, assuming you're still using the vanilla olms and swallows, is probably because of the ponies' mouths getting replaced by MOUTHL. I'm not too sure about that though, so I still need to do a bit of research.

Still documenting, will edit once I research a bit.
« Last Edit: June 20, 2011, 07:59:52 pm by New Guy »
Logged
Thank you for all the fish. It was a good run.

assaholic

  • Escaped Lunatic
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #219 on: June 21, 2011, 01:37:46 am »

Just came by to say how awesome this mod is

My legendary human adventurer just got ambushed by a gang of at least five well experienced tentacle/darkbolt ponies sent by some guy I was hired to kill; "Shadows of Malice" they called themselves, oh man things got rough after my cannon fodder companions got struck down I killed off at least 3 of them but they just kept coming, died after my right arm and legs got torn apart. killed at least 3 of them plus the other 2 that finished me off (couldn't have survived the trip back to HQ with mangled limbs and bashed skulls  8) )

just one question to ask though, do ponies live in forests or something because most of the time I come face to face with one they are usually just underworld ponies (big meanies) that want to kill me
Logged

Farmerbob

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #220 on: June 21, 2011, 02:44:47 am »

The capybara and cave_swallow ponies don't work because of their lack of toes, therefore the nails don't get attached.

The other two however, assuming you're still using the vanilla olms and swallows, is probably because of the ponies' mouths getting replaced by MOUTHL. I'm not too sure about that though, so I still need to do a bit of research.

Still documenting, will edit once I research a bit.

Wait, lol.  There are animal-ponies like animal-men in vanilla DF?  So you might conceivably have Pandaponies?

hahahahaha

You are going to make me actually download and try this on your next release I think - and I normally avoid mods like the plague.
Logged
How did I miss the existence of this thread?
(Don't attempt to answer that.  Down that path lies ... well I was going to say madness but you all run towards madness as if it was made from chocolate and puppies.  Just forget I said anything.)

Nidokoenig

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #221 on: June 21, 2011, 09:28:41 am »

I replaced TOOTH with MOUTH on most bite attacks, dunno why I didn't do it on olm ponies, must be a random derp. As for nails and talons, thing is, I thought I'd been pretty thorough in removing related tags. It worked with penguin ponies, I just don't know what I've forgotten to remove.

Most ponies live in tree cities by default, yes. I'm going to switch that up in the next version, since world gen seems to have trouble placing all of them. Ponies and zebras live in tree cities, cave ponies live in detailed caves, like dwarves, diomedians in dark fortresses.

Yes, there will be animal ponies. I've made pony variants of all the vanilla ones, and added [DOES_NOT_EXIST] to the vanilla animal men, through the animal person variation where possible to reduce the mod's footprint. I've also added a few more animal ponies, things like various bear ponies, phantom slippy ponies and honey badger pegasi(well, it's too easy right now, isn't it?).
Logged

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #222 on: June 21, 2011, 11:45:06 am »

I'm not pretty sure about this, but try adding [REMOVE_MATERIAL:NAIL] and [REMOVE_TISSUE:NAIL] on the nailed creatures. Replace NAIL with TALON for cave swallow ponies.

See if that works.
Logged
Thank you for all the fish. It was a good run.

DanielLC

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #223 on: June 21, 2011, 08:45:19 pm »

Is it possible to make glue using pony corpses?

My Little Pony or not, this is still Dwarf Fortress.
Logged

DanielLC

  • Bay Watcher
    • View Profile
Re: Pony Mod: My Little Fortress
« Reply #224 on: June 21, 2011, 10:05:15 pm »

I'm having trouble downloading it. Archive Manager can't open it. I tried downloading p7zip, but I still can't make it work. Can you upload it with a different compression?
Logged
Pages: 1 ... 13 14 [15] 16 17 ... 140