VisualGuideToInstallingStendhalStep5
Step 5. Install Stendhal server
Now let's install the Stendhal server that will run over the marauroa server.
Go to arianne website and download Stendhal server binary: Stendhal-server-0.47.1 Unzip the stendhal-server-0.47.1.zip file.
Step 5.1. Move binary server files to marauroa folder
Copy the 3 server binary *.jar files:
- stendhal-maps-0.47.1.jar
- stendhal-server-0.47.1.jar
- stendhal-xmlconf-0.47.1.jar
inside the marauroa-1.31 folder.
Step 5.2. Edit the marauroad.bat file
Edit the marauroad.bat file by including in the path the name of the stendhal-server file, version included
;stendhal-server-0.47.1.jar
Edit the marauroad.bat file by removing the version in the name of the marauroa-1.31.jar file.
Warning: Check that, as indicated in a previous step, marauroa-1.31.jar filename has been changed to marauroa.jar
Note for the future: If you choose:
- not to rename marauroa-1.31.jar file to remove the version from its filename and
- not to edit the mararoad.bat file
Then, when you want to recompile Stendhal, you will really need to do it or you will have to edit build.xml file (don't count on me for that, at least for now).
Note for the future: If you choose:
- to rename stendhal-server-0.47.1 file to remove the version from its filename and
- edit the mararoad.bat file consequently
Then, everytime you recompile Stendhal, the version suffix will be generated again , so it is more comfortable and faster leaving it.
Go to Step 6. Run MySQL as a service (if it is not running already)