Skip to main content
GameServersHub
UE4 GPS - UE4 Coordinates (for Modders) thumbnail
ARK Steam Workshop Mod

UE4 GPS - UE4 Coordinates (for Modders)

856subscribers53%vote score349 KBdownload

About this mod

Self explanatory for people who know their way around the dev kit. This allows yoou to go ingame and find the UE coordinates on any map in case you want to have a specific spawn point for something. Should be fully stackable. Instructions: 1. Get the item

Steam Workshop descriptions are short. For the full description, screenshots, and changelogs visit the workshop page.

Steam Workshop Stats

Open on Steam
Subscribers
856
Active Steam subscribers
Favorites
48
Views
7,069
Vote Score
53%
12 up / 4 down
File Size
349 KB
Down-votes
4
Created on Steam
Last updated on Steam

How to install on an ARK: Survival Evolved server

Four steps. Stop the server first, ActiveMods is read on startup.

  1. 1

    Copy the Mod ID

    The Mod ID for this mod is 1139038140. Use the Copy ModID or Copy Install Line button in the sidebar.

    When a Steam Workshop mod is installed, SteamCMD fetches the workshop item by this ID on first startup. No manual file copies needed.

  2. 2

    Stop the server, open GameUserSettings.ini

    1. Log in to your server panel and STOP the server.
    2. Navigate to the config directory, usually: ShooterGame/Saved/Config/LinuxServer/ (or WindowsServer on Windows hosts).
    3. Open GameUserSettings.ini and find (or create) the [ServerSettings] header.
  3. 3

    Add or extend the ActiveMods line

    Add a single ActiveMods= entry inside [ServerSettings]. Mod IDs are comma-separated. The order matters: mods later in the list override earlier ones.

    Single mod
    [ServerSettings]
    ActiveMods=1139038140
    #UE4 GPS - UE4 Coordinates (for Modders)
    Multiple mods (load-order matters)
    [ServerSettings]
    ActiveMods=1139038140,111111111,222222222

    The # line is a comment, INI parsers ignore it, but it keeps your file readable when you have many mods.

  4. 4

    Restart the server

    Save the file and start the server. SteamCMD downloads the workshop item on first boot, expect a brief startup delay on the first run. Subsequent restarts are normal speed.

    For map mods, also set ?Map= in your launch parameters, for example ShooterGameServer Ragnarok?listen?....

Server must be stopped Edit GameUserSettings.ini Comma-separated mod list Mods auto-download on boot

Patch history(1 entry)

  1. Latest

    First synced to GameServersHub on 2026-05-22. File size: 357482 bytes.