⚙️Configuration

Configuration guide of the Hand Console 2

Step 1: Add Games

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
    },

Last updated