Welcome to Dream.In.Code
Become an Expert!

Join 150,025 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,554 people online right now. Registration is fast and FREE... Join Now!




How to create an MMorpg

2 Pages V  1 2 >  
Reply to this topicStart new topic

How to create an MMorpg, i would like to know how to create a mmorpg

Trickster090
2 Jun, 2008 - 03:55 AM
Post #1

New D.I.C Head
*

Joined: 2 Jun, 2008
Posts: 41


My Contributions
Hi im really new to VB,C,C++ and C#

so could you tell me what i need to know and mabye a few links to some useful help on how to make an MMORPG.

i've been searching for some time and it came to my attention that VB and VBC# would be the software i would need.

but i need to kinow how to start of proggramming a mmorpg ,Where do i start?

oh and just to let you know im planning on a 2d version first (i heard its easier for begginers)
then i plan to move onto 3d

please help.

and when i do get aroung to making this mmorpg i will place you in the credits biggrin.gif

This post has been edited by Trickster090: 2 Jun, 2008 - 03:57 AM
User is offlineProfile CardPM
+Quote Post

rgfirefly24
RE: How To Create An MMorpg
2 Jun, 2008 - 05:38 AM
Post #2

D.I.C Regular
Group Icon

Joined: 7 Apr, 2008
Posts: 335



Thanked: 5 times
Dream Kudos: 150
My Contributions
QUOTE(Trickster090 @ 2 Jun, 2008 - 04:55 AM) *

Hi im really new to VB,C,C++ and C#

so could you tell me what i need to know and mabye a few links to some useful help on how to make an MMORPG.

i've been searching for some time and it came to my attention that VB and VBC# would be the software i would need.

but i need to kinow how to start of proggramming a mmorpg ,Where do i start?

oh and just to let you know im planning on a 2d version first (i heard its easier for begginers)
then i plan to move onto 3d

please help.

and when i do get aroung to making this mmorpg i will place you in the credits biggrin.gif


well here is a small list of what you need:

1) a VERY VERY good understand of a programming language of your choice (i would recommend c++ or C#)
2) A good strong team. You will need graphic designers, programmers, modelers, and more
3) A salesperson ( if you can get a prototype done you can try selling your ideas to somewhere like EA games, SOE, Blizzard, or microsoft)
4) Someone who knows DX9/10 or OGL programming
5) a good engine. For 2d you can try a free engine.
6) a good strong faith, because you will be spending long days and nights dwelling on this thing. Most teams put in around 50-60 hours a week during development.
7) the idea that creating a MMORPG is near impossible unless you have done game programming before. Start with a RPG ---> MORPG ---> then think about making it a MMORPG.


you are smart in thinking you should start 2d, as it is alot easier to create.
User is offlineProfile CardPM
+Quote Post

HeadShot
RE: How To Create An MMorpg
2 Jun, 2008 - 06:38 AM
Post #3

New D.I.C Head
*

Joined: 1 Jun, 2008
Posts: 37


My Contributions
Wipe the Idea out of your mind. Just start with an easy tic tac toe/ hang man game, then move on to a 2D rpg, then a MORPG, then MAYBE a MMORPG.
User is offlineProfile CardPM
+Quote Post

crcapps
RE: How To Create An MMorpg
2 Jun, 2008 - 06:43 AM
Post #4

D.I.C Head
**

Joined: 13 May, 2008
Posts: 53


My Contributions
Using a program to create it isn't the issue- For any game project, not only do you need to be a proficient programmer in the language that you are using (C# is great, though most games are in C++ because of speed issues arising from the intermediate language) you need to make sure that you are comfortable with the game-specific concepts, such as the game loop, drawing loops, and various other kinds of loops (games are loop heavy). Game programming is its own sort of programming. Also, something like an MMO of some sort, RPG or otherwise, requires intimate familiarity with the client-server model of network programming, since you will be writing two programs, the client and the server daemon. Threads are going to be very important to you as well.

Look up some of the keywords above.

* Game loop
* Client-server
* Threads

Oh yes, and as rgfirefly pointed out, You're likely going to need a team.

QUOTE(Trickster090 @ 2 Jun, 2008 - 04:55 AM) *

Hi im really new to VB,C,C++ and C#

so could you tell me what i need to know and mabye a few links to some useful help on how to make an MMORPG.

i've been searching for some time and it came to my attention that VB and VBC# would be the software i would need.

