Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 380 381 [382] 383 384 ... 544

Author Topic: [MODDING] 0.34. QUESTIONS THREAD  (Read 1002316 times)

catvanbrian

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5715 on: August 07, 2013, 11:51:20 pm »

You'll have to deal with glob bullets

(also I might not be making this any time soon if at all so don't get your hopes up too much)
wow you are quick
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5716 on: August 07, 2013, 11:52:52 pm »

Not as quick as I'd like to be, hehe.

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5717 on: August 07, 2013, 11:54:17 pm »

I'm a complete fail at modding (because my legs hurt every time I type stuff and that's why I don't type that much) I want a living golden spider robot with, a core for a heart (that is why it is living) it's blood will be molten iron, and it has a gun that shoots masterwork dwarf fortress bullets on it's back
Already done but using this
You'll have to deal with glob bullets

Not made of gold, but robot spider with a gun and core for heart
Logged

catvanbrian

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5718 on: August 07, 2013, 11:59:28 pm »

I'm a complete fail at modding (because my legs hurt every time I type stuff and that's why I don't type that much) I want a living golden spider robot with, a core for a heart (that is why it is living) it's blood will be molten iron, and it has a gun that shoots masterwork dwarf fortress bullets on it's back
Already done but using this
You'll have to deal with glob bullets

Not made of gold, but robot spider with a gun and core for heart
...not made of gold? but why not made of gold!
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5719 on: August 08, 2013, 12:09:04 am »

I don't know anyway here's a half-assed version of it

Code: [Select]
creature_catvanbrian_p

[OBJECT:CREATURE]

this is not a pattern; I was bored, so I did this

[CREATURE:SPIDER_BLADE_GIANT]
[CREATURE_CLASS:ALL_CREATURES][DESCRIPTION:A spider robot. Made of gold.]
[NAME:golden spider robot:golden spider robots:golden spider robot]
[CREATURE_TILE:'S'][COLOR:6:0:1]
[PETVALUE:800]
[PET]
[COMMON_DOMESTIC]
[THICKWEB][WEBIMMUNE][AMBUSHPREDATOR][PARALYZEIMMUNE]
[CAN_DO_INTERACTION:MATERIAL_EMISSION]
[CDI:ADV_NAME:Shoot!]
[CDI:USAGE_HINT:ATTACK]
[CDI:BP_REQUIRED:BY_TOKEN:LB]
[CDI:MATERIAL:INORGANIC:SLADE:SOLID_GLOB]
[CDI:VERB:shoot a slade bullet:shoots a slade bullet]
[CDI:TARGET:C:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:C:15]
[CDI:MAX_TARGET_NUMBER:C:1]
[CDI:WAIT_PERIOD:30]
[NO_SLEEP]
[NOPAIN][EXTRAVISION][NOSTUN][NOEMOTION][NOFEAR]
[LARGE_ROAMING]
[CARNIVORE][NATURAL]
[LARGE_PREDATOR]
[GRASSTRAMPLE:20]
[PREFSTRING:shininess]
[NOBONES]
[BODY:SPIDER:2EYES:BRAIN:MOUTH]
[BODY_DETAIL_PLAN:STANDARD_HEAD_POSITIONS]
[BLOOD:INORGANIC:IRON:LIQUID]
[NO_THOUGHT_CENTER_FOR_MOVEMENT] just in case
[TISSUE:GOLD]
[TISSUE_NAME:gold:gold]
[TISSUE_MATERIAL:INORGANIC:GOLD]
[MUSCULAR]
[FUNCTIONAL]
[STRUCTURAL]
[RELATIVE_THICKNESS:1]
[CONNECTS]
[TISSUE_SHAPE:LAYER]
[TISSUE_LAYER:BY_CATEGORY:ALL:GOLD]
[BODY_APPEARANCE_MODIFIER:LENGTH:90:95:98:100:102:105:110]
[BODY_APPEARANCE_MODIFIER:HEIGHT:90:95:98:100:102:105:110]
[BODY_APPEARANCE_MODIFIER:BROADNESS:90:95:98:100:102:105:110]
[ATTACK:BITE:BODYPART:BY_CATEGORY:MOUTH]
[ATTACK_SKILL:BITE]
[ATTACK_VERB:bite:bites]
[ATTACK_CONTACT_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_PRIORITY:MAIN]
[SPECIALATTACK_INJECT_EXTRACT:LOCAL_CREATURE_MAT:POISON:LIQUID:100:100]
[ATTACK_FLAG_CANLATCH]
[ATTACK:KICK:BODYPART:BY_TYPE:STANCE]
[ATTACK_SKILL:STANCE_STRIKE]
[ATTACK_VERB:slash:slashes]
[ATTACK_CONTACT_PERC:100]
[ATTACK_FLAG_EDGE]
[ATTACK_FLAG_WITH]
[ATTACK_PRIORITY:MAIN]
[ALL_ACTIVE]
[HOMEOTHERM:10040]
[CASTE:FEMALE]
[CASTE_NAME:golden spider robot:golden spider robot:golden spider robot]
[FEMALE]
[BODY_SIZE:0:0:10000]
[BODY_SIZE:1:0:30000]
[BODY_SIZE:2:0:60000]
[CASTE:MALE]
[CASTE_NAME:golden spider robot:golden spider robot:golden spider robot]
[MALE]
[BODY_SIZE:0:0:10000]
[BODY_SIZE:1:0:30000]
[BODY_SIZE:2:0:60000]

The core would require a separate file so I left it out

Repseki

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5720 on: August 08, 2013, 05:11:31 am »

Would adding [TRAINABLE_WAR] to Trolls, or any of the other large and cuddly critters like them be all that is needed to train, and domesticate them, or is some more complicated modding needed for something like that?

I think the reason I keep feeling more is needed is because they can learn and equip. Or am I wrong?
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5721 on: August 08, 2013, 05:56:24 am »

They also need [PET] or [PET_EXOTIC] to be tamed. The [TRAINABLE_X] tokens only allows them to be trained for war or hunting or both.

They can learn and equip, which is why they show up at sieges with professions and clothes, but because of the way Dwarf Mode works, they won't actually do most types of work. Though I have heard they may fish or hunt.
Logged

blazing glory

  • Guest
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5722 on: August 08, 2013, 06:51:22 am »

what does necrosis of the for example arm do? and how many stages has it got?
Logged

blazing glory

  • Guest
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5725 on: August 08, 2013, 09:10:39 pm »

*pfft* already seen that what's it do in adventure mode?
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5726 on: August 08, 2013, 09:23:29 pm »

Sometimes infections. Infections make you die.

blazing glory

  • Guest
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5727 on: August 08, 2013, 10:06:31 pm »

that's it? ::) i heard that necrois of the brain is deadly but that's it?
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5728 on: August 08, 2013, 10:08:35 pm »

It (brain necrosis) is, but only in combat.

scamtank

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.34. QUESTIONS THREAD
« Reply #5729 on: August 08, 2013, 10:14:40 pm »

Yeah, the catch is that if you don't cut it off, it kills you eventually. It'd be a bigger deal if amputating rotten flesh took more time and effort than wrapping up a papercut. Or left the limb lame like a huge chunk of muscle missing from the bicep might do.
Logged
Pages: 1 ... 380 381 [382] 383 384 ... 544