
Gets Rid of Grain in the FLIR and REAP-IR thermals
Your Clean thermals mod
Version 2.0.0
SPT 0.0.0
Download Mod Version
Latest Compatible SPT Version
5.2K Downloads
Updated to AKI 1.0.0
Compatible With AKI 1.1.0-1.2.0-1.3.0
Details
-
GUID
Not Available
-
License
please update
please update
Currently working on at least the Reap-IR in 2.0.1 have not tested other thermals
currently works in AKI 1.5.1 Sep 15, 2021
Hi, Is it possible to change the range of vision of the thermal sights?
please update to 1.4.4
Nice mod
Can you add the T-7 Thermal Goggles as well, please?
In case someone really needs this in 1.0.1 , you need to change 2 or 3 lines of code in the mod for it to load, the only thing that changed is they way its loaded. You need to open “thermals.js” in the src folder with a text editor and change :
constructor()
{
this.mod = “CheekiestBreeki-CleanThermals”;
core_f.packager.onLoad[this.mod] = this.load.bind(this);
common_f.logger.logInfo(
Loading: Clean Thermals
)}
load()
{
const bundles =
${core\_f.packager.getModPath(this.mod)}/bundles.json)
INTO:
constructor()
{
this.mod = “CheekiestBreeki-CleanThermals”;
ModLoader.onLoad[this.mod] = this.load.bind(this);
}
load()
{
const bundles =
${ModLoader.getModPath(this.mod)}/bundles.json)
//
}
-The only thing that changed is the ‘core_f.packager’ function into ‘ModLoader’. Also I had to delete the ‘common_f.logger.logInfo’ function because the new one, “Logger.Info” wasn’t working for me, this only affects the message that is displayed on server start, when the mod is loaded. I tried a few runs with the FLIR and I think it works now. 60hz display and everything. I hope this works for you too , have fun
please update the mod to 1.0.1, i love this mod, one of the best mods i use
This is very useful, is it possible to update please?