CacusMapVote

Discussions about UT99
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Higor »

Uploading a hotfix for INIs that don't have all enabled gametypes clustered, with it there won't be any bugs if you have a disabled gametype between two enabled ones.
Attachments
CacusMapVote.u
(112.08 KiB) Downloaded 97 times
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Chamberly »

Brb, finding more bugs. Lel

Edit:
I just maxed out the category quota. Would love to get more to catch 'em all. :mrgreen:
Image
Image
Image Edit: Why does my sig not work anymore?
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Higor »

I'm thinking with implementing global aliases delimited by <> characters.
So if I alias <LC>=LCWeapons_0008, I can then apply <LC> keyword to all the gametypes' mutators and ServerPackages without having to correct every single one of them after I update to a new version.
Could also add the ability to put aliases into aliases, so something like <LCMUT>=<LC>.LCMutator would work just as fine.

EDIT:
Ok that took a surprisingly small amount of time...
Samples from my INI below

Code: Select all

MainServerPackages=("<Sldr>","CommandoSkins","FCommandoSkins","SGirlSkins","BossSkins","Botpack","FerBotz_cl_2","XC_Spec_r5","<Sldr>_XC_","<LC>","MVLA14UUb13C")
CustomGame[2]=(bEnabled=True,GameName="Siege",RuleName="Base",GameClass="<SG>.SiegeGI",FilterCode="sg",VotePriority=0.800000,MutatorList="",Settings="GoalTeamScore=30",Packages="")
CustomGame[4]=(bEnabled=True,GameName="Capture the Flag",RuleName="Botz",GameClass="Botpack.CTFGame",FilterCode="ctf",VotePriority=1.000000,MutatorList="<Botz>",Settings="GoalTeamScore=8",Packages="")
Aliases[0]=<Botz>=FerBotz.BotzMutator
Aliases[1]=<BotzCL>=FerbotZ_cl_2
Aliases[2]=<Test>=<Botz>,<BotzCL>
Aliases[3]=<LC>=LCWeapons_0008
Aliases[4]=<SG>=SiegeIV_0014
Aliases[5]=<Sldr>=SoldierSkins
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by [rev]rato.skt »

now able work on my linux server

but this asking this in the logs

Failed to load 'MVLA14UUb13S': Can't find file for package 'MVLA14UUb13S'
Failed to load 'Class MVLA14UUb13S.MapListCacheHelperS': Can't find file for package 'MVLA14UUb13S'
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Chamberly »

[rev]rato.skt wrote:now able work on my linux server

but this asking this in the logs

Failed to load 'MVLA14UUb13S': Can't find file for package 'MVLA14UUb13S'
Failed to load 'Class MVLA14UUb13S.MapListCacheHelperS': Can't find file for package 'MVLA14UUb13S'
Happens to me too. We have to ignore it for awhile.
Image
Image
Image Edit: Why does my sig not work anymore?
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by [rev]rato.skt »

Look this, Works with Windows, Linux works a few times, what do these would be different colors?

Image
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Higor »

You shouldn't use the admin panel at all, it's almost inoperative or incompatible with the backend.
User avatar
Chamberly
Godlike
Posts: 1963
Joined: Sat Sep 17, 2011 4:32 pm
Personal rank: Dame. Vandora
Location: TN, USA
Contact:

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Chamberly »

Yeah, many function there in the admin panel won't work.
Image
Image
Image Edit: Why does my sig not work anymore?
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by [rev]rato.skt »

when leaving the finished version the panel will work?
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Higor »

Dunno lol, maybe if I pick up Gust's newer version of the frontend I might see what's up with it, but I won't do that for a while.
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by [rev]rato.skt »

The biggest problem with this mutator this on linux, I managed to get it to work on linux only 1 time!
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Higor »

What's exactly wrong on Linux? Can't help without info.
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by [rev]rato.skt »

appears that carried 5/7 rules and 75 maps, but the maps and rules do not appear in the vote map, or typing mutate BDBMAPVOTE RELOAD not appear


Image
Last edited by [rev]rato.skt on Tue Jun 10, 2014 3:29 am, edited 3 times in total.
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Higor
Godlike
Posts: 1866
Joined: Sun Mar 04, 2012 6:47 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by Higor »

Post that part of the CacusMapVote.ini where the rules are, also make sure you have the hotfix installed.
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: BDBMapVote, MapVoteLA... some questions and a project.

Post by [rev]rato.skt »

Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Post Reply