πŸš€Installation

Installing the Terminal app is straightforward. Since it is designed to work with kartik-laptop, ensure you have the core laptop resource running.

1. Resource Setup

  1. Download the kartik-terminal folder.

  2. Place it in your server's resources directory.

  3. Ensure the resource name is kartik-terminal for proper NUI communication.

2. Manifest Configuration

Ensure your fxmanifest.lua includes all necessary scripts:

client_scripts {
    'client/open/open.lua',
    'client/main.lua'
}

server_scripts {
    '@oxmysql/lib/MySQL.lua',
    'bridge/**/server/*.lua',
    'server/**/*.lua'
}

3. App Registration

The Terminal app registers itself automatically with kartik-laptop. No manual interaction is required unless you wish to change the app icon or name in shared/config.lua.

4. Verification

Start the server and open the laptop. The Terminal icon should appear on your desktop or app list. Use the help command once opened to verify everything is working.

Last updated