Jump to content
New Forum Update ×

Landing Animation - Always First Landing [mod request]


PointZero93

Recommended Posts

+7

Please make this happen. I keep getting teleported out of my ship when i do not want to be teleported. I just want to put on my suit and go outside or land at an outpost, pick up resources and take off again. Being teleported means i have to run back to the ship or teleport AGAIN to get back to the ship.

Link to comment
Share on other sites

+1. The "always marked as unexplored" is perfect because it allows you to always enter the planet without menus, just opening the radar!

ScriptName Location Extends Form Native Hidden

Function SetExplored(Bool abExplored) Native

Event OnLocationExplored()
  Self.SetExplored(False)
  Self.Reset()
EndEvent

Event OnLocationLoaded()
  Self.SetExplored(False)
  Self.Reset()
EndEvent

Now every location is no longer "Explored" but still no animations.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...