
Leonana69
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Edited mod
#### \[Description\]
**Tired of being shot but can't figure out where the enemy is?**
**Want to know if the target is SCAV, PMC, or BOSS?**
**Can't find the dead body in the bush?**
**Don't want to miss a high-value loot in the marked room?**
This mod provides accurate location indications of enemies and loots on the radar map to enable you to play a more casual gameplay style. Also, it can help you identify the side of enemies, like SCAV, USEC, BEAR, and BOSS. For example, if you only want to see the SCAV, set the alpha of the other sides to zero. If you only want to see the corpse, just enable corpse detection and set the alpha of all the other sides to zero. The loot detection allows you to see high-value loot (value above the loot threshold in the settings) on the radar map and helps you find them easily.
Use at your wish and enjoy the game! Join the [discord](https://discord.gg/K44Zgj5JHB) if you want to help test the new features or give any feedback.
#### \[Acknowledgments\]
This mod is upgraded from Tyrian's ACCURATE CIRCULAR RADAR STANDALONE. Please give the credit to Tyrian.
#### \[Installation\]
Unzip the file and drag the BepInEx folder into your game folder, and make sure the DLL file is placed at gameFolder/BepInEx/plugins/Tyrian-Radar.dll. For better flea market prices used by the loot detection, please install [LootValue](https://hub.sp-tarkov.com/files/file/1606-lootvalue/).
#### \[Features\]
- Show the enemy's location.
- Show different colors for different types of enemies.
- You can disable the indication for a certain type of enemy by setting the alpha to zero.
- Show the corpse's location.
- Show high-value loot.
- Set the value threshold to filter the loot.
- Per-slot value option.
- Wishlist items regardless of value (only for the Others category).
- Adjustable scan interval, you can increase the uncertainty of the enemy.
- Fire mode, where the enemy will show on the radar only after firing.
- Mine zone and claymore detection.
- <del>Compass mode, where the radar panel will be part of the compass screen, and only works when you're holding a compass.</del>
**Normal Mode**
**Compass Mode (Not work due to an issue with the game itself)**
Oct 17, 2025 11:37 PM
View details
Downloaded mod
Version 4.2.0 of SAIN - Solarint's AI Modifications - Full AI Combat System Replacement
Oct 17, 2025 11:34 PM
View details
Created comment
That crash is caused by the LootValue mod, not the radar.
Oct 17, 2025 9:16 PM
View details
Edited mod
#### \[Description\]
**Tired of being shot but can't figure out where the enemy is?**
**Want to know if the target is SCAV, PMC, or BOSS?**
**Can't find the dead body in the bush?**
**Don't want to miss a high-value loot in the marked room?**
This mod provides accurate location indications of enemies and loots on the radar map to enable you to play a more casual gameplay style. Also, it can help you identify the side of enemies, like SCAV, USEC, BEAR, and BOSS. For example, if you only want to see the SCAV, set the alpha of the other sides to zero. If you only want to see the corpse, just enable corpse detection and set the alpha of all the other sides to zero. The loot detection allows you to see high-value loot (value above the loot threshold in the settings) on the radar map and helps you find them easily.
Use at your wish and enjoy the game! Join the [discord](https://discord.gg/K44Zgj5JHB) if you want to help test the new features or give any feedback.
#### \[Acknowledgments\]
This mod is upgraded from Tyrian's ACCURATE CIRCULAR RADAR STANDALONE. Please give the credit to Tyrian.
#### \[Installation\]
Unzip the file and drag the BepInEx folder into your game folder, and make sure the DLL file is placed at gameFolder/BepInEx/plugins/Tyrian-Radar.dll. For better flea market prices used by the loot detection, please install [LootValue](https://hub.sp-tarkov.com/files/file/1606-lootvalue/).
#### \[Features\]
- Show the enemy's location.
- Show different colors for different types of enemies.
- You can disable the indication for a certain type of enemy by setting the alpha to zero.
- Show the corpse's location.
- Show high-value loot.
- Set the value threshold to filter the loot.
- Per-slot value option.
- Wishlist items regardless of value (only for the Others category).
- Adjustable scan interval, you can increase the uncertainty of the enemy.
- Fire mode, where the enemy will show on the radar only after firing.
- Mine zone and claymore detection.
- <del>Compass mode, where the radar panel will be part of the compass screen, and only works when you're holding a compass.</del>
**Normal Mode**
**Compass Mode (Not work due to an issue with the game itself)**
Oct 16, 2025 1:30 AM
View details
Hello, I’m really enjoying the RADAR mod you uploaded. Thank you very much for that.
I do have one question though: Is there a way to set the loot item value higher than 200,000 rubles? I’m not very familiar with programming or coding, but since I’ve been playing SPT with mods, I’ve grown really interested in coding (although it might sound a bit naive).
If there is a way, I’d be more than happy to study it.even a small hint would be greatly appreciated.