Private
Public Access
1
0

Update version to 0.2.3, add logging for logistic and train statistics, and improve research time estimation

This commit is contained in:
Jan Grießhaber
2026-01-04 11:05:07 +01:00
parent a44d27c386
commit 4b10091d1a
4 changed files with 8 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ function GetEstimatedResearchTime()
local remainingUnits = remainingPercentage*researchTotalCost
local estimatedSeconds = remainingUnits/totalSpeed
log("Remaining Perc: %d\nCost: %d\nSpeed: %d\nRem Units: %d\n")
local returnSpeed = "---research-speed---\n"..totalSpeed.."\n"
local returnTime = "---research-time---\n"..estimatedSeconds.."\n"
local returnNameID = "---research-info---\n"..researchName.."\n"