Map Vote Extended - MVE2h

Search, find and discuss about Mutators!
User avatar
esnesi
Godlike
Posts: 1059
Joined: Mon Aug 31, 2015 12:58 pm
Personal rank: Dialed in.

Re: Map Vote Extended - MVE2h

Post by esnesi »

IRSAgent wrote: Thu Aug 15, 2024 6:24 pm Thank you! I didn't know that I had to create the filter, too. I'll re-order the mutators too but I'm just wondering, why would I want to change the load order? Does it make FNN work better?
Well in your config you run the weapon mutator before you actually run newnet.
The logical choice is to run Newnet first, before loading the preferred weaponmutator NewNetFM in this case, as the mutator requires the base mutator > newnet.
User avatar
IRSAgent
Novice
Posts: 25
Joined: Sun Mar 17, 2024 12:05 am

Re: Map Vote Extended - MVE2h

Post by IRSAgent »

Hello, is there is maximum amount of custom games in MVE2h? For some reason, my server won't load any past 33.
User avatar
Barbie
Godlike
Posts: 3027
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: Map Vote Extended - MVE2h

Post by Barbie »

IRSAgent wrote: Sat Jan 25, 2025 9:53 pm Hello, is there is maximum amount of custom games in MVE2h? For some reason, my server won't load any past 33.
Looks like the maximum is 100:
MVE2h.u wrote:

Code: Select all

class MapVoteWRI extends WRI;
...
var string CustomGames[100];
The original MVE_Config.ini has 35 defined CustomGames but maybe that amount has never been tested.
"If Origin not in center it be not in center." --Buggie
User avatar
IRSAgent
Novice
Posts: 25
Joined: Sun Mar 17, 2024 12:05 am

Re: Map Vote Extended - MVE2h

Post by IRSAgent »

Barbie wrote: Sat Jan 25, 2025 10:20 pm
IRSAgent wrote: Sat Jan 25, 2025 9:53 pm Hello, is there is maximum amount of custom games in MVE2h? For some reason, my server won't load any past 33.
Looks like the maximum is 100:
MVE2h.u wrote:

Code: Select all

class MapVoteWRI extends WRI;
...
var string CustomGames[100];
The original MVE_Config.ini has 35 defined CustomGames but maybe that amount has never been tested.
Yeah, it says that but I just did a bunch of testing and it seems to not be the case? I even removed and re-added custom games and I can confirm that it won't load any past 33. I would be interested in seeing someone's config if they've got more than 33 to load.   
Auto merged new post submitted 2 minutes later
...Nevermind... I just found this at the end of my file. Removing it seems to fix the issue. I must've accidentally pasted it down there. Another user error post from me lol.

Image
User avatar
esnesi
Godlike
Posts: 1059
Joined: Mon Aug 31, 2015 12:58 pm
Personal rank: Dialed in.

Re: Map Vote Extended - MVE2h

Post by esnesi »

IRSAgent wrote: Sat Jan 25, 2025 9:53 pm I must've accidentally pasted it down there. Another user error post from me lol.
That's indeed the behavior you'll see when messing with orders.
We currently got 85 CustomGames of the 100 in use.