JanBielanski
Recruit

I will tell, how you can install Mount&Blade in Linux, this note is good for game version >=0.890
1. Yum must download the newest version of wine http://www.winehq.org/?announce=latest and install this:
(in linux console: tar -xvvzf wine* cd wine* ./configure make depend make su // your password make install)
2. Run winecfg and there set windows version XP, and sound system ALSA
3. Download DirectX 9.0c, don't use setup.exe extract the file DirectX.cab you can use for this program 7zip it's easy to install in wine
4. Copy from DirectX.cab files cp *.dll to /home/use/.wine/drive_c/windows/system32 if program will overwrite files set NO
5. Download files d3dx9_31 to the latest from http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_31 or extract from directx folder
and copy to /home/use/.wine/drive_c/windows/system32
6. Setup Mount&Blade -- don't use in configure M&B shadow quality its crushed game
7. If you want icons on pulpit you can write script:
#!/bin/sh
cd /home/user/.wine/drive_c/Program\ Files/Mount\&Blade/
wine mount\&blade.exe
and use it for run game for example sh mb.sh
If you have some problems or have another solution writing here.
Sorry for my poor english it isn't my language.
1. Yum must download the newest version of wine http://www.winehq.org/?announce=latest and install this:
(in linux console: tar -xvvzf wine* cd wine* ./configure make depend make su // your password make install)
2. Run winecfg and there set windows version XP, and sound system ALSA
3. Download DirectX 9.0c, don't use setup.exe extract the file DirectX.cab you can use for this program 7zip it's easy to install in wine
4. Copy from DirectX.cab files cp *.dll to /home/use/.wine/drive_c/windows/system32 if program will overwrite files set NO
5. Download files d3dx9_31 to the latest from http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_31 or extract from directx folder
and copy to /home/use/.wine/drive_c/windows/system32
6. Setup Mount&Blade -- don't use in configure M&B shadow quality its crushed game
7. If you want icons on pulpit you can write script:
#!/bin/sh
cd /home/user/.wine/drive_c/Program\ Files/Mount\&Blade/
wine mount\&blade.exe
and use it for run game for example sh mb.sh
If you have some problems or have another solution writing here.
Sorry for my poor english it isn't my language.