Search found 6 matches

by PigKing107
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.
by PigKing107
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 ...
by PigKing107
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
by PigKing107
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
by PigKing107
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.
by PigKing107
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

Code: Select all

/c game.local_player.force.manual_crafting_speed_modifier=2
does not work at all. When I run

Code: Select all

/c game.player.print(game.local_player.force.manual_crafting_speed_modifier)
to look at the variable it is always 0. I am using factorio 0.12.20

Go to advanced search