PDA

View Full Version : Need help with my first UO server


Lamprey
09-16-2004, 10:11 PM
Hey guys,

My first time in the forums. I'm looking for help configuring my UO server to run Domination. I've figured out how to cycle through maps and what map to start on, but I do need help with game settings. Would anyone be able to post the lines I need to include for it please?

For example, here are the lines from the .cfg for search & destroy:

// Search and Destroy Settings
set scr_sd_graceperiod "20"
set scr_sd_roundlength "3"
set scr_sd_roundlimit "7"
set scr_sd_scorelimit "5"
set scr_sd_timelimit "0"

I need the equivalent of this for domination. Also, if anyone would be able to fill in this list of weapons with the ones missing for UO, I'd be much obliged:

// Weapons Allowed
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"

Thanks!

wingman
09-16-2004, 10:26 PM
Ummm, this info with the exception of the new modes timing was in the very first thread. You can get it here.

http://www.codadmin.com/nuke/modules.php?name=Forums&file=viewtopic&t=2859

The info on the suggested mode timings can also be found in the forums. Just look thru the other threads. There are not that many so it won't take but a second.

8-)

BoSBrian
09-17-2004, 11:09 AM
Here is what I think the equivalents would be

// gametype dom (Domination)
set scr_dom_scorelimit "5"
set scr_dom_timelimit "0"
set scr_dom_roundlimit "7"
set scr_dom_roundlength "3"
set scr_dom_respawn_wave_time "10"
set scr_dom_startrounddelay "20"
set scr_dom_endrounddelay "5"
set scr_dom_clearscoreeachround "0"


Here are the weapon and vehicle settings

//weapon settings
set scr_allow_bar "1" //0 - disable weapon 1 - enable weapon
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "0"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"
set scr_allow_pistols "1"
set scr_allow_satchel "1"
set scr_allow_smoke "1"
set scr_allow_grenades "1"
set scr_allow_flamethrower "1"
set scr_allow_artillery "1"
set scr_allow_bazooka "1"
set scr_allow_mg34 "1"
set scr_allow_dp28 "1"
set scr_allow_mg30cal "1"
set scr_allow_gewehr43 "1"
set scr_allow_svt40 "1"

// vehicle settings

set scr_allow_flak88 "1"
set scr_allow_su152 "1"
set scr_allow_elefant "1"
set scr_allow_panzeriv "1"
set scr_allow_t34 "1"
set scr_allow_sherman "1"
set scr_allow_horch "1"
set scr_allow_gaz67b "1"
set scr_allow_willyjeep "1"


// advanced settings

set scr_allow_vote "0"
set g_allowvote "0"
set g_allowvotetempbanuser "0"
set g_allowvotetempbanclient "0"
set g_allowvotekick "0"
set g_allowvoteclientkick "0"
set g_allowvotegametype "0"
set g_allowvotetypemap "0"
set g_allowvotemap "0"
set g_allowvotemaprotate "0"
set g_allowvotemaprestart "0"
set scr_shellshock "1"
set scr_drophealth "0"
set scr_battlerank "1"