Advertisement
Androxilogin

Stardew Valley Launcher & JoyToKey Config

Apr 14th, 2016
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. Copy this to a new text document with a .bat file extension
  2. ------------------------------------------
  3. SIMPLE
  4. ------------------------------------------
  5.  
  6. @echo off
  7. start /d ".\JoyToKey\" JoyToKey.exe
  8. start /d ".\" Upload.exe
  9. StardewModdingAPI.exe /w
  10. taskkill /IM Upload.exe /f
  11. taskkill /F /IM JoyToKey.exe
  12.  
  13. ------------------------------------------
  14. DROPBOX + DOUBLE SAVE BACKUP
  15. ------------------------------------------
  16.  
  17. @echo off
  18. start /d ".\" Dropbox.exe
  19. start /d ".\JoyToKey\" JoyToKey.exe
  20. start /d ".\" Upload.exe
  21. xcopy /d "%appdata%\StardewValley\Saves" "%USERPROFILE%\Documents\StardewBACKUP\Saves" /s /q /g /r /h /y
  22. xcopy /d "%USERPROFILE%\Documents\StardewBACKUP\Saves" "%USERPROFILE%\Documents\StardewBACKUP\BACKUPBACKUP"/s /q /g /r /h /y
  23. del /S /Q "%appdata%\StardewValley\Saves"
  24. timeout /t 50
  25. xcopy "%USERPROFILE%\Dropbox\StardewValley" "%appdata%\StardewValley" /s /q /g /r /h /y
  26. StardewModdingAPI.exe /w
  27. taskkill /f /IM Dropbox.exe
  28. start /d ".\" Dropbox.exe
  29. xcopy "%appdata%\StardewValley" "%USERPROFILE%\Dropbox\StardewValley" /s /q /g /r /h /y
  30. timeout /t 50
  31. taskkill /IM Upload.exe /f
  32. taskkill /F /IM JoyToKey.exe
  33. taskkill /f /IM Dropbox.exe
  34.  
  35. ------------------------------------------
  36. DROPBOX, SAVE BACKUP + MODS + DATA BACKUP
  37. ------------------------------------------
  38.  
  39. @echo off
  40. start /d ".\" Dropbox.exe
  41. xcopy /d "C:\Program Files\Games\Stardew Valley\Mods" "%USERPROFILE%\Dropbox\Mods" /s /q /g /r /h /y
  42. xcopy /d "C:\Program Files\Games\Stardew Valley\Backup" "%USERPROFILE%\Dropbox\Backup" /s /q /g /r /h /y
  43. xcopy /d "%appdata%\StardewValley\Saves" "%USERPROFILE%\Documents\StardewBACKUP\Saves" /s /q /g /r /h /y
  44. xcopy /d "%USERPROFILE%\Documents\StardewBACKUP\Saves" "%USERPROFILE%\Documents\StardewBACKUP\BACKUPBACKUP"/s /q /g /r /h /y
  45. del /S /Q "%appdata%\StardewValley\Saves"
  46. timeout /t 50
  47. xcopy /d "%USERPROFILE%\Dropbox\Mods" "C:\Program Files\Games\Stardew Valley\Mods" /s /q /g /r /h /y
  48. xcopy /d "%USERPROFILE%\Dropbox\Backup" "C:\Program Files\Games\Stardew Valley\Backup" /s /q /g /r /h /y
  49. start /d ".\JoyToKey\" JoyToKey.exe
  50. start /d ".\" Upload.exe
  51. xcopy "%USERPROFILE%\Dropbox\StardewValley\Saves" "%appdata%\StardewValley\Saves" /s /q /g /r /h /y
  52. taskkill /f /IM Dropbox.exe
  53. StardewModdingAPI.exe /w
  54. taskkill /IM Upload.exe /f
  55. taskkill /F /IM JoyToKey.exe
  56. start /d ".\" Dropbox.exe
  57. xcopy "%appdata%\StardewValley\Saves" "%USERPROFILE%\Dropbox\StardewValley\Saves" /s /q /g /r /h /y
  58. timeout /t 50
  59. taskkill /f /IM Dropbox.exe
  60.  
  61.  
  62. ----------------------------------------------------
  63. DROPBOX, SAVE BACKUP + MODS + DATA & CONTENT BACKUP
  64. ----------------------------------------------------
  65.  
  66. @echo off
  67. start /d ".\Dropbox\" Dropbox.exe
  68. xcopy /d "C:\Program Files\Games\Stardew Valley\Mods" "%USERPROFILE%\Dropbox\Mods" /s /q /g /r /h /y /i
  69. xcopy /d "C:\Program Files\Games\Stardew Valley\Backup" "%USERPROFILE%\Dropbox\Backup" /s /q /g /r /h /y /i
  70. xcopy /d "C:\Program Files\Games\Stardew Valley\Content" "%USERPROFILE%\Dropbox\Content" /s /q /g /r /h /y /i /Exclude: "C:\Program Files\Games\Stardew Valley\Content\XACT"
  71. xcopy /d "%appdata%\StardewValley\Saves" "%USERPROFILE%\Documents\StardewBACKUP\Saves" /s /q /g /r /h /y /i
  72. xcopy /d "C:\Program Files\Games\Stardew Valley\Launcher.bat" "%USERPROFILE%\Dropbox\Backup\Launchers" /s /q /g /r /h /y /i
  73. xcopy /d "%USERPROFILE%\Dropbox\Backup\Launchers\Launcher.bat" "C:\Program Files\Games\Stardew Valley\Launcher.bat"/s /q /g /r /h /y /i
  74. xcopy /d "%USERPROFILE%\Documents\StardewBACKUP\Saves" "%USERPROFILE%\Documents\StardewBACKUP\BACKUPBACKUP"/s /q /g /r /h /y /i
  75. del /S /Q "%appdata%\StardewValley\Saves"
  76. timeout /t 38
  77. xcopy /d "%USERPROFILE%\Dropbox\Mods" "C:\Program Files\Games\Stardew Valley\Mods" /s /q /g /r /h /y /i
  78. xcopy /d "%USERPROFILE%\Dropbox\Backup" "C:\Program Files\Games\Stardew Valley\Backup" /s /q /g /r /h /y /i
  79. xcopy /d "%USERPROFILE%\Dropbox\Content" "C:\Program Files\Games\Stardew Valley\Content" /s /q /g /r /h /y /i
  80. start /d ".\JoyToKey\" JoyToKey.exe
  81. start /d ".\" Upload.exe
  82. xcopy "%USERPROFILE%\Dropbox\StardewValley\Saves" "%appdata%\StardewValley\Saves" /s /q /g /r /h /y /i
  83. taskkill /f /IM Dropbox.exe
  84. StardewModdingAPI.exe /w
  85. taskkill /IM Upload.exe /f
  86. taskkill /F /IM JoyToKey.exe
  87. start /d ".\Dropbox\" Dropbox.exe
  88. xcopy "%appdata%\StardewValley\Saves" "%USERPROFILE%\Dropbox\StardewValley\Saves" /s /q /g /r /h /y /i
  89. timeout /t 38
  90. taskkill /f /IM Dropbox.exe
  91.  
  92. ------------------------------------------
  93. Save this file with a .cfg extension for use with JoyToKey.
  94. (For use with mods that add extra menus, etc. Also maps
  95. original Xbox controllers.)
  96.  
  97. ------------------------------------------
  98.  
  99. [General]
  100. FileVersion=57
  101. NumberOfJoysticks=2
  102. NumberOfButtons=32
  103. DisplayMode=2
  104. UseDiagonalInput=0
  105. UsePOV8Way=0
  106. Threshold=20
  107. Threshold2=20
  108. KeySendMode=0
  109. SoundFile=
  110. ImageFile=
  111.  
  112. [Joystick 1]
  113. Button05=1, 50:00:00:00, 0.000, 0, 0
  114. Button06=1, 42:00:00:00, 0.000, 0, 0
  115. Button10=1, 4D:00:00:00, 0.000, 0, 0
  116. POV1-5=1, 49:00:00:00, 0.000, 0, 0
  117. POV1-1=1, 09:00:00:00, 0.000, 0, 0
  118. Button09=1, 54:00:00:00, 0.000, 0, 0
  119.  
  120. [Joystick 2]
  121. Axis1n=1, 41:00:00:00, 0.000, 0, 0
  122. Axis1p=1, 44:00:00:00, 0.000, 0, 0
  123. Axis2n=1, 57:00:00:00, 0.000, 0, 0
  124. Axis2p=1, 53:00:00:00, 0.000, 0, 0
  125. POV1-5=1, 49:00:00:00, 0.000, 0, 0
  126. Button01=2, 0, 0, 0, 0, 0, 1, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  127. Button02=1, 1B:00:00:00, 0.000, 0, 0
  128. Button03=2, 0, 0, 0, 1, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  129. Button05=1, 42:00:00:00, 0.000, 0, 0
  130. Button06=1, 50:00:00:00, 0.000, 0, 0
  131. Button07=1, 1B:00:00:00, 0.000, 0, 0
  132. Button08=1, 46:00:00:00, 0.000, 0, 0
  133. Button09=1, 54:00:00:00, 0.000, 0, 0
  134. Button10=1, 4D:00:00:00, 0.000, 0, 0
  135. Button11=2, 0, 0, 10, 0, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  136. Button12=2, 0, 0, -10, 0, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  137. Axis3n=2, -25, 0, 0, 0, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  138. Axis3p=2, 25, 0, 0, 0, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  139. Axis4n=2, 0, -25, 0, 0, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  140. Axis4p=2, 0, 25, 0, 0, 0, 0, 0.000, 0, 95, 1.0, 100, 0, 0, 0
  141.  
  142. ------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement