ARK: Survival Evolved

ARK: Survival Evolved

Better Waypoints V2
 This topic has been pinned, so it's probably important
Joehelp  [developer] 1 Mar, 2022 @ 11:46am
Config/INI options
INI config options:

If you enable "-servergamelog", you can see the mod print out what it found for the INI, and if it used the default value.

Configs:
[BetterWaypointsV2]
Waypoint_Limit=50
Share_Type=tribe
Name_Length_Limit=15
Stasis_Dino_Update_Time=1.5
Share_List_Update_Time=15
Show_GPS_UI=True

"Waypoint_Limit"
  • Sets the limit on how many waypoints each player can have.
  • It accepts any integer number. (23, 58, 200, 46 etc)
  • Its default is "50", and has an upper limit of "500"

"Share_Type"
  • Sets the share restrictions for who players are allowed to share to.
  • It accepts 4 pre-defined types.
  • ---------- "None" (No one can share at all)
  • ----------"all" (Everyone can share to everyone)
  • ----------"ally" (Players can only share with their tribe members and allies)
  • ----------"tribe" (Players can only share with their tribe members)
  • It defaults to "tribe" sharing.

"Name_Length_Limit"
  • Sets the length limit of waypoint names.
  • It accepts any integer number. (23, 58, 200, 46 etc)
  • It defaults to "15", and has no upper limit.

"Stasis_Dino_Update_Time"
  • Sets the time in seconds it takes for the waypoint system to update dinos out of render range.
  • It accepts any float number. (5, 2.463, 9.34, 8, etc)
  • It defaults to "1.5" seconds, and is limited to a 1 second minimum
  • (Warning, the mod code associated with this INI uses network, so very tiny values could cause lag)

"Share_List_Update_Time"
  • Sets the time in seconds that it takes for players sharing lists to change/ update.
  • It accepts any float number. (5, 2.463, 9.34, 8, etc)
  • It defaults to "60" seconds, and and is limited to a 1 second minimum
  • (Warning, the mod code associated with this INI uses network, so very tiny values could cause lag)

"Show_GPS_UI"
  • Sets the in-game UI to define if it should show the waypoints GPS location, as it could be used to get a free GPS at the very start basically.
  • It only accepts "True" and "False".
  • Its default is "True".
Last edited by Joehelp; 13 Apr, 2022 @ 10:29pm