Page 1 of 1

Map Installing

Posted: Tue Dec 31, 2013 10:47 am
by ASLY
What do you think guys what happen if I install a lot DeathMatch map to my UT?
UT Can load that many map? That's only DeathMatch maps, I want to install later more maps

DeathMatch Maps

Re: Map Installing

Posted: Tue Dec 31, 2013 10:56 am
by Raynor
I don't know if UT has absolute limit for number of installed maps.
But things get noticeably slower in game menus when you have large number of maps installed while UT enumerates them. If you have SSD then it shouldn't have much effect.

Re: Map Installing

Posted: Tue Dec 31, 2013 11:19 am
by ASLY
Yes that's what I mean, the stupid limit
I remember there was the same problem with the Skins/Player Setup but I already fix it with Marginally Enhanced UT
Now I have 3251 map in UT and just a bit slow the game menu, when I go to Practice Session and maps loading
That's the same about the Skins, but I don't care if this slow, just work!

Re: Map Installing

Posted: Tue Dec 31, 2013 5:01 pm
by papercoffee
ASLYE702 wrote:3251 map in UT
Holy Carp!! That's huge amount of maps. :shock:

I have only 125 maps

Re: Map Installing

Posted: Tue Dec 31, 2013 6:25 pm
by DeathoX 8
I don't think there is any hard coded limit however the map scanning functions still produce the "10000000 iterations reached" crashes, I've had it happen when I had all the maps loaded and tried to play some gametype which supports all map types (like Rocket Arena All Maps).

I haven't checked in a while but I think I have about 4500 maps, opening the menus takes AGES so normally I start a match with a keybind and use either the XMaps mutator or console commands to move to other maps/gametypes. If you have that many maps you should really split them up in different folders so that you can toggle the useless ones (I've got a "good maps" folder which has about 1000 maps across all gametypes, normally it's the only one I keep active, DM practice menu still takes a lot of time though...).

Re: Map Installing

Posted: Tue Dec 31, 2013 6:43 pm
by EvilGrins
papercoffee wrote:
ASLYE702 wrote:3251 map in UT
Holy Carp!! That's huge amount of maps. :shock:
I have only 125 maps
Last I checked I had over 200 deathmatch maps, and I've got a lot of the other gametypes too.

Think I'm going to need to do a recount when i get home.

Re: Map Installing

Posted: Wed Jan 01, 2014 12:32 am
by Chamberly
Hello, I have 3,580 maps in my UT Map's file (the one I usually play with, didn't include any other maps I have throughout my computer. There may be more tho.) and it does take a long time to load the menu. So what I do is, load up the menu 1 time, pick whatever mutators I need or so, then when I want to switch map (from my UT's map folder), I can just click on the map name, and it auto switch to the map without changing the mutators or so.

Re: Map Installing

Posted: Wed Jan 01, 2014 3:16 am
by papercoffee
Chamberly wrote:Hello, I have 3,580 maps in my UT Map's file (the one I usually play with, didn't include any other maps I have throughout my computer. There may be more tho.) and it does take a long time to load the menu. So what I do is, load up the menu 1 time, pick whatever mutators I need or so, then when I want to switch map (from my UT's map folder), I can just click on the map name, and it auto switch to the map without changing the mutators or so.
ASLYE702 meant only deathmatch maps.

Re: Map Installing

Posted: Wed Jan 01, 2014 3:33 pm
by ASLY
No papercoffe, I don't mean DeathMatch maps I have only 1066 DeathMatch map, 3251 Is my total map collection right now
Now guys what do you think? I don't care about the loading takes ages, I have time
So DeathoX there is a limit or not? Can you take a look for this? I'm not a coder so I don't understand where I can find that
I taked a look for something in UnrealED Actor menu, I hoped I find something, but don't
UWindowBase > UWindowList > UWindowListBoxItem > UMenuMapList
I think that's the Map List structure, but there I don't see anything about the limit

Code: Select all

class UMenuMapList expands UWindowListBoxItem;

var string MapName;
var string DisplayName;

function int Compare(UWindowList T, UWindowList B)
{
	if(Caps(UMenuMapList(T).MapName) < Caps(UMenuMapList(B).MapName))
		return -1;

	return 1;
}

// Call only on sentinel
function UMenuMapList FindMap(string FindMapName)
{
	local UMenuMapList I;

	for(I = UMenuMapList(Next); I != None; I = UMenuMapList(I.Next))
		if(I.MapName ~= FindMapName)
			return I;

	return None;
}

Re: Map Installing

Posted: Wed Jan 01, 2014 9:20 pm
by DeathoX 8
ASLYE702 wrote:No papercoffe, I don't mean DeathMatch maps I have only 1066 DeathMatch map, 3251 Is my total map collection right now
Now guys what do you think? I don't care about the loading takes ages, I have time
So DeathoX there is a limit or not? Can you take a look for this? I'm not a coder so I don't understand where I can find that
I taked a look for something in UnrealED Actor menu, I hoped I find something, but don't
UWindowBase > UWindowList > UWindowListBoxItem > UMenuMapList
I think that's the Map List structure, but there I don't see anything about the limit
No there isn't any hard coded limit as far as I know, however after reaching amount of maps menus could start crashing since the game would kick in the anti-infinite loops safety crash.

Re: Map Installing

Posted: Wed Jan 01, 2014 10:00 pm
by EvilGrins
1,101 maps

I'll pass on breaking that down into categories.

Re: Map Installing

Posted: Wed Jan 01, 2014 11:44 pm
by papercoffee
ASLYE702 wrote:No papercoffe, I don't mean DeathMatch maps I have only 1066 DeathMatch map, 3251 Is my total map collection right now
Your first post talked about DM only ... :noidea
ASLYE702 wrote:What do you think guys what happen if I install a lot DeathMatch map to my UT?
UT Can load that many map? That's only DeathMatch maps, I want to install later more maps

DeathMatch Maps
That's why I thought you only meant DM maps.

My total map-count is 295