Advertisement
ROMaster2

SM64: Last Impact Auto-Splitter ideas

Oct 1st, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Basic version:
  2. * Automatically start real time on restart (emulator's job to say when this happens). If there's any strats where reseting is viable, it'll get more complicated.
  3. * Record in-game time as well.
  4.  
  5. Better version:
  6. * Automatically stop both timers on (whatever completing the game is). I haven't finished the game yet so I don't know if it shows the in-game time in the credits.
  7. * Know (boolean?) values for which stars are obtained. Used for auto-splitting.
  8.  
  9. Crazy version:
  10. * Separately save each world/star times
  11. ----------------------------------------------------------------
  12. In-game timer:
  13. * Accurate to the frame
  14. * Compensates for lag
  15. * Removes time paused/save prompt
  16. * Removes time in star selection
  17. * Removes area transition 'loading' (they're very short anyway)
  18. * Removes time when a star is revealed (e.g. between getting 100 coins and being able to move again)
  19. * Does not remove time between getting a star and the prompt to save (other than the transistion)
  20. * Does not remove time during intro cutscenes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement