Search found 10 matches
- Wed May 11, 2016 6:26 pm
- Forum: Mods
- Topic: [MOD 0.13.X] Fractional Distillation
- Replies: 22
- Views: 13694
Re: [MOD 0.12.30] Fractional Distillation
New ways to pollute the world, excellent. One thing that's always bothered me though is Sulfur production. Sulfur is present in hydrocarbons yes but the process of removing it from the gas (or naptha or coal or w/e) shouldn't destroy the input hydrocarbon. For example, desulfurization of naptha htt...
- Wed May 11, 2016 7:01 am
- Forum: Mods
- Topic: [MOD 0.13.X] Fractional Distillation
- Replies: 22
- Views: 13694
Re: [MOD 0.12.30] Fractional Distillation
Hi, thanks for the mod, I enjoy it much. Nicely extends the base without completely overhauling it. Reporting a bug - recipe for sulphur with use of naphtha has swapped order of ingredients, which is, I assume, what's causing the pipe inputs on the chemical plants to also change. Which is mildly an...
- Sun Apr 10, 2016 4:33 pm
- Forum: Mods
- Topic: [MOD 0.12.x] Dude, where's my car?
- Replies: 13
- Views: 16874
Re: [MOD 0.12.x] Dude, where's my car?
Super-useful, I keep leaving my car in stupid random places xD
- Sun Apr 10, 2016 3:21 pm
- Forum: Mods
- Topic: [MOD 0.13.X] Fractional Distillation
- Replies: 22
- Views: 13694
Re: [MOD 0.12.30] Fractional Distillation
german locale [item-name] fd-distillation-column = teilweise Destillationsraffinerie fd-raw-iron = Roheisen fd-raw-copper = Rohkupfer fd-road = Straße fd-canister = leerer Kanister fd-kerosene-canister = Kerosinkanister fd-diesel-canister = Dieselkanister fd-petrol-canister = Benzinkanister [fluid-...
- Sat Apr 09, 2016 12:08 am
- Forum: Mods
- Topic: [MOD 0.13.X] Fractional Distillation
- Replies: 22
- Views: 13694
Re: [MOD 0.12.30] Fractional Distillation
Just updated the mod, the canisters now work properly with the bob's ones.orzelek wrote:Do you know if it will work properly with bob's mods set?
- Fri Apr 08, 2016 9:50 pm
- Forum: Mods
- Topic: [MOD 0.13.X] Fractional Distillation
- Replies: 22
- Views: 13694
Re: [MOD 0.12.30] Fractional Distillation
Do you know if it will work properly with bob's mods set? Sadly, the canisters I added will not currently work with the bob's mods canisters. I will add that when I get the chance. Could you expand on that long description? I'd say that's more of a nice, short description. What new recipes are adde...
- Fri Apr 08, 2016 3:43 pm
- Forum: Mods
- Topic: [MOD 0.13.X] Fractional Distillation
- Replies: 22
- Views: 13694
[MOD 0.13.X] Fractional Distillation
Name: Fractional Distillation Version: 0.1.2 Factorio Version: 0.12.30 Description: Adds a new level of oil processing to increase oil efficiency. Release: 8th April 2016 Dependencies: None Download: fractional-distillation_0.1.4.zip This mod adds fractional distillation into the game - this is what...
- Thu Apr 07, 2016 4:22 pm
- Forum: Modding help
- Topic: Trying to make a recipe category
- Replies: 4
- Views: 1516
Re: Trying to make a recipe category
Thank you very much! It works now!prg wrote:Right, then the problem becomes that just having that definition sit around in some file somewhere isn't enough, you also need to require that file from data.lua like the others for it to do anything useful.
- Thu Apr 07, 2016 4:02 pm
- Forum: Modding help
- Topic: Trying to make a recipe category
- Replies: 4
- Views: 1516
Re: Trying to make a recipe category
Whoops, I do have that, just copied the wrong code into the code boxes. Fixed it now.prg wrote:You're missing a
somewhere.Code: Select all
data:extend({ { type = "recipe-category", name = "distillation" } })
- Thu Apr 07, 2016 3:40 pm
- Forum: Modding help
- Topic: Trying to make a recipe category
- Replies: 4
- Views: 1516
Trying to make a recipe category
Hello. I have just started writing a mod for Factorio and I cannot seem to get recipe categories working. I followed the tutorial by Klonan, and got a mod working up to that stage. I then added a custom recipe, and got it showing up in my new entity. I then wanted to add a custom recipe category (wh...