Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This game has a pretty solid modding support so you should not be fidling with the base game's content files.
Instruction on how to do verify is easy to find but I will tell you anyway. Go to your steam library list of games. Right click on Factorio and go into properties. Go to local files tab. There will be a verify button.
Deleting is often a last resort as I had some file that were edited and somehow the verification process failed to properly validate the files. In those rare cases it is better to be "safe" than sorry to delete it completely or at least just re-named to something else.
-A zip is needed
-a json file (13 lines)
-a data.lua file (a few lines)
json
{
"name": "x",
"version": "1000000000.0.1",
"factorio_version": "1.1",
"title": "forgot",
"author": "this",
"contact": "t",
"homepage": "o",
"description": "o",
"dependencies": [
"base >= 1.1.0"
]
}
data.lua
data.raw["recipe"]["automation-science-pack"].ingredients = {
{"iron-plate", 1000000}
}
thats all.