Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add last oasis support #446

Closed
wants to merge 1 commit into from
Closed

Conversation

CosminPerRam
Copy link
Member

Closes #248.
The game supports the valve query protocol and the default port for it is 27015 but I have managed to find only a server that I could have query (maybe cause some dont have the port open or they mapped it to another number), its this one: https://www.trackyserver.com/server/renegade-gaming-10x-all-pvp-pve-1330400 (IP: 184.67.182.202:5401) but it seems numplayers and maxplayers are wrongfully reported.

@CosminPerRam
Copy link
Member Author

Actually it seems that the ip is of a game provider, as the query made on 27015 comes from another game :/

@podrivo
Copy link
Contributor

podrivo commented Feb 4, 2024

Found several documentations saying the query port is 27015, but it didn't work on any servers I've tried.
There's a list of servers here: https://www.trackyserver.com/last-oasis-server

I was trying random ports with the IP you've provided and it worked on 27017, but it seems it's a different game, as you mentioned. App ID is 2285150, from The Front game: https://steamdb.info/app/2285150/info/

gamedig.js --type protocol-valve 184.67.182.202:27017 --pretty

{
  "name": "Renegade Gaming 10x PvE",
  "map": "CooolMap",
  "password": false,
  "raw": {
    "protocol": 17,
    "folder": "ProjectWar",
    "game": "ProjectWar",
    "appId": 2285150,
    "numbots": 0,
    "listentype": "d",
    "environment": "w",
    "secure": 1,
    "version": "1.0.0.0",
    "steamid": "90180255669927955",
    "tags": [
      "BUILDID:0",
      "OWNINGID:90180255669927955",
      "OWNINGNAME:Renegade Gaming 10x PvE",
      "SESSIONFLAGS:715",
      "GameMode_s:PVP",
      "BeaconPort_i:5005"
    ],
    "players": []
  },
  "maxplayers": 200,
  "numplayers": 0,
  "players": [],
  "bots": [],
  "queryPort": 27017,
  "connect": "184.67.182.202:5004",
  "ping": 189
}

@podrivo
Copy link
Contributor

podrivo commented Feb 5, 2024

#248 (comment) Suggested that the game has been abandoned. Should we pursue this?

@CosminPerRam
Copy link
Member Author

No, I will add the game to the unsupported games list.

CosminPerRam added a commit that referenced this pull request Feb 24, 2024
blackwaterbread pushed a commit to blackwaterbread/node-gamedig that referenced this pull request Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Last Oasis - Add support
2 participants