安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I assume a grinder is equipped while aiming at a grid in such a way to print that "grid will split" message, but past that I dunno...
Maybe a mod setting combination is acting up, can you send your buildinfo config? it's in: %appdata%\SpaceEngineers\Storage\514062285.sbm_BuildInfo\config.ini
You can also rename the config if you wanna test with defaults to see if the config is the source of it.
Screen shot: https://drive.google.com/file/d/1YGpXDlnejqCsTINS-sQjOt0gv24Rw7sB/view?usp=sharing
Config: https://drive.google.com/file/d/1NTLvbYJEIi5Wuq55jX0rnGT9Fp01zhtj/view?usp=sharing
I suspect the compass mod has something to do with it, draygo (textAPI's author) was debugging something and found an issue regarding that, you can also try removing that mod alone to see.
If it works fine without other mods but it's not the compass one, can you send the original world's sandbox_config.sbc, it has a list of mods and settings, so I can use the same mods as you to try and see what's going on.
Or other textAPI in this mod, like the toolbar info in cockpits, or the block info when holding a block as opposed to aiming at one... or the turret ammo info when controlling a gun-turret?
Its doesnt seem to be the world or the mod because I had a friend load into my world and the mod worked perfectly for him.
Could it be some display driver or something on my end?
You should post in that mod's discussions or in his discord ( https://discord.com/invite/mhuhWzc ), and link to this thread for context/info/logs that you've already provided.
But now that it's narrowed down, you could do one last re-download of textAPI using these steps: https://gist.github.com/THDigi/6314052c53c7bb411eea24ab59522098
Also if you wanna see if the same draw technique that text API is using works in other mods (triangle billboard), you can equip wind turbine and see its overlay (ctrl +), it should look like this:
https://i.imgur.com/xk4lW12.png
If either the inner red circle or the outer red-to-green circle is missing then there's probably something wrong with drawing those in general, might be driver xD
This is caused by changing desktop resolutions (swapping monitors or etc) between restarts.
Causing textAPI to think it's a different resolution because MyAPIGateway.Session.Config reports the old resolution not the current one.