Skip to content

Extra CSP Server Config Values

CheesyManiac edited this page Jun 24, 2024 · 6 revisions

I will not be helping with these, they could break or be removed at any point.

Always refer to the Official CSP Wiki for all other config options.

Server Scripts

[SCRIPT_...]
SCRIPT="" 		; Public URL goes here
CHECKSUM=""		; sha256 hash of script as a string
CHECKSUM_ALT=""		; Alternate sha256 hash of script as a string
REQUIRED=0 		; Load required to join server, CSP closes game if script can't be loaded ; 0 or 1
REFRESH_PERIOD=0 	; Periodic refresh of script in seconds ; 0 or more

Misc

[ANTICHEAT_SCAN]
SIGNATURE= 		; No idea what goes here, probably a sha256 of something

Experimental Extended Physics

These may be removed at any point in the CSP update cycle. Introduction build numbers are next to each option

[SHADOWS_PREVIEW] 	; Introduced in 1.80preview108
ENABLED=0		; Enable feature ; 0 or 1
TEMPERATURE_MULT=1	; Temperature change multiplier ; 1 or more
SURFACE_Y=1		; I have no idea
[EXTRA_RULES]
SLIPSTREAM_MULT=1	; Change strength of slipstream, same effect as the singleplayer option
SLIPSTREAM_GAIN_MULT=1	; Change the the slipstream curve
[EXTRA_RULES]
SURFACES_FX=1		; Enable the SurfacesFX module. Added in CSP 0.2.3-preview211

Mumble Voice Chat

Integrated into CSP since 1.80preview218 aka build 2363

Allows the use of the in-game Voice Chat app to connect to the server's specific Mumble channel. Requires the joining player to use at least the version of CSP above.

I do not recommend using at the same time as the first implementation, however they will still work at the same time.


[MUMBLE_INTEGRATION]
HOST = '' 			; IP or URL address of the Mumble server
PORT = 64738 			; Port of the Mumble server, default 64738
PASSWORD = ''			; Password of the Mumble server
CHANNEL = 'Root'		; Default channel to join on the Mumble server
POSITIONAL_AUDIO = true		; Move the audio with the position of the other drivers, true or false
POSITIONAL_MAX_DISTANCE = 50	; Distance where you can no longer hear other drivers

To use the in-game app:

  1. Make sure the joining players are using the required CSP version listed above
  2. Enable the GUI module
  3. Enable the app

image

  1. The app will automatically open and connect to the Mumble server.
  2. The App can be opened from the taskbar in-game:

image

  1. The app will then look like this, showing other available channels if configured. Settings can be accessed by the gear-cog on the app.

image