Jump to content

map rotation


opposedodie

Recommended Posts

.

 

I have an off site server and am running Jmod 2.1.7 my server.cfg is

 

pb_sv_enable

exec shrubbot.cfg

exec jaymod.cfg

exec objectivecycle.cfg

set com_watchdog_cmd "exec objectivecycle.cfg"

vstr com_watchdog_cmd

 

 

and my Jmod.cfg is as follows

 

//////////////////////////////////////////////////////////////////////

//

// Jaymod 2.1.7 (r1782)

//

//1

// SAMPLE CONFIGURATION FILE.

//

// If you have any questions regarding a specific cvar, please

// consult the bundled documentation.

//

// Copyright © 2005-2007 Jaybird. All Rights Reserved.

// http://jaymod.clanfu.org

// irc.freenode.net #jaymod

//

//

//////////////////////////////////////////////////////////////////////

 

//////////////////////////////////////////////////////////////////////

//

// SECURITY

//

//////////////////////////////////////////////////////////////////////

 

set g_password ""

set g_shoutcastpassword "xxxxxxxxxxxx"

set rconpassword "xxxxxxxxxxxxxx"

set refereePassword "xxxxxxxxxxxx"

set sv_privatePassword ""

 

//////////////////////////////////////////////////////////////////////

//

// LOGGING

//

//////////////////////////////////////////////////////////////////////

 

set g_log ""

set g_logOptions "0"

set g_logSync "0"

set g_adminLog "admin.log"

 

 

set g_tyranny "1"

set g_shrubbot "shrubbot.cfg" // Shrubbot config file

 

 

//////////////////////////////////////////////////////////////////////

//

// BRANDING

//

//////////////////////////////////////////////////////////////////////

 

//sets .NAME "MyClan"

//sets .URL "http://www.myserver.net/"

 

set sv_hostname "^1Hellz Hounds XP Save 4ever"

set g_watermark ""

 

set g_protestMessage "Visit http://www.hellzhounds.com to file a protest."

set g_kickMessage "You have been kicked for $TIME."

set g_kickTime "2m"

 

//////////////////////////////////////////////////////////////////////

//

// MOTD

//

//////////////////////////////////////////////////////////////////////

 

set server_motd0 "^9>^1HzH^9<"

set server_motd1 "^9>^1Welcome To The Doghouse^9<"

set server_motd2 "^9>^1Spawn Killing IS Allowed^9<"

set server_motd3 "^9>^1No Bitching, Suck It Up^9<"

set server_motd4 "^9>^1Now Recruting^9<"

set server_motd5 "^9>^1www.hellzhounds.com^9<"

 

 

//////////////////////////////////////////////////////////////////////

//

// REGISTRATION

//

//////////////////////////////////////////////////////////////////////

 

set sv_master1 "HELLzHOUNDS"

set sv_master2 ""

set sv_master3 ""

set sv_master4 ""

set sv_master5 ""

 

//////////////////////////////////////////////////////////////////////

//

// NETWORKING

//

//////////////////////////////////////////////////////////////////////

 

set sv_allowDownload "1"

set sv_dl_maxRate "42000"

set sv_floodProtect "1"

set sv_fps "20"

set sv_fullmsg "Server is full."

set sv_lanForceRate "1"

set sv_maxPing "0"

set sv_maxRate "13000"

set sv_maxclients "20"

set sv_minPing "0"

set sv_packetdelay "0"

set sv_packetloss "0"

set sv_padPackets "0"

set sv_privateClients "4"

set sv_pure "1"

set sv_reconnectlimit "3"

set sv_showAverageBPS "0"

set sv_showloss "0"

set sv_timeout "240"

set sv_wwwBaseURL ""

set sv_wwwDlDisconnected "0"

set sv_wwwDownload "0"

set sv_wwwFallbackURL ""

set sv_zombietime "2"

 

//////////////////////////////////////////////////////////////////////

//

// VOTING

//

//////////////////////////////////////////////////////////////////////

 

set vote_allow_balancedteams "1"

set vote_allow_comp "1"

set vote_allow_friendlyfire "1"

set vote_allow_gametype "1"

set vote_allow_generic "1"

set vote_allow_kick "1"

set vote_allow_map "1"

set vote_allow_matchreset "1"

set vote_allow_matchrestart "1"

set vote_allow_mutespecs "1"

set vote_allow_muting "1"

set vote_allow_nextmap "1"

set vote_allow_pub "1"

set vote_allow_referee "0"

set vote_allow_shuffleteamsxp "1"

set vote_allow_swapteams "1"

set vote_allow_timelimit "0"

set vote_allow_warmupdamage "1"

set vote_limit "5"

set vote_percent "50"

 

//////////////////////////////////////////////////////////////////////

//

// BANNERS

//

//////////////////////////////////////////////////////////////////////

 

set g_bannerLocation "4"

set g_bannerTime "60"

 

set g_banners "3"

set g_banner1 "^3WELCOME TO THE POUND"

set g_banner2 "^3WEBSITE COMING SOON"

set g_banner3 "^3ArSeNiK is a NOOB"

//////////////////////////////////////////////////////////////////////

//

// Matchplay

//

//////////////////////////////////////////////////////////////////////

 

set g_gametype "2"

set g_campaignFile ""

 

set g_headshot "0"

set g_knifeonly "0"

set g_panzerWar "0"

set g_sniperWar "0"

 

set match_latejoin "1"

set match_minplayers "0"

set match_mutespecs "0"

set match_readypercent "100"

set match_timeoutcount "3"

set match_timeoutlength "180"

set match_warmupDamage "1"

 

//////////////////////////////////////////////////////////////////////

//

// TEAMS

//

//////////////////////////////////////////////////////////////////////

 

set g_userAlliedRespawnTime "0"

set g_userAxisRespawnTime "0"

set g_teamForceBalance "1"

 

set g_ammoRechargeTime "60000"

set g_healthRechargeTime "10000"

 

set team_maxArtillery "6"

set team_maxLandMines "50"

 

set team_maxFlamers "-1"

set team_maxGrenLaunchers "-1"

set team_maxM97s "-1"

set team_maxMG42s "-1"

set team_maxMortars "-1"

set team_maxPanzers "-1"

 

set team_maxplayers "0"

 

set team_maxMedics "-1"

set team_maxEngineers "-1"

set team_maxFieldOps "-1"

set team_maxCovertOps "-1"

 

set team_nocontrols "1"

 

//////////////////////////////////////////////////////////////////////

//

// PLAYERS

//

//////////////////////////////////////////////////////////////////////

 

set g_defaultSkills "0 0 0 0 0 0 0"

 

set g_levels_battlesense "20 50 90 140 200"

set g_levels_covertops "20 50 90 140 200"

set g_levels_engineer "20 50 90 140 200"

set g_levels_fieldops "20 50 90 140 200"

set g_levels_lightweapons "20 50 90 140 200"

set g_levels_medic "20 50 90 140 200"

set g_levels_soldier "20 50 90 140 200"

 

set g_covertops "48"

set g_engineers "7"

set g_medics "20"

set g_soldiers "0"

 

set g_sk5_battle "1"

set g_sk5_cvops "7"

set g_sk5_eng "123"

set g_sk5_fdops "3"

set g_sk5_lightweap "1"

set g_sk5_medic "3"

set g_sk5_soldier "7"

 

set g_covertopsChargeTime "30000"

set g_engineerChargeTime "10000"

set g_LTChargeTime "40000"

set g_soldierChargeTime "20000"

 

set g_medicChargeTime "45000"

set g_medicSelfHealDelay "0"

 

//////////////////////////////////////////////////////////////////////

//

// BULLETMODE

//

//////////////////////////////////////////////////////////////////////

 

set g_bulletmode "0"

set g_bulletmodeDebug "0"

set g_bulletmodeReference "1"

set g_bulletmodeTrail "0"

 

//////////////////////////////////////////////////////////////////////

//

// HITMODE

//

//////////////////////////////////////////////////////////////////////

 

set g_hitmode "0"

set g_hitmodeAntilag "800"

set g_hitmodeAntilagLerp "1"

set g_hitmodeDebug "0"

set g_hitmodeFat "0"

set g_hitmodeGhosting "0"

set g_hitmodeReference "1"

set g_hitmodeZone "0"

 

//////////////////////////////////////////////////////////////////////

//

// MISCELLANEOUS

//

//////////////////////////////////////////////////////////////////////

 

set g_admin "1"

set g_alliedmaxlives "0"

set g_altStopwatchMode "0"

set g_antiwarp "1"

set g_autoFireteams "0"

set g_axismaxlives "0"

set g_censor "0"

set g_censorPenalty "0"

set g_classChange "0"

set g_complaintlimit "6"

set g_damagexp "0"

set g_debugAlloc "0"

set g_debugConstruct "0"

set g_debugDamage "0"

set g_debugMove "0"

set g_debugSkills "0"

set g_disableComplaints "0"

set g_dragCorpse "1"

set g_dropAmmo "2"

set g_dropHealth "2"

set g_dynamiteTime "30"

set g_enforcemaxlives "1"

