About this mod
Set scale, opacity and position of the minimap on the HUD.
- Requirements
- Permissions and credits
- Changelogs
- Donations
Set up a comfortable scale, opacity and position of the minimap on the HUD.
Requires r457 Mod Loader.
To install:
Unpack the 7z you downloaded and copy all the three r457MinimapScale.pak/ucas/utoc files into SteamLibrary\steamapps\common\AliensDarkDescent\ASF\Content\Paks, then open SteamLibrary\steamapps\common\AliensDarkDescent\ASF\Config\UserEngine.ini with notepad, add +ModsToLoad="MinimapScale" to [/Game/R457ModLoader/BP_R457ModActorSpawner.BP_R457ModActorSpawner_C] section and add this text to the bottom of the file:
[/Game/R457Mods/MinimapScale/BP_MinimapScaleModActor.BP_MinimapScaleModActor_C]
MinimapScale=1.75
MinimapOpacity=0.75
MinimapPosOffset=(X=-300,Y=-350)
You might need to tweak scale and positioning depending on your preferences, screen resolution, our UI scale mod (if you have it installed).
Step-by-step version:
1. Install r457 Mod Loader if you don't have it installed already.
2. Unpack the 7z file you downloaded anywhere outside of the game's folders.
3. Copy all the three files you got after unpacking (r457MinimapScale.pak/ucas/utoc) into SteamLibrary\steamapps\common\AliensDarkDescent\ASF\Content\Paks.
4. Open SteamLibrary\steamapps\common\AliensDarkDescent\ASF\Config\UserEngine.ini with notepad.
5. Add +ModsToLoad="MinimapScale" line to [/Game/R457ModLoader/BP_R457ModActorSpawner.BP_R457ModActorSpawner_C] section.
6. Add this text to the bottom of the same file:
[/Game/R457Mods/MinimapScale/BP_MinimapScaleModActor.BP_MinimapScaleModActor_C]
MinimapScale=1.75
MinimapOpacity=0.75
MinimapPosOffset=(X=-300,Y=-350)
7. Save the ini and close it.
To uninstall:
Remove +ModsToLoad="MinimapScale" from UserEngine.ini and delete all three mod files (r457MinimapScale.pak/ucas/utoc) from Paks.