Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
This mod will add compass to the scanner bracelet aka SCAB, basically a compass only version of minimap mod but intregated with existing radar/scanner. Compass will always in visible state, but will be switched with resource scanner if nearby field station or resources detected.
This mod intended for players who like immersive play style.
----------------------------
Installation (UE44SS)
Download RE-UE4SS UE4SS_Xinput_v2.5.2 and extract to:
Steam
Extract to {GameInstallDir}/Maine/Binaries/Win64
Open /Mods/mods.txt, enable BPModLoader by setting value to 1 (BPModLoaderMod : 1)
Windows Store/Xbox pass
Extract to {GameInstallDir}/Maine/Binaries/WinGDK and rename xinput1_3.dll to xinput1_4.dll
Open /Mods/mods.txt, enable BPModLoader by setting value to 1 (BPModLoaderMod : 1)
Installation (Mod) Extract mod archive to {GameInstallDir}/Maine/Content/Paks
Directory structure after extraction will be: {GameInstallDir}/Maine/Content/Paks/LogicMods/PaboyaFx_ScabCompass_P.*
Usage Press Insert after game loaded to display the compass
Or to auto load the mod without pressing any key, modify /BPModLoaderMod/Scripts/main.lua, copy and paste these code on the end of the file.
local PlayerCharacterHook = false NotifyOnNewObject("/Script/Maine.SurvivalPlayerCharacter", function(player) if not PlayerCharacterHook then ExecuteWithDelay(2000, function() LoadMods(UEHelpers.GetWorld()) end) end end)
Misc Using Chunk 103
Credits RE-UE4SS Teams narknon for Grounded uProject files