develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 545

  1. New project, the #OcarinaOfTime state extractor! This is a proof-of-concept auto-tracker I made. This plugs in to the #BizHawk emulator, watches the game's memory, and provides a server which emits the game state in real time. github.com/dgp1130/OotStateExtractor
    OpenGraph image for github.com/dgp1130/OotStateExtractor
    1. …in reply to @develwoutacause
      This was a short, one-off project just to play around with the tech and have some fun spelunking in the memory of a 20+ year old game. The intent was to automate #OotRandomizer trackers, though they apparently already exist and don't have much use for a variety of reasons.
      1. …in reply to @develwoutacause
        I don't intend to push it any further, but it was a nice distraction and gave me the opportunity to work in a domain I'm not very familiar with. Got to learn some #Dotnet, #AspNetCore, #csharp and make a small #Angular app in the process.