Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hey folks, SPSG here. This is a bugfix patch for Akabur's 'Witch Trainer' as well as a patch for my 'Bitch Trainer' compilation.
- There are some things you need to note.
- 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.
- 2. These instructions are for WINDOWS SYSTEMS. Mac and Linux users should look for install instructions at the URLs provided below.
- 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.
- 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.
- ######USING UNRPA######
- 1. Download and install Python 2.7 (Yes, 2.7, not 3.x) if you don't have it already
- 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
- 3. Locate the Python 2.7 exe (Default c:\Python27\python.exe)
- 4. Drag and drop python.exe in to the command prompt
- 5. Press the space bar
- 6. Drag and drop unrpa (located in this folder) in to the command prompt
- 7. Press space
- 8. Type in "-m -p" in to the command prompt, without quotes. Don't forget the space in between -m and -p
- 9. Press space
- 10. Locate your Bitch Trainer or Witch Trainer folder
- 11. Drag and Drop the 'game' folder in to the command prompt
- 12. Press space
- 13. Navigate back to your Bitch Trainer or Witch Trainer folder
- 14. Open the 'game' foler (the same one you dropped in to the command prompt a moment ago)
- 15. Locate archive.rpa
- 16. Drag and Drop archive.rpa in to the command prompt
- 17. Hit enter.
- *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.*
- 18. The command prompt will tell you that it's extracting the files from archive.rpa
- 19. Wait for it to finish (You'll be taken to a new, blank prompt line in the cmd)
- 20. Navigate to your Bitch Trainer or Witch Trainer folder and open up the 'game' folder inside
- 21. Copy and REPLACE the files contained with this readme*
- *If you're updating Witch Trainer, Copy and Replace all files EXCEPT script.rpy, options.rpy, and cheat.rpy*
- 22. The update is now complete. You can run the game as normal.
- ###### UPDATING IF YOU'VE ALREADY USED UNRPA TO APPLY PREVIOUS UPDATES ######
- 1. Drag and drop contents of the Update files folder in to Bitch Trainer\game\ folder
- 2. Copy and Replace when prompted.
- ###### CHANGELOG ######
- Bitch Trainer 1.04a Changelog
- *Fixed Hermione taking forever to show up
- -Guaranteed to show up between days 15-20. 01_hp.rpy
- *Fixed catalog bug with Dahr not being defined
- -Accidentally removed him when fixing PT defines. script.rpy
- Bitch Trainer 1.04 Changelog
- *Fixed Characters not displaying correctly.
- -Again with akabur defining PT in WT for whatever reason. script.rpy
- *Dahr's Oddities found on day 4
- -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
- Bitch Trainer 1.03 Changelog
- *Fixed books from going missing
- -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
- *Fixed Elf book II not unlocking with book cheat
- -cheats.rpy
- *Shop items arrive the next day.
- -Anon's fix, the_oddities.rpy
- Bitch Trainer 1.03 Changelog
- *Fixed books from going missing
- -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
- *Fixed Elf book II not unlocking with book cheat
- -cheats.rpy
- *Shop items arrive the next day.
- -Anon's fix, the_oddities.rpy
- Bitch Trainer 1.02 Changelog
- *Fixed Genie/Akabur not showing up.
- -Forgot to remove the character defines, they were overlapping and caused the bug in script.rpy
- *Fixed the "TEST" dialogue from appearing after chit chats with hermione.
- -Literally had to delete TEST in 21_chitchats.rpy
- *Fireplace bug fixed.
- -Akajew didn't define zorders for his sprites. I changed the zorder for their walking animations to zorder 4 in 19_my_screens.rpy
- *Fixed "--A vogue idea--"
- -His proofreader needs to learn english. Fixed in 14_personal_requests.rpy
- *Fixed Hermione not wearing panties but not unlocking the third heart
- -In 14_personal_requests.rpy the elif was set to >=9 and not >=6.
- *Fixed Scrolls vol. 1 jumping to vol. 2 menu
- -Replaced pass with jump volone_ht and jump voltwo in 29_extras.rpy
- *Added in an Items option for the cheats menu. Gives +100 of all items, including wine for snape.
- *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.
- *Added in cheat for all books complete/all book perks
- *Added in all scrolls unlocked
- -Under my own file, cheats.rpy
- -Now with 100% more cheats.rpy files!
- *Genie now 1 hit KOs snape
- -10_duel.rpy
- *Revealed the truth
- -08_tutoring.rpy
- -04_phoenix.rpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement