#Replacing players.db on a dedicated server with adjusted values not working.

1 messages · Page 1 of 1 (latest)

whole oasis
#

As the title says, I needed to relocate a bunch of players on a multiplayer server after the latest patch. Unfortunately, when I use the .db modifier, and reupload to the server, the new coordinates for the characters don't seem to be working. I've followed the guides I've found for doing so, but I feel like I must be missing something.

jade basalt
#

Could you elaborate on what you are trying to do exactly and what the situation is between the two servers?

#

Are the two servers you are moving between identical?

whole oasis
# jade basalt Could you elaborate on what you are trying to do exactly and what the situation ...

Sure. So we had a bit of an issue with the server, and we needed to relocate all of the players from where they were on the map to new locations. I pulled the players.db from the online server host (gamehostbros), and used a db viewer to modify the x,y,z coordinates of each character. I then reuploaded the players.db back to the server itself after removing the old .db completely. At this point, the server failed to recognize the new coordinates.

It's the same server overall, just trying to change the player locations without manually having to log in as every account and moving the characters like that, which would take hours with as many players as we have.

mental path
#

like this?

jade basalt
#

The players.db location data is only tracking it as an extra

#

Meaning you would have to look in the player data blob itself and change the location there, or just manually teleport players

whole oasis
whole oasis
whole oasis
mental path
#
  1. As admin teleporting to need coords. Exit game, shutdown server.
  2. going to server save, example (see pict) and find players.db
  3. copy players.db to another folder (backup).
  4. open data base in saved folder, find admin player from point 1. take coords and copy past from players. Save db and lauch server.
  5. when players connects - They will spawn at the location by the admin's coordinates.
#

i use DB.Browser.for.SQLite-3.12.2-win64 program for working with the database

jade basalt
whole oasis
mental path
#

maybe you save as another name? check last modified file db after saved in server save folder