Author Topic: Lem3Edit  (Read 8185 times)

0 Members and 1 Guest are viewing this topic.

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Lem3Edit
« on: March 24, 2008, 10:23:35 PM »
Lem3Edit 0.3

so, now that I've added simple save functionality, I'm making a new topic for Lem3Edit :)

you still have to do everything using the keyboard except selecting and moving objects
and if you want to change anything except objects, you'll have to grab a hex editor and some documentation
but it's useable, and my easter break is over, so I dunno when I'll get around to adding more to the interface

Offline geoo

  • Administrator
  • Posts: 1473
    • View Profile
Re: Lem3Edit
« Reply #1 on: March 26, 2008, 12:43:23 AM »
Hmm, I guess the reason for the lack of feedback is that the Chronicles is one of the less popular games in the series...
In fact, I personally haven't even completed it.

Anyways, as far as I tested it everything seems to work fine nice work so far, Mindless!
However, if you place one object beyond the level boundaries that are defined in the *.dat file, the whole level will be screwed up: I tried in the first level of the shadow tribe (for reference, the change I did only changed the byte at address 0x007c in Temp101.obs from 0x90 to 0xa0) and it caused the graphics to screw up, random blue terrain pieces appearing everywhere, and after nuking the palette in the following screens being screwed up.
Guess it's a problem of the user if he places objects out of bounds, but I guess it's noteworthy nevertheless.

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #2 on: March 26, 2008, 02:08:18 AM »
alright, I'll make sure to add warnings for objects placed outside the level

Offline Ron_Stard

  • Posts: 312
    • View Profile
Re: Lem3Edit
« Reply #3 on: September 18, 2008, 02:02:34 PM »

Could this editor complete the original Lemmings Chronicles' project of making 3 more games with levels for the other 9 Lemmings' Tribes? Or it would work only for creating more levels for the Shadow, Egyptian & Classic Tribe of the Lemmings Chronicles?

Or it is just very soon to answer that, hehe  :thumbsup:?

I didn't notice you can add a marquee in your replies to the topics...  :laugh:

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #4 on: September 18, 2008, 02:46:21 PM »
Could this editor complete the original Lemmings Chronicles' project of making 3 more games with levels for the other 9 Lemmings' Tribes? Or it would work only for creating more levels for the Shadow, Egyptian & Classic Tribe of the Lemmings Chronicles?

This specific tool is only for level editing.  However, if we have any pixel artists willing to work on the sprites, I can develop the tools necessary to create new tribes.

Offline Clam

  • Posts: 2187
  • Smiley: :8():
    • View Profile
Re: Lem3Edit
« Reply #5 on: September 26, 2008, 08:17:22 AM »
I tried to download this and got a 404 error.  ???

E: The link goes to the old lemmings file portal. That's why :XD:

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #6 on: September 28, 2008, 01:56:23 PM »
I tried to download this and got a 404 error.  ???

E: The link goes to the old lemmings file portal. That's why :XD:
Nah, I had to make a quick (hopefully temporary) server jump back to the old host (still using the new URL, but the old one should still redirect)... it went better than last time, but I missed a couple things.  It should work now. ;)

Offline Clam

  • Posts: 2187
  • Smiley: :8():
    • View Profile
Re: Lem3Edit
« Reply #7 on: September 29, 2008, 06:44:27 AM »
I can't seem to do anything with it (it downloaded fine though). How do you start making a level? Do you have to edit an existing one (and if so, how do you open it?). Is there anything else I should know before I start?

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #8 on: September 29, 2008, 03:43:52 PM »
(I'm assuming you've correctly placed the data files)
the 'start making a level mode'  is pretty useless right now (since you can't yet insert an initial object, instead you clone objects and then change their IDs)
to edit an existing level, you have to run lem3edit from the command line using the syntax in the README like
Code: [Select]
lem3edit 1 to edit level 1

Offline Clam

  • Posts: 2187
  • Smiley: :8():
    • View Profile
Re: Lem3Edit
« Reply #9 on: October 01, 2008, 04:19:12 AM »
It opens for a moment, then closes... I downloaded the game from the archive (previously I was using the version from Abandonia) but the same thing happens.

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #10 on: October 02, 2008, 01:06:39 PM »
that would indicate that you don't have the data files in the right place (and you should see an error in the command window).  lem3edit should be placed in the same directory as L3CD.exe

Offline Clam

  • Posts: 2187
  • Smiley: :8():
    • View Profile
Re: Lem3Edit
« Reply #11 on: October 03, 2008, 07:51:32 AM »
There's no error in the command window. It seems to launch the program (the same one that opens when I double-click the .exe) but it flashes on the screen for a moment and disappears. The files are unchanged since I downloaded them from the archive, with the lem3edit files in the Lemm3 folder.

This is what shows up in the "stdout" document after I run the program (minus the legal bit at the top):

Code: [Select]
src/graphics.c:18    GRAPHICS/FONT.DIN
src/level.c:17    LEVELS/LEVEL001.DAT
src/tribe.c:17    GRAPHICS/TRIBE000.PAL
src/style.c:17    STYLES/DATA000.PAL

Is there anything missing here?

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #12 on: October 03, 2008, 05:59:23 PM »
those are all notices of missing files (which should not be happening if you have your directory layed out correctly)

Offline Clam

  • Posts: 2187
  • Smiley: :8():
    • View Profile
Re: Lem3Edit
« Reply #13 on: October 04, 2008, 04:49:45 AM »
Oh... those are missing files? My Lemmings 3 folder seems to have all the same files as yours. Are the files in your graphics/levels/styles folders the same as the ones that I would have downloaded?

Offline Mindless

  • Posts: 717
  • Inactive - may respond to PM.
    • View Profile
Re: Lem3Edit
« Reply #14 on: October 04, 2008, 06:08:29 AM »
they should be.  if you've got the files in the right place, I'm out of ideas as to why it wouldn't be able to find them.  sorry :(