<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.factorio.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Math3vv</id>
	<title>Official Factorio Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.factorio.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Math3vv"/>
	<link rel="alternate" type="text/html" href="https://wiki.factorio.com/Special:Contributions/Math3vv"/>
	<updated>2026-06-03T04:42:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Modding&amp;diff=108035</id>
		<title>Modding</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Modding&amp;diff=108035"/>
		<updated>2014-02-14T11:38:53Z</updated>

		<summary type="html">&lt;p&gt;Math3vv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{sublinks|Main Page}}&lt;br /&gt;
[[File:Fff-18-entity-graph.jpg|400px|thumb|&#039;Diagram of entities&#039; (objects on the map) class inheritance structure generated by doxygen. Taken From Friday Facts #18 http://www.factorio.com/blog/post/fff-18]]&lt;br /&gt;
&lt;br /&gt;
Modding is one of Factorios greatest features.&lt;br /&gt;
A good overview is the [[Mods| list of mods]] or the [http://www.factorioforums.com/forum/index.php Factorio forum].&lt;br /&gt;
&lt;br /&gt;
A good starting point is also the [http://www.factorioforums.com/forum/viewforum.php?f=25 modding-Help-Board]. The community is always answering to concrete questions. Sometimes within minutes. Or you could try the [[Modding FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Another first step is also making maps with the ingame editor. That stores the map as a &#039;&#039;&#039;scenario&#039;&#039;&#039;, 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:&lt;br /&gt;
&lt;br /&gt;
* [[Modding overview]]&lt;br /&gt;
* [[Prototype definitions]]&lt;br /&gt;
* [[Lua/Events|Lua events]]&lt;br /&gt;
* [[Lua objects]]&lt;br /&gt;
* [[Script interfaces]]&lt;br /&gt;
* [[Modding FAQ]]&lt;/div&gt;</summary>
		<author><name>Math3vv</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Tutorial:Modding_FAQ&amp;diff=108034</id>
		<title>Tutorial:Modding FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Tutorial:Modding_FAQ&amp;diff=108034"/>
		<updated>2014-02-14T11:36:47Z</updated>

		<summary type="html">&lt;p&gt;Math3vv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Modding FAQ&#039;&#039;&#039; ==&lt;br /&gt;
{{sublinks|Main Page}}&lt;br /&gt;
&lt;br /&gt;
Welcome to the modding FAQ. (work in progress)&lt;br /&gt;
Here we have a list of questions that are common to get while writing a mod.&lt;br /&gt;
And the fix for the problem (if someone managed to find a fix)&lt;br /&gt;
feel free to edit this page and add more Q and A&#039;s.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 99%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:34%;background: #F9F9F9; border: 1px solid #AAAAAA; vertical-align: top; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 7px;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;background: #E4F0F7; padding: 5px; margin: 3px; font-weight: bold; text-align: center; color: #033251; font-size: 120%;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Questions / Fix&#039;&#039;&#039;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;padding-left: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
* Q : my item / entity wont load the sprite I made.&lt;br /&gt;
* Fix : &lt;br /&gt;
 Make sure your path is right : __mod-name__/map-name/2nd-map-name/sprite.png&lt;br /&gt;
* Q : my item gives a : unknown key :&amp;quot;items.name.item-x&amp;quot;, in game.&lt;br /&gt;
* Fix : &lt;br /&gt;
 make sure you have a &amp;quot;local&amp;quot; map in your mod that contains an &amp;quot;en&amp;quot;(English) file and put an item-name.lua file in ther.&lt;br /&gt;
 The item-name.lua sould contain :&lt;br /&gt;
 [item-name]&lt;br /&gt;
 item-x=Item x&lt;br /&gt;
 item-y=Item y&lt;br /&gt;
* Q : Error while loading prototype &amp;quot;entity-name&amp;quot;: No such node (pictures).&lt;br /&gt;
* Fix : &lt;br /&gt;
 Make sure your entity contains the right amount of lines for that type of entity, &lt;br /&gt;
 for example a chest needs 1 picture for the entity to work but a wall needs 20. &lt;br /&gt;
 Look in the factorio base/prototypes/entity/entity.lua.&lt;br /&gt;
 And you can see that difrend entitys need difrend amounds of pictures.&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Math3vv</name></author>
	</entry>
	<entry>
		<id>https://wiki.factorio.com/index.php?title=Tutorial:Modding_FAQ&amp;diff=108033</id>
		<title>Tutorial:Modding FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.factorio.com/index.php?title=Tutorial:Modding_FAQ&amp;diff=108033"/>
		<updated>2014-02-14T11:34:58Z</updated>

		<summary type="html">&lt;p&gt;Math3vv: Created page with &amp;quot;== &amp;#039;&amp;#039;&amp;#039;Modding FAQ&amp;#039;&amp;#039;&amp;#039; == {{sublinks|Main Page}}  Welcome to the modding FAQ. Here we have a list of questions that are common to get while writing a mod. And the fix for the pr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;Modding FAQ&#039;&#039;&#039; ==&lt;br /&gt;
{{sublinks|Main Page}}&lt;br /&gt;
&lt;br /&gt;
Welcome to the modding FAQ.&lt;br /&gt;
Here we have a list of questions that are common to get while writing a mod.&lt;br /&gt;
And the fix for the problem (if someone managed to find a fix)&lt;br /&gt;
feel free to edit this page and add more Q and A&#039;s.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 99%;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:34%;background: #F9F9F9; border: 1px solid #AAAAAA; vertical-align: top; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 7px;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;background: #E4F0F7; padding: 5px; margin: 3px; font-weight: bold; text-align: center; color: #033251; font-size: 120%;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Questions / Fix&#039;&#039;&#039;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;padding-left: 1em;&amp;quot;&amp;gt;&lt;br /&gt;
* Q : my item / entity wont load the sprite I made.&lt;br /&gt;
* Fix : &lt;br /&gt;
 Make sure your path is right : __mod-name__/map-name/2nd-map-name/sprite.png&lt;br /&gt;
* Q : my item gives a : unknown key :&amp;quot;items.name.item-x&amp;quot;, in game.&lt;br /&gt;
* Fix : &lt;br /&gt;
 make sure you have a &amp;quot;local&amp;quot; map in your mod that contains an &amp;quot;en&amp;quot;(English) file and put an item-name.lua file in ther.&lt;br /&gt;
 The item-name.lua sould contain :&lt;br /&gt;
 [item-name]&lt;br /&gt;
 item-x=Item x&lt;br /&gt;
 item-y=Item y&lt;br /&gt;
* Q : Error while loading prototype &amp;quot;entity-name&amp;quot;: No such node (pictures).&lt;br /&gt;
* Fix : &lt;br /&gt;
 Make sure your entity contains the right amount of lines for that type of entity, &lt;br /&gt;
 for example a chest needs 1 picture for the entity to work but a wall needs 20. &lt;br /&gt;
 Look in the factorio base/prototypes/entity/entity.lua.&lt;br /&gt;
 And you can see that difrend entitys need difrend amounds of pictures.&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Math3vv</name></author>
	</entry>
</feed>