Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Fully Armored Gobbos?  (Read 1447 times)

Noobazzah

  • Bay Watcher
  • Make lye, not war.
    • View Profile
Fully Armored Gobbos?
« on: September 16, 2012, 10:49:29 am »

I have never seen fully armored goblins, they just show up with a breastplate and a helm. Any way to make them fully clad in armor?
Logged

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Fully Armored Gobbos?
« Reply #1 on: September 16, 2012, 12:45:48 pm »

Go to the goblin entity and copy paste over this:
Code: [Select]
[ARMOR:ITEM_ARMOR_BREASTPLATE:COMMON]
[ARMOR:ITEM_ARMOR_MAIL_SHIRT:COMMON]
[ARMOR:ITEM_ARMOR_LEATHER:COMMON]
[ARMOR:ITEM_ARMOR_CLOAK:COMMON]
[ARMOR:ITEM_ARMOR_TUNIC:COMMON]
[ARMOR:ITEM_ARMOR_ROBE:COMMON]
[HELM:ITEM_HELM_HELM:COMMON]
[HELM:ITEM_HELM_CAP:COMMON]
[HELM:ITEM_HELM_HOOD:COMMON]
[HELM:ITEM_HELM_MASK:UNCOMMON]
[GLOVES:ITEM_GLOVES_GAUNTLETS:COMMON]
[GLOVES:ITEM_GLOVES_GLOVES:COMMON]
[SHOES:ITEM_SHOES_SHOES:COMMON]
[SHOES:ITEM_SHOES_BOOTS:COMMON]
[SHOES:ITEM_SHOES_BOOTS_LOW:COMMON]
[SHOES:ITEM_SHOES_SANDAL:COMMON]
[SHOES:ITEM_SHOES_SOCKS:COMMON]
[PANTS:ITEM_PANTS_PANTS:COMMON]
[PANTS:ITEM_PANTS_GREAVES:COMMON]
[PANTS:ITEM_PANTS_LEGGINGS:COMMON]
[PANTS:ITEM_PANTS_LOINCLOTH:COMMON]

With this:
Code: [Select]
[ARMOR:ITEM_ARMOR_BREASTPLATE:COMMON]
[ARMOR:ITEM_ARMOR_MAIL_SHIRT:COMMON]
[ARMOR:ITEM_ARMOR_LEATHER:COMMON]
[ARMOR:ITEM_ARMOR_CLOAK:COMMON]
[ARMOR:ITEM_ARMOR_TUNIC:COMMON]
[ARMOR:ITEM_ARMOR_ROBE:COMMON]
[HELM:ITEM_HELM_HELM:COMMON]
[HELM:ITEM_HELM_CAP:COMMON]
[HELM:ITEM_HELM_HOOD:COMMON]
[HELM:ITEM_HELM_MASK:UNCOMMON]
[GLOVES:ITEM_GLOVES_GAUNTLETS:FORCED]
[SHOES:ITEM_SHOES_BOOTS:FORCED]
[SHOES:ITEM_SHOES_BOOTS_LOW:COMMON]
[SHOES:ITEM_SHOES_SOCKS:COMMON]
[PANTS:ITEM_PANTS_GREAVES:FORCED]
[PANTS:ITEM_PANTS_LEGGINGS:COMMON]
[PANTS:ITEM_PANTS_LOINCLOTH:COMMON]

I believe that that will get them to show up fully clad, but I'm not 100% on that. As a side effect they will bring slightly less clothing to allow them to wear more armor.
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

HoppyDragon

  • Bay Watcher
  • Miner cancels Drink; Interrupted by Carp.
    • View Profile
Re: Fully Armored Gobbos?
« Reply #2 on: September 16, 2012, 01:17:47 pm »

