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
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>