Advertisement
Guest User

Untitled

a guest
Jan 4th, 2015
12,497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 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.04a Changelog
  47.  
  48. *Fixed Hermione taking forever to show up
  49. -Guaranteed to show up between days 15-20. 01_hp.rpy
  50.  
  51. *Fixed catalog bug with Dahr not being defined
  52. -Accidentally removed him when fixing PT defines. script.rpy
  53.  
  54. Bitch Trainer 1.04 Changelog
  55.  
  56. *Fixed Characters not displaying correctly.
  57. -Again with akabur defining PT in WT for whatever reason. script.rpy
  58.  
  59. *Dahr's Oddities found on day 4
  60. -Hopefully this'll prevent people going to a stupid number of days without finding the book. Guaranteed day 4 find on a new game. 11_cupboard.rpy
  61.  
  62.  
  63. Bitch Trainer 1.03 Changelog
  64.  
  65. *Fixed books from going missing
  66. -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
  67.  
  68. *Fixed Elf book II not unlocking with book cheat
  69. -cheats.rpy
  70.  
  71. *Shop items arrive the next day.
  72. -Anon's fix, the_oddities.rpy
  73.  
  74. Bitch Trainer 1.03 Changelog
  75.  
  76. *Fixed books from going missing
  77. -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
  78.  
  79. *Fixed Elf book II not unlocking with book cheat
  80. -cheats.rpy
  81.  
  82. *Shop items arrive the next day.
  83. -Anon's fix, the_oddities.rpy
  84.  
  85. Bitch Trainer 1.02 Changelog
  86.  
  87. *Fixed Genie/Akabur not showing up.
  88. -Forgot to remove the character defines, they were overlapping and caused the bug in script.rpy
  89.  
  90. *Fixed the "TEST" dialogue from appearing after chit chats with hermione.
  91. -Literally had to delete TEST in 21_chitchats.rpy
  92.  
  93. *Fireplace bug fixed.
  94. -Akajew didn't define zorders for his sprites. I changed the zorder for their walking animations to zorder 4 in 19_my_screens.rpy
  95.  
  96. *Fixed "--A vogue idea--"
  97. -His proofreader needs to learn english. Fixed in 14_personal_requests.rpy
  98.  
  99. *Fixed Hermione not wearing panties but not unlocking the third heart
  100. -In 14_personal_requests.rpy the elif was set to >=9 and not >=6.
  101.  
  102. *Fixed Scrolls vol. 1 jumping to vol. 2 menu
  103. -Replaced pass with jump volone_ht and jump voltwo in 29_extras.rpy
  104.  
  105. *Added in an Items option for the cheats menu. Gives +100 of all items, including wine for snape.
  106. *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.
  107. *Added in cheat for all books complete/all book perks
  108. *Added in all scrolls unlocked
  109. -Under my own file, cheats.rpy
  110. -Now with 100% more cheats.rpy files!
  111.  
  112. *Genie now 1 hit KOs snape
  113. -10_duel.rpy
  114.  
  115. *Revealed the truth
  116. -08_tutoring.rpy
  117. -04_phoenix.rpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement