Cosmin1490 / DysonSphereProgram-BlueprintGenerator

Python script to generate sphere blueprints for Dyson Sphere Program
GNU General Public License v3.0
3 stars 1 forks source link

Script can generate importable BPs that cannot be created within game. #24

Open Cosmin1490 opened 6 months ago

Cosmin1490 commented 6 months ago

Need to replicate the checks the game does in the Dyson Sphere editor and validate any blueprint before creating.

E.g. when adding nodes in the editor, the game checks if nodes are separated by a distance of at least 0.0715 when projected onto the unit sphere

Need to also figure out what are the max shell and frame sizes and enforce them.

Link: https://www.reddit.com/r/Dyson_Sphere_Program/comments/1b2w98i/comment/ksokq0w/?utm_source=share&utm_medium=web2x&context=3

Cosmin1490 commented 6 months ago

Partially fixed

https://github.com/Cosmin1490/DysonSphereProgram-BlueprintGenerator/pull/28