sailro / EscapeFromTarkov-Trainer

Escape from Tarkov (EFT) Trainer - Internal
MIT License
612 stars 138 forks source link

spt aki 3.5.8? #383

Closed ByYasin closed 1 year ago

ByYasin commented 1 year ago

The menu doesn't come up and there's nothing in the console?

win 11 22h2

sailro commented 1 year ago

EFT/AKI versions?

Are you sure you have run the game at least once before compiling/installing the trainer ?

ByYasin commented 1 year ago

@sailro

yes, I ran the game once and then I installed the trainer. If the version is: SPT AKI 3.5.8 - 0.13.0.5.23399

sailro commented 1 year ago

I'm sure I tried this one and it was working.

Could you share your %LOCALAPPDATA%Low\Battlestate Games\EscapeFromTarkov\Player.log ?

sailro commented 1 year ago

I can see that the trainer is loaded:

[Info : BepInEx] Loading [AKI.EftTrainer 1.0.0]

Weird.

Any chance you can try with latest 3.6.0 and associated build ?

ByYasin commented 1 year ago

It's using a different version of the game, and unfortunately at the moment. 3.6.0 :(

ByYasin commented 1 year ago

I can see that the trainer is loaded:

[Info : BepInEx] Loading [AKI.EftTrainer 1.0.0]

Weird.

Any chance you can try with latest 3.6.0 and associated build ?

do you think there is a solution?

sailro commented 1 year ago

Well, no error in the log, the trainer is loaded. Did you try to re-run the installer to see? Or to double-check your trainer.ini

solareon commented 1 year ago

Have you changed monitor resolutions? I've had issues where the settings menu can get hidden off screen due to my trainer.ini having it set to a resolution outside the render resolution.

@sailro maybe we can add a check for if the trainer window is outside the render resolution on startup?

ByYasin commented 1 year ago

Have you changed monitor resolutions? I've had issues where the settings menu can get hidden off screen due to my trainer.ini having it set to a resolution outside the render resolution.

@sailro maybe we can add a check for if the trainer window is outside the render resolution on startup?

If you're talking about the game resolution, yes I changed it, no solution?

ByYasin commented 1 year ago

Well, no error in the log, the trainer is loaded. Did you try to re-run the installer to see? Or to double-check your trainer.ini

yes i tried, no solution.

trainer.ini In what position exactly?

solareon commented 1 year ago
EFT.Trainer.Features.Commands.Key="RightAlt"
EFT.Trainer.Features.Commands.X=2579.0
EFT.Trainer.Features.Commands.Y=401.0

Those lines show what key opens the trainer and what position the box is in. If you clear them it should rebuild to safe defaults of right alt and mid screen.

ByYasin commented 1 year ago
EFT.Trainer.Features.Commands.Key="RightAlt"
EFT.Trainer.Features.Commands.X=2579.0
EFT.Trainer.Features.Commands.Y=401.0

Those lines show what key opens the trainer and what position the box is in. If you clear them it should rebuild to safe defaults of right alt and mid screen.

In what directory exactly do I edit this?

sailro commented 1 year ago

%USERPROFILE%\Documents\Escape from Tarkov\trainer.ini

Indeed @solareon, perhaps the window is off-screen

ByYasin commented 1 year ago

Thank you very much for the answers that worked. Have a nice day all of you.

sailro commented 1 year ago

Great, I'm going to create a PR to fix this issue.