Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Update version and renum steps
  • Loading branch information
paulpach authored May 15, 2018
1 parent 9652b20 commit 56cec0a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UMMORPG Mysql Addon

This is a Mysql Addon for uMMORPG 1.113 and [previous versions](https://github.com/paulpach/ummorpg_mysql/releases)
This is a Mysql Addon for uMMORPG 1.117 and [previous versions](https://github.com/paulpach/ummorpg_mysql/releases)

This is pretty much a drop in replacement for the sqlite Database.cs that comes with uMMORPG.

Expand Down Expand Up @@ -31,22 +31,22 @@ collation-server=utf8mb4_unicode_ci
default-authentication-plugin=mysql_native_password
```

4. restart mysql
5. Create a database and ensure you can connect to it from your server
6. set these [environment variables](https://www.youtube.com/watch?v=bEroNNzqlF4) before running unity or your server:
5. restart mysql
6. Create a database and ensure you can connect to it from your server
7. set these [environment variables](https://www.youtube.com/watch?v=bEroNNzqlF4) before running unity or your server:
~~~~
MYSQL_HOST=<your database server>
MYSQL_DATABASE=<your database name>
MYSQL_USER=<user name to connect to your database>
MYSQL_PASSWORD=<password to connect to your database>
MYSQL_PORT=<port to your database, typically 3306>`
~~~~
7. Run Unity and open your project
8. Delete Database.cs that comes with uMMORPG
9. Add these files to your project. You don't need the [Addons](Addons) folder if you don't have NetworkZones.
10. Hit play and enjoy
11. When you build a server, make sure to export those environment variables too
12. (Optional) If you use NetworkZones, follow [these instructions](Addons/NetworkZones/Readme.md).
8. Run Unity and open your project
9. Delete Database.cs that comes with uMMORPG
10. Add these files to your project. You don't need the [Addons](Addons) folder if you don't have NetworkZones.
11. Hit play and enjoy
12. When you build a server, make sure to export those environment variables too
13. (Optional) If you use NetworkZones, follow [these instructions](Addons/NetworkZones/Readme.md).

Note, many addons add their own tables and columns.
They will need to be modified to work with mysql.
Expand Down

0 comments on commit 56cec0a

Please sign in to comment.