About this mod
Show simple minimap and compass
- Requirements
- Permissions and credits
- Changelogs
- Donations
This mod is on early development, more feature will be added soon
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_Minimap_P.*
Usage
- Press Insert after game loaded to display the minimap.
- 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)
Available on 1.0.2+
- Added Player waypoint ( set via Map, press R to add waypoint, remove and add again if not correctly displayed on minimap )
- Switch compass (direction indicator moving/rotated, FoV stay upward) and map (direction indicator fixed, FoV rotated) mode ( Hotkey: Numpad 0 )
Misc
Using Chunk 102
Credits
RE-UE4SS Teams
narknon for Grounded uProject files