安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Good luck to you and your future endevors! thanks for all the mods you've made and to those you make in the future! (for other games)
Due to my recent switch to Linux for security reasons, and the lack of a stable version of *Space Engineers* on that platform, I will no longer be able to maintain my mods.
Keen Software House and the *Space Engineers* community are free to use, modify, and redistribute my mods under different names.
I make a distinction between the mods I create and the products I build professionally — mods are meant to be shared freely for learning and creative use.
Thank you to everyone who has supported and enjoyed my work.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3132067311
What I came here for: Will this work out of the box for a handmade solar system? I have about 31 "orbital bodies" that are as far as 35,000km from the center in my server and it appears the solar map is cluttering them all up on the display.
Also want to say thanks for this mod! Surprised it isnt somehow in vanilla but I imagine it is a lot of coding work. Thank you for your contribution :)
On the planetary map, a moon will be visible if it is within 1000 km of the planet that the grid is closest to.
On the solar system map, a planet is greyed out when two planets are within 1000 km of each other and the grid is closer to one over the other.
I'd be happy to send you the code for this change if you like, though I'm not very good at C#, so you might be better off reimplementing it properly yourself.
The mod is however located at "\steamapps\workshop\content\244850\2498374109", and in "\2498374109\Data\Scripts\SolarMap\Panels\MapPanel.cs", you could write "float planetSize = 5f;" on line 188, and use that variable instead of the dynamic "planet.PlanetSize" variable used on line 190 and 191. The following line "if (planet.Type == CelestialType.Moon) { planetSize = 2; }" can be added to create a different size for moons.
But this "solution" causes a visual bug due to how the size of your gas giant are disproportionate to the rest of the map.
If you know how to do any of the above, you are free to do so. I don't mind.