Does Vb6 mmo engine mean Visual Basic 6 Movement (something) engine?
MMORPG, Massive Multiplayer Online Role Player Game.
Ex: World of Warcraft.
However, I believe that .net is a bit like JAVA and is not as fast as languages like C++, but I might be wrong...
I never really use .net but Gm is very similar to Sc, and vb6 is exactly like Sc, and .net is just a variation of vb6. So .net is somewhat related to Gm. It will remind you of it if you code in it.
Mist (BTW MMOS are a lot more complicated thain you may think and the MMOS that would be made with gm or sc are technically a different genre.)
The online chat works perfectly. I need to add a who's online list and then I will think of a making psp for it. Also, suprisingly it is very similar to the MMORPG engine I made in Sc. It's very easy, I could make a mmo from scratch and it wouldn't even be half bad.
Also, if anyone wants to learn vb6 or parts of it, I can randomly post certain vb6 syntax and commands.
Sorry if I seemed a bit unresponsive for most of the day. Classes just started today and will continue monday. On monday I have Computer Programming I, so I'm excited. Gonna show off all I know and be ahead of the curriculum for quite some time.
-Gandolf
P.S. ZOMG! Mistron, you're brilliant! You just solved my sending data problem!Thanks
I've been thinking about it for the past 2 days, I couldn't figure it out... until.... BAM! What I have to do is send a string array. The client checks the first word to figure out what kind of data it is, puts it in it's position and processes all it needs to process. Whew. That saves me a TON of work.
This is how I will do it:
http://www.visualbasic.happycodings.com/Strings/code1.html