SunBeam wrote: ↑Fri May 05, 2017 1:47 pm
Will post a list of all
CVars and how to query each, for your needs. Also, studying how Fly/NoClip/1st/3rd person can be enabled.
I couldn't find a lot of them, but am still looking. Biggest 2 for me are timestop and hud hide, both are currently still awol
Looking at the CryEngine sourcecode (which is on github:
[Link]) and comparing it to the structs I found it seems Arkane uses a much older build, which is kind of sad. Things are also broken (SSR/SSAO is disabled even if you pick 'full res'. first have to switch it off then on again, like a printer!
)
I'm almost done with my camera tools for Prey, and found the player pos too, this is the code:
[Link]
That code overwrites the x/y/z in the matrix which is the view of the player. modifying the x/y/z there is moving the player around. The model they load is incomplete however, so 3rd person might not be that useful haha
(edit) ah just saw your CT on page two, thanks a lot for that, will look into if I can find the hud_hide cvar (found only hud 0/2, but the code isn't called).