>>1741903Exploration points mod for 5.0: https://files.catbox.moe/su1h75.zip
Update instructions for future versions:
Export the latest \Resources\CoreBlueprints\DataTable\POIConfigs.uasset
Open in UAssetGui. File -> Save as -> .json
Now open the json in Notepad++ and do the following 3 replacements with "extended" mode enabled.
"Value": 8000.0,\r\n "Name": "ValidMinimapDistance",
to
"Value": "+0",\r\n "Name": "ValidMinimapDistance",
"Value": 8000.0,\r\n "Name": "ValidBigMapDistance",
to
"Value": "+0",\r\n "Name": "ValidBigMapDistance",
"Name": "bCanStatueIgnoreDistance",\r\n "DuplicationIndex": 0,\r\n "IsZero": false,\r\n "Value": true
to
"Name": "bCanStatueIgnoreDistance",\r\n "DuplicationIndex": 0,\r\n "IsZero": false,\r\n "Value": false
Save the modified json, then drag-and-drop it to UAssetGui window again. Ctrl + S to save as .uasset
Now you can delete the json and pack mod as usual.