If you click on singularity's name, you will see that he is from Moscow in russia. I'm surprised that you bchandark, and you felix didn't think of that...
If you click on singularity's name, you will see that he is from Moscow in russia.
I never knew you could set that! Cool, thanks. Felix You should hear my mother talk (Indian) "Raj, how am I getting on the Facebook? My internet is getting cracked." (imagine that with a VERY strong Indian accent)
translation, "Raj, how do I go to Facebook? The internet connection is down"
Turns out she deleted the icon for Internet Explorer.
Back on track..singularity, exactly what part are you stuck on?
Lets start with what you will need to do( I strongly recommend doing these steps in order): 1) Download a good source editor. I recommend Visual Studio Express 2010 C++ because of it's great debugging and auto-code tools. 2) Create an account at this site: https://github.com/ 3) Download and install this: MySysGit 4) Get this: SmartGit 5) Set up SmartGit (Non-Commercial, Insert all the info you can, Your API info is at https://github.com/account under account admin) 6) Give your email to github (necessary https://github.com/account under email addresses) 7) Open git bash and type this then hit enter: $ ssh-keygen -t rsa -C "<githubusername>@github.com" 8) leave the file location blank 9) type a strong pass phrase and confirm the pass phrase (they will not show up, so don't be surprised it looks blank) 10) open this with notepad: c/Users/<your username>/.ssh/id_rsa.pub 11) goto https://github.com/account and ssh public keys and copy the entire file contents into the big box, leave the small one blank, it will fill it in. 12) Then open gitbash, type the following letter-for-letter without the quotes 'ssh git@gitbash.com'. Type pass phrases and hit yes 13) goto http://github.com/FacialTurd/The-Powder-Toy and click the "Fork" button 14) goto smartgit 15) hit clone 16) hit select from github 17) choose your project 18) hit next 19) choose your rsa_pub file if it isn't already highlighted and it asks 20) type your pass phrase if it asks 21) choose a place to put the source on your computer. 22) Now you have an a easy way to update the code and change it!