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!!
Maps dont show up in server admin web portal
-
- Novice
- Posts: 3
- Joined: Tue Jan 11, 2022 3:50 pm
-
- Godlike
- Posts: 3255
- Joined: Sat Mar 21, 2020 5:32 am
Re: Maps dont show up in server admin web portal
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.
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.
-
- Godlike
- Posts: 6460
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: Maps dont show up in server admin web portal
I think it's stock "map-list" array - probably 32...
-
- Novice
- Posts: 3
- Joined: Tue Jan 11, 2022 3:50 pm
Re: Maps dont show up in server admin web portal
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!
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
Thanks. But what does this mean?
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 3255
- Joined: Sat Mar 21, 2020 5:32 am
Re: Maps dont show up in server admin web portal
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.
Possible better install mapvote on server and use it for change map. Or even nexgen.
But there exists problem with map lists - saved only first 32 items.
Automatically merged
-
- Novice
- Posts: 3
- Joined: Tue Jan 11, 2022 3:50 pm
Re: Maps dont show up in server admin web portal
How did I not notice this default button
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!
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!