checkmarkchevron-down linuxmacwindows ribbon-lvl-1 ribbon-lvl-1 ribbon-lvl-2 ribbon-lvl-2 ribbon-lvl-3 ribbon-lvl-3 sliders users-plus
Send a message
Invite to friendsFriend invite pending...
This user has reviewed 1 games. Awesome! You can edit your reviews directly on game pages.
Mount & Blade: Warband - Viking Conquest Reforged Edition

Lazy Copy

I grabbed it after being happy with warband, but this is far from a polished release. As some people said it should not be a paid DLC - unless the people behind it bring it over the finish line. the next section is in case people encounter same issues Issues I had to "debug": 1. how to start, there is no separate start.sh for VC (why?). have to use the (config) desktop app. change module from native to VC then use the regular launcher 2. no sound / music, specifically in rgl_log.txt lots of "Sound file could not be found: Modules/Viking Conquest/Sounds/horse_gallop_3.wav" so here it seems someone started to convert wav to ogg for linux but didn't finish the job > cd Mount Blade Warband/game/Modules/Viking Conquest # in sounds.txt replace ".wav" with ".ogg" - can use sed I used editer for more careful # in music.txt replace ".wav" with ".ogg" - same > cd Sounds/ > for i in $(seq 1 9); do cp "Sword_clash_0$i.ogg" "sword_clash_0$i.ogg"; done > for i in $(seq 10 22); do cp "Sword_clash_$i.ogg" "sword_clash_$i.ogg"; done after this the rgl_log.txt was clean of errors on load+exit other stuff I tried which might have helped: install ubuntu-restricted-extras change to use_winmm_audio = 0 in ~/MBfolder/rgl_config.txt version 2.054, ubuntu 18.04

8 gamers found this review helpful