T

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Totallynotawizard

About

Username
Totallynotawizard
Joined
Visits
16
Last Active
Roles
REGISTERED,
Invited by
Ed_NBOS

Comments

  • import sqlite3 DB_PATH = r"D:\RPG Data\Ilodium Grand-Strategy\Maps\smalltestimportedagain.AstroDB" def sanitize_name(name): return name.upper().replace(" ", "").replace("’", "").replace("-", "").replace("'", "").replace("₁", "1").replace("₂", …
  • I did it! Thanks for your help, this was a really fun challenge. I realized once I figured out how to run SQL in a DB Browser that it was going to be a pain to have to insert a planet before being able to insert the child bodies and atmospheric com…
  • All right, so I've gone and learned a bunch about xml files and the structure AstroSynthesis uses. I exported an xml of a random system that had no contents, then edited it to include details of the child bodies I wanted. D:\RPG Data…
  • Makes sense, thank you. I'll give that a shot. Sorry I know I'm ignorantly playing with something I don't even pretend to understand. My plan at this point to get around writing a script is to export the star system I want to target as an xml, then…