Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 89 90 [91] 92 93 ... 247

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

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1350 on: October 26, 2014, 10:01:51 pm »

[SELECT_MATERIAL:TOOTH]
Then how would I work it from there? Really sorry, I'm only moderate at modding.
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 #1351 on: October 26, 2014, 10:32:31 pm »

Then you just start slapping material properties after it. Like so:

Code: [Select]
[SELECT_MATERIAL:HAIR]
[STATE_NAME:ALL_SOLID:wool]
[STATE_ADJ:ALL_SOLID:wool]
[YARN]

You can add new tags or overwrite old ones. Look at the material templates to see what I'm talking about.
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1352 on: October 26, 2014, 11:31:44 pm »

   [SELECT_MATERIAL:TEETH]
      [STATE_NAME:ALL_SOLID:steel]
      [STATE_ADJ:ALL_SOLID:steel]
      [FANGS]
   [SELECT_MATERIAL:NAIL]
      [STATE_NAME:ALL_SOLID:steel]
      [STATE_ADJ:ALL_SOLID:steel]
      [CLAWS]
   [SELECT_MATERIAL:BONES]
      [STATE_NAME:ALL_SOLID:iron]
      [STATE_ADJ:ALL_SOLID:iron]
      [BONES]

Like that? Even with steel fangs and claws, and iron bones, one iron clad proficient sword/hammer/spear/axe dwarf squad put it down fast. Not saying that there wasn't missing limbs and a few deaths, but it lasted a lot shorter than I thought it would.
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.

NoobKid

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1353 on: October 26, 2014, 11:35:47 pm »

What does the [FANGS] token do? And where would I put it in my custom human?
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1354 on: October 26, 2014, 11:39:25 pm »

I don't know. I just tossed it in at the bottom because he had yarn at the bottom. Errorlog rejects everything I did.
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.

NoobKid

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1355 on: October 26, 2014, 11:42:30 pm »

Why don't you make all its body parts adamantine and set it upon your nobles?
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1356 on: October 26, 2014, 11:43:34 pm »

*Slap* No.
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.

NoobKid

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1357 on: October 26, 2014, 11:45:15 pm »

Or at least give it [UPPER_BODY_PINCERS]?
Logged

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1358 on: October 26, 2014, 11:46:53 pm »

*Slap, kick, stab* No.
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.

cyberTripping

  • Bay Watcher
  • JPEG Artifactoid
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1359 on: October 26, 2014, 11:47:46 pm »

I'm pretty sure you need to define ALL the properties. By the looks of it, you just renamed the materials. The bone is now called iron, but it's still bone material.
Logged
Everything's in the news today

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1360 on: October 26, 2014, 11:49:08 pm »

...Ugh... I don't know how to do that....  :'( I'll give away a free *steel spear* to whoever can do that for me.

EDIT: WAAAAIT... So my purgatory wolf is already biting through iron armour with normal teeth any claws? Hell yeah! Can't wait to see it with steel claws and teeth, plus iron bones. 
« Last Edit: October 26, 2014, 11:55:27 pm by StagnantSoul »
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.

NoobKid

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1361 on: October 27, 2014, 01:36:37 am »

How do I write dragon leather as a material for a trailing_vapor_flow breath attack?
Logged

NoobKid

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1362 on: October 27, 2014, 02:06:44 am »

And is there a custom creature guide anywhere? I'm having trouble with mine. It won't show up in Adventure Mode or the arena.
Spoiler (click to show/hide)

If anyone can help, here's the code.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1363 on: October 27, 2014, 02:07:23 am »

You forgot [OBJECT:CREATURE] near the top of the file.

NoobKid

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #1364 on: October 27, 2014, 02:11:44 am »

Oh, right. And what do I type into the entity_default file?
Logged
Pages: 1 ... 89 90 [91] 92 93 ... 247