oxiKKK / oxware

A public open-source cheat for CS 1.6
MIT License
99 stars 14 forks source link

backtrack chams improvement #29

Open T4lk opened 1 year ago

T4lk commented 1 year ago

Description backtrack chams on all ticks, never seen it done on cs 1.6 would be cool.

oxiKKK commented 1 year ago

Hi, could you refer to some video or some kind of source where this is implemented? Kind of don't know what that is. 😅

T4lk commented 1 year ago

of course, image source of osiris https://github.com/danielkrupinski/Osiris/pull/730

instead of drawing 1 model to the world u draw multiple creates a nice effect if u have gradient https://streamable.com/83ncqk

daraleak commented 1 year ago

of course, image source of osiris danielkrupinski/Osiris#730

instead of drawing 1 model to the world u draw multiple creates a nice effect if u have gradient https://streamable.com/83ncqk

this may affect fps

oxiKKK commented 1 year ago

that would be EXTREMELY expensive in cs 1.6

in GoldSrc engine games, model rendering is the biggest bottleneck when it comes to performance :(

Nord1cWarr1or commented 1 year ago

that would be EXTREMELY expensive in cs 1.6

in GoldSrc engine games, model rendering is the biggest bottleneck when it comes to performance :(

You can implement Shader-based model renderer from this project: https://github.com/mikkokko/csldr