Page 1 of 1

Expanded Steam [Request]

Posted: Fri Jul 17, 2020 1:09 am
by Mecejide
Removes solar panels from the game, along with the “solaris” achievement.

Moves the steam turbine unlock to a separate technology called “advanced power generation”, which can be researched from the beginning. Also adds a new machine called the steel boiler, which has the same stats as the heat exchanger except it consumes burnable fuel instead of heat. It is unlocked by a technology called “advanced power generation 2”, which has advanced power generation and advanced material processing as prerequisites, and is itself a prerequisite of nuclear power. Both new researches take 50 automation science packs at 5 seconds per pack, and the second takes the same amount of logistic science packs.

To the person who decides to make this mod: please put it on the mod portal.

Re: Expanded Steam [Request]

Posted: Fri Jul 17, 2020 8:55 pm
by darkfrei
Mecejide wrote: Fri Jul 17, 2020 1:09 am Removes solar panels from the game, along with the “solaris” achievement.

Moves the steam turbine unlock to a separate technology called “advanced power generation”, which can be researched from the beginning. Also adds a new machine called the steel boiler, which has the same stats as the heat exchanger except it consumes burnable fuel instead of heat. It is unlocked by a technology called “advanced power generation 2”, which has advanced power generation and advanced material processing as prerequisites, and is itself a prerequisite of nuclear power. Both new researches take 50 automation science packs at 5 seconds per pack, and the second takes the same amount of logistic science packs.
You can make your first mod, there is the code that you need:
code

Re: Expanded Steam [Request]

Posted: Tue Jul 21, 2020 6:00 pm
by Mecejide
darkfrei wrote: Fri Jul 17, 2020 8:55 pm
Mecejide wrote: Fri Jul 17, 2020 1:09 am Removes solar panels from the game, along with the “solaris” achievement.

Moves the steam turbine unlock to a separate technology called “advanced power generation”, which can be researched from the beginning. Also adds a new machine called the steel boiler, which has the same stats as the heat exchanger except it consumes burnable fuel instead of heat. It is unlocked by a technology called “advanced power generation 2”, which has advanced power generation and advanced material processing as prerequisites, and is itself a prerequisite of nuclear power. Both new researches take 50 automation science packs at 5 seconds per pack, and the second takes the same amount of logistic science packs.
You can make your first mod, there is the code that you need:
code
It didn’t work. The mod isn’t on the ingame list.

Re: Expanded Steam [Request]

Posted: Tue Jul 21, 2020 8:24 pm
by darkfrei
Mecejide wrote: Tue Jul 21, 2020 6:00 pm It didn’t work. The mod isn’t on the ingame list.
Sorry, (of course) you are need to set the file info.json.
Tutorial:Mod_structure#info.json

Short explanation:
If your mod folder has name test-mod-thing_0.0.1 then the file info.json will be placed as test-mod-thing_0.0.1/info.json and must be:

Code: Select all

   {
     "name": "test-mod-thing",
     "version": "0.0.1",
     "title": "My best test mod",
     "author": "A very great tester",
     "factorio_version": "0.18"
     "dependencies": ["? optional-mod"]
   }
Whole mod files structure:
test-mod-thing_0.0.1/info.json
test-mod-thing_0.0.1/data.lua
test-mod-thing_0.0.1/locale/en/any_name.cfg

Optionally you can pack it to archive test-mod-thing_0.0.1.zip