Modding: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
  ./bin/prod/factorio --map2scenario mapfoo
  ./bin/prod/factorio --map2scenario mapfoo


[[GameClient More about the client parameters]]
[[GameClient|More about the client parameters]]


Another first step is also making maps with the ingame editor. That stores the map as a '''scenario''', which is just a directory on disk with some files in it. You can look into that files and try to understand, what they are for. Or you can read the following pages:
Another first step is also making maps with the ingame editor. That stores the map as a '''scenario''', which is just a directory on disk with some files in it. You can look into that files and try to understand, what they are for. Or you can read the following pages:

Revision as of 10:30, 19 March 2014

< Main Page
File:Fff-18-entity-graph.jpg
'Diagram of entities' (objects on the map) class inheritance structure generated by doxygen. Taken From Friday Facts #18 http://www.factorio.com/blog/post/fff-18

Modding is one of Factorios greatest features. A good overview is the list of mods or the Factorio forum.

A good starting point is also the modding-Help-Board. The community is always answering to concrete questions. Sometimes within minutes. Or you could try the Modding FAQ page.

An often asked question is how to make a scenario (something which can be edited in the map-editor) from a map: Factorio can convert them:

./bin/prod/factorio --map2scenario mapfoo

More about the client parameters

Another first step is also making maps with the ingame editor. That stores the map as a scenario, which is just a directory on disk with some files in it. You can look into that files and try to understand, what they are for. Or you can read the following pages: