Poll

OK. Once and for all. Do we want Timebombers? (i.e. Bombers with a 5 second timer before explosion)

Yes!
4 (44.4%)
It depends how they're implemented (please reply if you choose this option)
0 (0%)
Don't mind either way
0 (0%)
No!
5 (55.6%)

Total Members Voted: 9

Author Topic: [FEAT] Timebombers  (Read 3987 times)

0 Members and 1 Guest are viewing this topic.

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
[FEAT] Timebombers
« on: February 04, 2023, 07:03:54 PM »
Merged from 3 topics:

[DISC][FORK] SuperLemmix
[DISC][FORK] Adding Timed Bombers Back To NeoLemmix (Optionally)
[SuperLemmix] Timed Bombers



Note: Wherever the "oh no!" phase is mentioned in this post, it can be assumed that I'm also taking into account bombers exploding immediately in midair if the lem is a faller.



So, NeoLemmix is approaching its final version.

It's been a wish of mine since I first played NeoLemmix that the engine have a full-on "Classic" mode, which automatically disables all player assists (direction select, skill shadows, framestepping, splat ruler, CPM, etc) and leaves behind only the basic essentials, which I'd list as:

:lemming: Pause (no assignments)
:lemming: Fast-forward
:lemming: Skill panel hotkeys (up, down and numbered)
:lemming: Release rate hotkeys (only for up & down, no min/max jump)

And that's it! And, of course, timed bombers would be enabled in this mode as well. At present, it's theoretically possible to achieve all of the above except the timed bombers, since they don't exist in the current version of NeoLemmix.

I therefore propose a new fork of NeoLemmix (which I'd likely call SuperLemmix ;P) which allows both, optionally of course!

Unfortunately, adding timed bombers back to NeoLemmix is not as straightforward as copying and pasting the old code back in, as untimed bombers bring about a number of complications which would have to be addressed if both are to exist in the same engine. The current implementation of optional timed bombers in SuperLemminiToo has made some of these complications very apparent. Namely:

1) The actual assignment of the bomber would have to occur at the beginning of the "oh no!" phase, regardless of which option is applied. This is to prevent broken replays (i.e. the same replay should work regardless of bomber option). So, it would go like this:

With timed bombers enabled, clicking the lemming starts the 5 second timer, at the end of which the "oh no!" phase begins and the bomber assignment is written into the replay. In the case of untimed bombers, clicking the lemming starts the "oh no!" phase and writes the bomber assignment immediately, as per current behaviour.

2) For the first 5 seconds of each level, it must be possible for explosions to happen regardless of which option is applied, otherwise any level requiring an untimed bomber assignment within the first 5 seconds would be rendered impossible by having timed bombers enabled. I can think of only one way around this:

With timed bombers enabled, bombers assigned during the first 5 seconds of the level become "hot bombers," a new state which would have to be created for the purposes of the fork. The timer begins its countdown, but the lemming glows red. If clicked again, it skips the remaining timer countdown and goes straight to the "oh no!" phase. After the first 5 seconds of the level have passed, the lemming ceases to be a hot bomber and reverts back to a normal lemming, even if mid-timer.

This, as far as I can tell, allows the lemming to be both a timed and an untimed bomber simultaneously for just the first 5 seconds of a level. It only matters for the first 5 seconds, because after that timed bombers begin the "oh no!" phase anyway, as per untimed bombers.

There is only one problem with this.

If a level requires an immediate explosion on the first frame, even "hot bombers" can't account for this, since they require 2 clicks in order to explode, which costs 2 frames of game time. A level could be designed such that a single pixel would matter, and if the faller has advanced by even a single additional frame, we have a bug.

A possible fix for this would be to have the first frame of every level be a frozen "-1" frame iff timed bombers are enabled. This would allow the player to assign the bomber on frame -1, causing the lem to enter the "hot bomber" state, and then explode the bomber on frame 0. For frame -1, it must be impossible to assign any other skills, and the timer must not yet have started. In real time, of course, this would happen so fast that it would be almost imperceptible. But, for any level requiring that amount of precision during its opening frame, the code would be there to account for it.

As far as I can tell, the above proposal fixes the "first 5 seconds" problem. There may be something else that I've overlooked though, of course.

It also goes without saying that in the case of untimed bombers, current behaviour applies, but I thought I'd say it anyway 8-)



So, that's my idea. If I ever get around to learning programming properly, I'll definitely want to do this. If any existing Delphi programmers see this post and like the idea, please get in touch with me and allow me to be involved in the process of creating the proposed new fork! I'll want to give the UI a bit of a tweak as well, to differentiate it visually from NeoLemmix as it currently is.

Of course, at this point, this is all pie in the sky and might never happen. But, discussion is what Forums are for, so... :lemcat:
« Last Edit: April 21, 2023, 01:01:30 PM by WillLem »

