Skip to content

Inconsistent Game Name requirement when autohosting #4277

New issue

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

Open
aco4 opened this issue Apr 22, 2025 · 0 comments
Open

Inconsistent Game Name requirement when autohosting #4277

aco4 opened this issue Apr 22, 2025 · 0 comments
Labels

Comments

@aco4
Copy link
Contributor

aco4 commented Apr 22, 2025

Single quote character (') is forbidden in the name of your hosted game. If you try to use it, this will happen:

Image

But when autohosting, it's possible to use it:

Image

Just specify it in the .json file:


Warzone 2100/autohost/deso.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

Expected behavior

Should be consistent

System

  • OS: Windows 11
  • Game version: 4.5.5

Additional context

This issue is not exclusive to the single quote character ('). It most likely occurs for the other forbidden characters, whatever they are.

@aco4 aco4 added the Bug label Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant