First time trying to run a standalone Emulator within AGS/Polycade and am just super lost on how to map the "params" for the config.json file...has anyone gotten Model2 Emulator and/or SuperModel working in Polycade and is willing to share a glimpse of the json writeup? I could also just use some help on understanding HOW to figure out each emulators unique command line launch information...is there a way for me to see this information when I launch a rom from a standalone emulator?
Here's what I have for Model 2, I know there are mistakes in the launch section I just don't know what they are:
{
"gameType": "sega model 2",
"displayGameType": "Sega Model 2",
"enable": true,
"emulator": "M2emulator_1.1a",
"gameScan": {
"type": "directory",
"dir": "[[gamesPath]]\\sega model 2",
"ext": [
"zip"
]
},
"assetScan": {
"dir": "[[assetsPath]]\\sega model 2"
},
"launch": {
"target": "[[emulatorsPath]]\\M2emulator_1.1a\\EMULATOR.EXE",
"params": [
"--nogui",
"--fullscreen",
"[[gameConfig.filePath]]"
],
"options": {
"shell": true,
"cwd": "[[emulatorsPath]]\\M2emulator_1.1a"
}
},
"process": {
"type": "parent",
"child": "EMULATOR.EXE"
}
},