When loading game mod throws no errors, and doesn't load
When loading game mod throws no errors, and doesn't load
At the title suggests my mod is a dud. It doesn't do anything unfortunately. Any help is the big appreciate. Additionally I was following this tutorial by Klonan.TV https://www.youtube.com/watch?v=8lPNOOVYeMU
- Attachments
-
- ez_electric_furnace_0.1.rar
- (2.85 KiB) Downloaded 62 times
Re: When loading game mod throws no errors, and doesn't load
Hi !
At first look, you have made many mistakes :
- In your "info" file : Your extention is wrong : you make a .lua, but you need a .json;
- Inside the info file, you forgot to indicate the game version and the dependencies;
- In your /local/en folder, you have a local.cfg, rename it to config.cfg
It's just a rapid look, try to fix that et feed back ^^
For your info file :
At first look, you have made many mistakes :
- In your "info" file : Your extention is wrong : you make a .lua, but you need a .json;
- Inside the info file, you forgot to indicate the game version and the dependencies;
- In your /local/en folder, you have a local.cfg, rename it to config.cfg
It's just a rapid look, try to fix that et feed back ^^
For your info file :
Code: Select all
{
"name": "ez_electric_furnace",
"version": "0.1",
"title": "EZ Electric Furnace",
"author": "Gurekaperson",
"contact": "",
"homepage": "",
"factorio_version": "0.16",
"dependencies": ["base >= 0.16"],
"description": "adds an easy electric furnace."
}
Re: When loading game mod throws no errors, and doesn't load
Why?PyroGreg wrote:- In your /local/en folder, you have a local.cfg, rename it to config.cfg
Re: When loading game mod throws no errors, and doesn't load
Maybe his "local.cfg" work, but in this tutorial https://wiki.factorio.com/Tutorial:Modd ... sir#Locale, he says to name the file like that !darkfrei wrote:Why?PyroGreg wrote:- In your /local/en folder, you have a local.cfg, rename it to config.cfg
In the mod folder, create a folder called locale, then create another folder inside that called en, then a file called config.cfg.
Re: When loading game mod throws no errors, and doesn't load
The name doesn't matter, the tutorial is just an example, you also don't have to follow the folder structure etc.PyroGreg wrote:Maybe his "local.cfg" work, but in this tutorial https://wiki.factorio.com/Tutorial:Modd ... sir#Locale, he says to name the file like that !In the mod folder, create a folder called locale, then create another folder inside that called en, then a file called config.cfg.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: When loading game mod throws no errors, and doesn't load
The file needs to be a zip not a rar...
Re: When loading game mod throws no errors, and doesn't load
I found an old version of my mod on a dropbox! How do I close this thread?