Offline Silken Healer

  • Posts: 190
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #1 on: February 05, 2023, 02:15:50 AM »
How would bombers, which are not in the first 5 seconds, function when watching the replay? Would the replay make them timed or not depending on which mode was on (i.e. if timed bombers are enabled, count back 5 seconds from the bomber assignment in the replay and start the countdown then, otherwise they function as they do know)? And how would bombers which are in the first 5 seconds function in the replay? The replay wouldn't know when the lemming begins to glow red and when the lemming actually explodes. For all the replay knows, the first click on the lemming which makes it glow red and the second click that actually makes it explode could be anywhere from a frame to a maximum of five seconds away.

One solution to problem number 2, and the new problem I discovered, would be to scrap the hot bombers and to simply have to hold down a hotkey to explode a bomber immediately in the first 5 seconds. The one downside to this players might not be aware of this function but they'd have to specifically go out of there way to download this fork, which currently the entire point of is adding back timed bombers, so they'd probably be aware of everything it changes.

Another problem I thought up is when would the number of the bomber's skill panel reduce by 1? You'd expect it to reduce by 1 when the bomber is clicked on, not when the bomber explodes, but this would create a discrepancy between timed and non-timed bomber mode. I can't actually think up a hypothetical scenario where this would be a problem at the moment but I get the feeling it's the sort of thing that could cause problems.

Also, have you read Namida's discussion on why he wouldn't add timed bombers in NeoLemmix he had on reddit? It offers some useful insight, but the two most prominent points are cloners and skill shadows. I'd assume you wouldn't want timed bombers to work with cloners (if you assign a timed bomber to a lemming and then clone that lemming, the clone will explode and the countdown will begin at the same point at which you cloned them) as that would open up a whole other can of worms. And as for skill shadows, in Namida's post he phrased it more as a reason for rejecting them to be added ("We may as well not add them, as skill shadows would make them pointless anyway") rather then as actual problem so you could just make the skill shadow be where the bomber will explode in 5 seconds. Or if your goal is to have NeoLemmix emulate the classic games, maybe these should be removed altogether?



An admittedly awkward solution I thought up to solve all problems would be to scrap enabling timed/untimed bomber mode in the settings and to just have the function where a bomber explodes immediately if a hotkey is held down enabled all the time, not just in the first 5 seconds, and to store bombers and non-timed bombers separately in the replay. That way all other hypothetical awkward impossible scenarios are avoided too. (If you wanted to have untimed bombers be the default and got irritated having to hold down the hotkey you could maybe one day add a setting for this to be the other way round but most people who download this fork would be doing it because they like timed bombers).

However, new problems arise with this solution 1. A player might mistake a difficult situation for an impossible one and use an unnecessary untimed bomber, which would make them sad as if they decided to use this fork they'd probably want to use timed bombers all the time unless it's absolutely impossible. And more prominent 2. It's kind of awkward, avoids the real problem and is just putting a Band-Aid on a bullet wound. It's like saying "I can't think of a solution for this problem, so you can just temporarily switch back to the way that already works, and then switch back again" and as such it might go against the spirit of this fork as the whole point of this is because you wish to play Lemmings in a more classic way.

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #2 on: February 05, 2023, 09:11:37 PM »
How would bombers, which are not in the first 5 seconds, function when watching the replay?

Depending on which mode was enabled, you'd either see a countdown (or not), and then the "oh no!" > explode phase as usual.

(i.e. if timed bombers are enabled, count back 5 seconds from the bomber assignment in the replay and start the countdown then...)?

The bomber assignment would always be written into the replay in exactly the same place, regardless of which type of bomber is active. So, the replay would start the timer 5 seconds before the assignment if timed bombers were enabled.

And how would bombers which are in the first 5 seconds function in the replay? The replay wouldn't know when the lemming begins to glow red and when the lemming actually explodes. For all the replay knows, the first click on the lemming which makes it glow red and the second click that actually makes it explode could be anywhere from a frame to a maximum of five seconds away.

The second click would be the actual bomber assignment. So, essentially, click 1 starts the timer, then click 2 assigns the bomber. This is actually how the timed bomber mode would function, essentially:

Click 1 = start timer
If Click 2, check for "hot bomber" state, if yes = assign bomber (if no = await 5 second timer, then = assign bomber)
If no Click 2, await 5 second timer, then = assign bomber

So, the bomber assignment would only ever happen at the beginning of the "oh no!" state, as with untimed bombers. The timed bomber mode would really be nothing more than an aesthetic which delays the bomber assignment by 5 seconds.

And, to reiterate how this interacts with replays, the replay would always read the bomber assignment as being the beginning of the "oh no!" state. If timed bombers are enabled, a 5 second countdown would arbitratily begin exactly 5 seconds (or however many frames) before this assignment.

