Attach Notes


Attach notes to combinators, entities... almost everything + Adds signposts. All notes are saved when you export a blueprint as a string (but you need the mod to read them).

Utilities
2 years ago
0.16 - 1.1
7.56K

g 0.18 update?

4 years ago

Curious about any 0.18 update. :-)

4 years ago

Please, update this mod to 0.18!
Thanks

4 years ago

+1

3 years ago
(updated 3 years ago)

Until this mod gets an official update, this should help you to make it work with Factorio 0.18:

  • info.json: Change value of "factorio_version" to "0.18".

  • prototypes/icons.lua: There are 2 lines (9, 38) starting with "icon_size = ". To prevent warnings in the log file, insert a new line with this contents:
    icon_mipmaps = 1,

  • prototypes/signposts.lua: Do the same thing as in icons.lua for lines 19, 51, 62, and 113.

  • prototypes/signposts.lua: Add this line before "data:extend{" in line 14:
    local sounds = require("base/prototypes/entity/demo-sounds")

  • prototypes/signposts.lua: Look for the line starting with "vehicle_impact_sound =" and replace it with this:

    vehicle_impact_sound = sounds.generic_impact,

3 years ago

Updated to 0.18

New response