You are viewing a potentially older version of this package. View all versions.
Excel-FoundationPainter-0.3.0 icon

FoundationPainter

Draw foundations using rectangles

Date uploaded 2 years ago
Version 0.3.0
Download link Excel-FoundationPainter-0.3.0.zip
Downloads 256
Dependency string Excel-FoundationPainter-0.3.0

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17

README

Foundation Painter

Mod for Dyson Sphere Program that allows drawing foundations using rectangles.

See the parent README for installation instructions.

Usage

  1. Start placing foundations
  2. Enable drawing mode (default Ctrl+D)
  3. Click to select starting corner point
  4. Optionally, swap between shortest and longest path (default Ctrl+P)
  5. Click to select ending corner point

Notes

  • Very large selection areas are supported, but the game's code is not designed for it so expect low framerates while making the selection.
  • Soil piles are calculated using the standard game logic, but the numbers may appear slightly different from the default foundation tool applied to the same area because:
    • The calculation is path dependent, so the same end result can give different numbers depending on which order the tiles are updated
    • This tool gives perfectly straight edges, while the built in tool uses a circular radius, resulting in slightly different edges
  • Special logic in the default foundation tool for drawing over Dark Fog bases is not currently implemented in this tool

Planned Features

  • Border drawing modes (border only, border + fill, fill only)
  • Border color selection
  • Border thickness
  • UI buttons
  • More configuration

CHANGELOG

Change Log

  • 0.3.2 - Update README
  • 0.3.1 - Fix README
  • 0.3.0 - Initial beta release