InitialStepsWithMarauroa: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Kymara
m Create server.ini file: can't remember how to do wiki links, blah
 
(37 intermediate revisions by 4 users not shown)
Line 42: Line 42:
== Create server.ini file ==
== Create server.ini file ==


If you don't have a game yet, see [[ClientServerChatExample|Marauroa Tutorial]] for how to generate a minimum server.ini and how to write the two required classes.
To create the marauroa.ini file you need to can write it by hand, copy from another place or use game application to generate it.<br>

Please refer to game documentation about how to write it.
To create the marauroa.ini file you need to can write it by hand, copy from another place or use your game application to generate it.<br>
Please refer to your game documentation about how to write it.


Stendhal Documentation: [[VisualGuideToInstallingStendhalStep5]]
Stendhal Documentation: [[VisualGuideToInstallingStendhalStep5]]
Line 50: Line 52:
Once you have it configured, just run the server by executing:
Once you have it configured, just run the server by executing:
<pre>
<pre>
java -classpath .;mysql-connector-java-3.0.7-stable-bin.jar;log4j.jar -jar marauroa.jar -c <game.ini>
java -classpath .;mysql-connector-java-3.0.7-stable-bin.jar;log4j.jar;marauroa.jar marauroa.server.marauroad -c &lt;server.ini&gt;
</pre>
</pre>