oxiKKK / oxware

A public open-source cheat for CS 1.6
MIT License
109 stars 16 forks source link

aspect ratio #4

Closed daraleak closed 1 year ago

daraleak commented 1 year ago

add aspect ratio

oxiKKK commented 1 year ago

Hi. Thanks for suggestion.

I did some research, and this can be done even in GoldSrc by modifying the code. (In Source there's a r_aspectratio cvar for the same thing). I will implement this soon.

How to accomplish:

Modify MYgluPerspective's parameter aspect to whatever aspect ratio you want.

oxiKKK commented 1 year ago

Implemented in 7560cb2.