harrysbird Posted March 24, 2017 Share Posted March 24, 2017 (edited) Hello guy! I Will show you how to Clone Source Code into VS 2017 the OpenRCT2 For Windows if you like help out developing Roller Coaster Tycoon 2. Requirements Github Account Visual Studio 2017 - Community or Professional or Enterprise Fork OpenRCT2 in Github Knowledge in C++ IDA or OllyDbg Are Optional Visual C++ Redistributable How to Clone Source Code For VS 2017 OpenRCT2 With Step 1. Open Visual Studio 2017 from your desktop. 2. Click Team Explorer and click connect with github. 3. You will need to sign in with github account. 4. You will have to need to fork OpenRCT2 by going to https://github.com/OpenRCT2/OpenRCT2 with your github account. 5. Click Fork Button and wait for fork, and will be added form your github profile 6. Back to OpenRCT2 Github, Click Clone or Download Button 7. Click Open in Visual Studio 8. Enjoy! Make sure you read readme.md in Solution Explorer Before Developing. Edited March 24, 2017 by harrysbird Link to comment
jensj12 Posted March 24, 2017 Share Posted March 24, 2017 That is not exactly decompiling. I'd rather call it downloading the game. Decompiling is trying to read the machine code of compiled games (the original rollercoaster tycoon game for example) and create source code from it. What you described is how to get the (official OpenRCT2) source code of the game in visual studio from github. Both lead to source code, but the way of doing it is completely different. 1 Link to comment
harrysbird Posted March 24, 2017 Author Share Posted March 24, 2017 Fixed, Thank you for letting me know. Link to comment
janisozaur Posted March 24, 2017 Share Posted March 24, 2017 Why are you suggesting people use SVN over git? This is bad and nobody in their right mind should use SVN by now. 1 Link to comment
harrysbird Posted March 24, 2017 Author Share Posted March 24, 2017 Updated, i remove SVN, thank you for suggesting that's. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now