From 78b0cab1b4c556c388c5d9d049ac422748ba69ee Mon Sep 17 00:00:00 2001 From: mam91 Date: Wed, 29 Nov 2017 10:30:02 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4852411..5c35733 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,13 @@ For some reason, the load feature did not work on my machine. This is now fixed Moved the neat graphics to the form window instead of as a gui overlay. I liked the gui overlay but I prefer to to separate the game window from the neat information. Did some miscellaneous house-keeping, like moving global config settings into their own file, etc. + +Instructions + +You will need the bizhawk emulator located here: http://tasvideos.org/BizHawk.html + +And you will need the super mario world .rom file. (Easy to find online) + +Place the neat-mario folder in your \BizHawk-2.2\Lua\SNES\ folder, like BizHawk-2.2\Lua\SNES\neat-mario. + +Open bizhawk, click open rom, find super mario world .rom file. Once loaded, click Tools > Lua Console. In the new window, click script > open script. Select mario-net.lua in your \BizHawk-2.2\Lua\SNES\neat-mario folder. The neat control window will display and you can then click Start to begin training.