Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 57 58 [59] 60 61 ... 247

Author Topic: [MODDING] 0.40.x QUESTIONS THREAD  (Read 316617 times)

HelloLion

  • Bay Watcher
  • [ENTITY:FOOLISH]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #870 on: August 23, 2014, 03:12:09 pm »

In case anyone else ever needs to know this, I figured out why the shovels wouldn't work! Their material templates were lacking the [ITEM_DIGGER] template, which apparently is needed to make diggers out of stuff and is normally not in the stone or wood template in material_template_default.txt!

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #871 on: August 23, 2014, 03:38:58 pm »

Could I attach that to gloves? Or even claws?
Logged
Quote from: Cptn Kaladin Anrizlokum
I threw night creature blood into a night creature's heart and she pulled it out and bled to death.
Quote from: Eric Blank
Places to jibber madly at each other, got it
Quote from: NJW2000
If any of them are made of fire, throw stuff, run, and think non-flammable thoughts.

ArKFallen

  • Bay Watcher
  • Bohandean Desserter
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #872 on: August 23, 2014, 03:54:43 pm »

Could I attach that to gloves? Or even claws?
No, I suggest using the wiki as a resource for what tokens are generally allowed where. Unless your internet connection is really shoddy or on a non-PC, in which case the forums can be faster.
Logged
Hm, have you considered murder?  It's either that or letting it go.
SigText
I logged back on ;_;

HelloLion

  • Bay Watcher
  • [ENTITY:FOOLISH]
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #873 on: August 23, 2014, 04:14:31 pm »

ANOTHER UPDATE:

It's not working! I am at my wit's end. I guess I got too excited the first time it seemed to be working, but it's still not correct. Cannot embark with shovels or training shovels, cannot craft them. I don't know where to go from here.

EDIT:

SOLVED FOR REAL (I HOPE). Cannot use the [DIGGER: ] tag in entity_default, but the [WEAPON: ] tag used on the shovels works fine! Shovels still behave as expected with this tag instead of digger.
« Last Edit: August 23, 2014, 04:24:55 pm by HelloLion »
Logged

Redzephyr01

  • Bay Watcher
  • Ferrum Cor
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #874 on: August 23, 2014, 04:40:21 pm »

I made another creature, this time it's a flying shark.
Spoiler (click to show/hide)
It's supposed to appear in evil biomes. I tried to make it trainable and an exotic mount so that I can be sieged by elves riding flying sharks. Did I make any mistakes in the code?
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #875 on: August 23, 2014, 04:57:55 pm »

Currently, my internet's acting up really bad. Forums are one of the only places that work for me right now.
Logged
Quote from: Cptn Kaladin Anrizlokum
I threw night creature blood into a night creature's heart and she pulled it out and bled to death.
Quote from: Eric Blank
Places to jibber madly at each other, got it
Quote from: NJW2000
If any of them are made of fire, throw stuff, run, and think non-flammable thoughts.

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #876 on: August 23, 2014, 04:59:04 pm »

Even with the [AMPHIBIOUS] token, wouldn't it still need lungs or something?
Logged
Quote from: Cptn Kaladin Anrizlokum
I threw night creature blood into a night creature's heart and she pulled it out and bled to death.
Quote from: Eric Blank
Places to jibber madly at each other, got it
Quote from: NJW2000
If any of them are made of fire, throw stuff, run, and think non-flammable thoughts.

scamtank

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #877 on: August 23, 2014, 05:02:24 pm »

Goes with the ORGANS in the body plan, I think. [AMPHIBIOUS] covers the rest, meaning it's at home above and below the water's surface.
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #878 on: August 23, 2014, 05:03:23 pm »

Even with the [AMPHIBIOUS] token, wouldn't it still need lungs or something?

Nope. Vanilla sharks and some other fish do not have lungs.

ORGANS only cover the liver, stomach, pancreas, spleen, and kidneys.
Logged

Redzephyr01

  • Bay Watcher
  • Ferrum Cor
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #879 on: August 23, 2014, 05:05:53 pm »

Do I need to add lungs in order for it to breathe air?
Logged

m-logik

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #880 on: August 23, 2014, 05:06:15 pm »

The wiki shows masks as only covering the head. Is it possible to make them only cover facial features and throat? Or at least to cover those parts as well? I've poked around in the raws and couldn't see anything that would do that, and the wiki was unhelpful as well.
« Last Edit: August 23, 2014, 05:09:55 pm by m-logik »
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #881 on: August 23, 2014, 05:17:53 pm »

On another note, can I give a metal a syndrome? Like a type of metal that, when it pierces skin, it injects a syndrome? I'm willing to jump through two or three hoops to do it.

Err, maybe? I'm not 100% certain on this. I know that a contact syndrome or a material with an incredibly hot/cold temperature can affect the wielder though.

Do I need to add lungs in order for it to breathe air?

No, you don't. I've arena tested it, and it flew about just fine.

The wiki shows masks as only covering the head. Is it possible to make them only cover facial features and throat? Or at least to cover those parts as well? I've poked around in the raws and couldn't see anything that would do that, and the wiki was unhelpful as well.

No, unfortunately. Helmets cannot be given any of the tags that allow other armours to extend past what they would normally protect.
Logged

scamtank

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #882 on: August 23, 2014, 05:19:39 pm »

And that "covering sub-bits on bodyparts too far away" is also a big fat bug anyway. Might not want to lean on that one for functionality.
Logged

m-logik

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #883 on: August 23, 2014, 05:27:24 pm »

No, unfortunately. Helmets cannot be given any of the tags that allow other armours to extend past what they would normally protect.

Too bad. Thanks.
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #884 on: August 23, 2014, 06:31:20 pm »

Can someone help me? I'm trying to get my venomous dragon to excrete it's venom constantly, so wrestlers and anyone who touches it gets the syndrome. I've got it so it sweats constantly, and when I have it set so be sweating, well, sweat it works. But when I try to get it to sweat it's venom, it won't work. What did I do wrong?
Spoiler (click to show/hide)
What did I do wrong?
Also, if you read the description, you'd know it's (in  legend) a result from a dragon egg fertilized by a scorpion. For the blob body, the one where it's just a jump of flesh/whatever material, can I make the blob out of scales? And can it accept body parts? Like if I made a default_body myself, which involved seven stinger tails, would it connect to the blob?
Logged
Quote from: Cptn Kaladin Anrizlokum
I threw night creature blood into a night creature's heart and she pulled it out and bled to death.
Quote from: Eric Blank
Places to jibber madly at each other, got it
Quote from: NJW2000
If any of them are made of fire, throw stuff, run, and think non-flammable thoughts.
Pages: 1 ... 57 58 [59] 60 61 ... 247