Grounded
0 of 0

File information

Last updated

Original upload

Created by

paboyafx

Uploaded by

paboyafx

Virus scan

Safe to use

Tags for this mod

About this mod

Add compass to SCAB

Requirements
Permissions and credits
Changelogs
Donations
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