InitialStepsWithMarauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>MiguelAngelBlanchLardin No edit summary |
imported>MiguelAngelBlanchLardin No edit summary |
||
| Line 154: | Line 154: | ||
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 |
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> |
<pre> |
||
<game>.<game>createaccount -u <user> -p <password> -c <character> -e <email> |
<game>.<game>createaccount -i marauroa.ini -u <user> -p <password> -c <character> -e <email> |
||
</pre> |
</pre> |
||
For example in mapacman: |
For example in mapacman: |
||
<pre> |
<pre> |
||
mapacman.mapacmancreateaccount -u root -p pazzw0rd -c MaSSive -e root@localhost.com |
mapacman.mapacmancreateaccount -i marauroa.ini -u root -p pazzw0rd -c MaSSive -e root@localhost.com |
||
</pre> |
</pre> |
||
Each game has a different number of parameters, check them out with the -h parameter. |
Each game has a different number of parameters, check them out with the -h parameter. |
||