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

Entering and Leaving EE lab ejects you from a spider #144

Closed TheRealBurgersNFries closed 1 year ago

TheRealBurgersNFries commented 1 year ago

Description

When you enter EE lab while travelling in a spider, exiting the lab drops you off at your last known location, instead of returning you to the spider

Reproduction

  1. Load save file
  2. move spidertron with remote
  3. enter EE lab
  4. Leave EE lab

https://drive.google.com/file/d/1ZSqRyTWD4u_r4YHE18szeuksxnmIgj2E/view?usp=drive_link

raiguard commented 1 year ago

EE doesn't do anything special with the map editor toggling, it simply calls player.toggle_map_editor(), so this isn't a bug per se. However, I think it's a good feature so I will add it.