安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






but im not playing SE at the mo.. its not even installed.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1515991905
And although bubbles shields are simple and doesn't use a lot of CPU and GPU power as the Cythons one does I still prefer Cythons shield mod because its visually mar accurate. X3
I just want a script dat can show the ship's Shield health as "Armor" health (color-able text as well) on LCD and in cockpits for small ships. >w<
Do a double check you have evythign set up right: In have a vid on YT for how to set up my scripts - and it applies to all of them honestly.
https://www.youtube.com/watch?v=8FmSb_GIE4k&t=29s
If you do then frankly until I get back into SE Im going to label this script as outdated.
If your using darkstars sheild mod and weapon core - you dont need a script now any ways as it shows on the HUD. If your using cythons there are scripts (by various folks) I think I have one too - that just displays that.
Honestly I made this script in the days when Darkstars shield mod was new and not great - now its come a VERY long way since those days.
Errorlog:
––•( BuildInfo )–––
(Text from 2m 42s ago)
Caught exception during execution of script:Index was outside the bounds of the array.
at Program.Main(String argument)
at Sandbox.Game.Entities.Blocks.MyProgrammableBlock.<>c__DisplayClass42_0.<ExecuteCode>b__0(IMyGridProgram program)
at Sandbox.Game.Entities.Blocks.MyProgrammableBlock.RunSandboxedProgramActionCore(Action`1 action, String& response)
––•–––
String split operations on custominfo that may contain leading new lines (in my case 2);
leads to an index out of range exception. Fix is to trim leading newlines and adjust indices. Would recommend validating the existence of custominfo data, and never assume it's as expected for a given version.
Otherwise pretty good script.