
maklja 说:HI guys, ive just registered, ive been trying to make this dedicated server work but i just cant. I have followed all your instructions Vincenzo. I have opened the port 7240 properly, i have added to the exceptions in Windows Firewall, i have added the set_add_to_game_servers_list 1 command in the Sample_Battle.txt, and when i start Sample_Battle.bat it does everything normally(no errors) and when i go to the server list in join game, i cant see it, but it is on the LAN list. I know that many have had this problem, but i didnt solve it with the replies to others with the problem. And that Start Search button you mentioned, I cant find it anywhere in the server list.

#!/bin/sh
mbdir="/opt/mb-server/Mount&Blade Warband Dedicated/"
process=`ps auxw | grep mb_warband_dedicated.exe | grep -v grep | awk '{print $11}'`
touch /tmp/mb-server-check
if [ -z "$process" ]; then
touch /tmp/mb-server-check-error
echo "MountBlade Server seems to be offline, restarting it...(done by cron-job)"
cd "$mbdir"
screen -d -m wineconsole --backend=curses mb_warband_dedicated.exe -r BATTLE.txt
fi
*/5 * * * * (path_to_your_moutblade_server_check_script_without brackets) >/dev/null 2>&1

maklja 说:Erm, ArgH im on XP...



First of all, I run it on Windows. Well, the folder WAS in the desktop. I just read over Vincenzo's guide after reading your post, and I noticed I was to move the folder into OS (CArgH! 说:The -m option:
Did you use the directory name, where the module is stored?´Please post the folder name (+path), where you dedicatd server is installed & running and the folder name (+path) where the module is installed.....
And - do you run the server under linux or windows?

TrinityArse 说:First of all, I run it on Windows. Well, the folder WAS in the desktop. I just read over Vincenzo's guide after reading your post, and I noticed I was to move the folder into OS (C. I'm restarting the server and trying it again. If it doesn't work after placing the folder in OS (C
, I'll edit this post.
EDIT: Yeah, I restarted the server, but it was still running on Native. When I right-click Sample_Conquest_start and select edit, it reads -m mm russia3, but it still runs on Native. Here is the directory: C:\Mount&Blade Warband Dedicated. If you have any further fixing options, please respond! Oh, and here is where the module is: C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\Modules\mm russia3.

ArgH! 说:TrinityArse 说:First of all, I run it on Windows. Well, the folder WAS in the desktop. I just read over Vincenzo's guide after reading your post, and I noticed I was to move the folder into OS (C. I'm restarting the server and trying it again. If it doesn't work after placing the folder in OS (C
, I'll edit this post.
EDIT: Yeah, I restarted the server, but it was still running on Native. When I right-click Sample_Conquest_start and select edit, it reads -m mm russia3, but it still runs on Native. Here is the directory: C:\Mount&Blade Warband Dedicated. If you have any further fixing options, please respond! Oh, and here is where the module is: C:\Program Files (x86)\Steam\steamapps\common\mountblade warband\Modules\mm russia3.
As I thought.
Take a look at the folder, where the dedicated server is installed. There is also folder called 'Modules'. Now copy the folder of your module over into this folder. Tadaaa - problem solved!
Background:
The dedicaded server is more like a parallel installation of M&B. So, if you want to run a module, it has to be placed in the 'Modules'-folder of the dedicated server. Modules installed in the normal M&B-folders(your installed game) are not recognized/read by the dedicated server.
If you are still stuck, visit me on our teamspeak3-server: ts.openobject.eu
I usually hang around there in the evenings (CET+1 timezone) My nick there is the same as here.
Let me know, if it worked.
cu ArgH!