Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help me with my Leecher creature  (Read 565 times)

Kiberkiller

  • Bay Watcher
    • View Profile
    • Jack Trades' Lair
Help me with my Leecher creature
« on: September 08, 2009, 01:29:48 pm »

EDIT:
Ok i've found a good guide in Wiki that explain creature modding.
This is what i've done so far.
body_custom.txt
Code: [Select]
body_custom

[OBJECT:BODY]

[BODY:LEECHER_BODY]
body_custom

[OBJECT:BODY]

[BODY:LEECHER_MOUTH]
[BP:MOUTH:mouth][CONTYPE:GRASP][MOUTH][SMALL][EMBEDDED][APERTURE]

[BODY:LEECHER_TENTACLES]
[BP:RUT:right upper tentacle][CON:UB][LIMB][RIGHT]
[BP:LUT:left upper tentacle][CON:UB][LIMB][LEFT]
[BP:RUTC:right upper claw][CON:RUT][RIGHT][GRASP]
[BP:LUTC:left upper claw][CON:LUT][LEFT][GRASP]
[BP:RMT:right middle tentacle][CON:UB][LIMB][RIGHT]
[BP:LMT:left middle tentacle][CON:UB][LIMB][LEFT]
[BP:RMTC:right middle claw][CON:RMT][RIGHT][GRASP]
[BP:LMTC:left middle claw][CON:LMT][LEFT][GRASP]
[BP:RLT:right lower tentacle][CON:UB][LIMB][RIGHT]
[BP:LLT:left lower tentacle][CON:UB][LIMB][LEFT]
[BP:RLTC:right lower claw][CON:RLT][RIGHT][GRASP]
[BP:LLTC:left lower claw][CON:LLT][LEFT][GRASP]
creature_leecher.txt
Code: [Select]
creature_leecher

[OBJECT:CREATURE]

[CREATURE:LEECHER]
[NAME:leecher:leechers:leecher]
[TILE:'L'][COLOR:2:0:1]
[PREFSTRING:tentacles]
[BODY:HUMANOID_ARMLESS:LEECHER_TENTACLES:LEECHER_MOUTH:3FINGERS:4EYES:NOSE:BRAIN:HEART:2LUNGS:ORGANS:GUTS:SPINE]
[ATTACK:MAIN:BYTYPE:GRASP:slash:slashes:1:3:GORE][ATTACKFLAG_WITH][ATTACKFLAG_CANLATCH][SPECIALATTACK_SUCK_BLOOD:50:100]
[BODYGLOSS:INSECT_UPPERBODY:INSECT_LOWERBODY]
[SIZE:10]
[STANDARD_FLESH]
[HOMEOTHERM:10067]

i made it for sole purpose of playing with it in Adventure mode, but it can't attack anything right now.
Point out what am i doing wrong please.
« Last Edit: September 09, 2009, 02:05:56 am by Kiberkiller »
Logged
I could be wrong.  What would you call it when you spend that much time obsessing over something that it turns out you don't even like?
Relationships?

Keuran

  • Bay Watcher
  • not made of spiders
    • View Profile
Re: Help me grasp creature modding
« Reply #1 on: September 08, 2009, 02:14:42 pm »

You'd probably be better off copying a preexisting creature that's similar to the creature you want to make, then adding and removing tags as you see fit. Making entire new creatures from scratch is often a waste of time unless you want to make something completely different from anything already in the raws.
Logged

Protactinium

  • Bay Watcher
  • [CAN_SALT:CHILD]
    • View Profile
Re: Help me grasp creature modding
« Reply #2 on: September 08, 2009, 02:16:00 pm »

I have never made a creature from 'scratch' and put in every single required tag myself, so you should wait until someone who has gives you a proper answer, but I have made all my creatures by copying an animal that I feel has most of the tags I intend my creature to have, and then rename or edit sizes and such.

If you want to make a giant enemy crab, copy a large creature, give increase its [DAMBLOCK] number to represent its shell, increase the numbers in the [ATTACK:MAIN:BYTYPE...] section, etcetera. Make little changes that you think won't break it first.
Logged
The thing that confuses me about dorfs is this. Dorf 1 dies in an avalance or somesuch. Dorf 2 is friends with dorf 3 and dorf 1. Dorf 2 berserks because of his friends death and kills dorf 3. also a friend. W. T. F.
Clearly you've never been drunk.

Kiberkiller

  • Bay Watcher
    • View Profile
    • Jack Trades' Lair
Re: Help me grasp creature modding
« Reply #3 on: September 08, 2009, 03:10:10 pm »

I've started on my first creature, read OP please and tell me my mistakes, thank you.
Logged
I could be wrong.  What would you call it when you spend that much time obsessing over something that it turns out you don't even like?
Relationships?

Evil One

  • Bay Watcher
  • [Champion Elfslayer]
    • View Profile
Re: Help me grasp creature modding
« Reply #4 on: September 09, 2009, 12:53:35 am »

   [STANDARD_FLESH]
   [HOMEOTHERM:10067]
Try adding these at the bottom of creature_leecher.txt
Logged
Dwarf!  Indeed, a devious delight fond of drink and industry deceived as both do-gooder and devil by the delusions of deities.  This demander, no daft demeanor, is a driving force of the deadly diocese, now disappointed, delirious from goblin deception.  However, this delicious derangement of a demolished diamond stands determined!

Kiberkiller

  • Bay Watcher
    • View Profile
    • Jack Trades' Lair
Re: Help me with my Leecher creature
« Reply #5 on: September 09, 2009, 02:08:27 am »

I've modded my creature some more, now it's a humanoid with six tentacles instead of arms, at the end of the each tentacle there is a claw and "mouth" that it's supposed to feed on other creatures with.

You're welcome to point out any errors i've made.

Another question, is it possible to make creature do several attacks at once? for example i want the  Leecher to try to latch all six tentacles at once.
« Last Edit: September 09, 2009, 02:29:53 am by Kiberkiller »
Logged
I could be wrong.  What would you call it when you spend that much time obsessing over something that it turns out you don't even like?
Relationships?

Kiberkiller

  • Bay Watcher
    • View Profile
    • Jack Trades' Lair
Re: Help me with my Leecher creature
« Reply #6 on: September 09, 2009, 06:12:20 am »

Also another question, why doesn't "Suck Blood" Special attack doesn't work in adventure mode? i didn't notice any heavy bleeding when i latch to my enemies.
Logged
I could be wrong.  What would you call it when you spend that much time obsessing over something that it turns out you don't even like?
Relationships?

Evil One

  • Bay Watcher
  • [Champion Elfslayer]
    • View Profile
Re: Help me with my Leecher creature
« Reply #7 on: September 09, 2009, 08:08:55 am »

I think the Suck Blood special only works for NPC's.
Logged
Dwarf!  Indeed, a devious delight fond of drink and industry deceived as both do-gooder and devil by the delusions of deities.  This demander, no daft demeanor, is a driving force of the deadly diocese, now disappointed, delirious from goblin deception.  However, this delicious derangement of a demolished diamond stands determined!

Kiberkiller

  • Bay Watcher
    • View Profile
    • Jack Trades' Lair
Re: Help me with my Leecher creature
« Reply #8 on: September 09, 2009, 08:44:41 am »

Damn, i thought that it would be so cool to be able to heal yourself in combat.
Logged
I could be wrong.  What would you call it when you spend that much time obsessing over something that it turns out you don't even like?
Relationships?