Search found 6 matches
- Sun May 06, 2018 2:21 pm
- Forum: Technical Help
- Topic: Computer freezes when exiting game on Linux [0.16.36]
- Replies: 4
- Views: 2467
Computer freezes when exiting game on Linux [0.16.36]
Whenever I exit the game, my entire computer freezes and I am unable to do anything. I don't recall this happening when I was using Windows but as soon as I switched to Linux, it began crashing. The log doesn't seem to be useful and I have no idea how to fix it.
- Mon Feb 15, 2016 5:50 pm
- Forum: Technical Help
- Topic: Force manual crafting speed
- Replies: 8
- Views: 10748
Re: Force manual crafting speed
That was in fact the issue. Thanks! script.on_event(defines.events.on_tick, function(event)
for player_index,player in pairs(game.players) do
if player.connected then
local craftingMultiplier = 0
local canCraftAdv = false
local canCraftFluid = false
local canSmelt = false
local canCraftChem ...
for player_index,player in pairs(game.players) do
if player.connected then
local craftingMultiplier = 0
local canCraftAdv = false
local canCraftFluid = false
local canSmelt = false
local canCraftChem ...
- Mon Feb 15, 2016 5:15 pm
- Forum: Technical Help
- Topic: Force manual crafting speed
- Replies: 8
- Views: 10748
Re: Force manual crafting speed
I have a few mods installed and the only one that I could think of to affect this is http://www.factoriomods.com/mods/crafting-equipment
- Mon Feb 15, 2016 5:11 pm
- Forum: Technical Help
- Topic: Force manual crafting speed
- Replies: 8
- Views: 10748
Re: Force manual crafting speed
Yes, the command is exactly as stated above
- Mon Feb 15, 2016 5:06 pm
- Forum: Technical Help
- Topic: Force manual crafting speed
- Replies: 8
- Views: 10748
Re: Force manual crafting speed
I have updated to 0.12.22 and it still does not work.
- Sun Feb 14, 2016 11:30 pm
- Forum: Technical Help
- Topic: Force manual crafting speed
- Replies: 8
- Views: 10748
Force manual crafting speed
The command does not work at all. When I run to look at the variable it is always 0. I am using factorio 0.12.20
Code: Select all
/c game.local_player.force.manual_crafting_speed_modifier=2
Code: Select all
/c game.player.print(game.local_player.force.manual_crafting_speed_modifier)