Custom server for a clan - Captain mode vanilla style with voting setup

Users who are viewing this thread

Hi fellow warriors,

Anyone knowledgeable in Custom Servers ? I would like to set Captains mode like in vanilla on custom server with possibility to vote on next map and factions, any ideas how to program the Modules/Native/ds_sample.txt ?
I have created a Custom Server externally, not via own Steam or own PC, but it looks a bit harder to setup what I want.

It's the sergeant or sergeant_with_bots? Do i have to specify number of bots per formations etc ...

What to put in the file, if someone have a working sample / template that would be great to share with me here or on PM.

Also how to put custom automate messages with frequency of display on the chat.

Appreciated,
BullRot
Leader of Harsh Martial - Captain mode clan
 
Last edited:
This was the config I used for the GK captain servers:
ServerName GK NA Captain 6v6
GameType Captain
add_map_to_automated_battle_pool mp_sergeant_map_007
add_map_to_automated_battle_pool mp_sergeant_map_008
add_map_to_automated_battle_pool mp_sergeant_map_009
add_map_to_automated_battle_pool mp_sergeant_map_011
add_map_to_automated_battle_pool mp_sergeant_map_013
add_map_to_automated_battle_pool mp_sergeant_map_018
CultureTeam1 battania
CultureTeam2 vlandia
RespawnPeriodTeam1 3
RespawnPeriodTeam2 3
RoundPreparationTimeLimit 25
MaxNumberOfPlayers 12
AllowPollsToKickPlayers True
FriendlyFireDamageMeleeFriendPercent 75
FriendlyFireDamageRangedFriendPercent 75
MinNumberOfPlayersForMatchStart 2
RoundTotal 9
MapTimeLimit 60
RoundTimeLimit 600
WarmupTimeLimit 5
AutoTeamBalanceThreshold 1
NumberOfBotsPerFormation 25
SingleSpawn true
set_automated_battle_count 50
start_game
enable_automated_battle_switching

The "automated battle switching" is what enables the map/faction voting after each map.

As for server messages, that will require a mod.
 
Back
Top Bottom