Hey guys. Been playing this game a long time and have been stalking the forums just as long. Great guide.
I have created my own how-to for setting up dedicated servers in Linux. It is basically a more in depth, start to finish, guide for CentOS (Also works for Fedora).
hXXps://www.atlantic.net/community/howto/set-mount-blade-warband-dedicated-server-centos/
**Please ignore the fact that I work at a hosting company. I'm simply an avid Warband fan that believes Linux is the way to go for dedicated servers.
To Krafter:
*********
#!/bin/sh
wine mb_warband_dedicated.exe -r NW_Sample_Battle.txt -m Napoleonic Wars
*********
Any reason you are trying to run it as a script? Why not just create another batch file with just "mb_warband_dedicated.exe -r NW_Sample_Battle.txt -m Napoleonic Wars" in it?