Posts for Felk


Felk
He/Him
Experienced Forum User
Joined: 8/4/2020
Posts: 3
Thanks! Is there anything in particular in your Lua fork that you deemed useful? One major thing I had on my todo list was an API for storing data across scripts, maybe just a "userdata"-library similar to bizhawk has it. With that I think your Lua showcase video could be replicated. I currently do not plan on backporting it to any earlier versions of dolphin, but if you leave out the UI that might not be all that hard if anyone wants to try. Are there any particular reasons beta or development builds are not used for TASing? movie file incompatibilities maybe? Or is it just because there hasn't been any official stable release since 5.0?
Discord Felk#0552
Felk
He/Him
Experienced Forum User
Joined: 8/4/2020
Posts: 3
That will most likely depend on domain knowledge of the game. If there is a way to know where the bullet is going to land, e.g. by reading the rng seed from the game's memory and re-implementing the random spread algorithm to be able to simulate it ahead of time, then sure, that can be drawn on the screen for you.
Discord Felk#0552
Post subject: Seeking Feedback: Dolphin with Python Scripting support
Felk
He/Him
Experienced Forum User
Joined: 8/4/2020
Posts: 3
Hello everyone, I've spent the past few weeks getting a little side project of mine to a state where I consider it barely usable by other people, that being added Python Scripting support for the Dolphin Emulator. To get it from a barely working state to something that might eventually become stable, useful and polished, I've decided to seek people willing to play around with it and give some general feedback. Any kind is welcome, be it bug reports, unclear or missing documentation, feature requests, dismay of it being Python and not Lua, etc.. Please take a look https://github.com/Felk/dolphin The README on the GitHub page has further information. Right now it's only available for Windows x64. You can find a pre-built version on GitHub under "releases" https://github.com/Felk/dolphin/releases/tag/scripting-preview1
Discord Felk#0552