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

[BUG] Ingame Checkpoint Counter being moved to top left corner #282

Open
Chris92de opened this issue Aug 12, 2024 · 2 comments
Open

[BUG] Ingame Checkpoint Counter being moved to top left corner #282

Chris92de opened this issue Aug 12, 2024 · 2 comments
Labels
bug Something isn't working Module: GameModeUiModule module Issue related to a specific module or creation of a certain module.

Comments

@Chris92de
Copy link
Member

Describe the bug
Nadeo's checkpoint counter (can be enabled via Settings->HUD->Display Checkpoint Counter) is being moved to the top left corner by something.
It's partially visible and cut off.

To Reproduce
Steps to reproduce the behavior:

  1. Enable it in Settings -> HUD -> Display Checkpoint Counter
  2. Join EvoSC# powered server
  3. Look top left corner of the screen

Expected behavior
Checkpoint counter should be moved to a position below the "Current Map" widget where it doesn't obstruct other widgets.

Screenshots
image

Server environment (please complete the following information):

  • TM2020 dedicated server version: 2024-06-14_20_00
  • Linux
  • EvoSC# version 0.2.1
@Chris92de Chris92de added the bug Something isn't working label Aug 12, 2024
@Chris92de
Copy link
Member Author

Additional context:
The Checkpoint Counter is part of the Race_LapsCounter UIModule, which currently gets moved to x: -155.7, y: 86.0 in https://github.com/EvoEsports/EvoSC-sharp/blob/master/src/Modules/GameModeUiModule/Config/IGameModeUiModuleSettings.cs

@snixtho
Copy link
Member

snixtho commented Aug 12, 2024

The default coordinates should be x: 155.7, y: 80.0, so this has to be changed.

Might be worth checking all the values, ive attached the default values for all the game modes:

cup.json
ko.json
laps.json
rounds.json
ta.json
teams.json

@snixtho snixtho added module Issue related to a specific module or creation of a certain module. Module: GameModeUiModule labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Module: GameModeUiModule module Issue related to a specific module or creation of a certain module.
Projects
None yet
Development

No branches or pull requests

2 participants