Skip to content

Commit

Permalink
Adapt configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasselbring committed Jul 15, 2022
1 parent c81ec15 commit 4f7bd7d
Show file tree
Hide file tree
Showing 49 changed files with 14 additions and 39 deletions.
Binary file added resources/config/icons/spl_7v7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/config/icons/spl_dbhc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/config/spl/10.gif
Binary file not shown.
Binary file removed resources/config/spl/11.png
Binary file not shown.
Binary file removed resources/config/spl/14.png
Binary file not shown.
Binary file removed resources/config/spl/15.png
Binary file not shown.
Binary file removed resources/config/spl/16.png
Binary file not shown.
Binary file removed resources/config/spl/2.gif
Binary file not shown.
Binary file removed resources/config/spl/20.png
Binary file not shown.
Binary file removed resources/config/spl/21.png
Binary file not shown.
Binary file removed resources/config/spl/23.png
Binary file not shown.
Binary file removed resources/config/spl/26.gif
Binary file not shown.
Binary file removed resources/config/spl/27.png
Binary file not shown.
Binary file removed resources/config/spl/28.png
Binary file not shown.
Binary file removed resources/config/spl/29.png
Binary file not shown.
Binary file removed resources/config/spl/30.png
Binary file not shown.
Binary file removed resources/config/spl/31.png
Binary file not shown.
Binary file removed resources/config/spl/32.png
Binary file not shown.
Binary file removed resources/config/spl/34.png
Binary file not shown.
Binary file removed resources/config/spl/35.png
Binary file not shown.
Binary file removed resources/config/spl/36.png
Binary file not shown.
Binary file removed resources/config/spl/37.png
Binary file not shown.
Binary file removed resources/config/spl/38.png
Binary file not shown.
Binary file removed resources/config/spl/39.png
Binary file not shown.
Binary file removed resources/config/spl/4.gif
Binary file not shown.
Binary file removed resources/config/spl/41.png
Diff not rendered.
Binary file removed resources/config/spl/44.png
Diff not rendered.
Binary file removed resources/config/spl/46.png
Diff not rendered.
Binary file removed resources/config/spl/47.png
Diff not rendered.
Binary file removed resources/config/spl/48.png
Diff not rendered.
Binary file removed resources/config/spl/50.png
Diff not rendered.
Binary file removed resources/config/spl/51.png
Diff not rendered.
Binary file removed resources/config/spl/6.gif
Diff not rendered.
Binary file removed resources/config/spl/7.png
Diff not rendered.
Binary file removed resources/config/spl/9.png
Diff not rendered.
37 changes: 0 additions & 37 deletions resources/config/spl/teams.cfg
Original file line number Diff line number Diff line change
@@ -1,51 +1,14 @@
0=Invisibles
1=UT Austin Villa,white,orange
2=Austrian Kangaroos
3=Bembelbots,gray
4=Berlin United,blue,red
5=B-Human,black,red
6=Cerberus
7=DAInamite,red,blue
8=Dutch Nao Team,orange,blue
9=Edinferno
10=Kouretes
11=MiPal,red,blue
12=Nao Devils,yellow,black
13=HTWK Robots,blue,yellow
14=Northern Bites,black,white
15=NTU RoboPAL,red,yellow
16=RoboCanes
17=RoboEireann,green,white
18=rUNSWift,yellow,blue
19=SPQR Team,red,blue
20=TJArk,gray,red
21=UChile Robotics Team
22=UPennalizers,blue,red
23=Crude Scientists
24=HULKs,gray,red
26=MRL-SPL,blue,red
27=Philosopher,white,black
28=Rimal Team
29=SpelBots
30=Team-NUST,blue,yellow
31=UnBeatables,yellow
32=UTH-CAR
33=NomadZ,red,blue
34=SPURT
35=Blue Spider
36=Camellia Dragons,purple,yellow
37=JoiTech-SPL
38=Linköping Humanoids,blue,orange
39=WrightOcean
40=Mars
41=Aztlan
42=CMSingle
43=TeamSP
44=Luxembourg United
45=Naova ETS,red,blue
46=Recife Soccer
47=Rinobot,red,blue
48=Starkit,red,blue
49=SABANA Herons,blue,red
50=R-ZWEI KICKERS,blue,red
51=RedBackBots
Binary file added resources/config/spl_7v7/12.gif
Binary file added resources/config/spl_7v7/19.png
Binary file added resources/config/spl_7v7/3.gif
Binary file added resources/config/spl_7v7/5.png
5 changes: 5 additions & 0 deletions resources/config/spl_7v7/teams.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0=Invisibles
3=Bembelbots,gray
5=B-Human,black
12=Nao Devils
19=SPQR Team,red
Binary file added resources/config/spl_dbhc/12.gif
Binary file added resources/config/spl_dbhc/13.png
File renamed without changes
Binary file added resources/config/spl_dbhc/3.gif
Binary file added resources/config/spl_dbhc/5.png
7 changes: 7 additions & 0 deletions resources/config/spl_dbhc/teams.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0=Invisibles
3=Bembelbots,gray
5=B-Human,black,red
12=Nao Devils,yellow,black
13=HTWK Robots,blue,yellow
17=RoboEireann
99=Defenders
2 changes: 1 addition & 1 deletion src/data/SPL7v7.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class SPL7v7 extends SPL
/** The league's name this rules are for. */
leagueName = "SPL 7v7";
/** The league's directory name with its teams and icons. */
leagueDirectory = "spl";
leagueDirectory = "spl_7v7";
/** How many robots are in a team. */
teamSize = 7;
/** How many robots of each team may play at one time. */
Expand Down
2 changes: 1 addition & 1 deletion src/data/SPLDynamicBallHandling.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class SPLDynamicBallHandling extends SPL
/** The league's name this rules are for. */
leagueName = "SPL Dynamic Ball Handling";
/** The league's directory name with its teams and icons. */
leagueDirectory = "spl";
leagueDirectory = "spl_dbhc";
/** How many robots are in a team. */
teamSize = 3;
/** How many robots of each team may play at one time. */
Expand Down

0 comments on commit 4f7bd7d

Please sign in to comment.