{
"type": "nativedoor",
"version": "1.0",
"game": {
"name": "Linux Door Test",
"short_name": "LINUXDOORTEST",
"author": "BinktermPHP",
"version": "1.0",
"release_year": 2026,
"description": "A simple test native door that displays hello world and exits.",
"genre": ["Test"],
"players": "Single-player",
"icon": null,
"screenshot": null
},
"door": {
"executable": "linuxdoortest.sh",
"launch_command": "/bin/bash linuxdoortest.sh",
"dropfile_format": "DOOR.SYS",
"max_nodes": 10,
"ansi_required": false,
"time_per_day": 30
},
"requirements": {
"admin_only": false
},
"config": {
"enabled": false,
"credit_cost": 0,
"max_time_minutes": 30,
"max_sessions": 10
}
}
|