danielkrupinski / Osiris

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

How to download Osrirs I'm new to this #2509

Closed ishaangamer27 closed 12 months ago

ishaangamer27 commented 3 years ago

I've been using an old osrirs for a long time and want to start downloading from here since I can get the newest version but i dont know how to download it and want the ddl file not the code but i dont know where to download i know this may come of as me being stupid and just find it but i really just don't know

franiodat commented 3 years ago

click Code button and download zip file containing osiris folder, next, unzip it and open .sln solution file (you must install Visual Studio 2019 to do that https://visualstudio.microsoft.com/downloads) and when u opened it just compile it (Ctrl + B) Przechwytywanie

linuxer9 commented 3 years ago

I advise you against downloading and using public binaries (i.e. dll's), you will getting banned within a few days; most of public dll got already sigged by vac. as the comment above said, you should compile your own build, and preferably change or add features (see pull requests tab).

franiodat commented 3 years ago

to use updated osiris u must know basics of c++, IDE, compilers and stuff. it's open source project and you should make your "custom" build with your preferences.

ishaangamer27 commented 3 years ago

click Code button and download zip file containing osiris folder, next, unzip it and open .sln solution file (you must install Visual Studio 2019 to do that https://visualstudio.microsoft.com/downloads) and when u opened it just compile it (Ctrl + B) Przechwytywanie

ishaangamer27 commented 3 years ago

I advise you against downloading and using public binaries (i.e. dll's), you will getting banned within a few days; most of public dll got already sigged by vac. as the comment above said, you should compile your own build, and preferably change or add features (see pull requests tab).

I don't know to make compile my own build i thought that i just need thecode and turn it into a ddl file and if it helps i use a vac bypasser?

ishaangamer27 commented 3 years ago

click Code button and download zip file containing osiris folder, next, unzip it and open .sln solution file (you must install Visual Studio 2019 to do that https://visualstudio.microsoft.com/downloads) and when u opened it just compile it (Ctrl + B) Przechwytywanie

I've tried doing this and its says successful ("Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped) but no ddl shows up idk what to do if you have a discord could you please contact me .noclipsishaan#8993

0xE232FE commented 3 years ago

You easily download the Source Code with git! git clone https://github.com/danielkrupinski/Osiris

linuxer9 commented 3 years ago

click Code button and download zip file containing osiris folder, next, unzip it and open .sln solution file (you must install Visual Studio 2019 to do that https://visualstudio.microsoft.com/downloads) and when u opened it just compile it (Ctrl + B) Przechwytywanie

I've tried doing this and its says successful ("Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped) but no ddl shows up idk what to do if you have a discord could you please contact me .noclipsishaan#8993

it will literally show you the path of that dll file , like this

1>Finished generating code
1>Osiris.vcxproj -> C:\Users\b\Documents\osiris\Release\Osiris.dll
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

also check your anti-virus that may auto delete/quarantine the file, so disable it during the build or add exception

CrazyCSIW6 commented 3 years ago

The build fails with 171 errors.