IW5M: Dedicated Linux Server HowTo
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
1.0 Connect to ure server with Putty [RooT Login]
1.1 Tip in apt-get update
1.2 Tip in apt-get upgrade
1.1 Tip in apt-get install mono
1.1 Tip in apt-get install screen
1.3 Tip in apt-get install gnome
1.4 Tip in apt-get install xrdp
2.0 Installing wine [tut by.Woofy]
If you already have at least version 1.4 of wine installed, skip this step.
Use
wine --version
to determine your version of wine.
If you have a version older than 1.4 installed, remove it.
Download the latest version of wine from http://sourceforge.net/projects/wine/files/Source/ and extract it to /usr/src. As I write this, it's wine-1.5.9:
cd /usr/src
wget -O wine-1.5.9.tar.bz2 http://sourceforge.net/projects/wine/fi ... 2/download
tar xvf wine-1.5.9.tar.bz2
rm wine-1.5.9.tar.bz2
Install the building dependencies of wine:
apt-get build-dep wine
Compile and install wine. This will take quite a while.
cd /usr/src/wine-1.5.9
./configure
make && make install
Note that you need to adjust the commands to whatever version you downloaded!
3.0 Add a new User/Get Server Files
adduser mw3
login mw3
wget http://storefront.steampowered.com/down ... tetool.bin
Now make it executable: chmod u+x hldsupdatetool.bin
Run hldsupdatetool.bin ./hldsupdatetool.bin
answer the question with "yes"
Get the server files with : ./steam -command update -game "modernwarefare3" -dir /home/mw3 [maybe u have to tip it in 3 times]
Download the Dedicated Server Update Tool: wget http://iw5.prod.fourdeltaone.net/files/dsut.zip
unzip dsut.zip
rm dsut.zip
mono dsut.exe
4.0 Stard the Server
Connect to ure server with RemoteDesktopConnection
Open the root terminal an go to the mw3 directory cd /home/mw3
there tip in screen -A -m -d -S mw3 wine ./iw5m_server.exe +set net_queryPort 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate
Hope u understand it