Instances
Instances in RedM refer to separate, isolated environments within the game world. These environments are used to manage groups of players in a way that they do not interact with or see players from other instances. This concept is similar to βphasingβ or βshardingβ used in other online games.
Types of Instances
Default Instance:
Typically identified by ID 0, this is the default instance used by the server. You can modify this default instance ID in the
config.lua
file if you use a different default instance.
Script Instances:
These are instances created automatically by other scripts (e.g., during character creation or selection in VORP). They are displayed to indicate which players are in these instances.
Admin Instances:
These instances are manually created by administrators. You can select a non-administrator player to assign them the role of instance administrator (such as the event organizer). They will be able to kick players, transfer players into their instance, disable NPCs inside this instance, choose another administrator or delete the instance.
Client Side
Open administrator menu - Instances Management :
Add your steam identifier inside :
Open player group menu - Group Management :
Here is an excerpt from the config.lua file : (parts of the excerpt are hidden)
Last updated