One solution to problem number 2, and the new problem I discovered, would be to scrap the hot bombers and to simply have to hold down a hotkey to explode a bomber immediately in the first 5 seconds.

Hmm, I see where you're coming from with this idea, but ideally the player should only have to do 1 thing to activate a bomber, i.e. click the mouse. Hot bombers simply require an extra click of the mouse. A hotkey requires two actions (hold key, click mouse) as well as prior knowledge that the hotkey exists, as you quite rightly pointed out as the fatal flaw in this idea.

Another problem I thought up is when would the number of the bomber's skill panel reduce by 1? You'd expect it to reduce by 1 when the bomber is clicked on, not when the bomber explodes, but this would create a discrepancy between timed and non-timed bomber mode.

Yes, good shout. I guess that in this case, the panel would have to look for whether or not timed bombers were enabled. If enabled, the skill counts down at the point that the timer is started rather that when the bomber is actually assigned. Since both the timer countdown and the skill panel number decreasing are (necessary but) arbitrary player assists rather than actual game interactions, I can't see this being a problem as long as the code was there to account for it.

And, of course, in the case of replays, the scenario described above would equate "start timer" with "reduce skill panel number by 1"

I'd assume you wouldn't want timed bombers to work with cloners (if you assign a timed bomber to a lemming and then clone that lemming, the clone will explode and the countdown will begin at the same point at which you cloned them)

Yeah, this is something I didn't think of. Although, I can't see why the clone would behave differently to the original lemming. If the countdown is at, say, 3, then the clone would also start the countdown at 3. All that's actually happened here, if you think about it, is that a walker has been cloned. The bomber hasn't actually been assigned yet (since the bomber gets assigned at the beginning of the "oh no!" state, not at the beginning of the arbitrary timer countdown).

The code would have to say something like:

If cloner assigned, is the lemming a "countdowner" (perhaps "countdowner" would have to be a new state that the code could check for, in order to know to assign the lemming a bomber at the end of the "countdowner" state)? If yes, assign both the original lemming and the clone a bomber at the end of the countdown phase, but only reduce the skill count by a single bomber.

It's potentially complex code, but it solves the problem.

as that would open up a whole other can of worms.

I disagree. The game is Lemmings, not Worms.

But seriously though, code is a can of worms. It's up to the developer to solve the necessary problems to get the program to where they want it to be, not give up at the first hurdle. I'm sure we can agree on that.

And as for skill shadows, in Namida's post he phrased it more as a reason for rejecting them to be added ("We may as well not add them, as skill shadows would make them pointless anyway") rather then as actual problem so you could just make the skill shadow be where the bomber will explode in 5 seconds. Or if your goal is to have NeoLemmix emulate the classic games, maybe these should be removed altogether?

In "Classic Mode", skill shadows would be disabled anyway. Otherwise, yes, I can absolutely see why skill shadows renders timed bombers pointless.

However, I don't see it as a reason not to have them, more a reason why the player shouldn't use skill shadows if they have timed bombers enabled. Since NeoLemmix allows skill shadows to be disabled, the problem is already solved.

Another perhaps more convoluted way to solve it would be to always have skill shadows disabled for just timed bombers but not any other skill (or untimed bombers), buuut I'm not entirely sure about that tbh.

An admittedly awkward solution I thought up to solve all problems would be to scrap enabling timed/untimed bomber mode in the settings and to just have the function where a bomber explodes immediately if a hotkey is held down enabled all the time, not just in the first 5 seconds

Again, your idea requires the player to make 2 separate inputs, which besides being more labour intensive than simply clicking the mouse would also not be in keeping with the whole point of adding timed bombers back to the game, which is to make it feel more like original lemmings.

I'm not totally against the idea per se, I'd rather have timed bombers which require awkward imputs than not have them at all, but I just think "hot bombers" is a more visually-guided and intuitive idea simply requiring an extra click of the mouse.

store bombers and non-timed bombers separately in the replay

A good idea, but once which potentially breaks replays again, since the replays would once again be mode-dependent. I guess the engine would have to know to ignore timed assignments if the mode is untimed, and vice versa. That could fix things, for sure.

However, new problems arise with this solution 1. A player might mistake a difficult situation for an impossible one and use an unnecessary untimed bomber

Yeah, this is just an unfortunate consequence of having access to both types of bomber. Still, it's not a reason not to have the option in my opinion. SuperLemminiToo currently offers both, and I do in fact switch between the two quite regularly. Often, if I'm playing someone else's level, I'll solve it first with untimed bombers to make the solution easier to find, then I'll go back and try to execute the same solution with timed bombers just for the satisfaction of playing the level in that mode. I'm guessing that others who value the classic Lemmings gameplay would approach it a similar way.
« Last Edit: February 06, 2023, 12:16:42 AM by WillLem »

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: [SuperLemmix] Timebombers
« Reply #3 on: February 05, 2023, 11:13:08 PM »
It's not just in fhe first 5 seconds of playing; it's the first 5 seconds of any lemming's existance / assignability. Including clones and (in the future) converted neutrals.

Then also consider that you'd have to apply it to Stoners too. When NL had timed bombers, Stoners were also timed.

You also wouldn't be able to reuse most of the nuke code for it, due to the very different mechanism of handling the countdown. You could reuse the code to display the digit above the lemming, but that's about it.
My Lemmings 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)

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #4 on: February 06, 2023, 12:44:37 AM »
It's not just in fhe first 5 seconds of playing; it's the first 5 seconds of any lemming's existance / assignability. Including clones and (in the future) converted neutrals.

The proposed "hot bombers" idea would work for neutrals in this way: I imagine that the game could add an additional frozen frame at the point of a neutral becoming a normal lemming in order to account for the double-click required to start the timer and then activate the bomber on the next frame. Such an additional frame would be virtually undetectable in real-time, and as with the proposed "-1" frame at the start of the level, only bombers would be assignable during the frozen frame.

Of course, it could be that other skills are assignable during that frame as well, but they perhaps wouldn't take in-game effect until the next frame. It would essentially be 2 frames for the price of 1, if you like. I'm not sure how problematic that could be, but I imagine not very as long as the additional frame doesn't count as being in real game time, and only exists to account for the need to essentially assign an untimed bomber to a timed bomber lemming.

Cloners I've dealt with in my reply to Silken, but I'll further clarify again here how I think the problem could be solved:

1) Timed Bombers are enabled
2) Faller/Walker lemming is "assigned" a bomber (the air quotes are because I imagine that the bomber assignment would not actually take place until the start of the "oh no!" phase), and so the 5 second countdown is triggered
3) At the point of countdown assignment, 1 bomber skill is removed from the skill panel but its actual assignment is delayed by 5 seconds
3) The countdown reaches 3 and the lemming is cloned
4) Both the original and the cloned lemming continue their countdown from 3
5) The engine recognises that both the original and the cloned lemming are in the "countdown" phase (this could be a new state recognised as "countdowner", or something similar)
6) At the end of the countdown phase, and the beginning of the "oh no!" phase, a bomber is assigned to both lemmings
7) Since the bomber skill has already been removed from the skill count, no further bombers are removed

Points 3 and 7 might need tightening up somewhat, but the basic premise is there and would work just fine.

The only issue that I can see is that lemmings currently cannot be cloned during the "oh no!" phase, and so it's currently impossible to clone an untimed bomber. I guess one way around this would be that SuperLemmix would have to have differing behaviour from NeoLemmix, namely that if an original/cloned lemming is assigned an untimed bomber, its counterpart lemming also receives that assignment on the same frame (but only 1 bomber skill is removed from the count).

This potentially brings about new puzzle possibilities, and so could be seen as desirable behaviour. It would, however, potentially break existing content. However still, it would further justify the existence of SuperLemmix as an independent engine.

Another possibility still is that cloned lemmings are not assigned bombers. This might even be easier to code, although it might seem very unintuitive to the player.

Yet another possibility is that, if a timed bomber is cloned, the game freezes and the player must select which of the cloned lemmings they wish to be the bomber. This would preserve existing behaviour, but would be very nasty for the UI.

Then also consider that you'd have to apply it to Stoners too. When NL had timed bombers, Stoners were also timed.

Couldn't the same basic code be used for both, at least in terms of how the assignments work for the various states?

You also wouldn't be able to reuse most of the nuke code for it, due to the very different mechanism of handling the countdown. You could reuse the code to display the digit above the lemming, but that's about it.

What about the existing code for timed bombers (and indeed stoners) back from when these existed in NeoLemmix?
« Last Edit: February 06, 2023, 12:51:55 AM by WillLem »

Offline Silken Healer

  • Posts: 190
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #5 on: February 06, 2023, 01:05:10 AM »
bomber assignment would always be written into the replay in exactly the same place, regardless of which type of bomber is active. So, the replay would start the timer 5 seconds before the assignment if timed bombers were enabled.

Ah, that's what I was asking. That makes sense.

Hmm, I see where you're coming from with this idea, but ideally the player should only have to do 1 thing to activate a bomber, i.e. click the mouse. Hot bombers simply require an extra click of the mouse. A hotkey requires two actions (hold key, click mouse) as well as prior knowledge that the hotkey exists, as you quite rightly pointed out as the fatal flaw in this idea.

[LEFT CLICK] + [LEFT CLICK] is definitely 2 things. You could technically argue that a click while holding down a key is one input. Also I thought up an idea for the prior knowledge problem - the way this was fixed in NeoLemmix was to include an intro pack, so what if you included an intro level that explains the hotkey.

I can't see this being a problem as long as the code was there to account for it.

I couldn't think of any problems here off the top of my head either, but a player having a different amount of bombers at a certain point in the level if they did the exact same actions but just had timed/untimed bomber mode on sounds like the sort of thing that could potentially cause impossible situations

It's up to the developer to solve the necessary problems to get the program to where they want it to be, not give up at the first hurdle. I'm sure we can agree on that.

I was thinking more about discrepancies between timed and untimed bomber mode. You'd only be able to clone bombers in timed mode, giving timed players a major advantage. Like consider the following example level, it would only be possible on timed bomber mode, not untimed bomber mode.


Yeah, this is just an unfortunate consequence of having access to both types of bomber. Still, it's not a reason not to have the option in my opinion. SuperLemminiToo currently offers both, and I do in fact switch between the two quite regularly. Often, if I'm playing someone else's level, I'll solve it first with untimed bombers to make the solution easier to find, then I'll go back and try to execute the same solution with timed bombers just for the satisfaction of playing the level in that mode. I'm guessing that others who value the classic Lemmings gameplay would approach it a similar way.

Tbh I was just throwing this idea out there, I thought you wouldn't want to do this because of reason 2 more than reason 1. but if you think it's good you could do it if you want, it's your fork.

It's not just in the first 5 seconds of playing; it's the first 5 seconds of any lemming's existance / assignability. Including clones and (in the future) converted neutrals.

Completely overlooked this.

The proposed "hot bombers" idea would work for neutrals, and I'm imagining that the game could add an additional frozen frame at the point of a neutral becoming a normal lemming in order to account for this possibility. Such a frame would be virtually undetectable in real-time, and - as with the proposed "-1" frame at the start of the level, only bombers would be assignable during the frozen frame.

Of course, it could be that other skills are assignable during that frame as well, but they perhaps wouldn't take in-game effect until the next frame.

Cloners I've dealt with in my reply to Silken, but I'll further clarify again here how I think the problem could be solved:

I feel like my solution would be a lot simpler and a worthwhile trade-off for a small chance of someone not knowing what it does (considering they'd have to go out of there way to download this fork, and that you could add an example level) then adding a frozen bomber only frame every time a new lemming comes into existance.

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #6 on: February 06, 2023, 04:03:07 AM »
[LEFT CLICK] + [LEFT CLICK] is definitely 2 things

Right, but it's the same thing twice as opposed to 2 different things, one of which requires memory of which hotkey you need. I'd much rather have the double click, personally. Having said that, though...

You could technically argue that a click while holding down a key is one input.

Yes, I suppose you could. In fairness, your idea would solve a lot of the problems that arise from having both types of bomber in the same engine, and it's not a bad idea at all.

Maybe the best way to implement it would be to have the hotkey switch from one mode to the other, and allow the player to choose which is the primary mode via the option. So, if a player chooses timed, they get the timer unless they use the hotkey to assign an untimed bomber, and vice versa. The more I think about it, the more this idea makes a lot of sense. It would make switching between the two on the fly obviously much more convenient as well.

"Classic Mode" could then enable timed bombers and disable the hotkey.

OK, I'll concede that this could be a better way to do it :thumbsup:

Also I thought up an idea for the prior knowledge problem - the way this was fixed in NeoLemmix was to include an intro pack, so what if you included an intro level that explains the hotkey.

Well, yes... but, I still haven't played all the way though the NL Intro pack yet and I've had NeoLemmix for ages. There's already a huge amount of new stuff to learn, and such a level could just get lost in the noise.

Having said that, I'm becoming more sold on the hotkey idea iff timed bombers were the primary mode by default, and players could still choose their preference via the F2 menu. That way, whichever mode players wanted, they'd be able to enjoy it even if they didn't know about the hotkey.

This fixes a lot of issues, but leaves the problem of players encountering a level which seems impossible because it requires a bomber assignment within the first 5 seconds (de-neutralised lemmings included). If they don't know about the hotkey, or perhaps even that untimed bombers are a thing in this fork, then it's not great.

An undesirable but ultimately foolproof way around this could be using a dialog box in the event of a player making a bomber assignment within those first 5 seconds: it could simply explain the situation, inform the player of the hotkey, and have a "don't display this message again" checkbox. I'd definitely prefer that to a level which may or may not be seen by the player.

having a different amount of bombers at a certain point in the level if they did the exact same actions but just had timed/untimed bomber mode on sounds like the sort of thing that could potentially cause impossible situations

I'm not sure I follow you on this one. Can you give an example of such a situation?

You'd only be able to clone bombers in timed mode, giving timed players a major advantage

I addressed this in my above reply to namida.

To summarise the 2 main ways around the issue that I can think of:

1)  SuperLemmix would have to have differing behaviour from NeoLemmix, namely that if an original/cloned lemming is assigned an untimed bomber, its counterpart lemming also receives that assignment on the same frame (but only 1 bomber skill is removed from the count). This potentially brings about new puzzle possibilities, but potentially makes some existing NeoLemmix content incompatible with SuperLemmix, and so probably isn't the most desirable solution.

