SplinecartUnlocked / Commands

Commands

SplinecartUnlocked ships a single client command that configures everything about the mod at runtime.

Overview

The root command is /splinecartc. It is a client-side command - your settings apply only to your own client and require no operator permissions. Changes take effect immediately and persist to your config file.


All Commands

/splinecartc

Shows the mod's version info.

/splinecartc config

Lists every config option and its current value.

/splinecartc config <option> [value]

With a value, sets option. Without a value, shows its current value.


Config Options

Option Default Range Description
rotate_camera true - Rotates the player camera to follow the track while riding, like a coaster. Set false to keep the camera level.
vbos false - Uses vertex buffer objects for rendering tracks. Slightly smoother rendering at the cost of more GPU memory; changing this requires a render reload.
track_resolution 3 1 to 16 How many segments each track block is divided into when rendering and simulating. Higher values give smoother curves for less performance.
track_render_distance 8 4 to 32 How far away, in blocks, cart track sections are loaded and rendered around the player.

Example

/splinecartc config vbos true

Enables VBO rendering for the current session and saves the setting.