deepsidh9 / Live-Valorant-Overlay

An Overlay proof-of-concept Application for Valorant giving information in real-time about current match, spike and player status(dead/alive, weapons, ultimate points, shields etc.)
MIT License
102 stars 19 forks source link

Not working when only a single player is present #5

Closed pintosobs closed 2 years ago

pintosobs commented 2 years ago

I'm sory for that thats my 3th problem but i really need help. Everything is ok but while im ingame this program is not seeing that im alive or i have ult etc. image image As you can see i have this problems, can u help me?

deepsidh9 commented 2 years ago

This application's information retrieval system works when there are a total of 10 players in the game. So a spike rush, unrated or competitive game would reflect that information, not for anything less than 10 players.

pintosobs commented 2 years ago

ok thank you im gonna try and give you feedback

pintosobs commented 2 years ago

image still same problem

deepsidh9 commented 2 years ago

Is the 1920x1080 branch selected?

pintosobs commented 2 years ago

yep image

deepsidh9 commented 2 years ago

No I meant is that branch selected, not the resolution

pintosobs commented 2 years ago

my english is not so good can u explain me what is branch

deepsidh9 commented 2 years ago

When you clone this repository the main branch is selected which works for the 1920x1200 resolution. You have to type git checkout 1920x1080 to change to the 1920x1080 branch which would work for that resolution.

pintosobs commented 2 years ago

Where should i type this?

pintosobs commented 2 years ago

ups i found it thanks

stXwinter commented 1 year ago

git checkout 1920x1080

Where did you type this?