Apart from the spiders, we can also see female citizens, and that citizens now have names. One of them said "(wounded)", I wonder if that means a HP/damage system is in place. The spider catacombs look sweet, as do the new unexplored tiles.
Thanks. And yes, I'm coding the combat engine.
Screenshot of the error ->
I get the same error.
Well, the error it's very descriptive. Windows can't found the java.exe command. By default, if I remember correctly, when you install Java, the java.exe it's placed into %windows%/system32 folder, so it should be accessible from anywhere.
You two can try one of this:
1) uninstall/reinstall Java (or just reinstall)
2) Find java.exe in your system and then modify the PATH environment variable (image bellow)
3) Find java.exe and modify towns.cmd as XInvoker says.
Here the image from my Windows XP x64 showing how to modify the PATH.
To find java.exe in all the hard drive you can open a console (Start / Run -> Type CMD -> Press enter), the go to root directory typing "CD \" (without the quotes) and then launch the comand to search it "dir java.exe /s" (without the quotes).
Another way (more easy) to search it it's using the windows search feature (right click on C: -> search)
Well, hope this helps.