Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomalia committed Jul 24, 2021
0 parents commit 0afb8e8
Show file tree
Hide file tree
Showing 7,198 changed files with 115,079 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 #DefaultDevices/Default_DInput/Flat/Button 0.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 1.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 10.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 11.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 12.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 13.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 15.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 2.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 3.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 4.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 5.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 6.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 7.png
Binary file added #DefaultDevices/Default_DInput/Flat/Button 9.png
Binary file added #DefaultDevices/Default_DInput/Flat/Left X+.png
Binary file added #DefaultDevices/Default_DInput/Flat/Left X-.png
Binary file added #DefaultDevices/Default_DInput/Flat/Left X-Y+.png
Binary file added #DefaultDevices/Default_DInput/Flat/Left X-Y-.png
Binary file added #DefaultDevices/Default_DInput/Flat/Left Y+.png
Binary file added #DefaultDevices/Default_DInput/Flat/Left Y-.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad E.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad EW.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad N.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad NS.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad S.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad W.png
Binary file added #DefaultDevices/Default_DInput/Flat/Pad.png
Binary file added #DefaultDevices/Default_DInput/Flat/Right X+.png
Binary file added #DefaultDevices/Default_DInput/Flat/Right X-.png
Binary file added #DefaultDevices/Default_DInput/Flat/Right Y+.png
Binary file added #DefaultDevices/Default_DInput/Flat/Right Y-.png
Binary file added #DefaultDevices/Default_DInput/Flat_Mask/Pad.png
47 changes: 47 additions & 0 deletions #DefaultDevices/DualShock4 to XBOX ONE.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@echo off
if exist "XBOX ONE_backup\" goto exist

echo This will set DualShock4 as Xinput.
set /p answer= Type "yes" to proceed or "no" to exit.
if /I "%answer%"=="yes" goto XinputBackup
if /I "%answer%"=="y" goto XinputBackup
exit

:exist
echo DualShock4 is already Xinput, reset?
set /p answer= Type "yes" to proceed or "no" to exit.
if /I "%answer%"=="yes" goto :Reset
if /I "%answer%"=="y" goto :Reset
exit

:XinputBackup
ren "XBOX ONE" "XBOX ONE_backup"

:PS4Xinput
xcopy "DualShock4" "XBOX ONE" /s /e /q /i /y

FOR /D %%G IN ("XBOX ONE\*") DO (
ren "%%G\Cross.png" "Button A.png"
ren "%%G\Circle.png" "Button B.png"
ren "%%G\Square.png" "Button X.png"
ren "%%G\Triangle.png" "Button Y.png"
ren "%%G\L1.png" "Shoulder L.png"
ren "%%G\L2.png" "Trigger L.png"
ren "%%G\L3.png" "Thumb L.png"
ren "%%G\R1.png" "Shoulder R.png"
ren "%%G\R2.png" "Trigger R.png"
ren "%%G\R3.png" "Thumb R.png"
ren "%%G\Options.png" "Start.png"
ren "%%G\Share.png" "Back.png"
ren "%%G\PS.png" "Guide.png"
)
goto EX

:Reset
RMDIR "XBOX ONE" /s /q
ren "XBOX ONE_backup" "XBOX ONE"

:EX
echo Done! Your controller has changed!
pause
exit
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Cross.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/L1.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/L2.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/L3.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/PS.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Pad E.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Pad N.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Pad S.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Pad W.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Pad.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/R1.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/R2.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/R3.png
Binary file added #DefaultDevices/DualShock4/Defaultstyle/Share.png
Loading

0 comments on commit 0afb8e8

Please sign in to comment.