More applications for steam/pipes

Ideas that are too old (too many things have changed since) and ones which won't be implemented for certain reasons or if there are obviously better suggestions.

Moderator: ickputzdirwech

Post Reply
Aarkreinsil
Inserter
Inserter
Posts: 25
Joined: Sun Sep 29, 2013 2:03 pm
Contact:

More applications for steam/pipes

Post by Aarkreinsil »

Heya!

I know this might be a bit generic, but I really like playing around with the steam boilers, the pipe networks and the general water flow system (even though it's supposedly broken).
So what about assembly machines or logistic systems that use steam/hydraulics/pneumatics instead of electricity, or new liquids to pump around?
Maybe a solar-thermal boiler for when your coal runs out. This could also serve as an advanced alternative to photovoltaic panels, which take up a ton of space, and need equal amounts of accumulators, whereas boilers would store potential energy as steam.

When I think factories and pollution, I also think huge pipelines that pierce the desert, transporting around oil, chemicals or just plain water. Of course, using water pumps, dams and reservoirs as a means of accumulating/conserving power is probably impossible with a 2d game, but especially with the pollution-binding sewage mechanic that you guys mentioned, this would be an interesting alternative.

That way you could "pump" the pollution out of the air, create a sewage-like sludge and pump it into a lake or another generic area, where the aliens are then going to go crazy over the spreading pollution. BUT! that way you could make them attack far away from your actual base, and create elaborate defenses for your sewage dump lake, which might be easier than littering your entire factory with turrets.

Just my 2 cents, and I'm sure you guys will have even more and probably better ideas, feel free to add your own ideas or change mine.

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: More applications for steam/pipes

Post by kovarex »

Yes, moving pollution out using pipes was my idea as well.
Oil, rafineries yes, we want that for long time.

The Factorio world is endless well of ideas, and our programming and graphical capabilities aren't endless, I wish they would :)\

But our company name is wube, it means, translated to english "Everything is going to be dome eventually" :)

Aarkreinsil
Inserter
Inserter
Posts: 25
Joined: Sun Sep 29, 2013 2:03 pm
Contact:

Re: More applications for steam/pipes

Post by Aarkreinsil »

Speaking of which, will you possibly include some of the really good mods into the game? I know you frequently look through the code of many of the mods, and there is no shame in incorporating good mods into the base game, as long as the quality standards are being met.
So, I know it's a stretch, but maybe you could outsource some of the programming to the community. Make a mod competition to see who creates the best oil/refinery mod, and use some of the code and assets for the game to save time?
Project Zomboid did it with the farming and camping mods, and they even hired one of the modders.

Other than that, awesome to hear that you have plans for an oil industry. Can't wait to make plastic, fuel and cheap cosmetic products :roll:

drs9999
Filter Inserter
Filter Inserter
Posts: 831
Joined: Wed Mar 06, 2013 11:16 pm
Contact:

Re: More applications for steam/pipes

Post by drs9999 »

yes finally cosmetics :D :D :D

gr0mpel
Fast Inserter
Fast Inserter
Posts: 107
Joined: Fri May 03, 2013 6:23 pm
Contact:

Re: More applications for steam/pipes

Post by gr0mpel »

Aarkreinsil wrote:Speaking of which, will you possibly include some of the really good mods into the game? I know you frequently look through the code of many of the mods, and there is no shame in incorporating good mods into the base game, as long as the quality standards are being met.
So, I know it's a stretch, but maybe you could outsource some of the programming to the community. Make a mod competition to see who creates the best oil/refinery mod, and use some of the code and assets for the game to save time?
Project Zomboid did it with the farming and camping mods, and they even hired one of the modders.

Other than that, awesome to hear that you have plans for an oil industry. Can't wait to make plastic, fuel and cheap cosmetic products :roll:
that would be awesome.
since we have a few people in the community that are programming really awesome mods.. i.e. the treefarm mod..since trees reduce pollution it would be awesome to integrate a possibility to replant trees (and use some of the treefarm-code/buildings for it).

Nirahiel
Filter Inserter
Filter Inserter
Posts: 351
Joined: Mon Sep 23, 2013 2:18 pm
Contact:

Re: More applications for steam/pipes

Post by Nirahiel »

gr0mpel wrote:since trees reduce pollution it would be awesome to integrate a possibility to replant trees
Actually ... :roll:
It's planned for my mod too :)

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Re: More applications for steam/pipes

Post by ficolas »

Aarkreinsil wrote:Speaking of which, will you possibly include some of the really good mods into the game? I know you frequently look through the code of many of the mods, and there is no shame in incorporating good mods into the base game, as long as the quality standards are being met.
So, I know it's a stretch, but maybe you could outsource some of the programming to the community. Make a mod competition to see who creates the best oil/refinery mod, and use some of the code and assets for the game to save time?
Project Zomboid did it with the farming and camping mods, and they even hired one of the modders.

Other than that, awesome to hear that you have plans for an oil industry. Can't wait to make plastic, fuel and cheap cosmetic products :roll:
Mods arent made the same way as the game is.
Mods are made in lua, the game uses c and lua, and a big part of the mod added to the game, should be made in c# or it would be quite messy

Nirahiel
Filter Inserter
Filter Inserter
Posts: 351
Joined: Mon Sep 23, 2013 2:18 pm
Contact:

Re: More applications for steam/pipes

Post by Nirahiel »

Ficolas, more and more things are added to the lua part of the game, so we modders can do whatever we want :)
It's just a matter of time before almost everything is customizable with mods

Aarkreinsil
Inserter
Inserter
Posts: 25
Joined: Sun Sep 29, 2013 2:03 pm
Contact:

Re: More applications for steam/pipes

Post by Aarkreinsil »

Mods are made in lua, the game uses c and lua, and a big part of the mod added to the game, should be made in c# or it would be quite messy

That's why I'm saying they could just translate the code. I'm sure it's much easier to take already written code and just convert or polish it until it meets the game's quality standards, than it is to code it from scratch.
I know programming is mostly about problem solving and HOW you tackle a certain scenario. Either you go 2+2 or 4/2, or 1+3, you get the idea. Also, a really good mod might already take care of stuff like balancing, figuring out meaningful production chains and other fiddly stuff like that.

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Re: More applications for steam/pipes

Post by ficolas »

Nirahiel wrote:Ficolas, more and more things are added to the lua part of the game, so we modders can do whatever we want :)
It's just a matter of time before almost everything is customizable with mods
I know, but why would you want to do half of a game in lua and half in c# if it is not to simplify it?
Adding a treefarm to the game would be lessmessy to be done with c# than with lua, because everything would be more configurable, and what we do with lua are workarrounds

Nirahiel
Filter Inserter
Filter Inserter
Posts: 351
Joined: Mon Sep 23, 2013 2:18 pm
Contact:

Re: More applications for steam/pipes

Post by Nirahiel »

What we do is doing something we can without having access to the source code, which is fair.

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Re: More applications for steam/pipes

Post by ficolas »

Nirahiel wrote:What we do is doing something we can without having access to the source code, which is fair.
Yea totally fair since that is what devs want us to do :)

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: More applications for steam/pipes

Post by kovarex »

The whole game can't be in lua for one simple reason, performance.
Some very stressed parts, like transport belts, inserters, enemies and such need to be optimised a lot, and it would not really be possible in lua.

User avatar
Cordylus
Fast Inserter
Fast Inserter
Posts: 220
Joined: Wed Jun 25, 2014 11:28 am
Contact:

Re: More applications for steam/pipes

Post by Cordylus »

Outdated
Pipes can transport many important liquids now.

Post Reply

Return to “Outdated/Not implemented”