Skip to content

Change where new players spawn

Locations

The individual spawn locations can be changed in the config file sh_config.lua under CONFIG.SPAWNS

alt

Highlighted spawn selection

---@type vector4[]
CONFIG.SPAWNS = {
vector4(0.0, 0.0, 0.0, 0.0), -- 0
vector4(0.0, 0.0, 0.0, 0.0), -- 1
vector4(0.0, 0.0, 0.0, 0.0), -- 2
vector4(0.0, 0.0, 0.0, 0.0), -- 3
vector4(0.0, 0.0, 0.0, 0.0), -- 4
vector4(0.0, 0.0, 0.0, 0.0), -- 5
};
  • Contains the positions for each spawn choice when a new character is created.
  • Max of 6 spawns are available
  • The first 3 spawns match up with the top row of thumbnails and the remaining 3 are for the bottom row of thumbnails

Thumbnails

alt-1alt-2
Normal view

The image name pattern for thumbnails is thumbnail-[number] and requires the webp format.

Different sized thumbnails are used based on player monitor resolutions, to improve performance when loading the images. When swapping out a thumbnail you also need to create multiple clones at specific sizes shown below.

TargetDirectorySize
Placeholderplaceholders48x27
600p800208x117
720p1280336x189
1080p1920496x279
2k2560688x387
4k38401024x576
  • Target aspect ratio is 16:9