NoMansSky:Reference Guides/Global Files/GCPlayerGlobals

From Step Mods | Change The Game
< NoMansSky:Reference Guides‎ | Global Files
Revision as of 06:28, November 16, 2020 by TechAngel85 (talk | contribs) (Created page with "__NOTITLE__ {{NMSPage|contentTitle=[https://wiki.step-project.com/NMS:Game_Structure Game Structure] // [https://wiki.step-project.com/NMS:Reference_Guides/Global_Files Global...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:TOC right

GCPLAYERGLOBALS.GLOBAL

Handles many settings regarding the player and player's side of usable objects.

GCPLAYERGLOBALS.GLOBAL
File Suffix: MBIN
Template Name:
Directory: /
Knowledge State: Partially Understood
Summary: Handles many player settings.

General Property Notes

Amongst the full list of properties in this file, here are a few that are known:

Player Movement

  • GroundWalkSpeed | Default=4.4 | sets the player's walking speed
  • GroundRunSpeed | Default=8 | sets the player's run/sprint speed
  • GroundWalkSpeedLowG | | sets the player's walking speed in low gravity
  • GroundRunSpeedLowG | | sets the player's run/sprint speed in low gravity

Jetpack

  • JetpackMaxSpeed | | The jetpacks maximum forward speed.
  • JetpackMaxUpSpeed | | The jetpacks maximum upward speed.

Player Damages

  • EnergyDischargeRateLow | Default=0.02 | Rate at which the Life Support will drain from low energy pull actions.
  • EnergyDischargeRateMedium | Default=0.25 | Rate at which the Life Support will drain from medium energy pull actions.
  • EnergyDischargeRateHigh | Default=0.9 | Rate at which the Life Support will drain from high energy pull actions.
  • EnergyDischargeRateFloatingInSpace | Default=30 | Rate at which the Life Support will drain from being in exposed space.

Template:NMSPageClose