Horizon Launcher

$0.00

Electron-based FiveM server launcher with in-game server switching capabilities

Game Overlay Feature (BETA)

Current Status: Experimental feature with known stability issues

Enable in-game server switching by setting useOverlay: true in configuration. Press Alt+Shift+S while connected to change servers without full disconnection.

Limitations:

  • Incomplete implementation may cause application crashes
  • Memory leaks during server transitions
  • Incompatible with certain FiveM zasób skrypty

Wymagania instalacyjne

Prerequisites:

  • Node.js 16.x or higher
  • Windows 10/11 (for electron-builder NSIS targets)
  • Administrative privileges for registry modifications

Setup Video below :)

(5 opinii klienta)

Product facts

Included files
1 downloadable file
Add to Cart
FiveM Horizon Launcher
Horizon Launcher
$0.00
2024 FIVEM LAUNCHER + SOURCE CODE

Configuration Steps

  1. Zainstaluj zależności
    npm install
  2. Configure Server Settings Edytuj config.json:
    {
      "svname": "Your Server Name",
      "ip": "CODE_FROM_CFX_URL",
      "useOverlay": false
    }

    Extract IP from cfx.re/join/[CODE] – use only the alphanumeric code

  3. Install Build Tools
    npm install --save-dev electron-builder
  4. Modify package.json
    • Przenieś electron z dependencies do devDependencies
    • Add build script: "build": "electron-builder"
  5. Add Build Configuration Insert after scripts section in package.json:
"build": {
  "appId": "Horizon Launcher",
  "win": {
    "target": ["nsis"],
    "icon": "icon.ico"
  },
  "nsis": {
    "oneClick": true,
    "installerIcon": "icon.ico",
    "uninstallerIcon": "icon.ico",
    "uninstallDisplayName": "Horizon Launcher Uninstaller",
    "license": "license.md",
    "allowToChangeInstallationDirectory": false
  },
  "extraResources": [
    {
      "from": "node_modules/regedit/vbs",
      "to": "regedit/vbs",
      "filter": ["**/*"]
    }
  ]
}
  1. Build Application
    bash
    npm run build

Uwagi techniczne

Registry Dependencies: The regedit/vbs inclusion enables Windows registry modifications for FiveM configuration management.

NSIS Configuration: One-click installer prevents user directory selection to maintain consistent file paths for launcher functionality.

Wsparcie: Join Discord server for troubleshooting assistance (link in repository).

Horizon Launcher provides Electron-based FiveM server management with experimental in-game switching capabilities and automated Windows installer generation.

5 opinii dla Horizon Launcher

  1. Gabriella (zweryfikowany)

    Great resource for GTA RP servers.

  2. Idell (zweryfikowany)

    Just love the design and the customer support is the nicest.

  3. Lauryn (zweryfikowany)

    Perfect addition to our roleplay server.

  4. Janet (zweryfikowany)

    We tested several similar resources, but this one had the best combination of features, design, and performance.

  5. Loma (zweryfikowany)

    We have used this resource during multiple busy sessions, and it has remained stable.

Tylko zalogowani klienci, którzy kupili ten produkt mogą napisać opinię.