Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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://steamoss.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.