I don't want to hijack the topic but since you seem familiar with goblin raws and I'm a complete newb, how would I go about disabling mounts for goblins?  The pathfinding for them is bugged and they keep showing up to my fort in huge numbers.  It's no fun when they don't even try to attack me. :(
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Fully Armored Gobbos?
« Reply #3 on: September 16, 2012, 02:38:47 pm »

Disable use of all types of pets, or remove [MOUNT] tags from all EVIL creatures.
Logged

HoppyDragon

  • Bay Watcher
  • Miner cancels Drink; Interrupted by Carp.
    • View Profile
Re: Fully Armored Gobbos?
« Reply #4 on: September 16, 2012, 02:46:42 pm »

Disable use of all types of pets, or remove [MOUNT] tags from all EVIL creatures.

If I do that to the raws in my save folder will it affect the creatures that already exist?

EDIT:  I felt silly for asking this since it was probably answered elsewhere, and it was.  Thank you anyhow. :)
« Last Edit: September 16, 2012, 03:07:00 pm by HoppyDragon »
Logged

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Fully Armored Gobbos?
« Reply #5 on: September 16, 2012, 03:59:17 pm »

I believe you can also just remove [COMMON_DOMESTIC_MOUNT] and it should stop the majority of mounts form showing up while still allowing them to have war dragons and such, though I believe it is still possible that if they go out and tame something special like giant eagles in world generation then they would be able to use those.
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

smakemupagus

  • Bay Watcher
  • [CANOPENDOORS]
    • View Profile
Re: Fully Armored Gobbos?
« Reply #6 on: September 16, 2012, 05:40:28 pm »

I have never seen fully armored goblins, they just show up with a breastplate and a helm. Any way to make them fully clad in armor?

Are you playing a mod?  In vanilla they should generally have other gear.

Tirion

  • Bay Watcher
    • View Profile
Re: Fully Armored Gobbos?
« Reply #7 on: September 16, 2012, 05:50:38 pm »

I have never seen fully armored goblins, they just show up with a breastplate and a helm. Any way to make them fully clad in armor?

Are you playing a mod?  In vanilla they should generally have other gear.

Cave spider silk gloves aren't really effective against masterwork steel axes.
Do that modding and witness the power of a FULLY ARMED AND OPERATIONAL goblin siege!
Logged
"Fools dig for water, corpses, or gold. The earth's real treasure is far deeper."

Alem

  • Bay Watcher
    • View Profile
Re: Fully Armored Gobbos?
« Reply #8 on: September 16, 2012, 06:06:42 pm »

This makes me curious, because as old as 34.07 I found that in order to get an entity to wear armor on spots other than head and chest, the items needed to lack an armor levels tag. If their options were only armor pieces, they'd arrive naked save the chest and head. Has this changed since then?
Logged

HoppyDragon

  • Bay Watcher
  • Miner cancels Drink; Interrupted by Carp.
    • View Profile
Re: Fully Armored Gobbos?
« Reply #9 on: September 17, 2012, 04:55:46 pm »

I believe you can also just remove [COMMON_DOMESTIC_MOUNT] and it should stop the majority of mounts form showing up while still allowing them to have war dragons and such, though I believe it is still possible that if they go out and tame something special like giant eagles in world generation then they would be able to use those.
Thank you very much; I will try that.  I've played DF on and off for a few years but most recently I've gotten into the real meat and potatoes of the game.  Previously I never survived long enough to see anything more than a small goblin siege or two.  Hopefully with this quick fix to the raws I can enjoy the larger goblin sieges without having to send my troops out, and put my defense designs to work.
Logged

Wrex

  • Bay Watcher
  • My vision is augmented
    • View Profile
Re: Fully Armored Gobbos?
« Reply #10 on: September 17, 2012, 10:19:54 pm »

If you want to be a real dick, increase the body mass of goblins to make them equal to humans, then give them a "Goblin Platemail" with UPSTEP:5 or something similar. The amount of protection this gives is absolutely retarded, while preventing dwarves from benefiting from it.
Logged

Mr Wrex, please do not eat my liver.