ThermalGoggles
This Plugin allows the use of thermal goggles on your server!
Known Issues:
- The postprocessing effects of the goggles do currently not work in third person
Workshop Mod:
This plugin requires the following mod: ThermalGoggles
Settings:
Version: Shows the current plugin version (do not change this)
Debug: Enable plugin wide debug outputs to console
ScopeBlockerUI_ID: The id of the UI effect to block scopes when using Thermal Goggles
ScopeBlockerUI_Key: The UI Key can be changed to avoid conflicts with other UI effects
ThermalGoggles: A list of all goggles (ItemExtensions) that should block scopes when enabled
ItemExtension:
Allows for easier configuration by automatically adding the item name if a valid item id is given and Invalid if the item does not exits or the mod is not loaded.
<ThermalGoggles> <ItemExtension Id="42114" Name="ThermalGoggles_V1" /> <ItemExtension Id="42115" Name="ThermalGoggles_V2" /> </ThermalGoggles>
Default Settings:
<?xml version="1.0" encoding="utf-8"?> <Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Version>1.0.0</Version> <Debug>false</Debug> <ScopeBlockerUI_ID>42120</ScopeBlockerUI_ID> <ScopeBlockerUI_Key>4212</ScopeBlockerUI_Key> <ThermalGoggles> <ItemExtension Id="42114" Name="ThermalGoggles_V1" /> <ItemExtension Id="42115" Name="ThermalGoggles_V2" /> </ThermalGoggles> </Configuration>
Bugs
If you find any bugs, please contact me on Discord @derspeedmann
User Reviews
I think there should be a better model of thermal glasses. It would be better if it had an effect on scopes.