PDA

View Full Version : Mohaa Linux servers - tools


ktheking
02/22/03, 12:48 pm
The new binary for Mohaa kicks ass.
First time up'n running my mohaa server on a Mandrake9 linux after 1.5H.
I bumped into some issues but were fairely rapid to solve.
(ex. the path use by the binary was in my case /mohaa/main/main ,so I had to creating an extra subdirectory main where i'd put everything in it)
So now i got meself a nice linux mohaaserver , BUT
all the nice anti-cheat tools and so on are written for Windows.
Can anybody point me were to get these for Linux.
(by the way I have already googled around for week,but nothing turned out)
Greetz...and many thank already
[ Helldesk ] KTheKing

ktheking
02/22/03, 01:04 pm
OK.
I found already one tool => automatic restart
This one came from a certain Dogmeat.
#!/bin/bash

echo mlds.sh: Launching Mohaa

cd /lfs/game/mohaa

echo mlds.sh: Loop Initialize
while true
do
echo mlds.sh: Loop Start
echo mlds.sh: To Exit Loop Hit CTRL-C While Sleeping
sleep 5
echo mlds.sh: Server Start
./mohaa_lnxded +set sv_chatter 1 +set developer 1 +exec servertest.cfg
echo mlds.sh: Server Exit
echo mlds.sh: To Exit Loop Hit CTRL-C While Sleeping
echo mlds.sh: Sleep 15 Seconds
sleep 15
echo mlds.sh: Loop Restart
done

greetzzz.