Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 194 195 [196] 197 198 ... 247

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

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2925 on: July 01, 2015, 10:40:08 pm »

...YAY! I did something almost right on the first try.

Question: Would adding this to the scale template make it tannable?

[MATERIAL_REACTION_PRODUCT:TAN_MAT:LOCAL_CREATURE_MAT:LEATHER]
« Last Edit: July 01, 2015, 11:13: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.

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2926 on: July 01, 2015, 11:26:03 pm »

Trying to figure out how I can make scales tannable/make scale armour... Will I have to make a new template like leather? Is there a leather template? If so, where?
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.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2927 on: July 01, 2015, 11:36:59 pm »

with the rest of the templates in material_template_default.txt

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2928 on: July 02, 2015, 12:03:17 am »

Thanks Putnam. Trying to work on a creature involving the necromancers raising ability and the full body transformation thing, hoping it works. Can I target specific animal's corpses? Like only target dog and wolf corpses?
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 #2929 on: July 02, 2015, 01:19:56 am »

I am five seconds from shooting my computer. There's several problems.

1: For some reason, the pyromancer now crashes my game every time it loads the interaction. There's nothing wrong with it that I can find, and certainly nothing that should crash the game. Here's the raws. Doesn't say anything in the error log, but it crashes when it says loading interactions.

Spoiler (click to show/hide)

Next up, my game won't let me make a custom building, saying they're invalid definition tokens, despite being the exact same as the ones in other buildings. Here's what it says:

Spoiler (click to show/hide)

And here's the raws they're referring to:

Spoiler (click to show/hide)

I see literally nothing wrong with what I've done, but apparently I'm wrong. Please help before I shoot my computer. Thanks in advance!
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.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2930 on: July 02, 2015, 01:25:47 am »

You actually need a CE_BODY_TRANSFORMATION for CE:CREATURE

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2931 on: July 02, 2015, 01:28:49 am »

So it'd say

   [I_EFFECT:ANIMATE]
      [IE_TARGET:A]
      [IE_IMMEDIATE]
      [IE_ARENA_NAME:Ignite corpse]
      [SYNDROME]
   [CE_BODY_TRANSFORMATION:CREATURE:FIRE_SPIRIT:NONE]

?

Thanks for that. Any ideas on my building not working, despite being made with workshop painter and having the build materials copied over from another bunch of buildings?
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.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2932 on: July 02, 2015, 01:34:53 am »

Look at the werewolf example in interaction_example, it tells you exactly how it's formed properly.

You need to make sure that the entity has the building allowed.

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2933 on: July 02, 2015, 01:51:52 am »

No, I mean the thing with the errorlog repeatedly saying that they're unrecognized building tokens, despite them being copied from existing buildings and the workshop painter.
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.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2934 on: July 02, 2015, 01:52:22 am »

There's only BUILDING_WORKSHOP and BUILDING_FURNACE, there isn't just BUILDING

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2935 on: July 02, 2015, 01:57:29 am »

Sweet Armok, thank you. I was sitting here with a shotgun, ready to shoot the computer.
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.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2936 on: July 02, 2015, 02:00:50 am »

Let it be known that I write nothing from scratch and copy+paste all of my raws from somewhere else before editing them slightly

...well i write my code from scratch but that's not raws

StagnantSoul

  • Bay Watcher
  • "Player has withdrawn from society!"
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2937 on: July 02, 2015, 02:16:09 am »

...That didn't solve it... Moving the [DIM:number:number] thing above [WORK_LOCATION:number:number] didn't work either... I'll make a thread for that problem. If it isn't solved in 24 hours, I'm probably going to smash my computer and then everything in my house out of frustration. I already hurt my hand punching the wall.
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.

Kait

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2938 on: July 02, 2015, 02:47:49 pm »

Hey guys, does anyone knows how to create a decent Westeros map with Perfect World ? (not sure I must ask that on the modding topic...)
Logged

Usul

  • Bay Watcher
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2939 on: July 02, 2015, 04:54:14 pm »

I'm not familiar with PerfectWorld, but Deon made one.
Logged
Pages: 1 ... 194 195 [196] 197 198 ... 247