* In the attached save, launch_rocket fails to launch the player and returns false. The documentation is not exactly clear on when false will be obtained, but the player is standing near the rocket and prepared for launch as they normally are in Space Age.
* If the Planet-Hoppers mod is adjusted to remove the second argument to launch_rocket (character) in control.lua, the game experiences a hardcrash on launch (logfile attached.)
In both cases the launch_rocket destination field is set as follows:
Code: Select all
{
type = defines.cargo_destination.surface,
surface = game.surfaces[destination_name],
}