The Forge is currently under heavy construction. Expect nothing to work. Data is reset every hour.

Mod Details

Better Icons for mapgenie.io Tarkov Maps

Better Icons for mapgenie.io Tarkov Maps 1.1

Created by ODT

2.0K Downloads

SPT 3.9.8 Compatible

Browser-based "mod" for external mapgenie.io Tarkov maps website. Colorful, rarity-based icons for much better clarity.

This "mod" uses an open-source extension Resource Override to swap markers.png Mapgenie.io uses for it's Tarkov maps for a custom one hosted on my github repository. Works with any Chrome-based browser and Firefox!

chrome_FDqwj2eg3G.png

More examples below:

chrome_fvOTQ2Ul5P.png

chrome_gEYdFKdDS3.png

chrome_bG0DsClYSy.jpg

Installation:

1) Install Resource Override from Chrome webstore or Firefox page (or manually from Kyle Paulsen's GitHub).

2) Download the mod release archive and unpack it.

3) Inside you will see resource_override_rules.json files.

4) In Chrome, right to the address bar, click on puzzle icon, that opens extensions menu, then click on Resource Override to open its settings.

5) On the right, you will see Options button, click on it, and after that Load Rules and target my resource_override_rules.jsonfile.

zryUCqG.png

Notes:

On my github page I left all the .psd files I used to create this icon pack, feel free to experiment with them yourself.

Code:

Here is overwrite rules file itself:

{
"v":1,
"data":[
{
"id":"d2",
"matchUrl":"*mapgenie.io/tarkov/*",
"rules":[
{
"type":"normalOverride",
"match":"https://cdn.mapgenie.io/images/games/tarkov/markers.png?MTkyMDMw",
"replace":"https://raw.githubusercontent.com/odt1/Mapgenie.io-Tarkov-Better-Icons/main/res/markers.png",
"on":true
},
{
"type":"normalOverride",
"match":"https://cdn.mapgenie.io/images/games/tarkov/[email protected]?MTkyMDMw",
"replace":"https://raw.githubusercontent.com/odt1/Mapgenie.io-Tarkov-Better-Icons/main/res/markers%402x.png",
"on":true
}
],
"on":true
}
]
}

Version 1.1

817 Downloads

Created Mar 10th, 2024 Updated Jan 7th, 2:04 AM

Update for new icons

Version 1.0.0

1.2K Downloads

Created Mar 4th, 2023 Updated Jan 7th, 9:00 AM

Not quite yet...