Page 1 of 1

STUPID MOOP INSTALLER

PostPosted: Tue May 29, 07 9:40 pm
by Aidan
Ok, another problem...

I've recently installed moops maps and mods archives installer.
The only problem I have with it is that on my mapvote menu, it will only include the DXMP_MAPNAMEHERE maps.

I have a strong feeling it is one of the mods that was installed on my server, but I have no clue which one and what files to delete.

It would me much appreciated if someone were to help me with this small problem, thank you.

PostPosted: Tue May 29, 07 11:27 pm
by Magus
There's some setting you can change in Mutators.ini to stop that, I believe.

Have a look in there.

PostPosted: Tue May 29, 07 11:59 pm
by Aidan
Oh, also. just to let you know. I Have Re-installed Dx and have added only the MTL mod and miniMTL mod. So i'm not so sure it's in my mutator.ini

Thanks for helping though :D

PostPosted: Wed May 30, 07 6:41 am
by Magus
Nah, I'm pretty sure it's in Mutators.ini

Set [DXMapVote100.MVMutator]'s bUseMapListOnly to false, and it should show them all.

PostPosted: Wed May 30, 07 9:46 am
by Mastakilla
I only eat white bread.

PostPosted: Wed May 30, 07 11:31 am
by MJ12
WHITE WHITE :P :P :P

PostPosted: Wed May 30, 07 2:09 pm
by Dae
Magus wrote:Set [DXMapVote100.MVMutator]'s bUseMapListOnly to false, and it should show them all.

I though the opposite :) I think it has bUseMapListOnly set to false already and the mutator tries to find the maps in /Maps directory by DXMP_ prefix. How else could it distinguish mp maps and sp maps (and sp mod maps)?

PostPosted: Wed May 30, 07 2:54 pm
by Alex
Code: Select all
bFilterSPMaps=False

PostPosted: Wed May 30, 07 2:56 pm
by Dae
yea and how does it filter them?

PostPosted: Wed May 30, 07 2:57 pm
by Alex
No idea. Let me check.

EDIT:
Code: Select all
      if ( bFilterSPMaps )
      {
         S=Left(M,3);
         if ( (S ~= "00_") || (int(S) != 0) && (Right(S,1) ~= "_") )
         {
            return;
         }
      }

PostPosted: Wed May 30, 07 9:16 pm
by Aidan
I've already tried doing everything you had just said. I'll try again though and then give you the scoop (Double Post, or else this problem will make its way down to the bottom of the well like some others :D ). Is that ok?