Krastorio 2


An overhaul mod focusing on end-game technologies and moderately increased complexity.

Overhaul
6 months ago
0.18 - 1.1
305K
Transportation Logistics Trains Combat Armor Mining Fluids Logistic network Manufacturing Power Storage

g RedMew GUI generating error Unknown sprite "achievement/there-is-no-spoon"

4 years ago
(updated 4 years ago)

Hello,
I hope you may be able to help. RedMew is currently hosting a game of Krastorio 2 (0.9.5) and using Factorio 0.18.15. One of the RedMew GUI buttons to show some game stats uses the sprite 'achievement/there-is-no-spoon' but this now generates a script error: Unknown sprite "achievement/there-is-no-spoon". A code snippet:

local top = player.gui.top
if not top[main_button_name] then
top.add({
type = 'sprite-button',
name = main_button_name,
sprite = 'achievement/there-is-no-spoon',
tooltip = {'score.tooltip'}
})
end

The image is still in C:\Program Files (x86)\Steam\steamapps\common\Factorio\data\base\graphics\achievement , but does not appear to be accessible by the RedMew script. Would you have a suggestion?