Jump to content

LVviper

Pathfinder
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by LVviper


  1. I have a 5x5 grid dedicated server. I need to add the ghost ship and don't know what name I'm supposed to use for the ship path.

    The main issue I have is that all treasure maps once picked up only give you maps for current tile, not other tiles. Most of the time are only common ones as well. Does anyone know how to fix that?

    Also lastly, does anyone know how to add global chat and get it working?

    Thx in advance.

     


  2. 6 hours ago, DeepSeaDuo said:

    "port" in the json file is equivalent to "queryport" on the command line.
    "gameport" in the json is equivalent to "port" on the command line.
    "seamlessport" isn't needed on the command line.

    Dog knows why GS did it this way, it's an endless source of confusion.

    Note that I have RCON and Query ports the same because RCON is TCP and Query is UDP, so they're using different protocols.

    ShooterGameServer.exe "Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=Grid00?ServerAdminPassword=xxxxxx?RCONPort=27230?QueryPort=27230?Port=27232"

          "gridX": 0,
          "gridY": 0,
          "MachineIdTag": "",
          "ip": "xx.xx.xx.xx",
          "port": 27230,
          "gamePort": 27232,
          "seamlessDataPort": 27234,
     

    Looks like the adding RCON to match QueryPort and changing my IP from DNS name to IP, things are working. Thx Deepseaduo!!

×
×
  • Create New...