A little help with a level editor please.

Started by Dullstar, November 28, 2009, 10:12:20 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Dullstar

I haven't looked at all the specifics yet, but I think I have a basic idea (but I haven't had a chance to test it yet) on how the levels will be drawn.  But this is confusing me - how can I get it to save the levels into a basic level format?  If anyone is interested in helping, I will release more details.  By then I'll probably have this idea tested.

Minim

Umm... I don't know how much I cann help you because I'm a little confused as to what you're actually saying. http://www.lemmingsforums.com/Smileys/lemmings/huh.gif" alt="???" title="Huh?" class="smiley" /> I don't think this is related to video games at all im my opinion.
Level Solving Contest creator. Anybody bored and looking for a different challenge? Try these levels!

Neolemmix: #1 #4 #5 #6
Lix: #2  #7
Both Engines: #3

Dullstar

It's actually related to the development of video games.

Pooty

How can you get what to save the levels into a basic level format?
SEGA Master System version
100% on 110/120 levels (92%). Other levels [Lemmings lost]:
Fun 03 [3], 06 [2], 18 [5]   
Taxing 19 [5], 27 [1], 28 [3]
Tricky 15 [5], 17 [2]
Mayhem 19 [7], 26 [10]

Dullstar

My idea is that the editor will draw a bunch of tiles on either a 16x16 grid or a 32x32 grid (not yet decided)  But I need to figure out how to save the coordinates of these tiles so the level can be loaded up in the game project.

namida

A bit late, but the easiest way to do something tile-based is pretty much as if it was a bitmap image, except with different numbers representing different tiles, rather than different colour pixels. Use 0000 for an empty space. Depending on how many there are, you may or may not also want to do objects this way.
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)