-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.92 [Smissmas 2019] | electric boogaloo
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
1 parent
7c242d2
commit ea9282f
Showing
1,216 changed files
with
138,583 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[!BACKGROUNDS PACK] black # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[BISON MANGLER 6000] ammo # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[BOX LINES HORIZONTAL] off # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[BOX LINES VERTICAL] off # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[BOX TRANSPARENCY] semi-trans # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[CLASS MENU] giant model # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[COLOURS HP] green-orange # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[COLOURS UBER] magenta # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[DISGUISE SILHOUETTE] bottom left #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[DISGUISE SILHOUETTE] bottom right # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[DISGUISE SILHOUETTE] center left #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[DISGUISE SILHOUETTE] center right #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[DISGUISE SILHOUETTE] far right #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[HP SELF OVERHEAL CROSS] off # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[HP SELF STYLE] cross dropshadow #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[HP SELF STYLE] no cross # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[HP SPEC STYLE] cube + bigger numbers #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[HP SPEC STYLE] slimmer rectangle #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[KOTH ACTIVE] white bar # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[METAL LABEL 1 CENTER] on # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[METAL LABEL 2 CROSSHAIR] on # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[PDA MENUS] center condensed # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[POSITIONING] closer position 1 #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[POSITIONING] closer position 2 #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[POSITIONING] further position 1 # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[POSITIONING] further position 2 #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[SCOREBOARD NUMBER] 24 # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[STICKY LABEL 1 AMMO] on # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[STICKY LABEL 2 CROSSHAIR] on # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[STICKY LABEL 3 BAR] off # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[UBER LABEL 1 AMMO] on # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[UBER LABEL 2 CROSSHAIR] on # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[UBER LABEL 3 BAR] off # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[VACC ICON] center bottom # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[VACC ICON] left (clips with long names) #.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
1 change: 1 addition & 0 deletions
1
biscottihud/customization/[VACC LABEL CROSSHAIR] off # (default).bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" .. |
13 changes: 13 additions & 0 deletions
13
...nual/[!BACKGROUNDS PACK] black # (default)/resource/ui/disguisestatuspanel_background.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...manual/[!BACKGROUNDS PACK] black # (default)/resource/ui/freezepanel_basic_background.res
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
Oops, something went wrong.