Installation

Follow these steps to install the resource on your server.

  1. 1

    Download the resource

    Download the resource and place it in your server's resources folder, e.g. resources/[more]/more_revivestation — install it alongside more_lib.

  2. 2

    Configure config/cl_config.lua

    Import [SQL]/sql.sql into your database (creates the more_revivestation_stations table), then add the ensure lines below to your server.cfg, after more_lib and oxmysql.

  3. 3

    Restart the server

    Restart your server. The client waits (up to MS.Settings.load_delay) for the session to start, the framework to load, and the player to be loaded before it registers with the station system — check the F8 console if stations don't respond to E.

  4. 4

    Create your stations in-game

    As a player in one of the MS.Creator.groups, run /revivestations (or your configured MS.Creator.command) to open the Creator menu. Use "Add station" to drop one at your current position, then open it from the list to set its minimum medic count, teleport to it, move it to your position, or delete it. Stations sync live to every client via the more_revivestation:stations state bag — no restart needed.

server.cfg
1ensure more_lib2ensure more_revivestation

Load order matters

more_revivestation must start after more_lib. If more_lib isn't ready yet, it doesn't error — the boot sequence just keeps waiting (NetworkIsSessionStarted, then MORE.IsFrameworkLoaded, then MORE.IsPlayerLoaded) before it sets up the local player. Until then, stations won't open and the server won't cache any medics.

Last updated