|
|
楼主 |
发表于 2024-3-12 17:18:50
|
显示全部楼层
本帖最后由 油炸花 于 2024-3-12 17:21 编辑
控制台输入以下指令
runcode PlanetAPI star = ((StarSystemAPI) $loc).getStar(); $loc.addCustomEntity(null, null, "rat_orbital_construction_station", "neutral").setCircularOrbitPointingDown(star, VectorUtils.getAngle(star.getLocation(), $playerLoc), MathUtils.getDistance(star.getLocation(), $playerFleet.getLocation()), 180f);
立刻在原地生成你说的那种空间站(但是没用,有没有人知道怎么回事) |
|