Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.98a is out! (03/27/25)

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.

Messages - korvar

Pages: [1]
1
Mods / Re: [0.97a] Mayasuran Navy 11.0.0 RC1
« on: April 02, 2024, 06:23:05 PM »
Is there a way to turn down the volume on some sound effects? The Onbu Railgun on the Skysplitter hurts my ears.

2
I'm trying to figure out how to add a functional railgun station and whatever the default amount of watchtowers are to a custom system. I've managed to figure out how to generate the station but it just sits there not functioning.
Code
SectorEntityToken starsystem_artillery = system.addCustomEntity(com.fs.starfarer.api.util.Misc.genUID(), 
"Artillery Station",
"IndEvo_ArtilleryStation",
"IndEvo_derelict",
null);
starsystem_artillery.setCircularOrbitPointingDown(planet3, 180, 300, 20);
Seen a few replies on how to generate watchtowers from the console but I haven't really seen anything on how to force generate a station and watchtowers at sector creation. Was hoping someone more code literate could help out. Thanks.

Pages: [1]