Wurm Unlimited

Wurm Unlimited

Not enough ratings
How to Delete Players, Server Side and Client Side
By Arathok
This guide is for showing how to delete characters so you can create a new one using the same name but with a different look.
   
Award
Favorite
Favorited
Unfavorite
Deleting the Player from your Client List
Find the Installation Path of your client:
For me its:
D:\Steam\steamapps\common\Wurm Unlimited\WurmLauncher\PlayerFiles

In the directoy you will find all your created player data.
  • 1. Delete the console."your_player_name".log
  • 2. move to the "players" directory
  • 3. Delete the directory called "your_player_name"

Thats it for the Clinet side, moving on.
Deleting the Player from the Server Database.
This is a bit more complicated.
For this you will need a database reader. As already mentioned in other guides, a very easy to use and free tool is the DB Browser for SQLite.

You can download it here: https://sqlitebrowser.org/

  • First Navigate to your servers directory. Depending on, if you are using dedicated or not this may vary

  • Possible directories:
    D:\Steam\steamapps\common\Wurm Unlimited Dedicated Server
    D:\Steam\steamapps\common\Wurm Unlimited\WurmServerLauncher

  • In this directory go to the directory of the database your Server is using:
    For most of you it will be either Creative or Adventure. If you created your own database move to the driectory that has its name respectively

  • move to the sqlite folder. In there you will find a database called wurmplayers.db

  • open DB Browser for SQLite and drag and drop the Data base in there

  • in the Tables list, scroll until you find a table called Players. Right Click it and select the first option (Browse / Search Table)

  • find and select the row with your characters name and then click "delete row"

And that concludes deleting a player from the Server Database.
You always need to delete your player on your client AND on your server side because both sides store character appearance!

If you have any further questions,ill try to answer them as best as i can.