安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Subscribed ..... it downloaded something from Steam ..... Started the game . Joined my friends server and then looked in the Build menu , but it is not showing the Ore Detector x6 like is shown in the pictures .
You know why ?
Other mods can be downloaded.
Вы хотите посмотреть на 'Data\CubeBlocks\CubeBlocks_Tools.sbc' для '<MaximumRange>#</MaximumRange>'
Например, посмотрите репозиторий этого мода на github:
https://github.com/draeath/SpcEng_LR-OreDetect/blob/401cdbe/Data/CubeBlocks/CubeBlocks_Tools.sbc#L45
I made a failed attempt at adding localization support but couldn't work out how to get the engine to read my .resx files - if anyone has any tips please let me know.
Feel free to take a stab at it, the mod is on github: https://github.com/draeath/SpcEng_LR-OreDetect
I do not require anything from you regarding this, do as you will with it :)
OBVIOUSLY if you have issues it means you have a mod conflict. Adjust your modlist or adjust your mod load order. Keep in mind Keen has totally crappy steam integration and mods fail to properly download/install quite frequenty for many people. Redownload mod if all else fails.
I hope to get back to and update this mod, but I am not committing to a date.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1675493360
The variable m_queriesToIssue is a HashSet, which takes linear time to iterate based on the size. Which means that if you double the size of the HashSet, each operation takes twice as long.
So if you double the distance you're scanning, you multiply the number of queries by 8, and each query takes 8x as long, so that scan takes 64x the CPU load.
Multiplying range by 8x will result in a 262,144x CPU load...
Fixing this would probably require a big rework of how scanning works, scanning volumes in a 3d equivalent of a spiral at a fixed rate until you reached the max distance.
Come to think of it, I haven't tried it with your mod uninstalled. Nor have I tried reinstalling your mod. (shrug) Worth a shot. Not like I can really make the situation worse.
Glad to know this is otherwise still working! Are the construction requirements still relatively matched up to stock?
I'm afraid I couldn't tell you what exactly is going on there. As a reminder, all I do is increase the range value in the block definition - I change no behavior.