Latest Update + Bob's mod stops game from loading.
I posted here: https://forums.factorio.com/viewtopic.php?f=51&t=6987&p=418385#p418385
about bobs mod's not working correctly but I think it might be how big bags interacts with it. When I have only bob's mods and "big bags" enabled the game wont ...
Search found 6 matches
- Sat Mar 30, 2019 1:19 pm
- Forum: Mods
- Topic: [MOD 0.13] Big Bags - more space in your bags
- Replies: 210
- Views: 146347
- Sat Mar 30, 2019 1:50 am
- Forum: Bob's mods
- Topic: [0.12.x][v0.12.10] Bob's Logistics mod
- Replies: 726
- Views: 382268
Re: [0.12.x][v0.12.10] Bob's Logistics mod
Bob's logistics is causing an error in the latest version of factorio:
"Failed to load mods: technology worker-robots-storage: infinite research followed by level 5"
Please see attached screenshots.
Thank you for all you do.
https://i.imgur.com/M3g24EZ.png
https://i.imgur.com/DZnpECQ.png ...
- Fri Mar 29, 2019 10:26 pm
- Forum: Bob's mods
- Topic: [0.12.x][v0.12.10] Bob's Logistics mod
- Replies: 726
- Views: 382268
Re: [0.12.x][v0.12.10] Bob's Logistics mod
Bob's logistics is causing an error in the latest version of factorio:
"Failed to load mods: technology worker-robots-storage: infinite research followed by level 5"
Please see attached screenshots.
Thank you for all you do.
https://i.imgur.com/M3g24EZ.png
https://i.imgur.com/DZnpECQ.png
"Failed to load mods: technology worker-robots-storage: infinite research followed by level 5"
Please see attached screenshots.
Thank you for all you do.
https://i.imgur.com/M3g24EZ.png
https://i.imgur.com/DZnpECQ.png
- Sat Apr 29, 2017 8:31 pm
- Forum: Modding help
- Topic: Infinite Research Extender
- Replies: 4
- Views: 1879
Re: Infinite Research Extender
Bummer, thank you!
- Sat Apr 29, 2017 8:04 pm
- Forum: Modding help
- Topic: Infinite Research Extender
- Replies: 4
- Views: 1879
Re: Infinite Research Extender
So there is no way to modify the mining_speed of the drill?
This bit of code works great, but it has to be used in data.lua in order to work. Is there anyway to expose mining_speed in control.lua?
for _,dat in pairs(data.raw) do
for _,items in pairs(dat) do
-- Mining Speed
if (string.find ...
This bit of code works great, but it has to be used in data.lua in order to work. Is there anyway to expose mining_speed in control.lua?
for _,dat in pairs(data.raw) do
for _,items in pairs(dat) do
-- Mining Speed
if (string.find ...
- Sat Apr 29, 2017 7:55 pm
- Forum: Modding help
- Topic: Infinite Research Extender
- Replies: 4
- Views: 1879
Infinite Research Extender
Hello, I'm attempting to create a mod that adds the 0.15 infinite research to many other aspects of the game. I've been trying to add another research that once completed increases the speed of the drill (very similar to the mining drill productivity research, but for speed).
I've tried to extend ...
I've tried to extend ...