{
"id": "doomsw",
"name": "Doom",
"version": "1.9",
"author": "id Software",
"description": "The classic first-person shooter. Fight through the demon-infested UAC base.",
"icon": "icon.png",
"emulator": "jsdos",
"emulator_config": {
"cpu_cycles": "max 90%",
"memory_mb": 16,
"machine": "svga_s3",
"output": "openglnb",
"scaler": "normal3x forced",
"autolock": true,
"game_files": [
{"asset_path": "assets/DOOM1.WAD", "dos_path": "C:/DOOM/DOOM1.WAD"},
{"asset_path": "assets/DOOM.EXE", "dos_path": "C:/DOOM/DOOM.EXE"}
],
"autoexec": [
"C:",
"cd DOOM",
"SET BLASTER=A220 I7 D1 T4",
"DOOM.EXE"
]
},
"modes": {
"config": {
"label": "Admin Setup",
"description": "Admin-only configuration mode. Launches to a DOS prompt so you can run SETUP.EXE and create or update shared defaults.",
"admin_only": true,
"keep_open": true,
"emulator_config": {
"cpu_cycles": "max 90%",
"memory_mb": 16,
"machine": "svga_s3",
"output": "surface",
"autolock": true,
"game_files": [
{"asset_path": "assets/DOOM1.WAD", "dos_path": "C:/DOOM/DOOM1.WAD", "optional": true},
{"asset_path": "assets/DOOM.EXE", "dos_path": "C:/DOOM/DOOM.EXE", "optional": true},
{"asset_path": "assets/SETUP.EXE", "dos_path": "C:/DOOM/SETUP.EXE"}
],
"autoexec": [
"C:",
"cd DOOM",
"SET BLASTER=A220 I7 D1 T4"
]
},
"saves": {
"enabled": true,
"scope": "shared",
"save_paths": [
"C:/DOOM/DEFAULT.CFG"
],
"max_size_kb": 512
}
}
},
"network": {
"enabled": true,
"protocol": "ipx",
"max_players": 4,
"max_rooms": 10
},
"saves": {
"enabled": true,
"save_paths": [
"C:/DOOM/DOOMSAV*.DSG"
],
"max_size_kb": 512
},
"credits": {
"session_cost": 0
}
}
|