Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Author Topic: stacking star systems problem  (Read 642 times)

connortron7

  • Captain
  • ****
  • Posts: 439
  • "God has cursed me for my hubris" - brian gilbert
    • View Profile
stacking star systems problem
« on: July 29, 2020, 02:37:16 PM »

so i added another star system to anvil and out of nowhere it spawns on top of another one of my star systems, nothing i do can change its location, im really at a loss on whats wrong here.

their locations are like this in the starmap.json and nothings out of the ordinary in the star systems .java file
[-26500,3000],
[-6000,-30500],

SafariJohn

  • Admiral
  • *****
  • Posts: 3010
    • View Profile
Re: stacking star systems problem
« Reply #1 on: July 29, 2020, 03:05:07 PM »

Sounds like a copy-paste error. You might have forgot to change the name in the SectorAPI.createStarSystem() call at the top of your system code.
Logged

connortron7

  • Captain
  • ****
  • Posts: 439
  • "God has cursed me for my hubris" - brian gilbert
    • View Profile
Re: stacking star systems problem
« Reply #2 on: July 29, 2020, 03:20:43 PM »

Sounds like a copy-paste error. You might have forgot to change the name in the SectorAPI.createStarSystem() call at the top of your system code.
seems to not be the case unfortunately