How to setup a Stendhal webclient development environment
- Setup a development environment as discussed in Using Eclipse with Stendhal
- Edit server.ini to add these lines, replacing "accountname" with the name of your account for testing:
<source lang="ini"> http_port=8080 debug_fake_web_username=accountname </source>
- Run
ant compilejs. In Eclipse you can right click on build.xml and select {Run | Ant Build...}. In the dialog deselect all targets and select "compilejs". - Launch the Stendhal server
- Visit http://localhost:8080/stendhal.html
- You can add #charname to the end of the above urls. Note those characters must belong to the account name configured.
- You need to click into the chat input field in order to move your character with arrow keys