Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Bone armour useable in adventure mode?  (Read 2069 times)

Wiles

  • Bay Watcher
    • View Profile
Bone armour useable in adventure mode?
« on: March 13, 2008, 09:56:00 am »

I tried adding bone armour to be useable in adventure mode.

I could never get it to be made out of bone. It was always made out of rope reed.

I wasn't sure what would make it work, so I tried a few variations. None of them worked. I know you can make bone armour in fortress mode, but I don't know how to in adventure mode.

code:
[ITEM_ARMOR:ITEM_ARMOR_SCALEMAIL]
[NAME:scalemail:scalemail]
[PREPLURAL:suits of]
[WEIGHT:75]
[VALUE:60]
[ARMORLEVEL:2]
[MAINBLOCK:50]
[SECONDBLOCK:30]
[UBSTEP:1]
[LBSTEP:1]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:15]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:6]
[HARD]
[BARRED]

[ITEM_ARMOR:ITEM_ARMOR_SCALEMAIL2]
[NAME:scalemail2:scalemail2]
[PREPLURAL:suits of]
[WEIGHT:75]
[VALUE:60]
[ARMORLEVEL:2]
[MAINBLOCK:50]
[SECONDBLOCK:30]
[UBSTEP:1]
[LBSTEP:1]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:15]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:6]
[HARD]
[SCALED]

[ITEM_ARMOR:ITEM_ARMOR_SCALEMAIL3]
[NAME:scalemail3:scalemail3]
[PREPLURAL:suits of]
[MATERIAL_PLACEHOLDER:BONE]
[WEIGHT:75]
[VALUE:60]
[ARMORLEVEL:2]
[MAINBLOCK:50]
[SECONDBLOCK:30]
[UBSTEP:1]
[LBSTEP:1]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:15]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:6]
[HARD]

[ITEM_ARMOR:ITEM_ARMOR_SCALEMAIL4]
[NAME:scalemail4:scalemail4]
[PREPLURAL:suits of]
[MATERIAL_PLACEHOLDER:BONE]
[WEIGHT:75]
[VALUE:60]
[ARMORLEVEL:2]
[MAINBLOCK:50]
[SECONDBLOCK:30]
[UBSTEP:1]
[LBSTEP:1]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:15]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:6]
[HARD]
[BARRED]
[SCALED]  

[ITEM_ARMOR:ITEM_ARMOR_SCALEMAIL5]
[NAME:scalemail5:scalemail5]
[PREPLURAL:suits of]
[MATERIAL_PLACEHOLDER:BONE]
[WEIGHT:75]
[VALUE:60]
[ARMORLEVEL:2]
[MAINBLOCK:50]
[SECONDBLOCK:30]
[UBSTEP:1]
[LBSTEP:1]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:15]
[LAYER_PERMIT:50]
[MATERIAL_SIZE:6]
[HARD]
[BARRED]
[SCALED]
[SHAPED]


[ March 13, 2008: Message edited by: Wiles ]

Logged

Jurassiced

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #1 on: March 13, 2008, 11:54:00 am »

you need to add a [matrial_bone] tag in there or [matrial:bone] try that and it should fix it
Logged
POKHOMME http://dffd.wimbli.com/file.php?id=84 Race mod im working on.

Trollvottel

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #2 on: March 13, 2008, 12:04:00 pm »

quote:
Originally posted by jurassiced:
<STRONG>you need to add a [matrial_bone] tag in there or [matrial:bone] try that and it should fix it</STRONG>

You also need to watch how you spell MATERIAL. (Maybe that is why your game doesn't work anymore? I seem to remember you asking questions such as "I've modded a lot of stuff and now weird stuff is happening" :-)

[ March 13, 2008: Message edited by: Trollvottel ]

Logged

Wiles

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #3 on: March 13, 2008, 12:19:00 pm »

quote:
Originally posted by jurassiced:
<STRONG>you need to add a [matrial_bone] tag in there or [matrial:bone] try that and it should fix it</STRONG>

Neither of those would be valid armour tokens.

[ March 13, 2008: Message edited by: Wiles ]

Logged

Jurassiced

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #4 on: March 13, 2008, 12:22:00 pm »

it works fine for me and the are taken from a mod i used once and as for my spelling stfu im not you so dont police other people you nosey jerk
Logged
POKHOMME http://dffd.wimbli.com/file.php?id=84 Race mod im working on.

Wiles

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #5 on: March 13, 2008, 12:31:00 pm »

Now you're just making things up.

Like I said before, they are not valid armour tokens.

Logged

Jurassiced

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #6 on: March 13, 2008, 01:08:00 pm »

not making anything up your my new nemesis welcome to my shit list jerk
Logged
POKHOMME http://dffd.wimbli.com/file.php?id=84 Race mod im working on.

nunix

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #7 on: March 13, 2008, 01:25:00 pm »

How do you mean, make it in adventure mode? You mean it's not showing up in shops, or..?

If your entries work in fortress mode, but not adventure mode, I'd report it as a bug.

Logged

Wiles

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #8 on: March 13, 2008, 01:31:00 pm »

Sorry, I meant having the armour available when you start a new adventurer.

I know platemail can be made out of bone in Fortress mode, but in adventure mode it is always made of the highest quality metal available.

I wanted to make an armour made out of bone as the only option for one entity. Whenever I started playing the armours I tried were all made out of rope reed.

Logged

nunix

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #9 on: March 13, 2008, 01:40:00 pm »

I'd swear I read something about weapon and armor choices being hard-coded for adventurers right now; it's possible that extends to material.

However, bone showing up as rope reed is weird. Bug-report it, I'd say, cos your entries look fine.

Logged

Sean Mirrsen

  • Bay Watcher
  • Bearer of the Psionic Flame
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #10 on: March 13, 2008, 02:36:00 pm »

Yeah, I keep getting rope reed plated boots in adventure mode. I guess it fails to pick a suitable bone material when it tries to spawn the item.
Logged
Multiworld Madness Archive:
Game One, Discontinued at World 3.
Game Two, Discontinued at World 1.

"Europe has to grow out of the mindset that Europe's problems are the world's problems, but the world's problems are not Europe's problems."
- Subrahmanyam Jaishankar, Minister of External Affairs, India

Ed-

  • Bay Watcher
    • View Profile
    • http://heiteinah.deviantart.com
Re: Bone armour useable in adventure mode?
« Reply #11 on: March 13, 2008, 04:22:00 pm »

This greatly interests me.
Logged
quot;''Mike Haggar'' Jaritek let out a sinister laughter! ''Mike Haggar'' has began a mysterious construction! [Several slaughtered goblins later] ''Mike Haggar'' has created Murrdusk, a Goblin Blood Pond. The Pond Menaces with skulls of Goblins and is hi

Wiles

  • Bay Watcher
    • View Profile
Re: Bone armour useable in adventure mode?
« Reply #12 on: March 13, 2008, 04:44:00 pm »

Thanks for the replies. Maybe I'll just give them a padded armour instead; but I don't know how well rope reed would hold up in combat.   :)
Logged