Author Topic: Here I Go Again!  (Read 66805 times)

0 Members and 1 Guest are viewing this topic.

Offline Simon

  • Administrator
  • Posts: 3890
    • View Profile
    • Lix
Re: Here I Go Again!
« Reply #165 on: October 22, 2009, 01:37:26 PM »
Ah, to clarify the Stallman post: I don't mean GuyPerfect gets profit this way. But a lot of the rest applies. Software should be given away to "your neighbor who needs it", i.e. Dullstar or anyone who is going to design levels in the future. (This wasn't said explicitly in the linked article although I thought it was; it's only in the definition of free software.) It'll also drastically reduce the time to find/fix bugs/usability issues. (This was in there.)

I will continue to read about the development here as I've done all the time. So back to the topic, yup.

-- Simon

Offline Dullstar

  • Posts: 2092
    • View Profile
    • Leafwing Studios Website (EXTREMELY OUTDATED)
Re: Here I Go Again!
« Reply #166 on: October 22, 2009, 08:12:21 PM »
Okay, minimac, I deleted that previous post.

Offline Minim

  • Posts: 1724
    • View Profile
Re: Here I Go Again!
« Reply #167 on: October 22, 2009, 08:42:47 PM »
Thanks for that.

Anyway, I wonder how many skills GuyPerfect have got on the editor this time (Probably all, I guess :)). When I was thinking of editing Lemmings 2, I would just modify the skills on every L2 level created, but what I find amazing is that you can artistically create new levels from scratch.
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

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Here I Go Again!
« Reply #168 on: October 22, 2009, 09:52:22 PM »
Um, when people talk about a level editor, it usually means the ability to actually create new levels from scratch. So yeah, that's what GuyPerfect's working towards.

And since it's just an editor (ie. no playtesting or anything advanced like that for now), skill selection is just a single feature and doesn't require one to add individual support for each individual skill.

Offline GuyPerfect

  • Posts: 363
    • View Profile
Re: Here I Go Again!
« Reply #169 on: October 24, 2009, 12:48:33 AM »
Well at least I didn't find it too easy.  After a number of false starts, I eventually ended up with the attached solution.  This time I used up all the skills given.

YouTube again

Offline Minim

  • Posts: 1724
    • View Profile
Re: Here I Go Again!
« Reply #170 on: October 25, 2009, 10:31:11 AM »
Nice youtube clip ;)

But is there possibility that we can play some of these levels without using DOS? My dosbox doesn't work at all.
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

Offline Dullstar

  • Posts: 2092
    • View Profile
    • Leafwing Studios Website (EXTREMELY OUTDATED)
Re: Here I Go Again!
« Reply #171 on: October 25, 2009, 10:25:00 PM »
Nice youtube clip ;)

But is there possibility that we can play some of these levels without using DOS? My dosbox doesn't work at all.

O RLY?  Start a thread in Help and maybe we can figure out, "Hey, uh, what's wrong with this?"

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Here I Go Again!
« Reply #172 on: October 26, 2009, 09:31:38 PM »
and there are a few problem elements in the official levels that were put in the files incorrectly that need to be fixed on load so that the editor handles them properly.

Just curious, how was it that if they were put in the files "incorrectly", that the game itself still handles them fine? ??? Maybe I'll understand better if I know exactly which elements in which levels you were talking about.

Offline GuyPerfect

  • Posts: 363
    • View Profile
Re: Here I Go Again!
« Reply #173 on: October 27, 2009, 12:07:09 AM »
Invalid element IDs, mainly. For tiles, the game seems to just load them as tile ID 0. For objects, I've told the editor to just ignore them, and a few steel blocks here and there disappear from levels during load. They write back to the file just fine when I insert them manually, so it's just an assumption at this point that they're stored incorrectly in the file.

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Here I Go Again!
« Reply #174 on: October 27, 2009, 12:30:27 AM »
For objects, I've told the editor to just ignore them, and a few steel blocks here and there disappear from levels during load.

Weird.  Is there any pattern to how invalid object IDs in L2BO gets mapped to the expected object IDs of the missing steel blocks?  Although I guess it doesn't matter too much, since custom levels created from the editor won't have this problem.

