[1.1.87] toggle-driving action is not triggered anymore
Posted: Tue Sep 05, 2023 3:58 pm
My mod Railway Motor Car (Version 0.4.0) works like this:
1. Wait for the toggle-driving-key press
2. Create a locomotive at the rails (+checks + teleport character, ...)
3. Wait for the game to execute their version of the toggle-driving-event, thus entering the locomotive.
This worked with Factorio 1.1.80, but not with 1.1.87 anymore.
Step 3 is not executed anymore, and the player is not put into the locomotive.
I actually changed this to entity.set_driver in Version 0.4.1, but that broke my mod in another way: 108506
@Savegame: simply press <enter/leave vehicle> while standing on the rails.
1. Wait for the toggle-driving-key press
2. Create a locomotive at the rails (+checks + teleport character, ...)
3. Wait for the game to execute their version of the toggle-driving-event, thus entering the locomotive.
This worked with Factorio 1.1.80, but not with 1.1.87 anymore.
Step 3 is not executed anymore, and the player is not put into the locomotive.
I actually changed this to entity.set_driver in Version 0.4.1, but that broke my mod in another way: 108506
@Savegame: simply press <enter/leave vehicle> while standing on the rails.