Jump to content

MAP VOTE list : ordering ?


clan DIABOLIK

Recommended Posts

Hello

 

I use :

g_mapVoteFlags = 12

 

So, it includes :

 

 

8 Don't randomize the maps, so they will always appear in the same order

 

But is it possible to control this order ?

 

I mean: actually, it seems to be "reverse"-alphabetical of bsp-name, I think that normal-alphabetic order shoud be more intuitive/suitable (ie when you search a particular map in the list).

 

V55  :ph34r:

Edited by clan DIABOLIK
Link to comment
Share on other sites

  • 6 months later...
  • 7 months later...
  • Management

It's possible, but not without much effort. The debriefing vote map list is created on the server, we would have to sort the maps on the server side based on the "longname" attribute from the .arena file in the pk3 file. pk3 files are not handled (accessed) server side so we would have to do it and cache it for further use. Currently the files are in the order the engine returns the list of .bsp files.

So for the time being, this feature has a lower priority.

However for your convenience, we have changed the map order in the map list in the map vote menu which was possible to do client-side only.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...