Difference between revisions of "CMF3 Config: unspecified"

From cluster wiki
Jump to navigation Jump to search
(Created page with "These config settings are more standard config settings for description.ext. But i will explain them here regardless. <div style="padding:0.33em 2em;font-size:1.2em;font-weig...")
 
 
Line 48: Line 48:
<dd>ids: [https://community.bistudio.com/wiki/Array Array] - An array of Steam IDs in Base 64 format of clients to enable debug console for.</dd>
<dd>ids: [https://community.bistudio.com/wiki/Array Array] - An array of Steam IDs in Base 64 format of clients to enable debug console for.</dd>
</dl>
</dl>
[[Category:CMF3: Config]]

Latest revision as of 10:52, 13 March 2023

These config settings are more standard config settings for description.ext. But i will explain them here regardless.

Force Rotor Simulation
Description:
An enumarator value that enables forced or disables forced flight model

Syntax:
forceRotorLibSimulation = value
Parameters:
value: Number - A number indicating flightmodel state:
  • 0 - unforced flightmodel, uses client's flightmodel setting.
  • 1 - Forced Advanced Flightmodel.
  • 2 - Forced Default Flightmodel.
Respawn Delay
Description:
Delay in seconds from death to respawn

Syntax:
respawnDelay = delay
Parameters:
value: Number - A delay in seconds from death to respawn.
Enable Debug Console
Description:
An array of UIDs (SteamID Base 64) to enable debug console for.

Syntax:
enableDebugConsole[] = ids
Parameters:
ids: Array - An array of Steam IDs in Base 64 format of clients to enable debug console for.