set g_fastres "1"

set g_fear "3000"

set g_filterBan "1"

set g_filtercams "0"

set g_fixedPhysics "1"

set g_fixedPhysicsFPS "76"

set g_forcerespawn "0"

set g_friendlyFire "1"

set g_glow "0"

set g_goomba "4"

set g_gravity "800"

set g_heavyWeaponRestriction "100"

set g_inactivity "0"

set g_intermissionReadyPercent "75"

set g_intermissionTime "30"

set g_ipcomplaintlimit "3"

set g_killSpreeLevels "5 10 15 20 25 30"

set g_killingSpree "1"

set g_knockback "1000"

set g_landminetimeout "1"

set g_lms_followTeamOnly "1"

set g_lms_lockTeams "0"

set g_lms_matchlimit "2"

set g_lms_roundlimit "3"

set g_lms_teamForceBalance "1"

set g_loseSpreeLevels "10 20 30"

set g_mapConfigs "mapconfigs"

set g_mapScriptDirectory "mapscripts"

set g_maxGameClients "0"

set g_maxlives "0"

set g_maxlivesRespawnPenalty "0"

set g_misc "107"

set g_moverScale "1.0"

set g_movespeed "76"

set g_muteTime "0"

set g_noTeamSwitching "0"

set g_packDistance "4"

set g_playDead "1"

set g_poisonSyringes "1"

set g_proneDelay "0"

set g_privateMessages "1"

set g_reflectFriendlyFire "100"

set g_saveCampaignStats "1"

set g_scriptDebug "0"

set g_scriptDebugLevel "0"

set g_scriptName ""

set g_shortcuts "0"

set g_shove "200"

set g_shoveNoZ "1"

set g_skills "13"

set g_slashKill "0"

set g_smoothClients "1"

set g_snap "7"

set g_spawnInvul "3"

set g_spectator "2"

set g_spectatorInactivity "0"

set g_speed "320"

set g_teamDamageMinHits "6"

set g_teamDamageRestriction "0"

set g_truePing "1"

set g_userAlliedRespawnTime "10"

set g_userAxisRespawnTime "10"

set g_voiceChatsAllowed "4"

set g_vulnerableWeapons "15"

set g_warmup "15"

set g_watermarkFadeAfter "20"

set g_watermarkFadeTime "20"

set g_weapons "5606"

set g_wolfrof "0"

set g_xpCap "0"

set g_xpMax "0"

set g_xpSave "1"

set g_xpSaveTimeout "0"

 

 

And this is my objectivecycle.cfg

 

set d1 "set g_gametype 2 ; map goldrush ; set nextmap vstr d2"

set d2 "set g_gametype 2 ; map fueldump ; set nextmap vstr d3"

set d3 "set g_gametype 2 ; map battery ; set nextmap vstr d4"

set d4 "set g_gametype 2 ; map radar ; set nextmap vstr d5"

set d5 "set g_gametype 2 ; map railgun ; set nextmap vstr d1"

vstr d1

 

 

I have tried every thing that i can think of to get the map-rotation to work but cant get it to work i know that i am probably missing something but cant see it , Any help would be great ...

Link to comment
Share on other sites

well first welcome to f|a forum

 

you should know that jaymod 2.1.7 and higher don't use shrubbot anymore ... it will auto-create user.db (for stats save xp and bann) Level.db (which contain admin levels)

 

here is server config I had it long time ago, i don't use it anymore you can get it from here Jaymod-server.zip (this package contain Server.cfg + objectivecycle.cfg)

 

 

well this you don't need jaymod.cfg cos all what you need is already this little tiny one file "server.cfg"

 

so replace yours by those 2 and try

Link to comment
Share on other sites

Thanks for the Files and the Help... I installed them getting rid of the other files first installed and restarted the server 2 times... but i still have the problem with no map rotation ... i can vote a new map but that the only way to get to a new map...

Link to comment
Share on other sites

goto you wolfenstein folder

 

right clic in et.exe and create shortcut

 

right clic in new shortcut (normally in desktop)

 

in target box you will have something like this -> "C:\Program Files\Wolfenstein - Enemy Territory\ET.exe"

 

at the end of that line add this -> +set dedicated 0 +set fs_game jaymod +set sv_punkbuster 1 +exec server.cfg

 

so you gonna have this -> "C:\Program Files\Enemy Territory\ET.exe" +set dedicated 0 +set fs_game jaymod +set sv_punkbuster 1 +exec server.cfg

 

clic apply and start from you new shortcut and everything should work

 

don't forget to put server.cfg and objectivecycle.cfg (already downloaded) in your etmain folder

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.