Planet Castra

by Bartz24

Adds a new militaristic planet to the game. Claim the defended post-apocalyptic planet and use its resources to build a new base. The enemy awakens and starts improving their technologies once they sense your presence.

Content
6 months ago
2.0
25.3K
Factorio: Space Age Icon Space Age Mod
Combat Enemies Environment Manufacturing

b Crash:

6 months ago
104614.133 Error MainLoop.cpp:1449: Exception at tick 207110759: The mod Castra (0.5.4) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event castra::on_tick (ID 0)
The mod Turret Shields (1.1.0) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event Turret-Shields-updated::on_research_started (ID 20)
LuaForce::current_research is read only.
stack traceback:
    [C]: in function '__newindex'
    __Turret-Shields-updated__/control.lua:669: in function <__Turret-Shields-updated__/control.lua:666>
stack traceback:
    [C]: in function 'add_research'
    __castra__/control.lua:432: in function 'update_castra_research_progress'
    __castra__/control.lua:834: in function <__castra__/control.lua:833>

This crash happens randomly.

6 months ago

Ah, the updated version is setting current_research = nil while you need to invoke cancel_current_research() instead. Turret-Shields 2.0.4 has that correct invocation.

New response