Phoenicis Scripts Documentation logo Phoenicis Scripts Documentation

This file describes the script.

{
	"scriptName": "name of the script",
	"id": "script_id",
	"compatibleOperatingSystems": ["MACOSX", "LINUX"],
	"testingOperatingSystems": [],
	"free": true,
	"requiresPatch": false
}

scriptName

Name of the script. Typical values are:

id

ID of the script. Requirements:

compatibleOperatingSystems

Operating systems which the script is known to work with. Can be:

testingOperatingSystems

Operating systems for which the script is in beta. Should be set if you are unsure that the script will run properly for everybody (like if it requires a huge amount of hack, or if it is not compatible with a any graphics cards, etc…). Takes the same values as compatibleOperatingSystems.

Must be a subset of compatibleOperatingSystems, i.e.

free

The application can be downloaded for free (free as in beer).

requiresPatch

Application cannot work without patching the original protection. It may be illegal to install it depending on your country.