Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: Free Adamantine?  (Read 1223 times)

SpecialCookies

  • Bay Watcher
    • View Profile
Re: Free Adamantine?
« Reply #15 on: October 30, 2012, 05:06:08 pm »

Correct me if I'm wrong (or if it won't make a difference) but shouldn't INORGANIC be replaced with METAL?

As in:

Code: [Select]
[PRODUCT:100:10:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]
Logged
We don't really 'need' to survive, now - do we?

TechnoScrabble

  • Bay Watcher
    • View Profile
Re: Free Adamantine?
« Reply #16 on: October 30, 2012, 05:19:59 pm »

...That might be the problem.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Free Adamantine?
« Reply #17 on: October 30, 2012, 05:34:43 pm »

Correct me if I'm wrong (or if it won't make a difference) but shouldn't INORGANIC be replaced with METAL?

As in:

Code: [Select]
[PRODUCT:100:10:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]

You are wrong. There is no difference between METAL and INORGANIC.

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: Free Adamantine?
« Reply #18 on: October 30, 2012, 05:43:19 pm »

Except that one of them confuses new modders and the other is typically used, of course.

Could the number 10 combinec with the PRODUCT_DIMENSION have done something?
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Free Adamantine?
« Reply #19 on: October 30, 2012, 05:56:58 pm »

No. The reagents, products, etc. have absolutely nothing to do with this.

Here, try this:

[REACTION:ADAMANTINE_WAFERS]
[NAME:make adamantine wafers]
[BUILDING:SMELTER:NONE]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]
[SKILL:SMELT]

All I did for that was remove REAGENT and FUEL, nothing else, as nothing else but doing that is needed.

TechnoScrabble

  • Bay Watcher
    • View Profile
Re: Free Adamantine?
« Reply #20 on: October 30, 2012, 06:38:54 pm »

Alright, I'll test that this evening.
Logged

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: Free Adamantine?
« Reply #21 on: October 30, 2012, 09:15:03 pm »

No. The reagents, products, etc. have absolutely nothing to do with this.

Here, try this:

[REACTION:ADAMANTINE_WAFERS]
[NAME:make adamantine wafers]
[BUILDING:SMELTER:NONE]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]
[SKILL:SMELT]

All I did for that was remove REAGENT and FUEL, nothing else, as nothing else but doing that is needed.

That looks exactly like the one posted earlier, except for the product number.
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Urist McFumbler

  • Bay Watcher
    • View Profile
Re: Free Adamantine?
« Reply #22 on: October 30, 2012, 11:15:45 pm »

Make sure to add [PERMITTED_REACTION:ADAMANTINE_WAFERS] in the entity_default file

Secondly I would change the second line of the reaction from

[NAME:make adamantine wafers] to [NAME:create free adamantine wafers]

this is to make the job more distinct from the actual make adamantine wafers job, I am assuming that you didn't touch the original reaction for adamantine wafers here.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Free Adamantine?
« Reply #23 on: October 30, 2012, 11:17:55 pm »

Make sure to add [PERMITTED_REACTION:ADAMANTINE_WAFERS] in the entity_default file

Secondly I would change the second line of the reaction from

[NAME:make adamantine wafers] to [NAME:create free adamantine wafers]

this is to make the job more distinct from the actual make adamantine wafers job, I am assuming that you didn't touch the original reaction for adamantine wafers here.

ADAMANTINE_WAFERS is the original.

SpecialCookies

  • Bay Watcher
    • View Profile
Re: Free Adamantine?
« Reply #24 on: October 31, 2012, 04:59:11 am »

If all you do is drop the reagent and fuel tag you get free adamantine. So you can just replace the the original reaction in its entirety.

I mean, hell, you're not actually going to use the original reaction if you've already got free stuff anyway.

This works fine:

Code: [Select]
[REACTION:ADAMANTINE_WAFERS]
[NAME:make adamantine wafers]
[BUILDING:SMELTER:NONE]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]
[SKILL:SMELT]
replacing the original, located in reactions_smelter.txt.

I think you're making it more complex than it needs to be.
Logged
We don't really 'need' to survive, now - do we?

TechnoScrabble

  • Bay Watcher
    • View Profile
Re: Free Adamantine?
« Reply #25 on: October 31, 2012, 03:25:52 pm »

No. The reagents, products, etc. have absolutely nothing to do with this.

Here, try this:

[REACTION:ADAMANTINE_WAFERS]
[NAME:make adamantine wafers]
[BUILDING:SMELTER:NONE]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]
[SKILL:SMELT]

IT WORKS. OH GLORIOUS DAY.
All I did for that was remove REAGENT and FUEL, nothing else, as nothing else but doing that is needed.
Logged
Pages: 1 [2]