vsaint1 / cs2-infestation

Free and open-source kernel/usermode external cheetos for CS2
49 stars 2 forks source link

Black Screen #22

Open DXXNS opened 4 months ago

DXXNS commented 4 months ago

Screenshot 2024-03-11 095441 Just black but renders esp

DXXNS commented 4 months ago

pls help

vsaint1 commented 4 months ago

this version was uploaded to UC, can you build and enable VSYNC?

DXXNS commented 4 months ago

Ah sure

DXXNS commented 4 months ago

where should i enable vsync? in game or where

vsaint1 commented 4 months ago

build from source and enable vsync

DXXNS commented 4 months ago

if i try to build it shows me: ERROR: The default build profile 'C:\Users\reife.conan2\profiles\default' doesn't exist. You need to create a default profile (type 'conan profile detect' command) or specify your own profile with '--profile:build='

and how do i enable vsync?

vsaint1 commented 4 months ago

read the errors, run conan profile detect.

change this line on file window_manager.cpp https://github.com/vsaint1/cs2-infestation/blob/master/usermode/src/window/window_manager.cpp change to glfwSwapInterval(GLFW_TRUE);