Creating a map
Creating a map
Hello
Thank everybody for being so helpful, my game endeavor is coming alone rather well,
but i have more questions,,, , now that I can create a character, animation, and texture, how do I create the world, i mean a really really big world, like bigger than WOW world.
I have checked out several map editors, but I am unsure about their capability. It seems to me that they can create a room, a level, but I'm confused about how they create the out doors? I want to create a world just like World of Warcraft, do you know what program they used?
is there a free map editor that is capable of creating a world like that?
Once again, thank you for your help, i will spent the rest of my life creating this game if that's how long it will take
Thank everybody for being so helpful, my game endeavor is coming alone rather well,
but i have more questions,,, , now that I can create a character, animation, and texture, how do I create the world, i mean a really really big world, like bigger than WOW world.
I have checked out several map editors, but I am unsure about their capability. It seems to me that they can create a room, a level, but I'm confused about how they create the out doors? I want to create a world just like World of Warcraft, do you know what program they used?
is there a free map editor that is capable of creating a world like that?
Once again, thank you for your help, i will spent the rest of my life creating this game if that's how long it will take
well then hurry, because this will take at least 5 of your lifesi will spent the rest of my life creating this game if that's how long it will take
see you!
btw: its not possible with irrlicht (even if you can create "maps" that big, it would run painfully slow ... ever thought about how much objects/processing has to be done for a world bigger than WoW ?)
-
- Posts: 370
- Joined: Mon Aug 29, 2005 10:54 pm
- Location: http://web.utk.edu/~pfox1
Rendering a large map is difficult, period. First there's the problem of designing all the content, then there's the problem of getting it all to render in a decent ammount of time. You should design small elements of your large world at a time, focus on a certain task, set a goal and work towards it.
Thank you for all the replied
Let me restate my question again, how did Wow generate the outside scenes?
I know how to do it in blender, I would create a floor and covered it by a sphere, but i'm not sure if there is a better way.
I have checked out different free map editors, in your professional opinions, what's the best free map editor that is capable of creating outdoor scenes.
I am assuming that the only way for large maps is by, creating portals where players would have to reload,
In terms of speed, by the time I finish this project, the cpu speed will be fast enough, 5 Life times is a long time from now.
Currently i have a team of 10 people 2 artists, 4 C++programmers , 2 level developer, 2 Character developer,
none of us have game experience, but we are all crazy enough to do it, and dumb enough to never quit.
so if it would take 5 life times, and there are 10 of us, i guess it would take 1/2 for each of us. I better gather more people.
I know how to do it in blender, I would create a floor and covered it by a sphere, but i'm not sure if there is a better way.
I have checked out different free map editors, in your professional opinions, what's the best free map editor that is capable of creating outdoor scenes.
I am assuming that the only way for large maps is by, creating portals where players would have to reload,
In terms of speed, by the time I finish this project, the cpu speed will be fast enough, 5 Life times is a long time from now.
Currently i have a team of 10 people 2 artists, 4 C++programmers , 2 level developer, 2 Character developer,
none of us have game experience, but we are all crazy enough to do it, and dumb enough to never quit.
so if it would take 5 life times, and there are 10 of us, i guess it would take 1/2 for each of us. I better gather more people.
If you've got that many people, and are willing to spend the rest of your life making this game, wouldn't it make sense to invest in a better engine than Irrlicht? Irrlicht's great if you're working low scale i should think, maybe it's ok for larger scale things too, but there are many better engines out there that you can pay for. You could even use the Quake 3 engine as that's available now. Just a thought, stick in a bit of money and get out a better product?
i don't think JP answered the question!
the question is 'what software should i use in order to create (big) outdoors levels"
i'm interested too, even if i want to create small (outdoors and indoors) levels.
i'm so bad at map and character design that i'm willing such a software.
So, do you know such a sotware that can export to some format that irrlicht can import?
by the way, i didn't understand why you wants such a software whereas you have 2 level developpers on your teams.
(and i'm looking for characters and map designers -i don't have anyone now, that's why i'm interested by such a software-, but i'll repeat this announcement once my game basis are complete)
the question is 'what software should i use in order to create (big) outdoors levels"
i'm interested too, even if i want to create small (outdoors and indoors) levels.
i'm so bad at map and character design that i'm willing such a software.
So, do you know such a sotware that can export to some format that irrlicht can import?
by the way, i didn't understand why you wants such a software whereas you have 2 level developpers on your teams.
(and i'm looking for characters and map designers -i don't have anyone now, that's why i'm interested by such a software-, but i'll repeat this announcement once my game basis are complete)
-
- Posts: 370
- Joined: Mon Aug 29, 2005 10:54 pm
- Location: http://web.utk.edu/~pfox1
I have no idea how WoW generated their outdoor scenes, but I would guess that the terrain is a heightmap. They probably wrote the tool that makes the heightmaps so it could integrate with their engine. All of the buildings were probably made in 3dsmax or maya, or some other high-end modelling package, as well as the characters. Other things like trees and grass might be modelled too, or generated in code. NOTE: just because the big boys use expensive tools doesn't mean you have to either, or that these give you some inherent advantage. I use Milkshape and DeleD for modelling, it can't really get any simpler, and my results are good enough for me. Plus the learning curve on those programs is much lower.
I guess this means nobody knows
I want the entire project to be built on opensource products to show the big boys that opensource is just as capable.
Does anybody know how, or if irrlicht can port in height maps? I think it ports .map file?
I have 2 level developers, one works with software, the other just plays a lot of games
Does anybody know how, or if irrlicht can port in height maps? I think it ports .map file?
I have 2 level developers, one works with software, the other just plays a lot of games
-
- Posts: 15
- Joined: Fri Mar 04, 2005 1:06 am
- Location: Rockford, IL USA
Re: I guess this means nobody knows
juli wrote:I want the entire project to be built on opensource products to show the big boys that opensource is just as capable.
Does anybody know how, or if irrlicht can port in height maps? I think it ports .map file?
I have 2 level developers, one works with software, the other just plays a lot of games
In my searches across the internet for terrain editors etc, I have found serveral that are free and very portable into irrlicht.
many many people say that irrlicht is uncapable of this or that and that it should only be used for lower end projects etc. but what these people dont seem to realize is irrlicht is VERY programmable and you can change anything you want and add any feature you think it should have.
I have used irrlicht for many years now and have changed probably 80% of the original code to fit my needs and desires.
I have created my own level editor, terrain editor, character editer etc. I used code from other programs and imported and tweaked it to make it work for irrlicht. anyhow let me get to the point.
irrlicht can do what ever you want it to do as long as you take the time to do it.
I will not freely give out what terrain editors/source code etc I found if you would like to get more information about these tools e-mail me.
T_Aubuchon@hotmail.com
if I decide you are a true and worthy programmer that has the dedication to actualy make a game i wil then and only then share my secrets