Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map feature of the trainer fails to display the background image of the in game map #637

Open
QuantumForced opened this issue Jan 14, 2025 · 3 comments

Comments

@QuantumForced
Copy link

Describe the bug
When using the map feature of the trainer, the background is missing the current map and is instead a blur

To Reproduce
Open the map on any EFT map

Screenshots
2025-01-14 20-10 _564 9, 3 4, -75 8_0 1, -0 3, 0 0, 0 9_12 26 (0)

Additional context
I'm running various mods, however I have also tried on an unmodded profile and the issue is still present for me. The issue occurs on all EFT maps for me, I have not once seen the background image of a map when using the feature. I'm running SPT 3.10.4, & latest version of the trainer.

@solareon solareon added bug Something isn't working investigating Currently investigating this issue labels Jan 14, 2025
@solareon
Copy link
Collaborator

this might be due to how we cull the layers and something changed in the latest versions. Probably something in https://github.com/sailro/EscapeFromTarkov-Trainer/blob/master/Features/BaseMapToggleFeature.cs

@sailro
Copy link
Owner

sailro commented Jan 15, 2025

On my computer it is working:

Full map:
2025-01-15 07-35 570 01, 16 81, -122 14-0 59156, -0 37651, -0 36295, 0 61365_12 01 (0)

Radar:
2025-01-15 07-35 551 21, 2 60, -66 96-0 10100, 0 03364, 0 00342, 0 99431_12 02 (0)

So I guess it is still a mod interfering, or you are using wrong settings. In particular I'm using Range=400

EFT.Trainer.Features.Map.Key="F10"
EFT.Trainer.Features.Map.Range=400.0
EFT.Trainer.Features.Map.ShowBosses=true
EFT.Trainer.Features.Map.ShowCultists=true
EFT.Trainer.Features.Map.ShowMarksmen=true
EFT.Trainer.Features.Map.ShowPlayers=true
EFT.Trainer.Features.Map.ShowRogues=true
EFT.Trainer.Features.Map.ShowScavAssaults=true
EFT.Trainer.Features.Map.ShowScavRaiders=true
EFT.Trainer.Features.Map.ShowScavs=true
EFT.Trainer.Features.Map.ChangeTime=true

@sailro sailro removed bug Something isn't working investigating Currently investigating this issue labels Jan 15, 2025
@solareon
Copy link
Collaborator

Looking at it closely @QuantumForced it seems like your range is set pretty low which can impact how the overhead camera looks. Did you try a higher value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants