Author Topic: [SUG][PLAYER] Calcuation of postview messages  (Read 2010 times)

0 Members and 1 Guest are viewing this topic.

Offline Proxima

  • Posts: 4569
    • View Profile
[SUG][PLAYER] Calcuation of postview messages
« on: January 22, 2021, 05:18:58 PM »
I've spent a long time today thinking about the algorithm for calculating which postview message to display, and whether I could get the results I want with the current algorithm, simply by reordering the messages in the postview.nxmi, maybe even with duplication of some messages.

And, as far as I can see, it's impossible -- hence the request for an engine change.

The big problem is the "You got pretty close that time" message, which original Lemmings displays when you are within 5% of the requirement. But NL works on absolute counts rather than percentages, and it's become conventional for levels to have smaller lemming counts than the old "default" of 80 or 100 (and in particular, Redux reduces lemming counts to 50 or below except for a handful of levels that required leaving it unchanged). Because of this, the NL default is to display this message when the player is 2 to 5 lemmings short of the requirement.

I'm fine with this change in most cases, but it means that on a level like Speed Trap (15 lemmings, 15 required) you get the "pretty close" message even when you saved 10, which is not close at all.

I should note that this is a small nitpick, and I'm okay with it if the outcome is "no change". In that case I will replace Redux's postview.nxmi with the default one and just accept that there are oddities on levels with a small number of lemmings.

However, just in case, I would like to put forward the suggestion that conditions in the postview.nxmi can be boolean: for instance, "CONDITION -20% AND -5" would mean this message displays if N (the number saved) is at least R - 5 (R is the requirement) and N is at least 80% of R (and, of course, if the player doesn't meet the requirements for a higher message that would override this one).

Offline namida

  • Administrator
  • Posts: 12399
    • View Profile
    • NeoLemmix Website
Re: [SUG][PLAYER] Calcuation of postview messages
« Reply #1 on: November 16, 2021, 08:00:22 PM »
I'm going to reject this one, seeing as it's very minor to you, no one else seems to be particularly concerned about it, and it would be a fair bit of work to implement for ultimately a minor cosmetic gain.
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)