Thread: level editor

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    level editor

    I'm writing a level editor for my game and would like to know a good way to plot or draw tiles.
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    142
    you could use a bitmap of a box(something that represents a grid), and place this across the window,

    or better yet, if that's a 2d game, use java instead, you can generate one very very quick,

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    380
    Here is what I have for far:
    www.geocities.com\calvinl97\lambs4\maped.zip

    As you can see you can't plot or draw any tiles to the map and this is the part I need help on.
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  4. #4
    Registered User Diamonds's Avatar
    Join Date
    Oct 2002
    Posts
    68

    k2wrpg

    hey, here's some sample code that you might want to check out.

    http://k2wrpg.org
    it's written in VB

    goto downloads and get the 'current' source code.
    the mapping system uses bitmaps and tiles, w/ 5 layers to work with.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-24-2007, 02:46 AM
  2. Replies: 12
    Last Post: 08-05-2003, 02:16 PM
  3. Level Editor
    By jdinger in forum Game Programming
    Replies: 14
    Last Post: 04-03-2003, 06:46 PM
  4. level up 6 times with 40 EXP!?!?!?!
    By Blizzarddog in forum Game Programming
    Replies: 15
    Last Post: 03-05-2003, 12:56 PM
  5. Level Editor
    By valar_king in forum Game Programming
    Replies: 11
    Last Post: 02-08-2002, 12:24 PM