Author Topic: 2.00 Hints  (Read 5131 times)

0 Members and 1 Guest are viewing this topic.

Offline Wafflem

  • Posts: 943
    • View Profile
2.00 Hints
« on: July 29, 2015, 04:26:03 PM »
This will be a very useful feature, but how should they be displayed?

Should they be displayed in a dialog box, or should they be displayed on the top screen like how it was in Cheapo?

Hints will also be useful for things like gimmick levels (e.g. if you have a gimmick combo, but the player doesn't want to figure out what gimmicks are being used, they can read the hint to see what exact gimmicks the level uses).

Also, there are those hint arrows that were converted from Cheapo graphic sets; those should be in every official standard NeoLemmix graphic set.
YouTube: www.tinyurl.com/YTWafflem
Twitch: www.twitch.tv/Wafflem467

Have level designer's block right now? Have some of my incomplete levels for LOTS of ideas!

Offline ccexplore

  • Posts: 5311
    • View Profile
Re: 2.00 Hints
« Reply #1 on: July 29, 2015, 08:30:50 PM »
Seems like the only difference with dialog box is that they obscure even more of the level area and thus generally more obtrusive.  I can't imagine that being good qualities to anyone for hints.

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: 2.00 Hints
« Reply #2 on: July 30, 2015, 06:32:18 AM »
A dialog box for hints could work provided it paused the game while displayed. Assuming the level in question isn't a Frenzy level, that is.

Anyway, I'll definitely make sure support for these is in there from Day 1. Feel free to suggest / discuss ideas of how they should be implemented (and keep in mind, we do have a dedicated object type that can be used for them; eg. to display an arrow alongside a hint; although these could also be made a standard thing outside of object types too, similar to what I'm considering for one-way walls and pre-placed lemmings).
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 ccexplore

  • Posts: 5311
    • View Profile
Re: 2.00 Hints
« Reply #3 on: July 30, 2015, 08:53:42 AM »
A dialog box for hints could work provided it paused the game while displayed. Assuming the level in question isn't a Frenzy level, that is.

It still seems so unnecessary when it's a lot more out of way to just show it in-level like in Cheapo.  It is a hint after all, not a warning or error message.

I'd say the only real reason to use a dialog box is if it's easier to implement.  One possible secondary reason is if you worry about text legibility (assuming the text is displayed with transparent background so you can see-through to the level area), but there are a few not-too-tricky solutions for that (so again, back to ease of implementation).

I'd also suggest if at all possible, even with a dialog box implementation, the exact same keys and/or UI buttons that bring up the hint should also be usable to dismiss the hint.  (Actually with the mouse, the best thing would probably be to allow any click anywhere to dismiss).

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
Re: 2.00 Hints
« Reply #4 on: July 30, 2015, 09:12:53 AM »
Overlay somewhere on the screen, that's good.

Dialog box, bad. Introduces a mode, prevents from solving while reading, breaks control flow. Dialog boxes are bad, use the overlay instead.

-- Simon