![]() |
|
Brawl Simulation Data Collection - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Brawl Simulation Data Collection (/Thread-brawl-simulation-data-collection) |
Brawl Simulation Data Collection - RedKeyboard - 12-17-2013 Hey everyone! I know I may be new, but I have been playing with this emulator for a bit now and have just finished my computer science degree. So, what I would like to do is build a "computer generated" tier list for both melee and brawl(Project M 3.0 hopefully). In a nutshell, all I would need to do is somehow send or receive the victor of each match up and throw it into some sort of file. It sounds pretty easy, but I do not really have a good idea as to how to modify the emulator for a specific game and of that, how to discover where the emulator would display or save the winner of that game. Let me know what you think or how I could help you and you could help me :] RE: Brawl Simulation Data Collection - quinneypoo - 12-20-2013 Not possible, you should know that. RE: Brawl Simulation Data Collection - delroth - 12-20-2013 It is definitely possible. Not with unpatched Dolphin, but it shouldn't be a very complicated patch either (find the proper memory addresses for what you want and add your code in the cheat callback that runs on every frame). |