Where to start
-
- Posts: 7
- Joined: Tue Jan 29, 2008 3:01 pm
Where to start
Im finally ready to start the coding for my MMO
But where to start?
I really dont know what to start on first.
But where to start?
I really dont know what to start on first.
Have you planned out your project? If you're going to take on such a mammoth project as an MMO then you really need to think long and hard about what you want to achieve and how you're going to do it. Don't start coding yet, as tempting as it is (i know!) it's really best to sit down and think first.
So that's where to start, if you haven't done so already, but i imagine you haven't done so, otherwise you'd know where to begin!
So that's where to start, if you haven't done so already, but i imagine you haven't done so, otherwise you'd know where to begin!
Re: Where to start
Then I guess you aren't that ready..John Diasparra wrote:Im finally ready to start the coding for my MMO
But where to start?
I really dont know what to start on first.
Well, what project have you made so far that you eager for a MMO?
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
High level requirements.
Ballpark time estimates.
Detailed requirements.
Better time estimates.
Test plan.
Detailed design.
Final time estimates before committing to development.
Unit tests.
Application code / ongoing integration and regression tests.
Acceptance tests.
Ship it.
And since we're in fantasy land, that's about the time when Alyson Hannigan handcuffs you to the bed and breaks out the feathers and lube.
Ballpark time estimates.
Detailed requirements.
Better time estimates.
Test plan.
Detailed design.
Final time estimates before committing to development.
Unit tests.
Application code / ongoing integration and regression tests.
Acceptance tests.
Ship it.
And since we're in fantasy land, that's about the time when Alyson Hannigan handcuffs you to the bed and breaks out the feathers and lube.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
How much coding do you know? I suggest starting with the examples to learn more about Irrlicht. And from there you build up your experience starting with small games (like tic-tac-toe) until you are ready to work on larger projects. That takes a while (at least 10 years), but it's the usual way to go.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Where to start
LOL why everybody here wanna start an MMO/MMORPG?MasterGod wrote:Then I guess you aren't that ready..John Diasparra wrote:Im finally ready to start the coding for my MMO
But where to start?
I really dont know what to start on first.
Well, what project have you made so far that you eager for a MMO?
________
Arizona marijuana dispensary
Last edited by agx on Tue Feb 22, 2011 6:44 am, edited 1 time in total.
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Re: Where to start
My theory - and I've yet to hear a better explanation - is that some folks get the idea that after a thousand hours of clicking on "skin Giant Hairy Clam corpse" in WOW that merely writing their own MMO must be trivial in comparison.agx wrote:LOL why everybody here wanna start an MMO/MMORPG?
Nobody can do better than Alyson Hannigan, although I do concede that Buffy Season 1 represented the peak of her nerd goddess divinity. Mmm, dungarees.JP wrote:Oh come on rogerborg, you can do do better than Alyson Hannigan surely!
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Re: Where to start
I've always loved writing an MMO myself, and that was before the "mmo-spree" that we're getting these days, since I was 14 (I'm almost 18 now) I've started thinking about it, not writing any real code, just thinking of how things could work in an MMO, and then slowly approached serious coding with C++, now that I'm starting to understand Irrlicht I decided that I could try to write a game... but not an MMO as a starting project for sure, it's way too complex and hard to start with, networking interaction and everything.John Diasparra wrote:Im finally ready to start the coding for my MMO
But where to start?
I really dont know what to start on first.
I'd suggest you to start with a very simple game, no matter how ugly it can be, after all it's just to learn, if you don't want to learn then you don't really want to make an MMO.
I, myself, have started coding an RPG and I hardly believe I'm gonna finish it because it's very complex by itself without adding the networking aspect, mind you that I've planned every function and class in my head a month or more before starting programming it, I have yet to see the RPG on the screen and I already have 15+ files .h and .cpp of code. I would suggest you a nice blackboard or lots of pen&paper to write down your ideas and prototypes for your future functions, that really helps.
Now, are you STILL that interested in making that MMO?
Re: Where to start
FIRST: Focus on a very specific feature you want to implement. Say, you want to implement a cool looking terrain, then simply do just that, make a demo of a terrain that has the features you like.John Diasparra wrote:Im finally ready to start the coding for my MMO
But where to start?
I really dont know what to start on first.
SECOND: For every feature you want, write a corresponding demo program for that, i mean, one program per feature. For every program finished, make a video of it and post them on youtube.
THIRD: Integrate all those features into one demo program. Then post the video on youtube.
That will probably take you a year or two, though. So be patient.
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Re: Where to start
Mmm. The seminal So you want to make your own MMORPG bemoaned that "Lots of people get this idea nowadays" 6 years ago.Morgawr wrote:I've always loved writing an MMO myself, and that was before the "mmo-spree" that we're getting these days, since I was 14 (I'm almost 18 now)
Very good attitude.Morgawr wrote:I have yet to see the RPG on the screen and I already have 15+ files .h and .cpp of code. I would suggest you a nice blackboard or lots of pen&paper to write down your ideas and prototypes for your future functions, that really helps.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way