Server.cfg: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 February 2024

  • curprev 14:4914:49, 4 February 2024Habi talk contribs 1,094 bytes +1,094 Created page with "== server.cfg Configuration Properties == === max_npc === * '''Description:''' Limits the number of NPCs (Non-Player Characters) in the server. * '''Usage:''' Add the following line to your `server.cfg` file: <pre> max_npc <value> </pre> * '''Accepted Values:''' * `0` to `100`: Limits the number of NPCs to the specified value. * `-1`: Allows any number of NPCs (unlimited). * '''Example:''' <pre> max_npc 50 </pre> === recdir === * '''Description:''..."