Skip to content

Commit

Permalink
1.92 [Smissmas 2019] | electric boogaloo
Browse files Browse the repository at this point in the history
This time it should actually work.

- changed the main directory to "biscottihud" (all lower case) to hopefully fix issues with case-sensitive file systems. No clue if it works or why it was broken to begin with.
- changed a small background thing when picking up engie buildings. At some point something changed so the thing I had there stopped working properly. I don't know how to fix it beyond just removing the worst looking background. Frankly, I made this change a while ago, and forgot to push it.
- updated the ads on the main menu to the smissmass stuff. You are being marketed to again. Congrats.
- also changed the README to reflect the fact that I have no clue at this point if it works at all on Linux.
  • Loading branch information
MedicodiBiscotti committed Dec 30, 2019
1 parent 7c242d2 commit ea9282f
Show file tree
Hide file tree
Showing 1,216 changed files with 138,583 additions and 0 deletions.
12 changes: 12 additions & 0 deletions biscottihud/customization default.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
for /f "delims=" %%a in ('dir /b/ad "customization\manual\*#*(default)*"') do xcopy /c /e /i /q /y "customization\manual\%%a"

rem You can add your own lines like this:
rem for /f "delims=" %%a in ('dir /b/ad "customization\manual\[HITMARKER] konrwings #*"') do xcopy /c /e /i /q /y "customization\manual\%%a"
rem The for loop is just to ensure that it still finds the folder if you add or change the (tag) at the end. Because of the wildcard (* (<--asterisk)).
rem The # is to signify the end of the regular file name. It's fine to add anything after that.

rem You can also add the tag "(default)" at the end of the folder name in customization/manual.
rem e.g. "[CLASS MENU] small model # (default)"

rem But, I mean, I kind of made the "customization modified" .bat file for all that.
rem But you can do it here too.
9 changes: 9 additions & 0 deletions biscottihud/customization modified.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
for /f "delims=" %%a in ('dir /b/ad "customization\manual\*#*(modified)*"') do xcopy /c /e /i /q /y "customization\manual\%%a"

rem You can add your own lines like this:
rem for /f "delims=" %%a in ('dir /b/ad "customization\manual\[HITMARKER] konrwings #*"') do xcopy /c /e /i /q /y "customization\manual\%%a"
rem The for loop is just to ensure that it still finds the folder if you add or change the (tag) at the end. Because of the wildcard (* (<--asterisk)).
rem The # is to signify the end of the regular file name. It's fine to add anything after that.

