Is there a way to only have certain game types votable if in web admin the "allow game voting" is flagged as yes... say just WAR and VCTF? I don't want people to be able to vote for DM and TDM... betrayal etc.
Yes, it is controlled through "GameProfiles" which are stored the UTMapLists.ini file.
By default, all native game types are in that file with lists of default maps for each profile. If you have access to the ini file, you can simply stop the server, comment out the profiles that you don't want to use by placing a semi-colon ( ; ) at the start of the line and then restart the server. Only what is remaining is votable (which for you should be two gameprofile lines). This way, if you ever want to re-enable a gametype all you have to do is uncomment the line instead of creating a profile from scratch.
Or you could use webadmin to delete the game profiles that you don't want. Under "Voting" there are three options: Game Profiles, Map lists and Mutators. Select the Game Profile that you want to delete in the first drop down list and then click the Delete button at the bottom of the page.
Comment