2) If a timed bomber is cloned, the game freezes and the player must select which of the cloned lemmings they wish to continue to be the bomber. This would preserve existing behaviour, and solve the problem posed by idea (2), but it would be potentially nasty for the UI.

Tbh I was just throwing this idea out there, I thought you wouldn't want to do this because of reason 2 more than reason 1. but if you think it's good you could do it if you want, it's your fork.

My thoughts here are that the engine needs a way to work both options, if both options are available. SuperLemminiToo simply has the option available, and player be damned if someone decides to make a level that's impossible with timed bombers. Whilst I'm happy that the option is there, it clearly doesn't address the obvious issues.

Each of our ideas is good enough to address most of the issues, and whilst neither are completely foolproof, I'd rather have an engine with either idea implemented than not have the option at all.

Having the option exist means that players can choose their experience, which would essentially be the point of the feature existing. Have a look again at the reddit post you linked. You'll notice that, even with namida's comprehensive explanation as to why timed bombers are essentially pointless, redundant and frustrating, the OP is ultimately still interested in finding a modern alternative to NL which offers the original features.

Basically, there is still a market for the timed bomber option, and SuperLemmix (if it ever exists) would cater to that audience. Admittedly, the timed bombers would only really be relevant in "Classic Mode", in all honesty, since the skill shadows do render them pointless. Perhaps, then, enabling timed bombers could disable skill shadows for just bombers, but nothing else. After all, there isn't a skill shadow for the nuke feature ;P

