Author Topic: Beat the timer  (Read 7800 times)

0 Members and 1 Guest are viewing this topic.

Offline Timballisto

  • Posts: 941
    • View Profile
Beat the timer
« on: September 18, 2005, 02:38:14 AM »
This is what I remember, but it may not be accurate for some reason.

I was testing a level tonight, and when I was finished I had a blocker left with seven seconds left on the clock.  At five seconds I initiated nuking.  When the lemming blew up though the clock was at zero, and then it went to one minute five seconds!  I have tried to recreate this glitch, but I haven't had any success yet.  Just so Im sure I remembered correctly, if anyone has done this too tell me.  If not, tell me any time glitches you know   :-/

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Beat the timer
« Reply #1 on: September 18, 2005, 02:48:09 AM »
Never seen it myself.  Was it in DOSBox or not?

Oh yeah, also, since you use the actual game (Lemmings/ONML, as opposed to CustLemm) to play your levels, which game was it?

Offline Timballisto

  • Posts: 941
    • View Profile
Re: Beat the timer
« Reply #2 on: September 18, 2005, 02:54:28 AM »
It was not in DOSBox and it was being run under the original lemmings.

JM

  • Guest
Re: Beat the timer
« Reply #3 on: September 18, 2005, 10:35:13 AM »
I've set the nuke 5 seconds before times up on both Original Lemmings and Custlemm. Usually when all Lemmings have entered the house and there are blockers left or lemmings in an impasse I usually set the nuke so I can end the level.

Offline Timballisto

  • Posts: 941
    • View Profile
Re: Beat the timer
« Reply #4 on: September 22, 2005, 12:53:26 AM »
I found another weird glitch.  It involves climbers being able to go through ceilings.  I've seen climbers, tonight, climb through ceilings from one to three pixels thick.  It was weird.  If you shifted the starting point of the climb enough then the climber would not go anymore.  I had one part of a level I wanted to have lemmings go through a one pixel ceiling and it worked.  But then I changed it, and during testing found that it no longer worked.  So I tried a whole bunch of things, and eventually just resorted to shifting the floor down one pixel at a time.  I tested it about three times and it worked  O_O.  Apparently the ceiling isn't always being checked, but the end of the wall is, so they still stop climbing on the pixel they're supposed to.  I don't know if that's right but I'm sure explore can verify it ^_^.

Offline Proxima

  • Posts: 4562
    • View Profile
Re: Beat the timer
« Reply #5 on: September 22, 2005, 07:47:34 AM »
If this is becoming the topic for talking about glitches in general, I have an interesting one:

On Cheapo, the right-click to select a lemming for future skill assignation can affect safe falling distance. I've seen the selected lemming die from a drop that was safe for everyone else. (And since the level required 100%, I was most annoyed.........)

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Beat the timer
« Reply #6 on: September 22, 2005, 08:13:55 AM »
Quote from: Timballisto  link=1127011094/0#4 date=1127350406
I found another weird glitch. &#A0;It involves climbers being able to go through ceilings. &#A0;I've seen climbers, tonight, climb through ceilings from one to three pixels thick.

Sure.  I had seen this a few times already in my own experience, especially on walls that are short (like 7-9 pixels tall).  I think I can even give you a fairly exact condition for climbing thru vs. not.  Check your PM in a few minutes.

Conway

  • Guest
Re: Beat the timer
« Reply #7 on: September 22, 2005, 02:45:29 PM »
I think the climbing-through-ceilings trick only works if the pixel diagonally up and to the direction the climber was walking is free. I was just playing Timbalisto's 4th pack, and level 5 uses this trick. I think it only works because of the gap under the twig the lemming climbs onto.

Offline Timballisto

  • Posts: 941
    • View Profile
Re: Beat the timer
« Reply #8 on: September 22, 2005, 07:08:26 PM »
I don't think that's it, because one of the terrains in question was like this and the climber still went through all the stuff in the way.:
Code: [Select]

&#A0; ! &#A0; &#A0; &#A0;
xxxxxxxxxxxx
xxxxxxxxxxxx
xxxxxxxxxxxx
&#A0; xxx
&#A0; xxx
&#A0; xxx
&#A0;#xxx
xxxxxx


(Each x is a pixel of ground)

The climber started climbing at the "#" and ended up at the "!"

EDIT:  The exact height of the wall is unknown, but the thickness of it and the terrain above the ceiling are known.

Leviathan

  • Guest
Re: Beat the timer
« Reply #9 on: September 22, 2005, 07:20:06 PM »
That's very weird...I also noticed that when the pixel of a builder brick covers a gap,a lemming climbing up the wall doesn't climb trough the builder pixel.

Offline Timballisto

  • Posts: 941
    • View Profile
Re: Beat the timer
« Reply #10 on: September 22, 2005, 07:27:01 PM »
It's a glitch in the game mechanics that only works under certain conditions because the program either isn't checking for celing or sometimes when it does it checks the wrong pixel.  If you want the details ask ccexplore for them.

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Beat the timer
« Reply #11 on: September 22, 2005, 11:21:29 PM »
Incidentally, Tim, it would be great if you can e-mail me some samples of your various versions of the wall (and surrounding terrain).  That way I can do more tests to ensure that I have the correct information regarding the climber.

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: Beat the timer
« Reply #12 on: September 22, 2005, 11:31:34 PM »
Quote from: Timballisto  link=1127011094/0#0 date=1127011094
If not, tell me any time glitches you know &#A0; :-/

This one is pretty well known and if I recall correctly, works on the DOS version but I don't know about the others.

In the DOS version, if you pause the game as soon as the level shows up, and wait until it finishes the "Let's Go" sound effect before unpausing, the entrance will more or less open up soon after unpausing.  But since the clock is stopped while pausing, in effect you got the entrance to open up earlier relative to the clock than you would if you never pause the game, since the entrance always waits until the "Let's Go" sound effect is over before it would open.

This can potentially allow you an extra second or two of playtime to complete a level.  This is generally not much but it might come in handy every now and then.

Offline Timballisto

  • Posts: 941
    • View Profile
Re: Beat the timer
« Reply #13 on: September 23, 2005, 12:32:27 AM »
Quote from: ccexplore (not logged in)  link=1127011094/0#11 date=1127431289
Incidentally, Tim, it would be great if you can e-mail me some samples of your various versions of the wall (and surrounding terrain). &#A0;That way I can do more tests to ensure that I have the correct information regarding the climber.


Maybe eventually.  The problem is the spot with the three ceiling thing I fixed.  I should be able to replicate it without much of a problem though.