Singleplayer
Built-In
Built-In
↩️ Back
Setting up Singleplayer is not that hard of a job!
As with most of these platforms, you need to modify credentials.xml
However, before doing anything, just change this property to "Singleplayer"
<ActivePlatforms>Singleplayer</ActivePlatforms>
ActivePlatforms supports multiple platforms (following by a comma symbol)
There are 2 required properties specified for Singleplayer!
<Singleplayer.UseNumpad>True</Singleplayer.UseNumpad>
<Singleplayer.PrimaryKeyCode>Keypad0</Singleplayer.PrimaryKeyCode>
Singleplayer.UseNumpad - When voting to type numbers, are we using numpad or basic number keys that are near to the "F" keys
Singleplayer.PrimaryKeyCode - The "hold to type a number" key. See KeyCode
If you can't find any of these properties in credentials.xml, just add them manually!