I feel like my solution would be a lot simpler and a worthwhile trade-off for a small chance of someone not knowing what it does (considering they'd have to go out of there way to download this fork, and that you could add an example level) then adding a frozen bomber only frame every time a new lemming comes into existance.

You're probably right about this. I generally need to have something in front of me to know whether it's a good idea or not. I had some ideas for improving the SuperLemmini taskbar which ultimately didn't quite look right when I actually had the chance to implement them.

Your hotkey idea probably is the better of the two suggestions, the more I think about it. It could work to simply switch from one mode to the other when held, with the player designating their non-hotkey preference.
« Last Edit: February 06, 2023, 04:29:25 AM by WillLem »

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #7 on: February 06, 2023, 04:18:35 AM »
Quick TL;DR summary of where I'm at with this so far:

:lemming: After some consideration, I prefer Silken's idea of using a held hotkey to switch between bomber modes. However, its implementation must still allow the player to select their primary mode. This way, whichever the player prefers, holding the hotkey allows them to temporarily switch to the other mode. This could potentially be massively useful for speedrunning, actually.

:lemming: The most comprehensive solution to both the "first 5 seconds" problem is to display a dialog box informing the player of the existence of the alternate bomber mode, and the hotkey designated to it. The dialog could even have within it an option to switch the primary mode, and allow the user to designate their own hotkey. It would also, of course, have a "do not show this again" checkbox, and would only appear in the event of a player assigning a bomber to a lemming within the first 5 seconds of its existence.

:lemming: The best solution I can think of to the cloner problem illustrated by Silken above is to only allow either the original lemming or the clone to continue the bomber state after the clone assignment has taken place. This could, again, be achieved by freezing the game and informing the player that they must select either the original lemming or the clone as the bomber, via some sort of in-game dialog. This would only need to happen with timed bombers, as untimed bombers cannot be cloned anyway. This is a messy solution, but does the job well enough.

:lemming: Admittedly, the timed bombers would only really be relevant in "Classic Mode", in all honesty, since the skill shadows do render them pointless. Perhaps, then, enabling timed bombers could disable skill shadows for just bombers, but nothing else. After all, there isn't a skill shadow for the nuke feature ;P

And, a new point for further discussion:

:lemming: Perhaps cloners and stoners could be removed from SuperLemmix altogether. It may even be worthwhile considering distilling the available skills down to, say, the best 16 and then having them permanently displayed in the skill panel, similar to the way skills appeared on the classic platforms.
« Last Edit: February 06, 2023, 04:35:20 AM by WillLem »

Offline Silken Healer

  • Posts: 190
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #8 on: February 06, 2023, 06:54:33 AM »
:lemming: The best solution I can think of to the cloner problem illustrated by Silken above is to only allow either the original lemming or the clone to continue the bomber state after the clone assignment has taken place. This could, again, be achieved by freezing the game and informing the player that they must select either the original lemming or the clone as the bomber, via some sort of in-game dialog. This would only need to happen with timed bombers, as untimed bombers cannot be cloned anyway. This is a messy solution, but does the job well enough.

If you do this, I'd add a "don't show again" option to by default keep the original lemming the bomber, as some players might get irritated with it showing up all the time, but yeah, that'd work.

:lemming: The most comprehensive solution to both the "first 5 seconds" problem is to display a dialog box informing the player of the existence of the alternate bomber mode, and the hotkey designated to it. The dialog could even have within it an option to switch the primary mode, and allow the user to designate their own hotkey. It would also, of course, have a "do not show this again" checkbox, and would only appear in the event of a player assigning a bomber to a lemming within the first 5 seconds of its existence.

When I said an "intro-pack" level I meant adding another level separate of the intro pack to have it. The level would catch the players attention but your way would also work.

:lemming: Admittedly, the timed bombers would only really be relevant in "Classic Mode", in all honesty, since the skill shadows do render them pointless. Perhaps, then, enabling timed bombers could disable skill shadows for just bombers, but nothing else. After all, there isn't a skill shadow for the nuke feature ;P

I'd say we may as well still let the player have the customization just in case.

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #9 on: February 06, 2023, 05:33:38 PM »
I'd add a "don't show again" option to by default keep the original lemming the bomber, as some players might get irritated with it showing up all the time

Yes, but what if the player wants the clone to be the bomber? There would have to be some way of accessing this in-game, in real time, without the dialog appearing. Would the game have to freeze each time? Even though it's my idea, I'm not sure exactly how it could be implemented, in all honesty.

I'd say we may as well still let the player have the customization just in case.

Absolutely.
« Last Edit: February 07, 2023, 05:13:13 PM by WillLem »

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #10 on: February 07, 2023, 05:18:13 PM »
Please keep all further discussion regarding the above to this topic. Thanks.

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #11 on: February 07, 2023, 05:22:50 PM »
Another idea that occurs; what about having timed and untimed bombers as separate skills? The timed bombers could simply be displayed like this:



This would solve all problems regarding first-5-seconds assignments, cloners, stoners and any kind of in-game implementation, but would of course remove the choice from the player of which type of bomber they'd prefer to use, since it would be hard-coded into the level by the designer. It would also have to be accounted for in the Editor, but I imagine this wouldn't be too difficult to implement.

It is the most elegant solution, though, IMHO. Players would have to accept that, by playing any level in SuperLemmix, the level designer may have chosen to provide only timed bombers. But, it would also be possible to have a mix of the two, which might make for some interesting levels.

In this scenario, I'd most likely simply not have a skill shadow for timed bombers. If consensus was to make it optional, though, it'd have to be a separate option from enabling/disabling skill shadows for the other skills, ideally.

...

Since I imagine this is likely the easiest way to do it, I'll probably start with this and go from there.
« Last Edit: February 26, 2023, 05:03:50 PM by WillLem »

Offline Silken Healer

  • Posts: 190
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #12 on: February 07, 2023, 05:49:34 PM »
I'm highly against timed bombers being a separate skill. I was hesitant for even to be able to switch between the two with a hotkey held down at any time, not just in the first 5 seconds of the level, but this seems like it defeats the purpose of having a classic mode and giving the player the choice. And if you were I definitely wouldn't remove a skill to make up for it. May as well keep it and you could almost definitely squeeze some room in for one more skill anyway.

Quote from: WillLem
Yes, but what if the player wants the clone to be the bomber? There would have to be some way of accessing this in-game, in real time, without the dialog appearing. Would the game have to freeze each time? Even though it's my idea, I'm not sure exactly how it could be implemented, in all honesty.

(Sorry, don't know how to quote from a locked topic). There might be one they always find themselves using, additionally the user could hold down a separate hotkey to make the clone/original lemming the bomber.

Quote from: WillLem
I'm not sure I follow you on this one. Can you give an example of such a situation?

As I said, I can't think of an example off the top of my head but the player would lose the bomber 5 seconds earlier in timed mode. Causing a game play discrepancy when the only difference is visual. It seems like it could be used to create an impossible level.


« Last Edit: February 26, 2023, 05:04:03 PM by WillLem »

Offline WillLem

  • Moderator
  • Posts: 3345
  • Unity isn't sameness, it's togetherness
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #13 on: February 07, 2023, 09:34:44 PM »
I'm highly against timed bombers being a separate skill ... this seems like it defeats the purpose of having a classic mode and giving the player the choice.

Yes, I agree. And, I've had a brainwave regarding this.

We ultimately need a solution to the various timed bomber issues that's clean, easy for everybody to understand, and causes a minimum of UI interaction.

So, maybe the engine simply shouldn't allow any lemming that has existed for less than 5 seconds to be assigned an untimed bomber (the failed assignment could be represented by a sound, and maybe the lem could highlight a different colour during this time to show that something is, indeed, different).

EDIT: Another way to implement this could be to start a countdown in either mode from however far away the newly-created lem is from being able to explode. So, if a lem has existed for 2 seconds and it is assigned an untimed bomber, a timer appears anyway and starts counting down from 3. The same lemming in timed bomber mode would need to be assigned the bomber immediately at the point of its existence, but the end result will be the same for both.

In the case of cloners, when timed bombers are enabled, the cloned lemming starts its countdown from 5, to prevent the opposite problem from occurring (i.e cloning a bomber with <5 seconds on the clock to create a "new" lemming that can explode in <5 seconds of its existence).

That way, it would simply become impossible to create levels which cause this particular problem, and it equalises timed and untimed bombers in the case of cloner usage.

With this in place, we can also get rid of the hotkey-switching idea and simply make it so that the player chooses their bomber option in the menu, and then lives with their choice for the duration of playing a level. As well as addressing the potential impossible situation outlined above by Silken (i.e. where the option affects skill count vs. assignment), not allowing switching in-level renders the option much less redundant, whilst also making it feel much more like a solid engine feature.

Level breakage we would simply have to accept. These things happen when creating a new fork, and it would further distinguish it from NeoLemmix as being its own platform; levels created for it would need to account for the new possibilities.

I definitely wouldn't remove a skill to make up for it. May as well keep it and you could almost definitely squeeze some room in for one more skill anyway.

It's not so much the panel room, it's more the desire to have an even number of skills. But, I take your point. Removing stuff will likely be just as much work as adding stuff in, given my current level of experience, so I'll probably want to avoid doing that anyway. (It's also another reason not to have timed bombers as a separate skill ;P)

I'd still like to increase the range of the Laserer if it proves easy enough to do without breaking anything in-game (of course, some levels may break as a result of this change, but as mentioned above I'm OK with that for now; it's worth experimenting again with the increased range anyway IMHO).

While your making this fork, would you also consider adding a few other suggestions to this fork which have been rejected and 1. Either you/lots of other people really wanted it or 2. It was rejected because of the "philosophy of NeoLemmix" (like timed bombers) which wouldn't apply here?

Of course, one of the reasons I want to do this is so that there is still a currently-maintained, forum-discussed platform for 2D Lemmings after the final version of NeoLemmix is released, but at this stage it's all talk. I am very inexperienced with coding and will likely only want to continue with it if I can make significant progress without too many headaches.

And, if you happen to know anything about programming and want to help me out with it, these things will be far more likely to happen! ;)
« Last Edit: February 26, 2023, 05:04:10 PM by WillLem »

