Skip to content

Commit

Permalink
tweak: update db schema name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonisser committed Aug 8, 2023
1 parent ed3308b commit 722c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Maps - [mani](http://steamcommunity.com/profiles/76561198002201102/), [fatboy](h

1. Create a dedicated TF2 server and install metamod + sourcemod, and the extensions and plugins above. Ensure that the server and plugins work before continuing.
2. Download the [latest release](https://github.com/tf2td/towerdefense/releases) of TF2TD.
3. On your MySQL/MariaDB server, create a new `towerdefense` database and user. Import the `db_schema.sql` file from the download into your database.
3. On your MySQL/MariaDB server, create a new `towerdefense` database and user. Import the `tf2td.sql` file from the download into your database.
4. Add the database information to your sourcemod `databases.cfg` file (an example can be found [here](addons/sourcemod/configs/databases_example.cfg)).
5. Copy [`towerdefense.cfg`](cfg/towerdefense.cfg) to your server's `tf/cfg` folder. This file has settings that need to be executed when the server starts. Add the following to the end of your server's `cfg/server.cfg` file to do so:

Expand Down

0 comments on commit 722c7d6

Please sign in to comment.