NEXO Scripts · Documentation

Everything to install, configure and get the most out of every NEXO resource.

Loadscreen

FREE

Loading screen with video and in-memory preload (no stutter). Auto-detected server name. Resource: loadscreen (free).

Installation

loadscreen folder in resources/.

ensure loadscreen

No database, no ACEs, no framework (game 'common').

Features

  • Looping full-screen video with audio.
  • In-memory preload → no stutter, no freezes.
  • Volume control (Up/Down/M) with indicator.
  • Auto-detected server name; EN/ES text via convar.

Configuration (no code editing)

WhatHow
VideoReplace html/intro.mp4 (same name) or edit VIDEO_SRC in html/intro.js
LogoReplace html/logo.png
Languageset loadscreen_locale "en" (default "es")

Recommended video specs: mp4/H.264, 1080p, ~8–12 Mbps, -movflags +faststart. Do not use webm/VP9 or webp.

Common errors

  • The video freezes mid-load → it's webm/VP9 or missing faststart; recode with the specs above.
  • No sound until you press a key → the browser blocked autoplay with audio; it starts muted and any volume key enables it.