InitialStepsWithMarauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MiguelAngelBlanchLardin |
imported>MiguelAngelBlanchLardin No edit summary |
||
| Line 71: | Line 71: | ||
Make sure that you have the MySQL running too. Marauroa will build all the needed table structure for itself. |
Make sure that you have the MySQL running too. Marauroa will build all the needed table structure for itself. |
||
This will start Marauroa |
This will start Marauroa. |
||
Now refer to game documentation about how to start the game server and how to create accounts and so on. |
|||
=Creating accounts= |
|||
Before anything else, you MUST create accounts for your players. The idea is simple enough, you can even wrap it in to a webpage interface, much like we did with http://gladiators.game-server.cc |
|||
<pre> |
|||
<game>.<game>createaccount -i marauroa.ini -u <user> -p <password> -c <character> -e <email> |
|||
</pre> |
|||
For example in mapacman: |
|||
<pre> |
|||
mapacman.mapacmancreateaccount -i marauroa.ini -u root -p pazzw0rd -c MaSSive -e root@localhost.com |
|||
</pre> |
|||
For example in Stendhal: |
|||
[[InitialStepsWithStendhal |Initial Steps With Stendhal]] |
|||
=Testing= |
|||
To test that your connection is working use nullClient. It is a simple client that connects to the server, chooses a character and receives perceptions. If it works it means that everything else is also working. |
|||
<pre> |
|||
java -classpath marauroa.jar marauroa.nullClient root pazzw0rd MaSSive |
|||
</pre> |
|||
=Playing with clients= |
|||
Please read the client pages at http://arianne.sourceforge.net |
|||