• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Sorting issues with TM's

Fanta

Content Developer
P3D Developer
Global Moderator
Not a critical bug, but a bug non the less,
After the last update with the addition of TMs that have the IDs of 1XX, the sorting system stopped working correctly.
This one sorted by name :
2014-05-26_12.06.53.png


And the one below is sorted by ID as you can see, the HMs are sorted between the TMs wrongly. ( i know why this one happens and probably can't be fixed)

2014-05-26_12.07.15.png
 

nilllzz

Original Developer
Administrator
P3D Developer
I don't see an issue with the name sorting (at least not on the screenshot) and the HM sorting is because the IDs aren't in order with the HM numbers. So no bug there as well.
 

Fanta

Content Developer
P3D Developer
Global Moderator
I don't see an issue with the name sorting (at least not on the screenshot) and the HM sorting is because the IDs aren't in order with the HM numbers. So no bug there as well.
I know It's not wrong in the sorting, I just though it should be like this (12-13-14..........112-113...etc), It's a bit annoying at it's current state.
I probably should have posted this in the Suggestion/feedback thread :p
 

nilllzz

Original Developer
Administrator
P3D Developer
I know It's not wrong in the sorting, I just though it should be like this (12-13-14..........112-113...etc), It's a bit annoying at it's current state.
I probably should have posted this in the Suggestion/feedback thread :p
That's because it's string comparison, not numeric comparison. I added the correct SortValue to the technical machines, so that sorting mode should work best for them since that is a integer comparison.
 
Top