Ghost mode has been added to the Dune Awakening Speeder. Ghost mode allows you to fly around at extremely fast speeds while your real position remains locked to wherever you were at activation. As a ghost, you can kill and loot enemies. You cannot gather resources. Settings for ghost mode are on lines 49 and 50 in config.txt:
- Line 49) The virtual key code of the key to enable/disable ghost mode. Ghost mode allows you to fly around the zone without actually moving from your real position. While in ghost mode, you can kill enemies with melee attacks, and you can actually loot their corpse. Your fly speed can be changed by appending it with the "|" character, such as
113|10
for "10" speed and to enable ghost mode with the F2 key (113). 10 speed is the default if you do not change it. Ghost mode requires WASD movement. If you use keys other than WASD for movement, please set them on line 50. - Line 50) The virtual key codes of your movement keys listed in the following order:
Forward|Left|Back|Right
such as
87|65|83|68
for WASD. Setting this line is only necessary if you do not use WASD for movement.