I'll make it step by step guide. For this, I assume you have extracted the game inside Downloads folder, in
LwN folder. I also assume you have 'wine' application installed properly, and that wine runs with the terminal command
wine. Terminal commands are in bold below, and need to be pasted in terminal app as is.
Step by Step instructions for running the game on Mac OSX and Linux.
- cd ~/Downloads/LwN
- To check if you are at the right place, type ls. You should see "Start.bat game server" as output.
- wine server/miniweb.exe -p 29595 -i 127.0.0.1 -r game >nul 2>&1
- Now open your browser (chrome, safari, etc.), and go to URL
You must be registered to see the links
Notice that the URL has 2 components, 127.0.0.1 i.e. localhost, 29595, the local port. Both are important.