hamsterserver.com :: demented rodent gaming

FPS => FPS General Discussion => Medal of Honor => Topic started by: riggie on May 27, 2002, 11:36:28 PM

Title: Downloading Maps
Post by: riggie on May 27, 2002, 11:36:28 PM
Hi Everyone
I need some advice on downloading maps.
Do you unzip them into the MoH (EA games Folder)
And can you practise on the levels
cheers
riggie
Title: Downloading Maps
Post by: RichardWhitely on May 27, 2002, 11:43:00 PM
Hiya,

yep you just unzip them to your mohaa main folder

usually C:\Program Files\EAGAMES\MOHAA\Main

It's quite easy to pratice on the maps, you can set up your own mohaa server using the server setup option in the multiplayer screen or just jump into one of the smaller hamsterservers (either hamsterserver 1, 2, 3, 4 or 8 ) as they do run a lot of the newer maps and are probably the best place to pratice before going on the bigger hamster 5 server  :D
Title: Downloading Maps
Post by: Lot on May 27, 2002, 11:45:46 PM
Maps are easy -- place the .pk3 files in the MoHAA/main folder with the files called Pak0.pk3, etc. Note: .pk3 files are actually in WinZip format so if you make an association between the extension .pk3 and WinZip you can view the contents of the .pk3 file.

To practice on the levels try running and connection to your own MoH:AA server. Create a desktop shortcut to E:\MoHAA\MOHAA_server.exe +set dedicated 1 +set ui_console 1 +set g_gametype 1 +set sv_maxclients 17 +map dm/mohdm6 +exec server_main.cfg and copy the following to a file called server_main.cfg in MoHAA/main folder.


seta sv_hostname "hamsterserver.com-4 1.11 [CKR]"

sets ".CPU"    "Hamster 4 === Dual-PIII 1GHz / 1GB core"
sets ".IRC"            "Come chat to us on irc.quakenet.org #hamsterserver"
sets ".Motto" "4 H4m$+eR i5 fOR lIf3, N0t jU5+ FoR Chri$Tm@$!"
sets ".Warning1" "Hamster4 sometimes rotates modified maps. If you want to
sets ".Warning2" "play on these modified maps you will need to download and
sets ".Warning3" "install them! Visit the web site to get them :-)"
sets ".WWWandMaps:" "http://www.hamsterserver.com"

set g_motd "Welcome! Plese visit http://www.hamsterserver.net"

sets Admin "[M1kE+]Lt. O. Top"
sets Email "hamster4@lot378.org.uk"

seta sv_precache 1
//just to be sure

seta pmove_fixed 0
//turn off part of physics - should be default
//but let's just make sure

seta com_maxfps 40
//try to limit client-side requests
//doesn't seem to work....

seta cl_packetdup 3
//give this a whirl - should make it smoother
//EA probably buggered it up though

fraglimit 0
//Sets the limit of Frags that will end the match
//( 0 = no fraglimit)

timelimit 20
//Sets the amount of time (in minutes) for map changes
//(0 = no timelimit)

//This is the list of maps that will be cycled for the server
//always start with Stalingrad (dm6) -- choose a map list

//seta sv_maplist "dm/mohdm6 dm/mohdm7 dm/mohdm3 dm/mohdm4 dm/mohdm2 dm/mohdm1 dm/mohdm5"
//Standard DM rotation

seta sv_maplist "dm/mohdm6 dm/mohcastle1 dm/mohdm6 dm/doomed dm/mohdm6 dm/smallcity"

set sv_privateClients 9
//sets the number of private slots

set sv_privatePassword xxxxxxxxx
//sets private slots password

sv_allowDownload 0
//Toggles allowing client downloads from server, like custom maps
//(0-off 1-on)

sv_maxRate 4000
//Max data transmit rate to clients by the server.

sv_maxPing 400
//Keeps anyone with a higher ping than this value from connecting
//to the server

sv_fps 20
//Server FPS, this should increase performance (20 is the default)

sv_floodProtect 1
//Flood protection from server crashing text messages
//Turn off as it screws rcon status output
//set flood_waitdelay 10
//set flood_persecond 4
//set flood_msgs 4

sv_flood_waitdelay 10
sv_flood_persecond 4
sv_flood_msgs 4

sv_pure 1
//Pak checker, does not allow clients to use PAK files the server
//doesn't have

sv_gamespy 1
//Allows your server to show up in the Gamespy browser, and the
//In-game browser

seta g_inactiveKick 300
//Time (in seconds) that a client will be kicked for inactivity
//60 is minimum

seta g_inactiveSpectate 60
//Time (in seconds) that a client will be moved to spectator for
//inactivity

seta g_teamdamage 0
//Sets friendly fire 0=off 1=on

seta g_teamForceBalance 1
seta g_teamAutoJoin 1
seta g_forcerespawn 1
//force teams to balance and respawn
//doesn't work but WTH - maybe it will one day

rconPassword xxxxxxxxxx
//sets admin password

net_port 12203
//Sets the port # for the game to run off of (12203 is the default)



Once the server starts, then in the console you can type the map command to change maps i.e. map dm/mohdm6.
Title: Thanks
Post by: riggie on May 27, 2002, 11:50:27 PM
Hi all
Thanks for your help will have the files downloaded
in a few minutes
cheers
riggie :D
Title: Downloading Maps
Post by: adslrizla on May 28, 2002, 12:18:38 AM
Heh - I recognise some of my comments in there Mike. EA did bugger it up BTW so you can delete that line if you want.