danielkrupinski / Osiris

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

(Suggestion) NEW SKINS AND CLASSIC KNIFE #683

Closed giangero1 closed 5 years ago

giangero1 commented 5 years ago

if we find the new skins ids maybe we can add the new skins in nSkinz source , should be easy :)

Hayden959 commented 5 years ago

https://github.com/danielkrupinski/Osiris/pull/682

nskinz grabs item ids from the game on inject so it will automatically have all the skins, just had to add the knife you can get the code from my pull request

void SkinChanger::initializeKits() noexcept { std::ifstream items{ "csgo/scripts/items/items_game_cdn.txt" }; const std::string gameItems{ std::istreambuf_iterator<char>{ items }, std::istreambuf_iterator<char>{ } }; items.close();

igre3zy commented 5 years ago

I added the classic knife, want my dll?

giangero1 commented 5 years ago

@igre3zy sure , i'm trying to find where to paste that code that hayden send, my Giangero#3167 discord

giangero1 commented 5 years ago

@Hayden959 actually thanks i found ur code on pull request thank u so much <3