Thread: Rpg

  1. #1
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88

    Exclamation Rpg

    is there ANYONE here who ever made a not-text based RPG or MMORPG with C++ ? if so , would you post it ? i am planning to make a MMORPG myself , and this this would help me when i reach expert level. or is it as good as impossible to make a game like that without a specialised education on that?

    thanks !
    Last edited by MystWind; 02-25-2005 at 10:39 AM.
    PLay MystWind beta , within two years

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    MMORPG's are among the hardest, if not the hardest, to make.

  3. #3
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    p.s. don't be shy to post anything you know , any help is usefull ; i think i am going to make a giant info on RPG making office file . when i think its worth it i will post it and share evrything i know by that time .
    PLay MystWind beta , within two years

  4. #4
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    yes , shakti , I have got big plans indeed but I have already made some banners , Ive got a fantastic ( talented ) sprite maker , and I am organising a programming a team.. I might let more people join the team soon , if they want , and feel like helping developing a great new fantasy world where evryone can release there alter-ego ! if you like I can soon post a like to some pictures of the objects in game , to show how it will look like.

    p.p.s I i am working on a chat program for MystWind now

    p.p.p.s does anyone knows something about the prices on servers , cause we ( or I :P ) will need that .
    PLay MystWind beta , within two years

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    If I may say it myself, your goals are very high, chances are you/your team will just give up! I suggest you try a MUD before you try a graphical MMORPG.

  6. #6
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    yep first things first , just make a text based game first:P but hey , its going to be a hobby , although i want the beta to launch quick , I will treat it as an hobby when on university and further in life got no haste m8 but your right , right now I better understand those pointers :P
    PLay MystWind beta , within two years

  7. #7
    Registered User
    Join Date
    Dec 2004
    Posts
    465
    Maybe its just me, but would making a mud really be that challenging(just time consuming)?(most likely just me)How would you say make a shop keeper have a different greeting everytime you talk to him. When I posted a program using the same concept I was told to use rand, but it only generates a random when the program starts right? How would you make the program read the saved files it wrote?
    My computer is awesome.

  8. #8
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    yea , that would be a gr8 idea indeed , maybe , when i'm at age 80 ( 66 years to go :P ) i might be able to make a self generation language program so it will be like : yo shop keeper , hello there sir how are you ? not too bad , well thats gr8 to hear , would you like to buy something ? , all locally generated :P well , I don;t think thats even possible now .

    IMPORTANT QUESTION : whats that MUD you two are talking about ?
    PLay MystWind beta , within two years

  9. #9
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    Search here and search google for info about muds.

  10. #10
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    ok , ( and how do you attach a file , i tryed to look it up on the site but I didn;t really found it out ; i want to let you guys hear some music i made for MYstWind , i think its good )
    PLay MystWind beta , within two years

  11. #11
    Registered User
    Join Date
    Dec 2004
    Posts
    465
    I've began making a MUD and I have the perfect story line worked out. I need to know how how to make lines of text appear at like 10 second intervals.
    My computer is awesome.

  12. #12
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    So why not ask that in a thread of its own???

  13. #13
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    yea this one must have something to do with RPG's. although it does interests me
    PLay MystWind beta , within two years

  14. #14
    Rabite SirCrono6's Avatar
    Join Date
    Nov 2003
    Location
    California, US
    Posts
    269
    >and how do you attach a file
    When making a post, scroll down and click "Manage Attachments." Click browse, select the file, and click upload. The file is now attached.

    Since "it does interests you:"
    Code:
    #include <windows.h>
    //code
    std::cout << "Line line line line line line" << std::endl;
    Sleep( x ); //Waits x milleseconds, I believe sleep( x ) is in seconds
    std::cout << "Line line line line line line" << std::endl;
    //etc., etc.
    - SirCrono6
    From C to shining C++!

    Great graphics, sounds, algorithms, AI, pathfinding, visual effects, cutscenes, etc., etc. do NOT make a good game.
    - Bubba

    IDE and Compiler - Code::Blocks with MinGW
    Operating System - Windows XP Professional x64 Edition

  15. #15
    email for MystWind avatar MystWind's Avatar
    Join Date
    Feb 2005
    Location
    Holland , The Hague
    Posts
    88
    lol thanks :P
    PLay MystWind beta , within two years

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. problem
    By ExDHaos in forum C++ Programming
    Replies: 12
    Last Post: 05-22-2009, 04:50 AM
  2. (dev) C++ Ascii Rpg
    By kevinawad in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 08-10-2008, 11:10 AM
  3. Beta Arena Extreme RPG
    By Padawan in forum Game Programming
    Replies: 1
    Last Post: 08-11-2004, 08:58 AM
  4. Strange complier error in simple RPG
    By Marcos in forum Game Programming
    Replies: 4
    Last Post: 03-27-2003, 06:57 AM
  5. Char Variable Probelm
    By Krak in forum C++ Programming
    Replies: 1
    Last Post: 01-26-2003, 12:34 PM