Any Planet Start


Start on any of the first three planets: Vulcanus, Gleba, or Fulgora. Choose your planet in the startup mod settings before starting a new game. Now compatible with some modded planets!

Content
2 months ago
2.0
11.9K
Transportation Environment

b ✅ Runtime crash at start of sandbox mode game

2 months ago
(updated 2 months ago)

Hello. Starting a new game on any non-Nauvis planet in Sandbox mode caused an error:

Error while running event any-planet-start::on_player_created (ID 28)
Must provide either a 'position' or 'target'
stack traceback:
    [C]: in function 'set_controller'
    __core__/lualib/crash-site.lua:308: in function 'create_cutscene'
    __any-planet-start__/control.lua:119: in function <__any-planet-start__/control.lua:86>
2 months ago
(updated 2 months ago)

Ran into the same problem.
Fix is to move the create_cutscene call into the if player.character then block in the lines above

        if player.character then
            player.character.destructible = false
            storage.crash_site_cutscene_active = true
            crash_site.create_cutscene(player, {-5, -4})
        return
2 months ago

1.767 Error ModManager.cpp:1745: Nie można załadować modyfikacji "reverse-factory": kry_stdlib/stdlib/data/technology.lua:177: attempt to index field 'unit' (a nil value)
stack traceback:
kry_stdlib/stdlib/data/technology.lua:177: in function 'multiply_cost'
reverse-factory/prototypes/reverse-factory-updates.lua:37: in main chunk
[C]: in function 'require'
reverse-factory/data-updates.lua:2: in main chunk
1.801 Loading mod core 0.0.0 (data.lua)
1.852 Checksum for core: 3663106354
1.868 Error ModManager.cpp:1745: Error in assignID: recipe-category with name 'recycling' does not exist.

2 months ago

Don't know what that bottom report is for, but the sandbox issue is fixed in 1.1.8. Thanks for the report

2 months ago

Thank you!

New response