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






The ballast-pumps were wrong pasted I guess. They removed the the sealing blocks to the main-tank.
This also affects the fuel-distance-calculations ofc.
Within the front-ballast-compartment, the liquid-meter is missing, so it screws-up the ballast-logic.
Some liquid-filters should be repsositioned or even removed (i.e. switching to a passive air vent-system). Esp in the back-ballast-compartment.
The implementation and functionalty of the diving-bell is really nice btw.
it sunk like 2 mins with c4
@Good Mechanic Cheers, it is fixed now :)
i checked your lua script and it just needs another *END* to the last part of the script
the last few lines has ends like this
end (line 49
end (line 50
end (line 51
end (line 52
end (line 53)
end (line 54)
end (this *end* was missing in your lua script causing the error
you need one more end to be below it under the last line of code
just add *end* to line 55 and its fixed :D
i managed to fix it
error message: compile error 54: 'end' expected (to close 'function' at line 17) near <eof>