Triston1zn Posted June 27, 2012 Share Posted June 27, 2012 hey guys...I've been learning programming for a few weeks now and am improving ever so slightly. However, the more I am able to learn the better I become....sometimes it's best learning to look at things from more than one perspective... Does anyone know of any websites which give tutorials on scripting or the C# language?.... Bear in mind I have used google and found out quite a bit, however I'm talking about sites that give tutorials but don't have the words ''programming'' or ''C#'' etc in their name, thus making it ''not so easy'' to locate them on google.... To those guys who make the awesome hacks and patches for the roms...do you have any ideas?....thanks in advance... Link to comment Share on other sites More sharing options...
willaien Posted June 27, 2012 Share Posted June 27, 2012 Let's start from the beginning: What do you have in mind? What are you wanting to create? Also, what is your previous programming experience (if any)? This will inform what I recommend. Link to comment Share on other sites More sharing options...
evandixon Posted June 27, 2012 Share Posted June 27, 2012 Do you mean C#.Net? If so, I may be able to find something for you. Link to comment Share on other sites More sharing options...
Triston1zn Posted June 28, 2012 Author Share Posted June 28, 2012 Thanks for the replies will and evan.....first off....I'm wanting to create mainly programmes for hacking and patching roms....programmes similar to the rom explorers and rom hacks created on this website....nothing too intense..... I don't have any previous experience in terms of studies or degrees...I just have a passion for technology and that inspired me to start learning programming/coding and I do know the basics so far, in terms of coding in C#.....I use visual studio express for C#...because I read somewhere on this site that the games are coded in C# I'm not too sure about C#.net, but I'll gladly give it a try if you could point me in the right direction? I want to learn coding that will enable me to create rom hacks, attack editors, stats editors etc....and put me in a position to at least try and lend a hand in solving certain hacking issues with the newer games ( like map editing etcc..) Basically to create hacks similar to members like dreyano, oxnite etc... Since becoming a member of this website I've benefited greatly from the hard work of everyone else but now I want to contribute something back.... Thanks again. Link to comment Share on other sites More sharing options...
willaien Posted June 28, 2012 Share Posted June 28, 2012 C# is in the .net 'family' of languages. The games are not coded in C#, but some of the tools to work with them created by the community are. As it sounds like you don't have any particular experience in programming in general, I'm going to point you towards two books, one is for absolute beginners, the other is more intermediate. http://www.amazon.com/Head-First-2E-Real-World-Programming/dp/1449380344/ref=sr_1_5?ie=UTF8&qid=1340881934&sr=8-5&keywords=c%23+beginning+programming This one, I have not used. It does have good reviews and is indicated to be for beginners. Once you're done with it, I suggest you get one of the following two books: http://www.amazon.com/4-0-Nutshell-The-Definitive-Reference/dp/0596800959/ref=sr_1_1?s=books&ie=UTF8&qid=1340881880&sr=1-1&keywords=c%23+4.0+in+a+nutshell http://www.amazon.com/5-0-Nutshell-The-Definitive-Reference/dp/1449320104/ref=sr_1_2?s=books&ie=UTF8&qid=1340881880&sr=1-2 I have used the first, and it is a fairly good book. Kinda light on some details, but for the most part quite useful. The second is the same book, generally, but indicated more towards Studio 2012 that will be coming out soon. For rom/save hacking, you'd be using primarily byte arrays and bitwise operators, which none of these books seem to get into much. I don't have time to write any tutorials on the subjects (and I'm a bit rusty on bitwise anyways). Link to comment Share on other sites More sharing options...
Triston1zn Posted June 28, 2012 Author Share Posted June 28, 2012 Thanks a bunch WILL...I'll definatly take a look at those books.....Also I'll scope out youtube for the tutorials on byte arrays and bitwise operators....greatly appreciate your help... Link to comment Share on other sites More sharing options...
formlesstree4 Posted June 30, 2012 Share Posted June 30, 2012 Shiny2 is written in C#; as were some of the older GTS systems. C# is a powerful language backed by a nice framework. If you have any specific questions I can definitely answer them. Link to comment Share on other sites More sharing options...
Triston1zn Posted July 2, 2012 Author Share Posted July 2, 2012 much much appreciated Form!....I'm sure that I'll be needing some help along the lines somewhere!.... Link to comment Share on other sites More sharing options...
collectiva Posted July 2, 2012 Share Posted July 2, 2012 Please visit the Site Contest.collectiva.in To learn Fundamentals of C Programming Video Training in Tamil. It is very useful for the Beginners. Link to comment Share on other sites More sharing options...
Triston1zn Posted July 2, 2012 Author Share Posted July 2, 2012 lol i wud love to collectiva, but if the tutorials are in tamil....i wud recognize the coding, just not anything the tutor was saying....I'm british....we may have collonized India all those years back but we never bothered to learn the language sorry lol Link to comment Share on other sites More sharing options...
Triston1zn Posted July 2, 2012 Author Share Posted July 2, 2012 follow up...I was just kidding collect...I will check it out thanks buddy. Link to comment Share on other sites More sharing options...
evandixon Posted July 2, 2012 Share Posted July 2, 2012 This should help (and it's free). http://www.homeandlearn.co.uk/csharp/csharp.html Link to comment Share on other sites More sharing options...
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