Offline Silken Healer

  • Posts: 190
    • View Profile
Re: [SuperLemmix] Timebombers
« Reply #14 on: February 08, 2023, 03:48:49 PM »
Level breakage we would simply have to accept. These things happen when creating a new fork, and it would further distinguish it from NeoLemmix as being its own platform; levels created for it would need to account for the new possibilities.

I'm highly against this too. I thought the main point of the fork was to play any level 100% classically and it can be quite frustrating if you don't know if you haven't figured out a solution or if it's impossible. All the time you spend figuring it out could be for nothing, but if you go and look it up there could of been a possible way to do it and you would've spoiled the puzzle. And if we can figure out a way to do this with little or no easiness to understand lost that is a worthwhile trade off imo.

I'd still like to increase the range of the Laserer if it proves easy enough to do without breaking anything in-game (of course, some levels may break as a result of this change, but as mentioned above I'm OK with that for now; it's worth experimenting again with the increased range anyway IMHO).

I'm against this too for the same reason.

I'm going to do a quick tl;dr of where I am at as well.

:lemming: Timed bomber and untimed bomber mode separate in the menu

:lemming: Skill shadows separate of this, the skill shadow will show where the lemming will be in 5 seconds in timed mode.

:lemming: Only the explosion is recorded in the replay. The replay will count back 5 seconds (or work out if its in the first 5 seconds of a lemmings existence and do it immediately if so) in timed bomber mode and start the countdown then. For cloners in timed bomber mode everything will be stored and replayed.

:lemming: If you hold down a hotkey and click a lemming in the first 5 seconds of it's existence it will bomb it instantly in timed bomber mode (maybe there could be some indication it's in the first 5 seconds of it's existence which can be enabled/disabled in the settings?)

:lemming: If you clone a bomber, hold down a hotkey to make the clone a bomber (or vise versa via optional setting) the original lemming will lose it's timer and the clone will pick up where it left off.

:lemming: Have a condensed version of the intro pack shipped which explains the new features. Additionally, maybe there could be a separate "SuperLemmix" rank which is recommended you at least play through that to understand the changes.

:lemming: Try to think up some solution to make NeoLemmix and SuperLemmix 100% compatible with this issue
« Last Edit: February 26, 2023, 05:04:19 PM by WillLem »