Disabling voting on a Codename CURE II server gives owners more control over their server's settings. When votes are disabled, players can only return to the hub, kick players, or change the difficulty if they are assigned as an admin. This allows users to restrict their servers to their preferred playstyle. For example, players who want to create insane-only servers can use this option to disallow difficulty changes, helping build a community around the enhanced difficulty mode.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to the Files tab.
4. Find the following directory: /home/container/CURE2/Saved/Config/LinuxServer
5. Open the ServerSettings.ini file.
6. Before the Equals Sign (=) for ExecCvars, enter a [0].
7. Enter the desired Vote Settings on a New Line using the following format: ExecCvars[X]=[Setting] 0
| Setting | Description |
|---|---|
mp.allowvotedifficulty 0 |
Disables voting for map difficulty. |
mp.allowvoteswitchmap 0 |
Disables voting for switching maps, including returning to base. |
mp.allowvotenextmap 0 |
Disables voting for the next map. |
mp.allowvotekick 0 |
Disables voting to kick players. |
8. Each ExecCvars line must have an additional number, as seen below.
Note: This is necessary to maintain settings through server restart.
9. Press the Save button.
10. Start the server.