A comprehensive spaceship construction and automation mod for Factorio's Space Age expansion. Build custom spaceships with multiblock structures, automate space travel, and manage complex logistics between planets and space stations.
- Spaceship Flooring: Special tiles that define your ship's structure
- Control Hub: Central command center for ship operations
- Docking Ports: Enable automated docking at space stations
- Thruster Placement: Thrusters can only be placed on spaceship flooring for realism
- Ship Scanning: Automatically detects and maps your ship's layout
- Ship Cloning: Transfer ships between surfaces and space platforms
- Orbit Management: Track which planet your ship is orbiting
- Space Platform Integration: Seamless integration with Factorio's space platforms
- Automatic Mode: Ships can follow schedules autonomously
- Circuit Conditions: Use circuit network signals for complex automation
- Station Management: Automatic creation and management of planet stations
- Docking Automation: Ships can automatically dock at designated ports
- Player Drops: Drop to planets with cargo pods (requires spaceship armor)
- Cargo Drops: Send items to planets via cargo pods
- Resource Costs: Drops require rocket fuel, processing units, and low-density structures
- Safety Systems: Blacklisted items cannot be dropped to prevent exploits
- Smart Station Creation: Automatically creates one station per planet per force
- Docking Port Limits: Configure how many ships can dock at each port
- Unique Naming: Prevents duplicate station names on the same planet
- Circuit Integration: Full support for circuit network conditions
- Factorio: Version 1.1.0 or higher
- Space Age DLC: Required for space platform functionality
- Ship GUI Mod: External dependency for advanced GUI features
- Download the mod from the Factorio mod portal
- Place in your Factorio mods folder
- Ensure you have the Space Age DLC enabled
- Install the required Ship GUI dependency mod
- Place Spaceship Flooring: Define your ship's area with spaceship flooring tiles
- Build Control Hub: Place the spaceship control hub on your flooring
- Add Components: Build your ship structure (thrusters only work on spaceship flooring)
- Scan Ship: The ship will automatically scan its structure when built
- Enter Cockpit: Get in the control hub car to pilot your ship
- Takeoff: Use the ship GUI to select a destination and launch
- Automation: Set up schedules for automatic travel between stations
- Equip Spaceship Armor: Required for player drops and space travel
- Load Cargo: Place items in the control hub inventory
- Prepare Resources: Ensure you have drop costs (rocket fuel, processing units, low-density structures)
- Execute Drop: Use GUI buttons to drop player or cargo to planets
- Connect control hubs to circuit networks
- Use signals to control ship automation
- Set complex wait conditions for automatic mode
- Set custom names for docking ports
- Configure ship limits per port
- Link ports to specific ship schedules
- Ships scan incrementally to prevent lag
- Large ship cloning is optimized for performance
- Automatic chunk generation prevents map edge issues
The mod replaces all power armor mk2 references with spaceship armor:
- Required for space travel: Players must wear spaceship armor to pilot ships
- Drop pod protection: Prevents players from using cargo pods without proper equipment
- Global replacement: Affects all mods that reference power armor mk2
Ships are stored with the following data:
storage.spaceships[id] = {
name = "Ship Name",
id = unique_id,
player_owner = player_reference,
hub = control_hub_entity,
surface = current_surface,
floor = {tile_positions},
entities = {ship_entities},
scanned = boolean,
player_in_cockpit = player_or_nil,
own_surface = boolean,
planet_orbiting = "planet_name",
schedule = {factorio_schedule},
automatic = boolean,
port_records = {docking_assignments},
docking_port = entity_reference
}- Thrusters won't place: Ensure you're placing them on spaceship flooring
- Can't enter space: Check that you're wearing spaceship armor
- Keep ship sizes reasonable for better performance
This mod is open source. Feel free to contribute improvements, bug fixes, or new features.
https://opensource.org/license/gpl-3.0
Built for Factorio Space Age - Explore the galaxy with style!