raiguard / EditorExtensions

Extends the Factorio map editor with new features, testing tools, and other utilities to aid with sandbox play and scenario creation.
https://mods.factorio.com/mod/EditorExtensions
Other
26 stars 6 forks source link

Undo infinity loader doesn't #54

Closed dirk-bester closed 3 years ago

dirk-bester commented 3 years ago

The infinity loader does not undo its placement like everything else.

To Reproduce

1) Place an infinity loader or paste it or blueprint it. 2) Press Undo 3) Everything gets reverted, the infinity loader remains.

Save file

No included save file, it has been doing this for a while and still does it with the latest update in 1.1.19. It is not a file based bug, its an editor bug. A save file cannot demonstrate the bug.

Log file

Clean run with only editor extensions and its dependency enabled. Tested on map editor of the lab floor scenario from editor extensions. Apparently you need to open the editor one time before it will undo properly. factorio-current.log

raiguard commented 3 years ago

This is unavoidable, the mod replaces the entity that you place with a different one. There is no way to interface with the undo system so it is what it is. Sorry!