Maps dont show up in server admin web portal

Discussions about Servers
Post Reply
kaneelschep
Novice
Posts: 3
Joined: Tue Jan 11, 2022 3:50 pm

Maps dont show up in server admin web portal

Post by kaneelschep »

HI all.


I have searched and searched. MAybe I dont search for the correct things, But i cannot find an answer to this question.

So I got a server running in a docker. I tried multiple ones. Also tried running the server in the game itself.
It all works. But I just dont see a lot of the maps in the drop down menu in the Admin webpage portal. I have all the maps I found on the web in the maps folder.
But they just dont show up in the admin portal.
How can I make it show all the maps?

Thanks!!
Buggie
Godlike
Posts: 2698
Joined: Sat Mar 21, 2020 5:32 am

Re: Maps dont show up in server admin web portal

Post by Buggie »

What admin portal? If you talk about embed HTML web admin which appear on port 8888, then (possible) there limitation about read map list in UT code.
I know 100%, there exists few limitations for mutators: game UI read first 200 mutators, but webadmin read only first 50 of them.

So I suspect there map limitations too. But not sure anyway. Need look into code.
User avatar
sektor2111
Godlike
Posts: 6403
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: Maps dont show up in server admin web portal

Post by sektor2111 »

I think it's stock "map-list" array - probably 32...
kaneelschep
Novice
Posts: 3
Joined: Tue Jan 11, 2022 3:50 pm

Re: Maps dont show up in server admin web portal

Post by kaneelschep »

Yes the embedded admin.
I added a picture. But then why does it choose to show these maps? There are 15 more ctf maps..
This must be changeble no?

Thanks!

Automatically merged

sektor2111 wrote: Tue Jan 11, 2022 6:50 pm I think it's stock "map-list" array - probably 32...
Thanks. But what does this mean?
Attachments
ut.jpg
Buggie
Godlike
Posts: 2698
Joined: Sat Mar 21, 2020 5:32 am

Re: Maps dont show up in server admin web portal

Post by Buggie »

Yes. This combobox build on maplist. Maplist you can edit when click on right top link "Defaults".

But there exists problem with map lists - saved only first 32 items.

Automatically merged

Possible better install mapvote on server and use it for change map. Or even nexgen.
kaneelschep
Novice
Posts: 3
Joined: Tue Jan 11, 2022 3:50 pm

Re: Maps dont show up in server admin web portal

Post by kaneelschep »

How did I not notice this default button :( :ironic2:

Ok. I noticed the limit now yes. But for now and for our goal its enough. I could even run another docker with different ports to double the maps.
I will read about the options you gave. Cause mapvote sounds good!

Thanks!
Post Reply