Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Starting an Mmorpg

Hello all,

          I Was wondering what programs do you need to create a very small mmorpg(5 people max). I know Java and I know the basics of C++.

Thanks for reading

Comments

  • Lt.DeadendLt.Deadend Member Posts: 325
    Head over to the programing forum,in "developers corner"
  • AgentMolderAgentMolder Member Posts: 31

    i allready made a small game demo (very crapppy) but how can i host it? or make it multiplayer

  • katriellkatriell Member UncommonPosts: 977

    Brush up on your Google skills. You'll need them - for this, and any other projects.

    -----------
    image
    In memory of Laura "Taera" Genender. Passed away on August 13, 2008.

  • WizardryWizardry Member LegendaryPosts: 19,332
    Use the unreal engine as it is free with the purchae of the game.Using google can find you all the different programs you can use with the engine.3D BUZZ is a pretty good site offering tutorials.I'm sure you can find something on uscript as well.

    Never forget 3 mile Island and never trust a government official or company spokesman.

  • OmegaLetOmegaLet Member Posts: 588
    this is sorta off topic but its just the sort of thing I like to point out to people...


    you want a small (massive) mmorpg for 5 people max (massive multiplayer)....

    k just something i'd like to point out

    but other than that have fun with your game!


    image
    image

  • TeeBeeNZTeeBeeNZ Member Posts: 259
    A) code it in C++ B) if you dont make it multiplayer from the ground up first, go read more dev sites C) Make sure your design in solid first.  Gamasutras best for the average joe on that.  

  • TheKrakenTheKraken Member Posts: 154

    Here is a good place to start for info:

    http://www.mmorpg.com/discussion2.cfm?thread=78150&bhcp=1

  • MacGyver2006MacGyver2006 Member Posts: 39


    Originally posted by OmegaLet
    this is sorta off topic but its just the sort of thing I like to point out to people...


    you want a small (massive) mmorpg for 5 people max (massive multiplayer)....

    k just something i'd like to point out

    but other than that have fun with your game!




    He was refering to the Dev team being a small 5-man group, that in no way reflects how "Massive" the playerbase will be.

    image

  • fredrik1fredrik1 Member Posts: 144

    My advice is to give up making mmorpgs untill you have a firm grasp of the programing language and API of choice.

    Start making small single player games (five in a row or tetris in 2d with directx or opengl (look at a dx wrapper called Allegro if you want to make 2d games)) aiming far to high will only make you tired and give up on the project in the end.

    image

  • TithrielleTithrielle Member Posts: 547


    Originally posted by AgentMolder

    I Was wondering what programs do you need to create a very small mmorpg(5 people max).



    How would that be an MMO if it could only host 5 people? You are aware the first two letters stand for 'massively multiplayer' aren't you? Quake would be more of an MMO than what you're planning.
  • AvanahAvanah Member RarePosts: 1,628


    Originally posted by OmegaLet
    this is sorta off topic but its just the sort of thing I like to point out to people...


    you want a small (massive) mmorpg for 5 people max (massive multiplayer)....

    k just something i'd like to point out

    but other than that have fun with your game!




    Maybe it means "Minimal Multiplayer"

    "My Fantasy is having two men at once...

    One Cooking and One Cleaning!"

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

    "A good man can make you feel sexy,

    strong and able to take on the whole world...

    oh sorry...that's wine...wine does that..."





  • monkeytrollmonkeytroll Member Posts: 262

    No offence ment but there cant be a 5 person mmorpg it would be a morpg a multi-player online role playing game

    Monkeytroll

    image
    "Everyone is entitled to their own opinion , even if it is totally wrong." (Johny Depp)

  • herculeshercules Member UncommonPosts: 4,925


    Originally posted by AgentMolder

    Hello all,
              I Was wondering what programs do you need to create a very small mmorpg(5 people max). I know Java and I know the basics of C++.
    Thanks for reading


    my first advise is actually learn your definitions.A 5 person RPG is a multiplayer RPG NOT a mmorpg(thus the word massively).
Sign In or Register to comment.