Author Topic: Fencer problem solved - but now I have a backroute  (Read 2660 times)

0 Members and 1 Guest are viewing this topic.

Offline Strato Incendus

  • The King of Shimmiers (crowned by Flopsy ;D )
  • Posts: 1754
  • #RIP Spearer/Grenader (2020 - 2021)
    • View Profile
Fencer problem solved - but now I have a backroute
« on: August 25, 2017, 09:12:25 PM »
Hi everyone,

a thing that continued to annoy me about the Fencer is the fact that by design they get cancelled so easily - either by bumping their heads on ceilings, or because two Fencers facing towards each other cut off each other's paths.

So I made this level (attached) where it is necessary to make both Fencers go through. The main difficulty here is obviously: How do I make the second Fencer continue once he reaches the tunnel the first one has created?

After fiddeling around with platformers, builders, and stackers for a while, always cloning them to increase their number and add to the amount of terrain they produce, there was still a tiny gap between the stacks remaining in which the Fencer would fall and thereby stop his action. The solution then was to make one of these stackers a stoner and thereby fill that remaining gap with the lemming's body (see the first attached replay).

The problem is: The stoner breaks the level because it allows a backroute (see the second attached replay): There the stoner gets used to break the fall of the lemmings on one side, while the fencer creates the path for those on the other side.

Any ideas on how to solve this? I was really glad I discovered this way to make fencers go through, but how do I force the player towards this solution?

I already thought about exchanging the floater for a glider and putting fire or water right beneath where the lemmings would drop off the cliff - but then the lemmings would still run into that trap once the way down has been paved for them.
My packs so far:
Lemmings World Tour (New & Old Formats), my music-themed flagship pack, 320 levels - Let's Played by Colorful Arty
Lemmings Open Air, my newest release and follow-up to World Tour, 120 levels
Paralems (Old Formats), a more flavour-driven one, 150 levels
Pit Lems (Old Formats), a more puzzly one, 100 levels - Let's Played by nin10doadict
Lemmicks, a pack for (very old) NeoLemmix 1.43 full of gimmicks, 170 levels

Offline mobius

  • Posts: 2752
  • relax.
    • View Profile
Re: Fencer problem solved - but now I have a backroute
« Reply #1 on: August 25, 2017, 09:35:51 PM »
fencer's get canceled by hitting their heads? really? this doesn't sound right; I've not experimented with them much but that sounds like a glitch to me.
everything by me: https://www.lemmingsforums.net/index.php?topic=5982.msg96035#msg96035

"Not knowing how near the truth is, we seek it far away."
-Hakuin Ekaku

"I have seen a heap of trouble in my life, and most of it has never come to pass" - Mark Twain


Offline IchoTolot

  • Global Moderator
  • Posts: 3611
    • View Profile
Re: Fencer problem solved - but now I have a backroute
« Reply #2 on: August 25, 2017, 10:19:01 PM »
a thing that continued to annoy me about the Fencer is the fact that by design they get cancelled so easily - either by bumping their heads on ceilings, or because two Fencers facing towards each other cut off each other's paths.

fencer's get canceled by hitting their heads? really? this doesn't sound right; I've not experimented with them much but that sounds like a glitch to me.

Of course they cancel when they hit their heads on the ceiling, what else should they do? Go through the steel roof? :8():  Miners also cancel hitting the ground as an analog case.

Tested it again in the editor and I see no buggy or glitchy behavior here.

Also, when they cut off each others path of course they stop ---- they encounter a downwards slope which means cancel. Allowing them to go down makes them a miner and they would be the complete opposite of what they should achieve. A miner can also not go up.

So I made this level (attached) where it is necessary to make both Fencers go through. The main difficulty here is obviously: How do I make the second Fencer continue once he reaches the tunnel the first one has created?

After fiddeling around with platformers, builders, and stackers for a while, always cloning them to increase their number and add to the amount of terrain they produce, there was still a tiny gap between the stacks remaining in which the Fencer would fall and thereby stop his action. The solution then was to make one of these stackers a stoner and thereby fill that remaining gap with the lemming's body (see the first attached replay).

The problem is: The stoner breaks the level because it allows a backroute (see the second attached replay): There the stoner gets used to break the fall of the lemmings on one side, while the fencer creates the path for those on the other side.

Any ideas on how to solve this? I was really glad I discovered this way to make fencers go through, but how do I force the player towards this solution?

I already thought about exchanging the floater for a glider and putting fire or water right beneath where the lemmings would drop off the cliff - but then the lemmings would still run into that trap once the way down has been paved for them.

Well, I needed to do a turning fencer once while solving a level, creating a > shape. I remember 2 stoners, 1 platformer and a blocker where needed and personally I did not like the level because it was too fiddly -- it was pixel precise and I was glad the level only contained that trick.
So 2 crossing fencers should also be managable to do with 2 stoners and a platformer. I would add roughly 2 more stoners to make it less fiddly and reedit the level so the stoners do not cause backroutes anymore. Again not a big fan of the trick.

The fencer acts gamewise as kind of a counterpart to the miner --- miners can't go up, fencers can't go down. Too much leeway here would cause the fencers to be able to go down slopes which is counterproductive. The fencer was made more forgiving as he was implemented back in the days. In the past he stopped more easily, especially at the first fences.

Offline Nepster

  • Posts: 1829
    • View Profile
Re: Fencer problem solved - but now I have a backroute
« Reply #3 on: August 26, 2017, 08:27:29 AM »
You seem to have lots of time between the two fencers. Then making the fencer continue is a lot easier than creating the > shape that IchoTolot metioned.
See the attached example level and replay for a way to do this with one platformer and one stacker. As the stacker needs to be placed very precisely, I suggest to allow the player to use two stackers for this part. The platformer has to be very precise anyway, but I can't think of a way to avoid this.

EDIT: Attached a wrong replay at first - fixed now.
« Last Edit: August 26, 2017, 08:36:56 AM by Nepster »

Offline Strato Incendus

  • The King of Shimmiers (crowned by Flopsy ;D )
  • Posts: 1754
  • #RIP Spearer/Grenader (2020 - 2021)
    • View Profile
Re: Fencer problem solved - but now I have a backroute
« Reply #4 on: August 26, 2017, 10:06:19 AM »
Just to clarify, I wasn't advocating to any changes regarding the physics / behaviour of the Fencer; I just wanted to find a solution to make two Fencers cross each other's paths. :)

Quote
So 2 crossing fencers should also be managable to do with 2 stoners and a platformer. I would add roughly 2 more stoners to make it less fiddly and reedit the level so the stoners do not cause backroutes anymore. Again not a big fan of the trick.

Probably because it's difficult to execute, am I right? :P More stoners would certainly make it easier to pull off, and thereby less of a problem. Now that I've slept on it, I think adding just two more blocks of steel at the edges of the cliffs will remove the stoner backroute, because the crowd won't be able to go over them, only the cloned climber-floater-athletes will.

I might do a similar level now, or even a re-run of this one, with miners crossing each other's paths.

Thanks, everyone! :)
My packs so far:
Lemmings World Tour (New & Old Formats), my music-themed flagship pack, 320 levels - Let's Played by Colorful Arty
Lemmings Open Air, my newest release and follow-up to World Tour, 120 levels
Paralems (Old Formats), a more flavour-driven one, 150 levels
Pit Lems (Old Formats), a more puzzly one, 100 levels - Let's Played by nin10doadict
Lemmicks, a pack for (very old) NeoLemmix 1.43 full of gimmicks, 170 levels