mam91 / neat-genetic-mario

Update of Seth Bling's MarI/O
182 stars 62 forks source link

Issue paths #13

Open ghost opened 5 years ago

ghost commented 5 years ago

Sorry this is not really an issue just need help kinda new at this what is this for

"X:/B2_BizHawkLab/BizHawk-2.2.2/"

I have nothing called B2 or BizHawklab

btb63 commented 5 years ago

That is where you put the path to the BizHawk directory.

When you download BizHawk, you'll need to unzip it somewhere. I unzipped it to my desktop so in my neat_mario\config.lua, it reads:

_M.BizhawkDir = "C:/Users/btb63/Desktop/BizHawk/"

You'll have to modify this line to reflect where you unzipped BizHawk.