Configuration
Configuration guide of the Hand Console 2
Last updated
Configuration guide of the Hand Console 2
Last updated
You can add games in this format to the STG.Games table in config.lua, games work with url
[15] = {
gameName = "gameName",
gameLabel = "Game Label",
gameThumbnail = "Game Thumnail.jpeg", -- you can add images from stg-handconsole/html/images/gameThumbnails
gameURL = "game url here",
favoriteGames = false,
multiplayerGames = true
},