Archived
Adding Mods w/Symlink
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
## Settings file was created by plugin DrakiaXYZ-Waypoints v1.6.0
|
||||
## Plugin GUID: xyz.drakia.waypoints
|
||||
|
||||
[]
|
||||
|
||||
MissingDeps =
|
||||
|
||||
[Debug]
|
||||
|
||||
## Whether to draw debug objects in-world
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Debug = false
|
||||
|
||||
## Whether to show the navigation mesh
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
ShowNavMesh = true
|
||||
|
||||
## The amount to offset the nav mesh so it's more visible over the terrain
|
||||
# Setting type: Single
|
||||
# Default value: 0.02
|
||||
# Acceptable value range: From 0 to 2
|
||||
NavMeshOffset = 0.02
|
||||
|
||||
[Export (Requires Debug)]
|
||||
|
||||
## Whether to export the nav mesh on map load
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
ExportNavMesh = false
|
||||
|
||||
[General]
|
||||
|
||||
## Whether to use custom nav meshes when available
|
||||
# Setting type: Boolean
|
||||
# Default value: true
|
||||
EnableCustomNavmesh = true
|
||||
|
||||
Reference in New Issue
Block a user