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
Not to the extent that Fuel types has. If anything, I think FuelAPI is just waiting for Zomboid to release its updated liquid system before changing or adding anything, so as to have a stable base to start bugfixing from.
I know where the error is pointing at least, the question becomes why and how.
tooltip.description = string.format("%s: <SETX:%d> %d / %d", BarrelFuelType, tx, fuelAmount, customFuelObject.fuelCapacity); --- Tread - show fuel Type in tooltip
Problem is, it is an exact copy of the line from FuelAPI itself, meaning that the whole cluser it's in is not where the fault lies. Heck, scooping out the Fuel Type version of the area it's in for the FuelAPI version changed nothing, only changing the position of where the error is alleged. Meaning we're one step forward and another step back. We still have the error from the log itself to try and find:
[10-12-22 16:46:37.938] ERROR: General , 1670690797938> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: missing argument #5 to 'format' at KahluaUtil.getArg line:380..
[10-12-22 16:46:37.938] ERROR: General , 1670690797938> DebugLogStream.printException> Stack trace:.
But the problem there is that there is nothing in Fuel Types OR FuelAPI that hits close to 380 lines of code, the closest we get is just over 200, meaning the problem could be anywhere, possibly even a crossed wire with Zomboid itself. I'll keep trying, but without an expert on hand, I'll be pressing buttons blindly until I give up or find something.
EDIT: Can also confirm that just taking the CustomFuelObject file directly from FuelAPI and putting it into Fuel Types actively does not work and makes things worse. Instead of a fuel counter that doesn't work and breaks the barrel system, we have a barrel system that doesn't exist.
So this means coding....somehow.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2940765818
It's crazy to constantly reload the interface. Sadness..