Based on Battleship: Light Cruiser by peterwolf.pl. Adds a longer Light Cruiser with one deck-mounted artillery turret supplied from its cargo hold. Requires the Battleship mod.
Mods introducing new content into the game.
Version: 1.0.1
Date: 01-09-2026
Optimization:
- Visual synchronization – now occurs every 5 ticks (previously 1), and ammo refills every 10 ticks.
- Periodic surface scanning – the period has been increased to 120 ticks (previously 60) to reduce system load.
- Trigonometry cache – an orient_cache array has been added, eliminating repeated calls to math.cos/math.sin.
- Render object pool – each ship now stores a single LuaRenderObject. It is recreated only when needed, rather than every tick.
- Turret state management – function support flags (teleport, orientation) have been added to avoid unnecessary checks.
- Speed and acceleration management – handling of "car" vehicles has been adjusted.
- pending_post_load_init, pending_full_rescan – added to correctly restore render objects after loading/reloading the game.
Version: 1.0.0
Date: 01-09-2026
Info:
- Fork created