Thread: RPG 2d Game Map Editor?

  1. #1
    Student drdroid's Avatar
    Join Date
    Feb 2002
    Location
    Montreal, Quebec
    Posts
    669

    Question RPG 2d Game Map Editor?

    Well, I'm in the process of learning opengl. I was thinking of bringing back one of my previous battle engines and add on a 2d environmental movement gameplay area. Well, heres the thing; I think it's kind'a tedious to create map for map each place. Is there any way I can organize it a little better? I was thinking a map editor, I am creating a full game. Although that could be pretty inafitiant(/sp). What's your opininion? Do you know of any good tutorials for creating map editors or 2d rpg games?

  2. #2
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704

    well

    Assuming you wrote your game code object oriented like eveyr one should. You should be able to rip out the mapping system of your game, and create a new application with it. But instead of adding game features, add editing features. Changing textures, and walkable paths etc.

    Then add a save function that outputs all the map info into a file format.

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. Polynomials and ADT's
    By Emeighty in forum C++ Programming
    Replies: 20
    Last Post: 08-19-2008, 08:32 AM
  3. A game with its own editor
    By Gordon in forum Windows Programming
    Replies: 3
    Last Post: 08-15-2007, 05:50 PM
  4. 2D array becoming "deallocaded"
    By Aaron M in forum C Programming
    Replies: 2
    Last Post: 09-23-2006, 07:53 AM
  5. 2D Game Programming Tutorials?
    By Zeusbwr in forum Game Programming
    Replies: 9
    Last Post: 11-04-2004, 08:36 AM