Running the game

After processing the spritesheets in the previous step, it's time to play the game!

Adding Spritesheets

In OpenTibia/Assets/StreamingAssets, create a folder for your client version, and put the assets:

  • appearances.otud

  • assets.otus

For Tibia 11, 12 or later versions, you should also specify the build version (e.g 1200.7695);

Start Unity Editor, open the MainScene in Assets/Scenes and hit Play! Select the client version you want to play in, and type down your Account Identifier (id/name/email depending on the version), your password and the IP address. For older clients (aka less than Tibia 11), you should specify an IP address ending with a port (defaults to 7171).

For tibia 11 or later versions, you should specify a link to the client_services page, a pretty solid example in Znote's AAC.

Last updated