Page 1 of 1

C# and Custom Command Tutorial

PostPosted: 20 Jan 2013, 17:20
by Conor
Hello.

I made these tutorials a long time ago, but maybe they can still help some people who want to learn how to code, and for minecraft classic specifically.

I did my best to teach some basics of the C# programming language, and I went through some code for the /pony command. They are a bit out dated, but the layout is still the same for MCDzienny, so the tutorials may still be useful :)

Please ignore all of the references to the 'AKA Minecraft community'. And make sure you read the README.txt file before watching the two videos.

I hope this helps any newbies, be sure to ask me for any help or advice.

Resources are found here: http://goo.gl/soOCV

Re: C# and Custom Command Tutorial

PostPosted: 20 Jan 2013, 17:35
by ismellike
Def using this, long time helpful :P

Thanks conor

Re: C# and Custom Command Tutorial

PostPosted: 20 Jan 2013, 17:44
by Conor
ismellike wrote:Def using this, long time helpful :P

Thanks conor


You're welcome, but I think you're past the level of difficulty of these tutorials ;)

Re: C# and Custom Command Tutorial

PostPosted: 01 Jun 2013, 22:22
by Alshima
Where do you download C#?

Re: C# and Custom Command Tutorial

PostPosted: 01 Jun 2013, 22:29
by ismellike
Takes a while to download though,
Click here

Re: C# and Custom Command Tutorial

PostPosted: 01 Jun 2013, 22:31
by Alshima
Thanks, I will download it on my free time. :)

Re: C# and Custom Command Tutorial

PostPosted: 02 Jun 2013, 20:50
by lucasds12
I downloaded it yesterday, very nice program. But, I have failed to see the difference between Notepad and Visual Studio, please explain how Visual #C Program is different from Notepad etc. wordpad.
-Lucas

Re: C# and Custom Command Tutorial

PostPosted: 02 Jun 2013, 20:55
by ismellike
With visual studio you can actually compile and see errors right as they happen.

It has like a google instant feature which shows you the variables you can use.

It is just way better than notepad, trust me lol.

You can compile things that you wouldn't be able to compile in game like the /sql command dzienny made or the /gun command from mclawl.

Re: C# and Custom Command Tutorial

PostPosted: 02 Jun 2013, 21:56
by lucasds12
ismellike wrote:With visual studio you can actually compile and see errors right as they happen.

It has like a google instant feature which shows you the variables you can use.

It is just way better than notepad, trust me lol.

You can compile things that you wouldn't be able to compile in game like the /sql command dzienny made or the /gun command from mclawl.

Thank you Isme for answering all my questions, so basically it shows every single error you get?
-Lucas

Re: C# and Custom Command Tutorial

PostPosted: 02 Jun 2013, 22:08
by ismellike
Pretty much, unless you like rename some of the methods to something else or if you forget like the Help method etc.