Jump to content

Recommended Posts

Posted (edited)

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

Edited by RazielLewach
Posted

+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.

Posted

+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.

  • Recently Browsing   0 members

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