Minigame Bundle

Instructions on how to download and install the basics of Minigame Bundle.

Download

After you bought Minigame Bundle, you will see those on your Keymaster page. Download these.

Configure

  • Open cfg.lua and you can change minigame default settings.

Config = { -- an example minigame config
    typingGame = {
        difficulty = {
            ['easy'] = 6,
            ['normal'] = 12,
            ['hard'] = 18,
        },
        duration = 20,
        initialSequences = {
            'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
        }
    },
}

Install

  • After basic configures, add these line to your server.cfg.

ensure rm_minigames

Last updated