[1.1.110] Crash using game.camera_player in tips and tips simulation

Post your bugs and problems so we can fix them.
Post Reply
User avatar
micromario
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Thu Apr 05, 2018 11:53 am
Contact:

[1.1.110] Crash using game.camera_player in tips and tips simulation

Post by micromario »

08-30-2024, 08-30-58.png
08-30-2024, 08-30-58.png (809.94 KiB) Viewed 149 times
To replicate, simply insert the following prototype code into maraxsis 1.0.5 and open tips-and-tricks.
The provided save file is the simulation save file.

https://mods.factorio.com/mod/maraxsis/downloads

Code: Select all

data:extend{{
    type = 'tips-and-tricks-item',
    name = 'h2o-maraxsis',
    category = 'maraxsis',
    tag = '[technology=h2o-maraxsis]',
    indent = 0,
    trigger = {
        type = 'research',
        technology = 'h2o-maraxsis'
    },
    simulation = {
        save = '__maraxsis__/prototypes/tips-and-tricks/maraxsis.zip',
        mods = {},
        generate_map = false,
        init = 'game.camera_player = game.get_player(1)',
        checkboard = false
    },
    is_title = true
}}
Attachments
maraxsis.zip
(1.23 MiB) Downloaded 10 times
factorio-current.log
(18.29 KiB) Downloaded 12 times

User avatar
micromario
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Thu Apr 05, 2018 11:53 am
Contact:

Re: [1.1.110] Crash using game.camera_player in tips and tips simulation

Post by micromario »

By the way, the following command works for visiting the planet

Code: Select all

/c __maraxsis__ teleport_to_maraxsis()

Post Reply

Return to “Bug Reports”