Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 177 178 [179] 180 181 ... 247

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

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2670 on: May 29, 2015, 05:24:10 pm »

Yes.

davetriesmakingmods

  • Escaped Lunatic
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2671 on: May 29, 2015, 07:48:02 pm »

Can I make a new bar that counts as a fuel, as far as the FUEL tag in a reaction is concerned? I can't find any raws for coke, so I'm not sure how to go about it.

I guess I could just require the new reaction to use the new reaction product (reaction material?) type instead of using the FUEL token, but I'd like to maintain the ability to power it via magma instead. Should I make two separate reactions, one for the forge that requires my new type and one for the magma forge that doesn't? (Can I even specify forge vs. magma forge for a reaction's building?)
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2672 on: May 29, 2015, 07:51:57 pm »

Fuels are hardcoded, so you won't be able to find them within the raws, nor can you create an item that would be treated as fuel.

Also, these are the buildings that you can add reactions to:
http://dwarffortresswiki.org/index.php/DF2014:Reaction#Building
Logged

Klisz

  • Bay Watcher
  • Dabbling Modder
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2673 on: May 29, 2015, 07:53:16 pm »

I guess I could just require the new reaction to use the new reaction product (reaction material?) type instead of using the FUEL token, but I'd like to maintain the ability to power it via magma instead. Should I make two separate reactions, one for the forge that requires my new type and one for the magma forge that doesn't? (Can I even specify forge vs. magma forge for a reaction's building?)

I don't think you can specify forge vs. magma forge, but you could create a second reaction to turn your new material into one of the two existing fuel types.
Logged

davetriesmakingmods

  • Escaped Lunatic
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2674 on: May 29, 2015, 07:54:59 pm »

Good information and suggestions, thanks everybody.
Logged

Zombiecow99

  • Bay Watcher
  • ENEMIES! We Need Enemies
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2675 on: May 29, 2015, 08:26:36 pm »

Ok how would i give the stone a syndrome?
Logged

Zombiecow99

  • Bay Watcher
  • ENEMIES! We Need Enemies
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2676 on: May 29, 2015, 09:12:52 pm »

also, anyone know why my tanks are melting?ill give the raws
(i just made them a caste with a low chance of spawning for now


Spoiler (click to show/hide)
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2677 on: May 29, 2015, 09:30:55 pm »

They should be FIREIMMUNE

also are you sure you want women giving birth to tanks

Zombiecow99

  • Bay Watcher
  • ENEMIES! We Need Enemies
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2678 on: May 29, 2015, 09:37:30 pm »

do they have to be fireimmune cause i want them to be able to melt each other.



its just for now until i figure out how to make them at a workshop
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2679 on: May 29, 2015, 09:41:38 pm »

its just for now until i figure out how to make them at a workshop

Might've wanted to say this earlier, because you can't.

Zombiecow99

  • Bay Watcher
  • ENEMIES! We Need Enemies
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2680 on: May 29, 2015, 09:42:46 pm »

hmm but ive heard of people doing it by making a stone that gives off a syndrome i just cant figure out how to do it
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2681 on: May 29, 2015, 09:43:52 pm »

That works by having them turn into a creature with an evaporating limb that has a hand at the end of it, animating the hand, transforming it into a different creature, which then dies, then reanimating the new, dead creature and transforming the reanimated creature into what you want.

Zombiecow99

  • Bay Watcher
  • ENEMIES! We Need Enemies
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2682 on: May 29, 2015, 09:44:48 pm »

ooookay then i wont be doing that
Logged

BlackFlyme

  • Bay Watcher
  • BlackFlyme cancels Work: Interrupted by bird.
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2683 on: May 29, 2015, 09:46:13 pm »

Give the material something like this:
Code: [Select]
[SYNDROME]
[SYN_NAME:Tank]
[SYN_INHALED][SYN_INGESTED][SYN_INJECTED][SYN_CONTACT]
[CE_BODY_TRANSFORMATION:START:0]
[CE_CREATURE:TANK:DEFAULT]

This will turn those caught in the gas into a tank.
Logged

Zombiecow99

  • Bay Watcher
  • ENEMIES! We Need Enemies
    • View Profile
Re: [MODDING] 0.40.x QUESTIONS THREAD
« Reply #2684 on: May 29, 2015, 09:55:26 pm »

hmm all that did was make a bunch of magma in the workshop.so i just put that anywhere in the materials raws?





like this right?
Spoiler (click to show/hide)
« Last Edit: May 29, 2015, 10:07:53 pm by Zombiecow99 »
Logged
Pages: 1 ... 177 178 [179] 180 181 ... 247