but i need to kinow how to start of proggramming a mmorpg ,Where do i start?

oh and just to let you know im planning on a 2d version first (i heard its easier for begginers)
then i plan to move onto 3d

please help.

and when i do get aroung to making this mmorpg i will place you in the credits biggrin.gif


This post has been edited by crcapps: 2 Jun, 2008 - 06:44 AM
User is offlineProfile CardPM
+Quote Post

Sirolu
RE: How To Create An MMorpg
3 Dec, 2008 - 03:16 AM
Post #5

New D.I.C Head
*

Joined: 3 Dec, 2008
Posts: 2

Okey, to start off i know of a amazing game maker, it is called RPG Maker XP, download it, Buy the entire maker(Sorry for it, if you dont you have 30 days to complete the game), then go on www.rmxp.org, then go at scripts, and search ``Netplay``, thats what i would suggest, look at tutorials at YouTube for RPG Maker tutorials!

---------------------------------

Good things: No team needed!

---------------------------------

Bad things: Completing a bad MMORPG will take long time with RPG Maker, and you need to buy a server to make it work.(Or something)

---------------------------------

Hope this helped you!

--Sirolu--
User is offlineProfile CardPM
+Quote Post

Trogdor
RE: How To Create An MMorpg
3 Dec, 2008 - 09:48 AM
Post #6

D.I.C Addict
Group Icon

Joined: 6 Oct, 2006
Posts: 549



Thanked: 4 times
Dream Kudos: 125
My Contributions
Read this thread entirely for some insight:
http://www.dreamincode.net/forums/showtopic54319.htm
User is offlineProfile CardPM
+Quote Post

WolfCoder
RE: How To Create An MMorpg
3 Dec, 2008 - 11:42 AM
Post #7

ギュウ~
Group Icon

Joined: 5 May, 2005
Posts: 3,719



Thanked: 8 times
Dream Kudos: 1450
My Contributions
Build a tower just like the tower of Babel with your bare hands and then you have the patience needed to make an MMORPG system by yourself.
User is offlineProfile CardPM
+Quote Post

bobjob
RE: How To Create An MMorpg
3 Dec, 2008 - 12:45 PM
Post #8

D.I.C Head
**

Joined: 29 Mar, 2008
Posts: 66



Thanked: 1 times
My Contributions
I gotta say, its been a while since this kind of request. I was starting to miss them.

User is offlineProfile CardPM
+Quote Post

WushuMonster
RE: How To Create An MMorpg
3 Dec, 2008 - 08:35 PM
Post #9

New D.I.C Head
*

Joined: 29 Feb, 2008
Posts: 22



Thanked: 1 times
My Contributions
It's an old request... check the date wink2.gif
User is offlineProfile CardPM
+Quote Post

bobjob
RE: How To Create An MMorpg
3 Dec, 2008 - 09:15 PM
Post #10

D.I.C Head
**

Joined: 29 Mar, 2008
Posts: 66



Thanked: 1 times
My Contributions
QUOTE(WushuMonster @ 3 Dec, 2008 - 08:35 PM) *

It's an old request... check the date wink2.gif


oh snap! then why was it on the top of the forum list, GAR!
gotta make a habbit of checking for now on

This post has been edited by bobjob: 3 Dec, 2008 - 09:18 PM
User is offlineProfile CardPM
+Quote Post

MorphiusFaydal
RE: How To Create An MMorpg
3 Dec, 2008 - 09:27 PM
Post #11

D.I.C Lover
Group Icon

Joined: 12 May, 2005
Posts: 1,215



Thanked: 15 times
Expert In: Hardware, Networking

My Contributions
QUOTE(bobjob @ 3 Dec, 2008 - 10:15 PM) *

QUOTE(WushuMonster @ 3 Dec, 2008 - 08:35 PM) *

It's an old request... check the date wink2.gif


oh snap! then why was it on the top of the forum list, GAR!
gotta make a habbit of checking for now on

Because someone commited thread-cromancy (thread necromancy).
User is online!Profile CardPM
+Quote Post

Trogdor
RE: How To Create An MMorpg
4 Dec, 2008 - 09:13 AM
Post #12

D.I.C Addict
Group Icon

Joined: 6 Oct, 2006
Posts: 549



Thanked: 4 times
Dream Kudos: 125
My Contributions
Me points at Sirolu

IPB Image

User is offlineProfile CardPM
+Quote Post

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic
Time is now: 1/8/09 09:28PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month