SOLVED.
I had 2 problems which caused the error.
1. I had the data.lua request the settings.
2. I had the setting.lua inside the prototypes file.
Search found 6 matches
- Tue Sep 17, 2019 9:56 am
- Forum: Modding help
- Topic: Settings.lua problem[0.17.x] SOLVED
- Replies: 4
- Views: 1443
- Mon Sep 16, 2019 8:40 pm
- Forum: Modding help
- Topic: Settings.lua problem[0.17.x] SOLVED
- Replies: 4
- Views: 1443
Re: Settings.lua problem[0.17.x]
Ok I put it into settings.lua, but this no loader for bool-setting issue only appeared, when I put in the settings.lua with some code and this was the last thing that I implemented.
Could the version cause this?
The other things what I have is entities, items, recipes and the local.
But only the ...
Could the version cause this?
The other things what I have is entities, items, recipes and the local.
But only the ...
- Mon Sep 16, 2019 6:21 pm
- Forum: Modding help
- Topic: Settings.lua problem[0.17.x] SOLVED
- Replies: 4
- Views: 1443
Settings.lua problem[0.17.x] SOLVED
Hello everyone!
I am working on my mod and I want to add a settings into it, but I get a bug.
"No loader found for "bool-setting" ".
I tried to copy the tutorial's code into settings.lua, I tried other mods codes, but I got this bug every time.
Now this is how the files looks like.
Data.lua ...
I am working on my mod and I want to add a settings into it, but I get a bug.
"No loader found for "bool-setting" ".
I tried to copy the tutorial's code into settings.lua, I tried other mods codes, but I got this bug every time.
Now this is how the files looks like.
Data.lua ...
- Tue Aug 06, 2019 9:59 am
- Forum: Angels Mods
- Topic: Bugs & FAQ
- Replies: 3893
- Views: 1601500
Re: Bugs & FAQ
I just found a small bug: Unknown key: "item-name.angels-electrode-used".
- Wed Jul 24, 2019 8:42 pm
- Forum: Modding help
- Topic: Robots for PvP start attack every enemy and get the enemy's location
- Replies: 2
- Views: 1042
Re: Robots for PvP start attack every enemy and get the enemy's location
Thank you! I look into themKlonan wrote: Wed Jul 24, 2019 8:32 pm I would recommend taking a look at: https://mods.factorio.com/mod/Total_Automization
And for unit control: https://mods.factorio.com/mod/Unit_Control

- Wed Jul 24, 2019 7:14 pm
- Forum: Modding help
- Topic: Robots for PvP start attack every enemy and get the enemy's location
- Replies: 2
- Views: 1042
Robots for PvP start attack every enemy and get the enemy's location
Hello everyone!
I am new at factorio modding.
I making a PvP mod where you can make robots and they go to the enemy base and attack everything what the other players have.
I would like to know how can I make the robots attack everything that the enemy players have, because they doesn't want to ...
I am new at factorio modding.
I making a PvP mod where you can make robots and they go to the enemy base and attack everything what the other players have.
I would like to know how can I make the robots attack everything that the enemy players have, because they doesn't want to ...