Visible Compass With Survivor Sense Active
Enables visibility of the compass when Survivor Sense is active.
► All this does is keep the compass visible when Survivor Sense is active.
Installation Instructions
|• Download the mod from the Downloads tab above.
|• Extract data2.pak from the .zip file you downloaded.
► If you have no other mods installed already…
|• Move the extracted data2.pak to \Dying Light 2\ph\source.
|• You have successfully installed this mod. Enjoy yourself, Pilgrim!
► If you already have other mods installed…
|• Change the “2” in data2.pak to the next untaken consecutive number, but not beyond data7.pak. (See §♠ for details)
|• Move the renamed .pak file to \Dying Ligh 2\ph\source.
|• You have successfully installed this mod. Enjoy yourself, Pilgrim!
► Example
|• You have one other mod installed already which is named data2.pak.
|• Therefore, you would rename this mod to data3.pak.
|• Move data3.pak to \Dying Light 2\ph\source.
|• You have successfully installed this mod. Enjoy yourself, Pilgrim!
► §♠ – data#.pak Limitation
|• From my testing, nothing beyond data7.pak will be loaded by the game.
|• Vanilla assets populate data0.pak and data1.pak, leaving us to use 2 through 7 as we see fit.
|• Meaning we have a maximum of 6 custom data#.pak files to mod with.
|• I’ve seen at least one claim of loading up to data9.pak, but I’ve been unable to reproduce such results.
|• I’ll detail how to circumvent this restriction via merging mods at some point… Eventually… lol
Other Notes
This is a simple modification, achieved by editing “gui/hud_config.scr” and removing Element(“radar”); from the HudSurvivorSense group.
/// Survivor sense group
Group(“HudSurvivorSense”)
{
Element(“radar”);
}
Is changed to:
/// Survivor sense group
Group(“HudSurvivorSense”)
{
}
That’s all!