Offline weirdybeardy

  • Posts: 153
    • View Profile
Re: Here I Go Again!
« Reply #175 on: October 27, 2009, 01:42:20 PM »
Hi all. Glad to see this thread hasn't dried up yet.  ;P At the moment I'm fiddling around with Mindless's old "provisional" L2 editor, just to amuse myself. I might publish the results of my half-hearted experimenting up here - if I manage to create anything worth sharing.

So, umm... yeah. Sorry if that's slightly off-topic.
My projects:

Lemmings in Weirdyland (NeoLemmix):
https://www.lemmingsforums.net/index.php?topic=6135.0

My levels for Lemmings 2 The Tribes can be found here:
https://www.lemmingsforums.net/index.php?topic=990.0

Offline Mindless

  • Posts: 721
    • View Profile
    • Lemmings Level Database
Re: Here I Go Again!
« Reply #176 on: October 27, 2009, 02:15:15 PM »
At the moment I'm fiddling around with Mindless's old "provisional" L2 editor, just to amuse myself. I might publish the results of my half-hearted experimenting up here - if I manage to create anything worth sharing.

I think you mean geoo's PCL2ED.

Offline weirdybeardy

  • Posts: 153
    • View Profile
Re: Here I Go Again!
« Reply #177 on: October 27, 2009, 04:22:13 PM »
Yes. That's what I meant. Silly me.  :D
My projects:

Lemmings in Weirdyland (NeoLemmix):
https://www.lemmingsforums.net/index.php?topic=6135.0

My levels for Lemmings 2 The Tribes can be found here:
https://www.lemmingsforums.net/index.php?topic=990.0

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Here I Go Again!
« Reply #178 on: October 27, 2009, 07:02:06 PM »
Hi all. Glad to see this thread hasn't dried up yet.  ;P At the moment I'm fiddling around with Mindless's old "provisional" L2 editor, just to amuse myself. I might publish the results of my half-hearted experimenting up here - if I manage to create anything worth sharing.

I've actually already toyed with the idea of combining PCL2ED with supplemental programs to end up with a suite that taken together, has enough functionality for basic level editing.  However, that turns out to not work mainly because PCL2ED is simply not good enough for real level editing.  In fact, it keeps locking up my XP laptop (granted, it has one of the worst brand of graphics cards out there, so the display driver is probably at least partly to blame), and even on a better machine, I find that the inability to manipulate whole sprites rather than individual 16x8 tiles is a real roadblock to serious level editing.

Still, if you're desperate enough to consider using PCL2ED to edit levels, I can go about and see if I can whip up some quick UI for editing level stats (eg. skills etc.), so that taken together, you get enough basic functionality to (kind of) edit levels without resorting to a hex editor.  Of course, given the little free time I have nowadays, I sincerely hope that GuyPerfect will beat me to it with his full-function editor. ;)

Offline weirdybeardy

  • Posts: 153
    • View Profile
Re: Here I Go Again!
« Reply #179 on: October 27, 2009, 08:11:16 PM »
Quote
Still, if you're desperate enough to consider using PCL2ED to edit levels, I can go about and see if I can whip up some quick UI for editing level stats (eg. skills etc.), so that taken together, you get enough basic functionality to (kind of) edit levels without resorting to a hex editor.  Of course, given the little free time I have nowadays, I sincerely hope that GuyPerfect will beat me to it with his full-function editor.

I wouldn't call myself "desperate" - merely curious.  :P I know of PCL2ED's limitations, but it's interesting enough to mess around with until the next big thing comes along. I've got a real appetite for editing Tribes since I re-released some of my old CustLemm levels on the archive. It just feels like a natural progression. I'm a little surprised that nobody has tried to fully "Lemmix" L2 before now. 'Cos let's face it, GuyPerfect is making it look easy so far.  :D

I'm grateful to geoo and to GuyPerfect and to anyone making an effort in this area.  :) I salute you!

Right, I'm off to shuffle some 8x16 tiles around.  8) Bye for now.
My projects:

Lemmings in Weirdyland (NeoLemmix):
https://www.lemmingsforums.net/index.php?topic=6135.0

My levels for Lemmings 2 The Tribes can be found here:
https://www.lemmingsforums.net/index.php?topic=990.0