rem You can also add the tag "(modified)" at the end of the folder name in customization/manual.
rem e.g. "[CLASS MENU] small model # (modified)"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[!BACKGROUNDS PACK] black #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[!BACKGROUNDS PACK] coloured #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[!LEGACY] scabber's HUD #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[!LEGACY] scabber's HUD #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BISON MANGLER 6000] ammo #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BISON MANGLER 6000] centered #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX LINES HORIZONTAL] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[BOX LINES HORIZONTAL] on #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX LINES HORIZONTAL] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX LINES VERTICAL] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[BOX LINES VERTICAL] on #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX LINES VERTICAL] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX TRANSPARENCY] fulltrans #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX TRANSPARENCY] semi-trans #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[BOX TRANSPARENCY] solid #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[BOX TRANSPARENCY] solid #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[CHAT] bigger font #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CHAT] bigger font #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CHAT] stock font #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CLASS MENU] giant model #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[CLASS MENU] small model #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CLASS MENU] small model #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[COLOURS HP] blue-red #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[COLOURS HP] blue-red #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[COLOURS HP] green-orange #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[COLOURS UBER] magenta #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[COLOURS UBER] slinfire #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[COLOURS UBER] slinfire #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CROSSHAIR] notch in brackets #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[CROSSHAIR] off # (default).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CROSSHAIR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[CROSSHAIR] seeker #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CROSSHAIR] seeker #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[CROSSHAIR] sniper #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CROSSHAIR] sniper #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[CROSSHAIR] split in circle #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] bottom left #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] bottom right #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] center #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] center left #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] center right #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] far left #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] far right #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[DISGUISE SILHOUETTE] off #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[DISGUISE SILHOUETTE] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[HITMARKER] brackets #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HITMARKER] brackets #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HITMARKER] crosshair2 alpha #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HITMARKER] crosshair2 colour #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[HITMARKER] half circle #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HITMARKER] half circle #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[HITMARKER] konrwings #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HITMARKER] konrwings #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[HITMARKER] off # (default).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HITMARKER] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SELF OVERHEAL CROSS] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SELF OVERHEAL CROSS] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SELF STYLE] cross armor #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SELF STYLE] cross dropshadow #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SELF STYLE] no cross #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[HP SPEC STYLE] cross #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SPEC STYLE] cross #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SPEC STYLE] cube #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SPEC STYLE] cube + bigger numbers #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[HP SPEC STYLE] slimmer rectangle #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[KOTH ACTIVE] lighter overlay #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[KOTH ACTIVE] white bar #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[MENU COLOUR] dark #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[MENU COLOUR] dark #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[MENU COLOUR] light #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[MENU COLOUR] light #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[METAL LABEL 1 CENTER] off #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METAL LABEL 1 CENTER] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METAL LABEL 1 CENTER] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METAL LABEL 2 CROSSHAIR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METAL LABEL 2 CROSSHAIR] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[METERS] bigger #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METERS] bigger #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[METERS] small # (default).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METERS] small #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[METERS] thin #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METERS] thin #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[METERS] thin and long #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[METERS] thin and long #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[PDA MENUS] center condensed #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[PDA MENUS] center normal #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[PDA MENUS] center normal #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[PDA MENUS] side vertical #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[PDA MENUS] side vertical #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[POSITIONING] closer position 1 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[POSITIONING] closer position 2 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[POSITIONING] further position 1 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[POSITIONING] further position 2 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[SCOREBOARD NUMBER] 12 #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[SCOREBOARD NUMBER] 12 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[SCOREBOARD NUMBER] 18 #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[SCOREBOARD NUMBER] 18 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[SCOREBOARD NUMBER] 24 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[SCOREBOARD NUMBER] 32 #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[SCOREBOARD NUMBER] 32 #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[STICKY LABEL 1 AMMO] off #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[STICKY LABEL 1 AMMO] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[STICKY LABEL 1 AMMO] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[STICKY LABEL 2 CROSSHAIR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[STICKY LABEL 2 CROSSHAIR] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[STICKY LABEL 3 BAR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[STICKY LABEL 3 BAR] on #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[STICKY LABEL 3 BAR] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[TARGET ID] black #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[TARGET ID] coloured #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[TARGET ID] coloured #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[TEAM STATUS] off #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[TEAM STATUS] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[TEAM STATUS] on # (default).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[TEAM STATUS] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[TIMERS] black # (default).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[TIMERS] black #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[TIMERS] coloured #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[TIMERS] coloured #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[UBER LABEL 1 AMMO] off #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[UBER LABEL 1 AMMO] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[UBER LABEL 1 AMMO] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[UBER LABEL 2 CROSSHAIR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[UBER LABEL 2 CROSSHAIR] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[UBER LABEL 3 BAR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[UBER LABEL 3 BAR] on #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[UBER LABEL 3 BAR] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[VACC ICON] center bottom #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[VACC ICON] center top #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[VACC ICON] center top #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[VACC ICON] left (clips with long names) #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[VACC LABEL CROSSHAIR] off #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[VACC LABEL CROSSHAIR] on #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[VACC LABEL CROSSHAIR] on #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[WIN PANEL] black #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
1 change: 1 addition & 0 deletions biscottihud/customization/[WIN PANEL] coloured #.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /f "delims=" %%a in ('dir /b/ad "manual\[WIN PANEL] coloured #*"') do xcopy /c /e /i /q /y "manual\%%a" ..
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"Resource/UI/ItemModelPanel.res"
{
"DisguiseStatusBG"
{
"ypos" "26"
"tall" "2"
}

"BlackBG2"
{
"visible" "1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"Resource/UI/FreezePanel_Basic.res"
{ "FreezePanelBase" [$WIN32]
{
"FreezePanelBG"
{
"ypos" "188"
"tall" "3"
}

"BlackBG2"
{
"visible" "1"
}
}
}
Loading

0 comments on commit ea9282f

Please sign in to comment.