Skip to content

Commit 0391466

Browse files
committed
Remove unused LOBBY_PROPERTY_NAMES
1 parent f618212 commit 0391466

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

sc2reader/constants.py

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -95,40 +95,6 @@
9595

9696
COLOR_CODES_INV = dict(zip(COLOR_CODES.values(),COLOR_CODES.keys()))
9797

98-
## Names of the different properties found in the s2gs files lobby part
99-
LOBBY_PROPERTY_NAMES = {
100-
1 : 'unknown1', #0001/0002
101-
2 : 'unknown2', #0001/0002
102-
500 : 'Slot type', #Clsd/Open/Humn/Comp
103-
1000 : 'unknown3', #Dflt
104-
1001 : 'Melee', #no/yes no->2000, yes->2001
105-
2000 : 'Custom mode', #t2/t3/t4/t5/FFA/Cust (tX = X teams)
106-
2001 : 'Melee mode', #1v1/2v2/3v3/4v4/5v5/6v6/FFA
107-
2002 : '1v1 Team', #T1/T2
108-
2003 : '2v2 Team', #T1/T2/T1/T2
109-
2004 : '3v3 Team', #T1/T2/T1/T2/T1/T2
110-
2005 : '4v4 Team', #T1/T2/T1/T2/T1/T2/T1/T2
111-
2006 : 'FFA Team', #T1/T2/T3/T4/T5/T6
112-
2007 : '5v5 Team', #T1/T2/T1/T2/T1/T2/T1/T2/T1/T2
113-
2008 : '6v6 Team', #T1/T2/T1/T2/T1/T2/T1/T2/T1/T2/T1/T2
114-
2011 : "'2 Teams' team", #(T1/T2)*6
115-
2012 : "'3 Teams' team", #(T1/T2/T3)*6
116-
2013 : "'4 Teams' team", #(T1/T2/T3/T4)*6
117-
2014 : "'5 Teams' team", #(T1/T2/T3/T4/T5)*6
118-
2017 : "FFA Team", #T1/T2/T3/T4/T5/T6
119-
2018 : "'Custom' team", #(T1/T2/T3/T4/T5/T6)*5
120-
3000 : 'Game speed', #Slor/Slow/Norm/Fast/Fasr
121-
3001 : 'Race', #Terr/Zerg/Prot/RAND
122-
3002 : 'Color', #tc01/tc02/tc03/tc04/.../tc15
123-
3003 : 'Handicap', #50/60/70/80/90/100
124-
3004 : 'Difficulty', #VyEy/Easy/Medi/Hard/VyHd/Insa
125-
3006 : 'Game countdown', #3/5/7/10/15/20/25/30 (countdown timer in lobby (seconds))
126-
3007 : 'Player mode', #Part/Watch (Participating/Watching) Watch->3008
127-
3008 : 'Spectate mode', #Obs/Ref
128-
3009 : 'Lobby type', #Priv/Pub/Amm
129-
3010 : 'unknown4', #no/yes (Never required)
130-
}
131-
13298
REGIONS = {
13399
# United States
134100
'us': {

0 commit comments

Comments
 (0)