Quote from: Simon on June 07, 2026, 11:31:37 AMMaybe reword the options to Show Backgrounds and activate by default, instead of Hide Backgrounds and disabled by default. It's the classic preference to word bool options positively: I want backgrounds, check, I don't want backgrounds, uncheck.
Quote from: Simon on June 07, 2026, 11:31:37 AMPlease let me hide the animated decorations!
Quote from: Simon on June 07, 2026, 11:31:37 AMWith the CE 1.1.1 set of options, I would have expected the hide-backgrounds option to also hide the unanimated decorations. Reasoning: Either we want to see the level exactly how the designer made it, or we want the bare-bones functionality.
I don't know if anybody wants to see one kind animated/unanimated background, but not the other.
Quote from: JawaJuice on June 10, 2026, 11:17:34 AMWhat language is NLEditor written in out of curiosity? I'd be interested how the Random ID button is implemented, presumably some kind of seeded rand function.
private void btnRandomID_Click(object sender, EventArgs e)
{
CurLevel.LevelID = (ulong)Utility.Random().Next() +
((ulong)Utility.Random().Next() << 32);
txtLevelID.Text = CurLevel.LevelID.ToString("X16");
}
Quote from: heart66 on June 09, 2026, 08:18:52 PMNew level 49

Quote from: kaywhyn on June 10, 2026, 01:04:21 PMI personally only have experience with C++, but I haven't coded in that language in over 15 years now, as the last time I did so was back when I was in college/university. Hence, I'm not sure how much it has in common with C#, let alone C, in terms of syntax, though it wouldn't surprise me if there are some similarities, especially with C. I recently re-installed Visual Studios on my machine again and am pleased that most of my assignments from the computer programming course I took all those years ago still compile properly![]()
Quote from: 92Dexter11 on June 09, 2026, 06:09:13 PMI personally didn't really mind the lack of titles. Design-wise, the levels have a minimalistic feel that I quite enjoyed, and I feel the lack of titles helped complement that. That's just my opinion, though, I'm not really sure what the consensus of the lemmings forum is on levels without titles.
The user who played through and gave feedback on the All the Styles pack also thought the level titles could be but still found the pack to be good, for example.