Hook wrote:Yes, I have the file!
And yep, you have to either run it as a CTF Gametype - OR - as a BT Gametype - and IF you have the BT Mod installed and running with this mutator you have the maps just prefixed with BT only.
According to one experienced BT server admin who runs a few BT servers, he recommends running it without the BT mod and just under the CTF Game Type.
They do work with MapVote either way but he says just using CTF with BTPlusPlusv097 running is best.

Well I've found all required files too thanks to someone who posted them on the utsurvival website (thank God someone saved a copy of the BT mod, can't believe there are NO official download mirrors left for that mod in the whole Internet). I was even working on posting a full BT mod pack here, containing the BT mod, BTPlusPlus and IpToCountry with all missing INIs.
Now my problem is I've been messing with INIs, settings and mutators and I can NOT make BTPlusPlus work with the plain CTF gametype. My UT gametype browser correctly shows me the BT maps and loads the mutator but MapVoteLA acts like a beeich.
This line is for the BT mod associated to the BTPlusPlus mutator and it works fine, but you have to manually rename all maps to BT-whatever
Code: Select all
CustomGameConfig[x]=(bEnabled=True,GameClass="bunnytrack2.bunnytrackgame",NewPrefix="BT",Mutators="BTPlusPlusv097.BTPlusPlus",Settings="")
This is what I'm using for CTF-BT and it does NOT work to me:
Code: Select all
CustomGameConfig[x]=(bEnabled=True,GameClass="BotPack.CTFGame",NewPrefix="CTF-BT",Mutators="BTPlusPlusv097.BTPlusPlus",Settings="")
It either loads all CTF maps installed but the BT ones or it shows no maps at all or it loads just the BT maps but not the mutator. This is so damn frustrating.
Any ideas?

I'm almost sure the problem lies in these two lines located in the BTPlusPlus.ini:
Code: Select all
bDisableInTournament=False
bDisableInNonBTMaps=True
What if I use the BTctf mod instead? Does it work with BTPlusPlus? If I manage to make this darn thing working properly I may eventually post a full server set-up with all missing files and a detailed ReadMe.
P.S. Yes you're right, most of the BT servers nowadays run a CTF-BT server instead of a pure BT server (at least you don't have to rename all maps).