Advertisement
Gamestabled

OoT3D Randomizer TODO List

Jun 7th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. 1. (DONE, but skipped standard grottos)Write python code to create a random reassignment of chest contents. No logic necessary at this point.
  2.  
  3. 2. (DONE)Write the patch file for OoT3D which will lookup and reassign the chest contents.
  4.  
  5. 3. (DONE)Now that the patch file exists, modify the earlier python code to splice its created reassignments into the patch file.
  6.  
  7. 4. (DONE. Two known bugs: cant get dampe chest if you have hookshot. silver gauntlets do a warp)Test playthrough(s) with this basic chest randomizer. Test progressive hookshot and gauntlets. Make sure everything works at this stage.
  8.  
  9. 5. (DONE)Add in randomizing songs. I think this will mostly require writing the code to be patched into OoT3D, not much actual randomization logic needed here
  10.  
  11. 6. Begin to add NPC and overworld items into the pool, and standard gortto chests. Some will be easier than others, especially after doing songs.
  12.  
  13. 7. Shops? This is probably the time to start working on randomized shop contents.
  14.  
  15. 8. Add logic into how everything gets assigned. Probably best to copy as much as possible from OoTR, since they have already done all of this work. Can do this with similar options in mind.
  16.  
  17. 9. Important non-necessary changes. Stuff like fixing chests to be the correct types and certain dialogue.
  18.  
  19. 10. Finish out the item pool, finish everything that got left out previously.
  20.  
  21. 11. Not important non-necessary changes. Stuff like maybe fixing how magic arrows work when you dont have the bow yet.
  22.  
  23. 12. Master Quest?
  24.  
  25. 13. Completely non-necessary changes. Stuff like speeding up certain cutscenes or whatever. Only do this in cases to make the fun/gameplay better, not to remove any gameplay/"speed up checks".
  26.  
  27. 14. COMPLETELY non-necessary changes, like random tunic colors or whatever. Stuff that I don't care about at all but people will inevitably ask for.
  28.  
  29. 0. The whole time: lots of testing and brainstorming how to go back and improve the earlier steps. Probably gonna restart multiple times with better ideas on how to do things.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement