|
|
发表于 2023-8-1 22:34:55
|
显示全部楼层
实在不行可以试试该存档,佐以控制台
稳定点代码:runcode PlanetAPI star = ((StarSystemAPI) $loc).getStar(); $loc.addCustomEntity(null, null, "stable_location", "neutral").setCircularOrbitPointingDown(star, VectorUtils.getAngle(star.getLocation(), $playerLoc), MathUtils.getDistance(star.getLocation(), $playerFleet.getLocation()), 180f);
在舰队所处位置生成 |
|