DrNoLife / Destiny-2-Solo-Enabler

Repo containing the C# and XAML code for the D2SE program. Included is also the dependency for the program, and image asset.
MIT License
327 stars 49 forks source link

Not working help #32

Closed Stonks476 closed 1 year ago

Stonks476 commented 2 years ago

so ive download files and it just says

Capture1 Capture

and is my folder meant to look like this if you could help that would be great

BLTplayz commented 1 year ago

Hello @Stonks476 , I believe you downloaded the source code rather than the executable. Simply go to this link and click Destiny.2.Solo-Enabler.exe. This should download the executable and you should be able to start queuing solo!

DrNoLife commented 1 year ago

As @BLTplayz said, you downloaded the incorrect files.

TL;DR: Follow the link BLT provided, and download the latest .exe. There's also a video guide on the subject. https://www.youtube.com/watch?v=yunmINhf6c4

Now, to explain what you did download. You got the source code of the program. The program is open-source, meaning it's freely available for everyone, completely for free, with the possibility of going through the entire code-base to see what the program is doing.

One would download the source code if they wanted to view it in their own IDE (basically, fancy text editor for programming stuff), or if they wanted to try and make changes to it. They could also download the source-code and compile the program themself. Some people do this, because they want to be sure that the exe released matched the code published.

Hope this cleared it up.

Stonks476 commented 1 year ago

cheers thanks for the help!