Guest User

Windows readme

a guest
Mar 4th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. WINDOWS INSTALLATION README
  2.  
  3. These are fresh saves for the English versions of the iOS Shiny Festa games with DLC pre-loaded, which will allow you to play with DLC songs even after the closure of the DLC store.
  4.  
  5. PRE-INSTALLATION WARNING: I've tested these instructions on my own phone and computer, but your setup may be different. You follow these instructions AT YOUR OWN RISK. If you see any error messages while using the command line, especially any that you don't understand, you should stop and find out what is going on.
  6.  
  7. Pre-installation notes:
  8. a) The installation process listed here uses SSH to copy the save and DLC onto your device, which can be slow; if you have a program that can access your device's file system directly and know what you're doing, you can save time by using it instead of following steps 6.a and 6.b.
  9. b) Right-clicking will paste any text you have copied into your clipboard into PuTTY.
  10. c) If you are not sure whether Shiny Festa will run on your device at all, follow installation steps 1 and 2 before going through the preparation steps.
  11. d) If you already have Shiny Festa installed with a save that you would like to keep, follow the preparation steps, follow the backup/restoration instructions below the post-installation warning, then start from installation step 3.
  12.  
  13. Preparation:
  14. 1) Jailbreak iPhone / iPad
  15. Note: Resources on doing this can be found at reddit.com/r/jailbreak
  16. 2) Set up OpenSSH on device
  17. Note: Instructions can be found through Cydia app's home menu
  18. 3) Download putty.exe and pscp.exe from the PuTTY download page at www.chiark.greenend.org.uk/~sgtatham/putty/download.html to this readme's folder
  19. Note: You should be able to run the putty and pscp commands from this readme's folder
  20. 4) Install grep, Core Utilities packages from Cydia app
  21. 5) Find and copy down device's IP on current network; for Wi-Fi networks, go to Settings -> Wi-Fi -> (i) for current Wi-Fi network on your device
  22.  
  23. Installation:
  24. 1) Install Shiny Festa
  25. 2) Start game, skip past anime, terminate game
  26. Note: Creates saveData.bin file, jp.co.bandainamcogames.NBGIxxxx folder
  27. 3) Start command line on computer, use cd command to reach this readme's folder
  28. 4) Enter on command line from this readme's folder, entering password as necessary:
  29. a) putty -ssh root@[Device IP]
  30. Note: If you receive a warning about a host key not being cached in the registry, select Yes
  31. 5) Enter from PuTTY:
  32. a) cd /var/mobile/Containers/Data/Application
  33. b) ls -R | grep jp.co.bandainamcogames.NBGI
  34. Notes: SF folder is xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx portion (x's replaced with uppercase letters and numbers), copy this down
  35. jp.co.bandainamcogames.NBGI0124: Harmonic Score, use HS folder
  36. jp.co.bandainamcogames.NBGI0125: Rhythmic Record, use RR folder
  37. jp.co.bandainamcogames.NBGI0126: Melodic Disc, use MD folder
  38. c) cd "/var/mobile/Containers/Data/Application/[SF folder]/Documents"
  39. d) rm saveData.bin
  40. e) cd "/var/mobile/Containers/Data/Application/[SF folder]/Library/Caches"
  41. f) rm -rf *
  42. Note: THIS COMMAND DELETES EVERYTHING IN THE CURRENT FOLDER! MAKE ABSOLUTELY SURE THAT YOU ARE IN THE CACHES FOLDER BEFORE DOING THIS!
  43. g) exit
  44. 6) Enter on command line from this readme's folder, entering password as necessary:
  45. a) pscp "[HS/RR/MD folder]\Documents\saveData.bin" "root@[Device IP]:/var/mobile/Containers/Data/Application/[SF folder]/Documents"
  46. b) pscp -r "[HS/RR/MD folder]\Library\Caches" "root@[Device IP]:/var/mobile/Containers/Data/Application/[SF folder]/Library"
  47. c) putty -ssh root@[Device IP]
  48. 7) Enter from PuTTY:
  49. a) cd "/var/mobile/Containers/Data/Application/[SF folder]/Documents"
  50. b) chown mobile saveData.bin
  51. c) exit
  52.  
  53. POST-INSTALLATION WARNING: The DLC is stored in cache, and actions such as using up all disk space or running a disk cleaning application can cause it to be deleted. If this happens, DO NOT run Shiny Festa until you have followed steps 3 and 6.b to re-copy the DLC onto your device. Otherwise, Shiny Festa will no longer recognize any installed DLC not downloaded from the store, and you will need to continue without DLC or revert to a backed-up saveData.bin from before the deletion.
  54.  
  55. Backup and restoration of saveData.bin:
  56.  
  57. To find your Shiny Festa folder, make sure the game has run at least once, terminate it if it is running, and run from this readme's folder:
  58. a) putty -ssh root@[Device IP]
  59. b) cd /var/mobile/Containers/Data/Application
  60. c) ls -R | grep jp.co.bandainamcogames.NBGI
  61. Notes: SF folder is xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx portion (x's replaced with uppercase letters and numbers), copy this down
  62. jp.co.bandainamcogames.NBGI0124: Harmonic Score
  63. jp.co.bandainamcogames.NBGI0125: Rhythmic Record
  64. jp.co.bandainamcogames.NBGI0126: Melodic Disc
  65. d) exit
  66.  
  67. To back up saveData.bin, run from this readme's folder:
  68. a) pscp "root@[Device IP]:/var/mobile/Containers/Data/Application/[SF folder]/Documents/saveData.bin" [Save file name]
  69.  
  70. To delete saveData.bin on the device, run from this readme's folder:
  71. a) putty -ssh root@[Device IP]
  72. b) cd "/var/mobile/Containers/Data/Application/[SF folder]/Documents"
  73. c) rm saveData.bin
  74. d) exit
  75.  
  76. To restore saveData.bin, delete saveData.bin file on the device first, then run from this readme's folder:
  77. a) pscp [Save file name] "root@[Device IP]:/var/mobile/Containers/Data/Application/[SF folder]/Documents/saveData.bin"
  78. b) putty -ssh root@[Device IP]
  79. c) cd "/var/mobile/Containers/Data/Application/[SF folder]/Documents"
  80. d) chown mobile saveData.bin
  81. e) exit
Add Comment
Please, Sign In to add comment