Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Subnautica Variables #1848

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Conversation

gitmacer
Copy link
Contributor

@gitmacer gitmacer commented Dec 23, 2019

Subnautica GSI Mod 1.1.0.zip

  • Update QModManager Link
  • Use Enums

Add following Variables:

Paused

Biom
GameMode

in Vehicle/Base
Power
MaxPower
Floodlight
VehicleHealth
VehicleMaxHealth
CrushDepth

LightOn
LightOnDanger
LightOff

CyclopsWarning
CyclopsFireSuppressionActive
CyclopsSilentRunning

CyclopsMotorSlow/Normal/Flank
CyclopsEngineOn
CyclopsNoice

Prawn Thrust

DayLightScalar

ToDo:
-Maybe a new Profile
-(Notification to update the mod)?

public class GameStateNode : Node<GameStateNode> {

public int GameState;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if removing these is a good idea, because it breaks old profiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants