Ok. I give. Trying to create a Asteroid Belt in my system that i've played around with. Problem is, keeps giving me some errors.
I've done exactly this to attempt creating it:
RunCode Global.getSector().getStarSystem("Dhuminai").addAsteroidBelt(Global.getSector().getStarSystem("Dhuminai"), 970, 7500, 350, 320, 640, Terrain.ASTEROID_BELT, "Craskar Belt")
Am i doing something very wrong or what? Been following specific instructions regarding past posts that i searched in this thread with "Asteroid" and "Belt" for the purposes of figuring out what to do and how to do. So far, progress seems stuck. I have just recently attempted learning these RunCode instructions and Commands too. So i got like no idea what i'm doing besides running off what others have done before me. I don't see a way to post a Screenshot here of what error i'm getting and it's a really long one a hassle to write all that down. But it's basically similar to this:
Compilation failed:org.codehaus.commons.compiler.CompileException: Line 1, Column 71: No applicable constructor/method found for actual parameters "java.lang.string, int, int, int, int, int, java.lang.string, java.lang.string"; candidates are: "public abstract com.fs.starsector.api.campaign.SectorEntityToken com.fs.starfarer.api.campaign.LocationAPI.addAsteroidBelt(com.fs.starfarer.api.campaign.SectorEntityToken, int, float, float, float, float)", ""public abstract com.fs.starfarer.api.campaign.SectorEntityToken com.fs.starfarer.api.campaign.LocationAPI.addAsteroidBelt(com.fs.starfarer.api.campaign.SectorEntityToken, int, float, float, float, float, java.lan.string, java.lang.string)"