Advertisement
Guest User

Untitled

a guest
Jan 4th, 2015
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. Hey folks, SPSG here. This is a bugfix patch for Akabur's 'Witch Trainer' as well as a patch for my 'Bitch Trainer' compilation.
  2.  
  3. There are some things you need to note.
  4.  
  5. 1. Since there is no easy way to patch updates to ren'py games without downloading the whole game again, you'll have to do this manually.
  6.  
  7. 2. These instructions are for WINDOWS SYSTEMS. Mac and Linux users should look for install instructions at the URLs provided below.
  8.  
  9. 3. I'm assuming you're updating my version, bitch trainer, and not purely Witch Trainer. If you are updating BT, please skip ahead to the section below on unrpa.
  10.  
  11. 4. If you are updating Witch Trainer and NOT Bitch Trainer, follow the steps below, but exclude script.rpy, options.rpy cheat.rpy from the process.
  12.  
  13. ######USING UNRPA######
  14.  
  15. 1. Download and install Python 2.7 (Yes, 2.7, not 3.x) if you don't have it already
  16. 2. Once Python 2.7 has been installed, open a command prompt by pressing the windows key + R and typing in "cmd" without the quotes
  17. 3. Locate the Python 2.7 exe (Default c:\Python27\python.exe)
  18. 4. Drag and drop python.exe in to the command prompt
  19. 5. Press the space bar
  20. 6. Drag and drop unrpa (located in this folder) in to the command prompt
  21. 7. Press space
  22. 8. Type in "-m -p" in to the command prompt, without quotes. Don't forget the space in between -m and -p
  23. 9. Press space
  24. 10. Locate your Bitch Trainer or Witch Trainer folder
  25. 11. Drag and Drop the 'game' folder in to the command prompt
  26. 12. Press space
  27. 13. Navigate back to your Bitch Trainer or Witch Trainer folder
  28. 14. Open the 'game' foler (the same one you dropped in to the command prompt a moment ago)
  29. 15. Locate archive.rpa
  30. 16. Drag and Drop archive.rpa in to the command prompt
  31. 17. Hit enter.
  32. *Note - If windows says it doesn't know how to open unrpa, click cancel or exit out of the window (NOT THE COMMAND PROMPT) and hit enter once or twice.*
  33. 18. The command prompt will tell you that it's extracting the files from archive.rpa
  34. 19. Wait for it to finish (You'll be taken to a new, blank prompt line in the cmd)
  35. 20. Navigate to your Bitch Trainer or Witch Trainer folder and open up the 'game' folder inside
  36. 21. Copy and REPLACE the files contained with this readme*
  37. *If you're updating Witch Trainer, Copy and Replace all files EXCEPT script.rpy, options.rpy, and cheat.rpy*
  38. 22. The update is now complete. You can run the game as normal.
  39.  
  40. ###### UPDATING IF YOU'VE ALREADY USED UNRPA TO APPLY PREVIOUS UPDATES ######
  41. 1. Drag and drop contents of the Update files folder in to Bitch Trainer\game\ folder
  42. 2. Copy and Replace when prompted.
  43.  
  44. ###### CHANGELOG ######
  45.  
  46. Bitch Trainer 1.03 Changelog
  47.  
  48. *Fixed books from going missing
  49. -Made it so you can only get the books once and only after you have the books can you get the perks. Once you have perks you can't click it again. cheats.rpy
  50.  
  51. *Fixed Elf book II not unlocking with book cheat
  52. -cheats.rpy
  53.  
  54. *Shop items arrive the next day.
  55. -Anon's fix, the_oddities.rpy
  56.  
  57. Bitch Trainer 1.02 Changelog
  58.  
  59. *Fixed Genie/Akabur not showing up.
  60. -Forgot to remove the character defines, they were overlapping and caused the bug in script.rpy
  61.  
  62. *Fixed the "TEST" dialogue from appearing after chit chats with hermione.
  63. -Literally had to delete TEST in 21_chitchats.rpy
  64.  
  65. *Fireplace bug fixed.
  66. -Akajew didn't define zorders for his sprites. I changed the zorder for their walking animations to zorder 4 in 19_my_screens.rpy
  67.  
  68. *Fixed "--A vogue idea--"
  69. -His proofreader needs to learn english. Fixed in 14_personal_requests.rpy
  70.  
  71. *Fixed Hermione not wearing panties but not unlocking the third heart
  72. -In 14_personal_requests.rpy the elif was set to >=9 and not >=6.
  73.  
  74. *Fixed Scrolls vol. 1 jumping to vol. 2 menu
  75. -Replaced pass with jump volone_ht and jump voltwo in 29_extras.rpy
  76.  
  77. *Added in an Items option for the cheats menu. Gives +100 of all items, including wine for snape.
  78. *Added in a check to make sure you have Dahr's oddities BEFORE you can use the book button, to prevent a bug where you won't be able to loot the oddities book if you activated the book cheats beforehand.
  79. *Added in cheat for all books complete/all book perks
  80. *Added in all scrolls unlocked
  81. -Under my own file, cheats.rpy
  82. -Now with 100% more cheats.rpy files!
  83.  
  84. *Genie now 1 hit KOs snape
  85. -10_duel.rpy
  86.  
  87. *Revealed the truth
  88. -08_tutoring.rpy
  89. -04_phoenix.rpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement