How can I make a map editor?
How can I make a map editor that I can use to create maps for my game? I would like to make it for use with DX, but in MFC. any help would be appreciated
Do you have a game engine? If you do, then you should already know what parameters your program requires to function - whether it be the coordinates of objects in your game world, how textures are displayed for specific objects, starting values for health, inventory or whatever else is in the level.
If you don''t have an engine, you are going to need one. I don''t think there is any point building a map editor without knowing there is a program out there which can interpret the levels you make with it.
If you are just starting out it (and that is just my assumption, apologies if I am wrong), it might be best to get your hands on a level-editor for an existing game in the genre you are interested. That way you can learn what parameters are used in the composition in a level and you will find it easier to decide what to include when you build your own engine.
Paulcoz.
If you don''t have an engine, you are going to need one. I don''t think there is any point building a map editor without knowing there is a program out there which can interpret the levels you make with it.
If you are just starting out it (and that is just my assumption, apologies if I am wrong), it might be best to get your hands on a level-editor for an existing game in the genre you are interested. That way you can learn what parameters are used in the composition in a level and you will find it easier to decide what to include when you build your own engine.
Paulcoz.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement