Skip to content

v1.3.9 — Fix repair status loop after PNG refresh

Choose a tag to compare

@TheCodingDad-TisonK TheCodingDad-TisonK released this 10 Jun 22:11
· 10 commits to main since this release
1a10c1d

What's new

Fixed: Repair status no longer loops after PNG refresh

After running a PNG repair, the installer was showing the orange Repair button again on re-scan. This was because the scan checked for any PNG files existing — but after repair, fresh blank PNGs are present and were triggering the same stale-file detection.

The fix: blank PNGs generated by the installer are ~560 bytes. Real/stale textures are orders of magnitude larger. The scan now uses a 5 KB size threshold to distinguish them, so a freshly-repaired map correctly shows ✓ Patched.

Downloads

File Description
FS25_SoilLayerInstaller.exe Windows standalone executable
FS25_SoilLayerInstaller.zip Zip archive (same exe inside)