danielkrupinski / Osiris

Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
MIT License
3.35k stars 961 forks source link

SUGGESTION, to add fake faceit level, or to add fake prime on OSIRIS #3986

Open mosma2hakarin opened 1 year ago

mosma2hakarin commented 1 year ago

i'd like to add fake faceit level for community servers, or to add fake prime to work not only in lobby but just on community servers, this can be useful :V

Xsintashi commented 1 year ago

community faceit levels are based on CCSPlayerResource->m_nPersonaDataPublicLevel (levels) or CCSPlayerResource->m_iCompetitiveWins (ranks)

community plugins just set these netvars to high VALUEs, then CS:GO looks for files called: skillgroupVALUE.svg ex.(skillgroup500.svg) for ranks in (csgo\materials\panorama\images\icons\skillgroups) levelVALUE.png ex.(level1201.png) for levels in (csgo\materials\panorama\images\icons\xp)

This is client only change and will not be visible for other playes. Simillar with prime

mosma2hakarin commented 1 year ago

community faceit levels are based on CCSPlayerResource->m_nPersonaDataPublicLevel (levels) or CCSPlayerResource->m_iCompetitiveWins (ranks)

community plugins just set these netvars to high VALUEs, then CS:GO looks for files called: skillgroupVALUE.svg ex.(skillgroup500.svg) for ranks in (csgo\materials\panorama\images\icons\skillgroups) levelVALUE.png ex.(level1201.png) for levels in (csgo\materials\panorama\images\icons\xp)

This is client only change and will not be visible for other playes. Simillar with prime

If i add 10 years veteran coin, will it display in gameplay, coz in lobby i know, and it's works, but how about in gameplay

Xsintashi commented 1 year ago

no, its only visible for you on the scoreboard

silvhook commented 1 year ago

no reason, its client side.