# Running the game

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

## Adding Spritesheets

In [**OpenTibia/Assets/StreamingAssets**](https://github.com/slavidodo/OpenTibia-Unity/tree/master/OpenTibia/Assets/StreamingAssets), create a folder for your client version, and put the spritesheets:

* appearances.dat
* catalog-content.json
* sprites
* sprites.manifest

{% hint style="info" %}
For Tibia 11, 12 or later versions, you should also specify the build version (e.g 1200.7695);
{% endhint %}

Start Unity Editor, open the MainScene in [**Assets/Scenes**](https://github.com/slavidodo/OpenTibia-Unity/tree/master/OpenTibia/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).

{% hint style="success" %}
For tibia 11 or later versions, you should specify a link to the client\_services page, a pretty solid example in [Znote's AAC](https://github.com/Znote/ZnoteAAC/blob/master/login.php).
{% endhint %}
