GhostPlacerExpress

by unhott

Early game blueprints now have a use! No more meticulous placement, pipetting, or rotating! Just hover over a ghost and it will be placed. Toggle on/off with SHIFT Y.

Utilities
3 years ago
0.16 - 1.1
7.50K

b player.inventory bug

4 years ago

Factorio 0.17.35 (build 44769, win64, steam)

Error MainLoop.cpp:1173: Exception at tick 6276: The mod GhostPlacerExpress caused a non-recoverable error.
Please report this error to the mod author.

Error while running event GhostPlacerExpress::on_selected_entity_changed (ID 52)
real number expected got nil.
stack traceback:
GhostPlacerExpress/control.lua:66: in function <GhostPlacerExpress/control.lua:53>
stack traceback:
[C]: in function 'get_inventory'
GhostPlacerExpress/control.lua:66: in function <GhostPlacerExpress/control.lua:53>

4 years ago

The new update (0.17.35) has changed player to character in the api.

For this mod, in Control.lua line 66, replace the line with the following:
local player_main_inventory = player.get_inventory(defines.inventory.character_main)

The change is player_main to character_main

4 years ago

Thank you for the report and thanks for the update-- updated with the change.

New response