In the Load Menu.
The sort order of the character names is based upon most recent load.
Unless that characters name starts w/ 'Z'.
In that case, the character whose name starts w/ 'Z' is last in the list.
I know, this is not a deal breaker, or anything. I hesitated to even post it, but bugs are bugs and who knows what they might be hiding.
No love for Z's
Moderator: Moderator
-
- Sher'Tul Godslayer
- Posts: 2517
- Joined: Thu Jan 23, 2003 8:13 pm
- Location: A shallow water area south of Bree
- Contact:
Re: No love for Z's
Yeah, this is a boot module bug, one that I've run into before. In my experience it isn't particular to characters whose names start with Z (not least because I don't have any such characters), but there's often one character that should be near the top but gets stuck at the bottom. The error, I think, is here, in LoadGame:generateList():smithfield wrote:In the Load Menu.
The sort order of the character names is based upon most recent load.
Unless that characters name starts w/ 'Z'.
In that case, the character whose name starts w/ 'Z' is last in the list.
Code: Select all
table.sort(nodes, function(a, b) return (a.timestamp or 0) > (b.timestamp or 0) end)
table.insert(nodes, save)

"Blessed are the yeeks, for they shall inherit Arda..."
Re: No love for Z's
ahahha ! fixed 

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Halfling
- Posts: 111
- Joined: Wed May 23, 2012 1:19 am
Re: No love for Z's
Funny that Zizzo doesn't have any characters whose name starts w/ 'Z'.