New at this!

04/13/2010 04:13 aisaiya#1
Hi. I've been trying to make a server for me and my friends to play in for a few weeks now. For me its really hard since i do not know how to code. I just want to know whats the best source i can use to start making a server as identical as possible to a real CO.

And i would like to know how can i learn to code. Thanks in advance.
04/13/2010 04:17 Arcо#2
Quote:
Originally Posted by .Arco View Post
Well here's a little need to know about definitions.

Bool: If something is defined as a bool, then it is a true or false statement.
Like public bool GWOn = false;
If its true then where ever it is coded GW will be on.

Byte:Anything defined as a byte is an unsigned 8-bit integer that can go from 0-255, like public byte Level = 0;
A character's level is defined as a byte so it can only go up to 255.

Int:Anything defined as an int is a signed 32-bit integer that can range anywhere from -2,147,483,648 to 2,147,483,647.

Long:Anything defined as a Long is a Signed 64-bit integer that can range anywhere from –9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

Sbyte: Anything defined as an sbyte is a Signed 8-bit integer that can range anywhere from -128 to 127.

Short: Anything defined as a short is a Signed 16-bit integer that can range anywhere from
-32,768 to 32,767.

Uint: Anything defined as a uint is a Unsigned 32-bit integer that can range anywhere from 0 to 4,294,967,295.

Ulong: Anything defined as a ulong is a Unsigned 64-bit integer that can range anywhere from 0 to 18,446,744,073,709,551,615.

A public static void is, (and I'm probably not explaining it right but this is how I view it.) an action.
Like say you have this in world.cs:
public static void Hello ()
{
Console.Writeline("Hello World");
}

Everytime you call the method,
World.Hello();
It is going to write Hello World on the console.
There's a little need to know about programming in general.
04/13/2010 14:42 s.bat#3
It might be more worth your time to skip over .Arco's uninformative and partly invalid reply. You will learn much more by searching the web for C# (if that's what you intend on learning) tutorials, and foregoing the invalid responses that some of this community is bound to give you.

Maybe someone else could suggest a good source for you to start with.
04/13/2010 15:40 zTREME#4
he just want to make a server his and his friend can play. Not a public server really.
And he want it close to real co.
Use any of the public source and read Arco.'s guide in the "Guides & releases" section.
There should be alot help.
04/13/2010 16:11 ~Yuki~#5
he looks like a TQ Bin Guy to me^^
04/13/2010 18:14 zTREME#6
then he should as another place, because they are not allowed to be posted here LMAO.
I have no idea why really ;P