Hello!
Please help me to create and correct this guide for setting up a gameserver with wine!
In this case I used Debian (lenny):
Open a terminal (putty)
log in as root
/etc/apt/sources.list #edit repository file with a text editor (WinSCP)
Add this line for Lenny: deb http://www.lamaresh.net/apt lenny main
Save and close sources.list
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - #to add gpg key
apt-get update #to update package list
apt-get install wine #to install latest wine version
apt-get -f install #to solve missing dependencies
change to root/.wine/drive_c/
http://download.taleworlds.com/mb_warband_dedicated_1113.zip
extract using unzip
Edit/change those config files (example: Sample_Battle.txt)
nohup wineconsole --backend=curses mb_warband_dedicated.exe sample.txt > /dev/null & echo $! >warband.pid #starts your server
Update:
On Ubuntu 9.04 It's almost the same maybe a bit easier.
start perimeter changed
Please help me to create and correct this guide for setting up a gameserver with wine!
In this case I used Debian (lenny):
Open a terminal (putty)
log in as root
/etc/apt/sources.list #edit repository file with a text editor (WinSCP)
Add this line for Lenny: deb http://www.lamaresh.net/apt lenny main
Save and close sources.list
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - #to add gpg key
apt-get update #to update package list
apt-get install wine #to install latest wine version
apt-get -f install #to solve missing dependencies
change to root/.wine/drive_c/
http://download.taleworlds.com/mb_warband_dedicated_1113.zip
extract using unzip
Edit/change those config files (example: Sample_Battle.txt)
nohup wineconsole --backend=curses mb_warband_dedicated.exe sample.txt > /dev/null & echo $! >warband.pid #starts your server
Update:
On Ubuntu 9.04 It's almost the same maybe a bit easier.
start perimeter changed

