Jump to content

NRD

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by NRD

  1. okay, gonna ask a n00by question Sol, but where would one "add" that code? Is that a LUA script?

     

    Lol I was wondering the same thing, this was stated in another thread the exact same way. A little more info as to where to put that code would be very helpfull for everyone else who ever stumbles upon this thread looking for answers. Thank you for sharing the code, but it doesn't help most people unless you let us know where to put it!

  2. Hey guys! First off I want to congradulate you on the mod, it's really nice to see people still actively developing mods for this game. Even nicer is that you retain that classic ET feeling while still adding a few features. So here's the story, we recently switched our hosts from a dedicated centos box to a windows so we could have newer games on the same box. The only issue is that I have to administer the server through one of those damned control panels. The control panel doesn't seem to want to let me upload any .script files so I know the mapscripts aren't working but I have a ticket in with the host to fix this. I've tried every suggestion in this forum for fixing the issues listed in the thread title. G_mode was added to the server cfg and set to "0", yet I still respawn instantly. For g_xpsave I have tried the default "21" as well as a few others with no luck, I crank a cp and get no xp for it. And the last issue, I have the sudden death flag set on g_dyno yet when the map time ends, even with no dyno planted the server acts as if it's in perpetual sudden death and the map doesn't end. Any help with this would be greatly appreciated as I've spent the last 3 days going over and over my settings and can't seem to spot the issue.

     

    Here is my silent.cfg

     

    // silEnT mod - Sample server.cfg file
    // If you need help contact us on forums. http://mygamingtalk.com/
    // Generic server cvars //
    //set dedicated 2
    //set net_ip ""
    //set net_port 27960
    set sv_hostname "^yETForever.com ^8Real ^?People"
    set server_motd0 "^9---------------------------------"
    set server_motd1 "^2Xpsave is now set to one week!"
    set server_motd2 "^9---------------------------------"
    set server_motd3 "^z- ^xRespect everybody    "
    set server_motd4 "^z- ^xNo intentional ^1TK    "
    set server_motd5 "^z- ^1SK^x is allowed!	   "
    set sv_maxclients ""
    set g_password ""
    set sv_privateclients 0
    set sv_privatepassword ""
    set sv_fullmsg "Server is full."
    set rconpassword ""
    set refereePassword ""
    set sv_maxRate 45000
    set sv_dl_maxRate 42000
    set sv_allowDownload 1
    set sv_wwwDownload 1
    set sv_wwwDlDisconnected 0
    set sv_wwwBaseURL ""
    set sv_wwwFallbackURL "http://www.etforever.com/"
    set sv_pure 1
    set sv_minping 0
    set sv_maxping 0
    // silEnT mod supported cvars
    set g_antilag 1
    set g_antiwarp 1
    set g_maxWarp 4
    set g_skipCorrection 1
    set g_heavyWeaponRestriction 100
    set g_altStopwatchMode 0
    set g_autofireteams 1
    set g_complaintlimit 6
    set g_ipcomplaintlimit 3
    set g_fastres 0
    set g_friendlyFire 1
    set g_disableComplaints 0
    set g_minGameClients 0
    set g_maxlives 0
    set g_alliedmaxlives 0
    set g_axismaxlives 0
    set g_teamforcebalance 0
    set g_noTeamSwitching 0
    set g_doWarmup 1
    set g_warmup 60
    set match_latejoin "1"
    set match_minplayers 4
    set match_mutespecs 0
    set match_readypercent 100
    set match_warmupDamage 1
    set team_maxplayers 0
    set g_speed 320
    set g_gravity 800
    set g_knockback 1000
    set g_inactivity 0
    set g_spectatorInactivity 0
    set g_maxConnsPerIP 4
    set shoutcastPassword ""
    set g_spoofOptions 3
    set g_maxNameChanges 3
    set g_watermark ""
    set g_watermarkFadeAfter 0
    set g_watermarkFadeTime 0
    set g_inactivityOptions 3
    set g_ettvFlags 3
    // Votes
    set g_voting 0
    set vote_limit 5
    set vote_percent 50
    set g_noVoteTime 0
    set vote_allow_comp 1
    set vote_allow_gametype 1
    set vote_allow_kick 1
    set vote_allow_map 1
    set vote_allow_matchreset 1
    set vote_allow_mutespecs 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_friendlyfire 1
    set vote_allow_timelimit 0
    set vote_allow_warmupdamage 1
    set vote_allow_antilag 1
    set vote_allow_balancedteams 1
    set vote_allow_muting 1
    set vote_allow_surrender 1
    set vote_allow_nextcampaign 1
    set vote_allow_restartcampaign 1
    set vote_allow_poll 1
    set vote_allow_maprestart 1
    set vote_allow_shufflenorestart 1
    set vote_allow_cointoss 1
    // Logs
    set g_log "server.log"
    set g_cheatLog "cheat.log"
    set logfile 2
    set g_logOptions 2831
    set g_logAdmin "admin.log"
    // XP Save configuration
    set g_XPSave 21
    set g_XPSaveMaxAge_xp "30d"
    set g_damageXP "1"
    set g_damageXPLevel "50"
    set g_maxXP "90000"
    set g_xpdecay "0"
    set g_xpdecayrate "0"
    set g_xpdecayfloor "1"
    //set g_punkbuster 1
    
    // Shrubbot and Database
    set g_dbDirectory "database"
    set g_dbUserMaxAge "182d"
    set g_minConnectLevel 0
    // see documentation about tyranny enabled commands and flags
    set g_tyranny 1
    set g_greetingPos 0
    set g_warningOptions 0
    set g_warningDecay 24
    set g_maxWarnings 3
    set g_autoTempBan 0
    set g_autoTempBanTime 1800
    set g_shuffle_rating 3
    //
    // Censoring
    set g_censor ""
    set g_censorNames ""
    set g_censorNeil 0
    set g_censorNeilNames 0
    set g_censorPenalty 0
    set g_censorMuteTime 60
    set g_censorXP 5
    //
    // Intermission
    set g_intermissionTime 45
    set g_intermissionReadyPercent 100
    //
    // Skill points needed for level
    set skill_soldier "20 50 90 140"
    set skill_medic "20 50 90 140"
    set skill_engineer "20 50 90 140"
    set skill_fieldops "20 50 90 140"
    set skill_covertops "20 50 90 140"
    set skill_battlesense "20 50 90 140"
    set skill_lightweapons "20 50 90 140"
    set g_serverInfo 1
    set g_killRating 1
    set g_playerRating 1
    set g_playerRating_mapPad 50
    set g_playerRating_minplayers 8
    set g_stats 0
    
    // Custom configs
    set g_mapScriptDirectory "mapscripts"
    set g_campaignFile ""
    set g_mapConfigs "mapconfigs"
    set g_banners "banners.cfg"
    
    // Miscellanous
    set g_skills 0
    set g_teamDamageRestriction 0
    set g_minHits 6
    set g_weapons 0
    set g_mg42 0
    set g_goomba 0
    set g_goombaFlags 0
    set g_spinCorpse 0
    set g_teamChangeKills 1
    set g_poison 20
    set g_poisonFlags 23
    set g_slashKill 28
    set g_spectator 12
    set g_medics 193
    set g_medicHealthRegen 0
    set g_coverts 1382
    set g_truePing 0
    set g_dropObj 3
    set g_hitsounds 1
    set g_playDead 1
    set g_shove 130
    set g_shoveNoZ 0
    set g_dragCorpse 1
    set g_classChange 1
    set g_forceLimboHealth 1
    set g_privateMessages 1
    set g_packDistance 2
    set g_dropHealth 2
    set g_dropAmmo 2
    set g_tossDistance 0
    set g_fear 2000
    set g_obituary 1
    set g_throwableKnives 1
    set g_maxKnives 5
    set g_knifeChargeTime 800
    set g_constructibleXPSharing 1
    set g_asblock 35
    set g_panzersVulnerable 1
    set g_panzersSpeed 2500
    set g_panzersGravity 1
    set g_realHead 1
    set g_dyno 23
    set g_canisterKick 100
    set g_spreeOptions 0
    set g_multikillTime 1000
    set g_medicSelfhealTime 0
    set g_maxPanzerSuicides -1
    set g_panzerPackDistance 0
    set g_maxSelfkills -1
    set g_voteResultsMinLevel -1
    set g_minCommandWaitTime 0
    set g_noSkillUpgrades 0
    set g_flushItems 1
    set g_headshot 0
    set g_instagibDamage 400
    set g_staminaRecharge 1.0
    set g_mineid 1
    set g_tactics 0
    set g_landmineNotifyType 1
    //
    // Weapon damages and radius settings
    set g_dmgKnife 10
    set g_dmgSten 14
    set g_dmgFG42 12
    set g_dmgPistol 20
    set g_dmgSMG 18
    set g_dmgPPSh 18
    set g_dmgMG42 18
    set g_dmgMG 20
    set g_dmgFG42Scope 30
    set g_dmgInfRifle 34
    set g_dmgSniper 50
    set g_dmgFlamer 5
    set g_dmgGrenade 250
    set g_dmgGrenadeRadius 250
    set g_dmgGLauncher 250
    set g_dmgGLauncherRadius 250
    set g_dmgLandmine 250
    set g_dmgLandmineRadius 250
    set g_dmgSatchel 250
    set g_dmgSatchelRadius 250
    set g_dmgPanzer 400
    set g_dmgPanzerRadius 300
    set g_dmgMortar 400
    set g_dmgMortarRadius 400
    set g_dmgDynamite 400
    set g_dmgDynamiteRadius 400
    set g_dmgAir 400
    set g_dmgAirRadius 400
    set g_dmgArty 400
    set g_dmgArtyRadius 400
    set g_dmg 0
    set g_dmgHeadShotMin 50
    set g_dmgHeadShotRatio 2.0
    set g_dmgTMine 260
    set g_knifeThrowDamage 50
    //
    // Team restrictions
    set team_maxMedics -1
    set team_maxEngineers -1
    set team_maxFieldOps -1
    set team_maxCovertOps -1
    set g_maxTeamLandmines 10
    set g_maxTeamTripmines  5
    set team_maxPanzers -1
    set team_maxMortars -1
    set team_maxFlamers -1
    set team_maxMG42s -1
    set team_maxGrenLaunchers -1
    //
    // Friendly fire
    set g_reflectFriendlyFire 0.5
    set g_reflectFFWeapons 253
    set g_friendlyFireOpts 6
    //
    // Flood protection
    set g_floodprotect 1
    set g_floodthreshold 6
    set g_floodWait 1000
    set g_voiceChatsAllowed 4
    //
    // Map voting
    set g_mapVoteFlags 13
    set g_maxMapsVotedFor 30
    set g_minMapAge 5
    set g_resetXPMapCount 0
    //
    // Omni-bots
    set omnibot_enable 0
    set omnibot_path ""
    set g_bot_maxXP -1
    set g_bot_minPlayers -1
    set omnibot_flags 0
    //
    // Fun wars
    //set g_sniperwar 0
    //set g_panzerwar 0
    //set g_riflewar 0
    //
    // Country flags, You need to have GeoIP database installed to use this.
    set g_countryFlags 1
    //
    // ETPub experimental, not advised to use
    set g_fixedphysics 1
    set g_fixedphysicsfps 125
    //
    // Lua API
    set lua_modules ""
    set lua_allowedModules ""
    exec tomball.cfg.voting
    set com_watchdog 60
    set com_watchdog_cmd "exec tomball.cfg.voting"
    

     

    Thanks again!

×
×
  • Create New...