- 
        Couldn't load subscription status. 
- Fork 1
Open
Description
w3gpluss.vjass:
- No 24-player support L42 and L71
- Edge case & future-proofing: RACE_DEMON and RACE_OTHER are not checked, there's no else "unknown"catch-all branch - L73
For common.j:
    constant race               RACE_HUMAN                      = ConvertRace(1)
    constant race               RACE_ORC                        = ConvertRace(2)
    constant race               RACE_UNDEAD                     = ConvertRace(3)
    constant race               RACE_NIGHTELF                   = ConvertRace(4)
    constant race               RACE_DEMON                      = ConvertRace(5)
    constant race               RACE_OTHER                      = ConvertRace(7)
MapMetaDataLibrary.vjass
For max player count use: https://lep.duckdns.org/app/jassbot/doc/GetBJMaxPlayers
I hope this is still used and I didn't just waste a bunch of time :)
Metadata
Metadata
Assignees
Labels
No labels