Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help with modded in armor  (Read 685 times)

JakeSlayer

  • Bay Watcher
    • View Profile
Help with modded in armor
« on: October 07, 2017, 08:50:02 pm »

I have made quite afew custom chest-pieces and shields but none of them show up...other custom armor (like arm and leg armor) shows up but not chest is there a reason why that I could fix?
Logged
VALLHALLA HUNGERS!!!
-JakeSlayer

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Help with modded in armor
« Reply #1 on: October 07, 2017, 08:52:13 pm »

Are they in a file under [OBJECT:ITEM]?
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

Aranador

  • Bay Watcher
    • View Profile
Re: Help with modded in armor
« Reply #2 on: October 08, 2017, 03:32:00 am »

Did you add them to the entity file?  Did you set their rarity to FORCED?  Or at least COMMON and genned a couple of times to see if they appeared?

Did you tag the items properly in the item file?


Can you post your raws for examination?
« Last Edit: October 08, 2017, 03:33:50 am by Aranador »
Logged

JakeSlayer

  • Bay Watcher
    • View Profile
Re: Help with modded in armor
« Reply #3 on: October 11, 2017, 12:28:32 am »

Yeah here some examples...

Default (semi-modded) Breastplate

[ITEM_ARMOR:ITEM_ARMOR_BREASTPLATE]
[NAME:breastplate:breastplates]
[ARMORLEVEL:6]
[UBSTEP:0]
[LBSTEP:0]
[SHAPED]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:20]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:6]
[HARD]
[METAL]


Custom modded Flak-Plate

[ITEM_ARMOR:ITEM_ARMOR_FLAK-PLATE]
[NAME:flak-plate:flak-plates]
[ARMORLEVEL:5]
[UPATEP:0]
[LBSTEP:0]
[SHAPED]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:100]
[LAYER_PERMIT:100]
[MATERIAL_SIZE:5]
[HARD]
[METAL]



Custom Samurai Dos

[ITEM_ARMOR:ITEM_ARMOR_DO]
[NAME:do:dos]
[ARMORLEVEL:4]
[UBSTEP:0]
[LBSTEP:0]
[SHAPED]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:20]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:3]
[HARD]
[METAL]


I gotta say after some testing I thing the problem is with these armor codes I cant fond anything in the Entities file.
Logged
VALLHALLA HUNGERS!!!
-JakeSlayer

Aranador

  • Bay Watcher
    • View Profile
Re: Help with modded in armor
« Reply #4 on: October 11, 2017, 05:57:56 am »

OK - two things I can think of:

One:  Dwarf Fortress may not have a definition of what armour level 4 and higher are - 3 is plate, 2 is chain, one is leather.  Higher is . . . . maybe a problem, maybe not

two:  You definitely should have these things in your entity file so your civ can use them.  Open the military screen, and see if these armours turn up as 'foreign' in the uniform options - Oh, and by ín your entity file' I don't mean throw the item definition in there, I mean define your entity as using these items
Logged