We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single quote character (') is forbidden in the name of your hosted game. If you try to use it, this will happen:
'
But when autohosting, it's possible to use it:
Just specify it in the .json file:
.json
{ "locked": { "power": true, "alliances": true, "teams": true, "difficulty": true, "ai": true, "scavengers": true, "position": false, "bases": true }, "challenge": { "map": "Deso_4v4", "maxPlayers": 8, "scavengers": 0, "alliances": 3, "powerLevel": 2, "bases": 3, "name": "arc's autohost", "techLevel": 1, "spectatorHost": true, "openSpectatorSlots": 9, "allowPositionChange": true }, "player_0": { "team": 0 }, "player_1": { "team": 0 }, "player_2": { "team": 0 }, "player_3": { "team": 0 }, "player_4": { "team": 1 }, "player_5": { "team": 1 }, "player_6": { "team": 1 }, "player_7": { "team": 1 }, "player_8": { "team": 1 } }
8c-Deso_4v4.zip
Should be consistent
This issue is not exclusive to the single quote character ('). It most likely occurs for the other forbidden characters, whatever they are.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Single quote character (
'
) is forbidden in the name of your hosted game. If you try to use it, this will happen:But when autohosting, it's possible to use it:
Just specify it in the
.json
file:Warzone 2100/autohost/deso.json
8c-Deso_4v4.zip
Expected behavior
Should be consistent
System
Additional context
This issue is not exclusive to the single quote character (
'
). It most likely occurs for the other forbidden characters, whatever they are.The text was updated successfully, but these errors were encountered: