Skip to content

Latest commit

 

History

History
 
 

integrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Anime Games Launcher integrations guide

Hello comrade developers! The new universal launcher uses lua scripts to handle games support. Here you can find a guide to write your own integration script, and a formal specification.

Manifest file

{
	"manifest_version": "1",
	"game": {
		"name": "game-code-name",
		"title": "Formal Game Name",
		"developer": "Game Developer"
	},
	"script": {
		"path": "integration.lua",
		"version": "0.0.0",
		"standard": "1"
	}
}