Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Heads-up that the batch file shipped does not work, so some gamers may not figure out how to play it unless they tinker. It does not take into account directory context. I edited it a bit and now it launches fine from the batch file:

@echo off

cd ../vice

start x64sc.exe -config vice_en.ini -cartgmod2 "../game_files/hunters_moon.bin" -gmod2eepromimage "../game_files/hunters_moon.eep"

Thank you very much!

(+1)

Np. There's certainly a better way to script this, but it's simple enough that it doesn't need an elegant solution.