- Home /
MMORPG Scripting Ideas
first off im not asking for anyone to make me a script im asking for someone to give me and idea on what scripts to add. im making an mmorpg and im working on some scripts but i wanted to add more scripts. I have enough scripts for everything else but my world folder (well i dont know if it covers all i need but thats why im asking...
Here is what is inside my world folder.
World
| | |
Drops.js Npc.js Objects.js
Answer by SrBilyon · Aug 21, 2010 at 05:38 PM
This question is very unclear and lacks a lot of detail. You may want to look on the web on how a MMO is usually organized, sturctured, programmed, etc. We can really tell "waht scripts to add" that's vague for we don't know how your game is (or how your game will be) programmed. All you say is "im working on some scripts but wanted to add scripts." Until we AND you know what your game will contain, well...
To make an MMO you have to have a firm understanding of all the elements that are involved. Networking, storage, variables, permissions, object interaction, etc. File directories should be your last concern right now. In a sense, this is a bit arbitrary, it's kind of how you want things to be organized.
Do you have a design or concept document for this game explaining what your game will contain, such as features, development goals, game-play, characters, goals, objectives, object and items, etc. This will help determine what all you will need in your game, what you will need to both program(script) and what assets you will need to create. Knowing what assets you will need will also determine what you scripts you will need and will help you create a directory/hiearchy of all your assets (basically telling you where to put thing in what ever corresponding folder).
It's a bad idea to jump into programming something without understanding what all will be involved in the game first, you might run into a bunch of problems when you have to go back in your script and revise code because you need to add, remove assets constantly.
Your answer
Follow this Question
Related Questions
How to create a REAL virtual world! 1 Answer
Script for shooting a target 0 Answers
Any tips on how to create really good terrains? 4 Answers
How should you make an MMORPG world? 3 Answers