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)

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Zdubfreelancer

Pages: [1]
1
Modding / Re: Planet types
« on: October 06, 2023, 12:24:38 PM »
runcode PlanetAPI star = ((StarSystemAPI) $loc).getStar(); $loc.addPlanet("cc_gasgiant", star, "Gas_Giant", "Gas Giant", VectorUtils.getAngle(star.getLocation(), $playerLoc), 250, MathUtils.getDistance(star.getLocation(), $playerLoc), 120)

Any help on why I cannot spawn a gas giant planet with console? thanks much appreciated.

2
Modding / Issue with the retired drone_pd system.
« on: August 25, 2023, 08:51:42 AM »
Getting an error when fighting certain fleets called "error: done_pd system not found" causes my game to crash. I have a pretty extensive mod list, upwards of 60 or so mods, so not even sure which one is actually causing this. I looked it up and there is a post from 2017 that found the issue, but is very vague about where the problem actually is.

Pages: [1]