You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
build | 2 weeks ago | |
mem | 2 weeks ago | |
oot | 2 weeks ago | |
.gitignore | 1 month ago | |
README.md | 1 month ago | |
dolphin.ml | 2 weeks ago | |
main.ml | 2 weeks ago | |
pretty.ml | 1 month ago | |
reader.ml | 2 weeks ago |
README.md
ootAI
An experiment to create an AI that plays OoT Randomizers automatically, getting as many checks as possible in an efficient manner.
how does it work
This runs using the Lua Core fork of the Dolphin Emulator project. As of right now it only works on ROMs generated by the OoT Randomizer.
Eventually I'll have an explanation here on how it does pathfinding and memory reading, but I don't know how to do enough of that yet.
how to build
- Install AmuletML.
- Run
amc compile main.ml --export -o build/oot/main.lua --lib /path/to/amulet/lib
. - Copy
ootAI.lua
and theoot
folder frombuild
to yourSys/Scripts
folder in Dolphin Lua Core.
You should now be able to start ootAI.lua
from the Launch Script menu.