Cargo ship settings

Cargo ship speed

cargoshipdynamic.cargoship_speed_scale "int"

Controls the speed of the Cargo Ship. Clamped to 5.

Example:

cargoshipdynamic.cargoship_speed_scale "1"

Cargo ship egress time

cargoships.egress_duration_minutes "int"

Controls the time taken for the Cargo Ship to leave the map once its event has ended.

Example:

 cargoships.egress_duration_minutes "5"


Cargo ship event duration

cargoships.event_duration_minutes "int"

Controls the amount of time the Cargo Ship is active on the map for.

Example:

cargoships.event_duration_minutes "10"

Enable or disable cargo ship event

cargoships.event_enabled "0/1"

Toggles the Cargo Ship event as a whole.

Example:

cargoships.event_enabled "1"

Code locked crate spawn frequency

cargoships.loot_round_spacing_minutes "int"

Controls how often Code Locked Crates spawn on the Cargo Ship.

Example:

cargoships.loot_round_spacing_minutes "10"

Number of code locked crates to spawn

cargoships.loot_rounds "int"

Controls how many times Code Locked Crates spawn on the Cargo Ship.

Example:

cargoships.loot_rounds "5"

Enable or disable scientists

cargoships.scientist_onboard_check "0/1"

Toggles scientist spawning on the Cargo Ship.

Example:

cargoships.scientist_onboard_check "1"


Spawn cargo ship

cargoships.spawncargoship

Force spawns a Cargo ship, with normal event rules. Only one Cargo Ship can be on the map at the same time.


Force cargo ship to leave

cargoships.startegressing

Forces the current Cargo Ship to leave the map, following the value set for egress_duration_minutes.


Last updated