Raised This Month: $12 Target: $400
 3% 

Problems with SourceMod


Post New Thread Reply   
 
Thread Tools Display Modes
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 08:41   Re: Problems with SourceMod
Reply With Quote #11

Also, how can i create a menu in the Admin menu (i have 4 options right now (GScramble, Players, Server, and another one i don't remember), for it to record Demo using the SourceTV and stop recording ?
Vaskituh is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-13-2010 , 09:51   Re: Problems with SourceMod
Reply With Quote #12

aww...
Try read this if help about sourceTV
rcon commands in a .cfg file?
If want only record sourceTV demos from server. Set tv_maxclients 0
(These demos are better than one player start record himself)
tv_transmitall 1 = So you can use free-fly cam in demo

and tweak sourceTV right rates..
http://www.fragdods.com/showthread.php?41-SourceTV
__________________
Do not Private Message @me

Last edited by Bacardi; 02-13-2010 at 10:36.
Bacardi is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 10:32   Re: Problems with SourceMod
Reply With Quote #13

Mate, it's working too, your great

Somehow though my server is not changing maps automatically anymore.. it just hangs until i manually change it..

I will post here my two configs i use
Vaskituh is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 10:36   Re: Problems with SourceMod
Reply With Quote #14

ETF2L Config (The one we use on Wars)

Quote:
// Official ETF2L League Config - has to be used for every ETF2L match!
decalfrequency 60
host_framerate 0
log on

// TV Cvars
tv_enable 1
tv_name CyberPunkz TV
tv_chattimelimit 1
tv_delay 90
tv_delaymapchange 1
tv_transmitall 0
// Server Password
sv_password "*******"
// Plugins Cvars
sm plugins unload_all
sm plugins load basebans.smx
sm plugins load basecommands.smx
sm plugins load admin-flatfile.smx
sm plugins load adminhelp.smx
sm plugins load adminmenu.smx
sm plugins load commandblocker.smx
sm plugins load country_filter.smx
sm plugins load teambets.smx
sm plugins load_lock
// Server Cvars
mp_allowspectators 1
mp_autocrosshair 0
mp_autoteambalance 0
mp_bonusroundtime 0
mp_chattime 10
mp_disable_respawn_times 0
mp_enableroundwaittime 1
mp_fadetoblack 0
mp_falldamage 1
mp_footsteps 1
mp_forcecamera 1
mp_fraglimit 0
mp_idledealmethod 0
mp_idlemaxtime 0
mp_maxrounds 0
mp_respawnwavetime 10.0
mp_match_end_at_timelimit 1
mp_stalemate_enable 0
mp_stalemate_timelimit 0
mp_teams_unbalance_limit 0
mp_teamplay 0
mp_time_between_capscoring 30
mp_timelimit 30
mp_tournament 1
mp_tournament_allow_non_admin_restart 0
mp_tournament_stopwatch 1
mp_weaponstay 0
mp_windifference 5
mp_winlimit 0
// Class Cvars
sm_classrestrict_enabled 1
sm_classrestrict_immunity 0
sm_classrestrict_blu_demomen 1
sm_classrestrict_blu_engineers 1
sm_classrestrict_blu_heavies 1
sm_classrestrict_blu_medics 1
sm_classrestrict_blu_pyros 1
sm_classrestrict_blu_scouts 2
sm_classrestrict_blu_snipers 1
sm_classrestrict_blu_soldiers 2
sm_classrestrict_blu_spies 1
sm_classrestrict_red_demomen 1
sm_classrestrict_red_engineers 1
sm_classrestrict_red_heavies 1
sm_classrestrict_red_medics 1
sm_classrestrict_red_pyros 1
sm_classrestrict_red_scouts 2
sm_classrestrict_red_snipers 1
sm_classrestrict_red_soldiers 2
sm_classrestrict_red_spies 1
sv_allow_color_correction 0
sv_allow_wait_command 0
sv_allowdownload 1
sv_allowupload 0
sv_alltalk 0
sv_cheats 0
sv_client_cmdrate_difference 30
sv_client_max_interp_ratio 1
sv_client_min_interp_ratio 1
sv_client_predict 1
sv_minrate 20000
sv_maxrate 60000
sv_maxupdaterate 66
sv_minupdaterate 40
sv_maxcmdrate 66
sv_mincmdrate 40
sv_pausable 1
sv_pure_kick_clients 1
sv_pure 2

tf_arena_first_blood 0
tf_clamp_airducks 1
tf_ctf_bonus_time 0
tf_damage_disablespread 1
tf_flag_caps_per_round 0
tf_tournament_hide_domination_icons 1
tf_weapon_criticals 0
tf_tournament_classlimit_soldier -1
tf_tournament_classlimit_medic -1
tf_tournament_classlimit_scout -1
tf_tournament_classlimit_demoman -1
tf_tournament_classlimit_pyro -1
tf_tournament_classlimit_sniper -1
tf_tournament_classlimit_heavy -1
tf_tournament_classlimit_engineer -1
tf_tournament_classlimit_spy -1
 
 
mp_tournament_restart
say ETF2L (www.etf2l.org) - Official League Config loaded (Version Date: 22.09.09) - Good Luck & Have Fun!
say Please set rcon mp_timelimit 0 on Stop-Watch-Maps and mp_windifference 0 on CTF Maps!
say ------
say *** NOTICE: You are required to record POV-demos and provide screenshots of the results of each map. Start your demorecordings now.
Pub Server (That we use to just play for fun)

Quote:
// Team Fortress 2 Server Configuration File, To be used with TF2 only!

// Server Name
hostname "[War-Fusion.com] Cyber Punkz"
// TV Cvars
tv_enable 1
tv_name CyberPunkz TV
tv_chattimelimit 1
tv_delay 90
tv_delaymapchange 1
tv_transmitall 0
// Plugins Cvars
sm plugins load_unlock
sm plugins refresh
// Rcon Cvars
rcon_password "**********" //Set's remote control password
sv_rcon_banpenalty 15 //Number of minutes to ban users who fail rcon authentication
sv_rcon_log 0 //Enable/disable rcon logging.
sv_rcon_maxfailures 3 //Max number of times a user can fail rcon authentication before being banned
sv_rcon_minfailures 5 //Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
sv_rcon_minfailuretime 10 //Number of seconds to track failed rcon authentications
// Server Password
sv_password ""
// Class Cvars
sm_classrestrict_enabled 1
sm_classrestrict_immunity 1
sm_classrestrict_blu_demomen 2
sm_classrestrict_blu_engineers 2
sm_classrestrict_blu_heavies 2
sm_classrestrict_blu_medics 2
sm_classrestrict_blu_pyros 2
sm_classrestrict_blu_scouts 2
sm_classrestrict_blu_snipers 2
sm_classrestrict_blu_soldiers 2
sm_classrestrict_blu_spies 2
sm_classrestrict_red_demomen 2
sm_classrestrict_red_engineers 2
sm_classrestrict_red_heavies 2
sm_classrestrict_red_medics 2
sm_classrestrict_red_pyros 2
sm_classrestrict_red_scouts 2
sm_classrestrict_red_snipers 2
sm_classrestrict_red_soldiers 2
sm_classrestrict_red_spies 2
// Server Cvars
tf_flag_caps_per_round 5
tf_playergib 1
mp_tournament 0
mp_respawnwavetime 8
mp_showrespawntimes 1
mp_autoteambalance_warning_delay 5
mp_autoteambalance_delay 15
mp_allowspectators 1 //Toggles whether the server allows spectator mode or not
mp_autocrosshair 0
mp_autoteambalance 1 //Toggles server autoteambalance
mp_bonusroundtime 10 //Time in seconds after round win until round restarts
mp_chattime 5 //amount of time in seconds players can chat after the game is over
mp_decals 1
mp_defaultteam 1
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
mp_enableroundwaittime 1 //Enable timers to wait between rounds.
mp_fadetoblack 0 //fade a player's screen to black when he dies
mp_falldamage 5 //Amount of damage players sustains from a fall
mp_flashlight 0 //Toggles flashlight on or off
mp_footsteps 1 //Toggles footsteps on or off
mp_forcecamera 1 //Restricts spectator modes for dead players
mp_forcerespawn 0
mp_forcerespawnplayers 1 //Force all players to respawn.
mp_forcewin 1 //Forces team to win
mp_fraglimit 0
mp_idledealmethod 2 //Deals with Idle Players. 1 = Sends them into Spectator mode then kicks them if they're still idle, 2 = Kicks them out of the game
mp_idlemaxtime 5 //Maximum time a player is allowed to be idle (in minutes)
mp_maxrounds 7 //max number of rounds to play before server changes maps
mp_teams_unbalance_limit 1 //Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
mp_stalemate_enable 1
mp_stalemate_timelimit 120
mp_time_between_capscoring 5 //Delay between scoring of owned capture points.
mp_timelimit 25 //game time per map in minutes
mp_winlimit 5 //Max number of rounds one team can win before server changes maps
sv_allowdownload "1"
sv_allow_color_correction 1 //Allow or disallow clients to use color correction on this server.
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_allowdownload 1 //Allow clients to download files
sv_allowupload 1 //Allow clients to upload customizations files
sv_alltalk 0 //Players can hear all other players, no team restrictions
sv_alternateticks 0 //If set, server only simulates entities on even numbered ticks.
sv_autosave 0 //Set to 1 to autosave game on level transition. Does not affect autosave triggers.
sv_bonus_challenge 0 //Set to values other than 0 to select a bonus map challenge type.
sv_cacheencodedents 1 //If set to 1, does an optimization to prevent extra SendTable_Encode calls.
sv_cheats 0 //Allow cheats on server
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_consistency 1 //Whether the server enforces file consistency for critical files
sv_contact "" //Contact email for server sysop
sv_downloadurl "http://svdownload.e-frag.co.uk/users...ource/cstrike/" //Location from which clients can download missing files
sv_enableoldqueries 1 //Enable support for old style (HL1) server queries
sv_pausable 0 //Is the server pausable.
net_maxfilesize 99
// Lan or internet play, Server region cvars
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 255
//server Logging
sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logblocks 0 //If true when log when a query is blocked (can cause very large log files)
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir "logs" //Folder in the game directory where server logs will be stored.
//Server Rates
sv_maxcmdrate 0 //(If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
sv_maxrate 20000 //Max bandwidth rate allowed on server, 0 == unlimited
sv_maxreplay 2 //Maximum replay time in seconds
sv_maxupdaterate 100 //Maximum updates per second that the server will allow
sv_mincmdrate 0 //This sets the minimum value for cl_cmdrate. 0 == unlimited.
sv_minrate 0 //Min bandwidth rate allowed on server, 0 == unlimited
sv_minupdaterate 30 //Minimum updates per second that the server will allow
exec banned_user.cfg
exec banned_ip.cfg
Vaskituh is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-13-2010 , 10:51   Re: Problems with SourceMod
Reply With Quote #15

Ok it seems you copy all that
plugins thing.. and it lock. Maybe cause this.

So I fix try fix this server.cfg..
wait minute or hour

*edit
Tell me first
Do you want record sourceTV demos only or do you want also spectators in SourceTV ?

*edit 2
Could you print
sm plugins list
__________________
Do not Private Message @me

Last edited by Bacardi; 02-13-2010 at 11:00.
Bacardi is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 11:00   Re: Problems with SourceMod
Reply With Quote #16

Well, record only i guess mate
Vaskituh is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 11:11   Re: Problems with SourceMod
Reply With Quote #17

Yeah mate, give me a second
Vaskituh is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 11:13   Re: Problems with SourceMod
Reply With Quote #18

Found those mate

] sm plugins list
"Admin File Reader" (1.3.0) by AlliedModders LLC
"Admin Help" (1.3.0) by AlliedModders LLC
"Admin Menu" (1.3.0) by AlliedModders LLC
"Anti-Flood" (1.3.0) by AlliedModders LLC
"Basic Ban Commands" (1.3.0) by AlliedModders LLC
"Basic Chat" (1.3.0) by AlliedModders LLC
"Basic Comm Control" (1.3.0) by AlliedModders LLC
"Basic Commands" (1.3.0) by AlliedModders LLC
"Basic Info Triggers" (1.3.0) by AlliedModders LLC
"Basic Votes" (1.3.0) by AlliedModders LLC
To see more, type "sm plugins 12"
] sm plugins 12
"Client Preferences" (1.3.0) by AlliedModders LLC
"Fun Commands" (1.3.0) by AlliedModders LLC
"Fun Votes" (1.3.0) by AlliedModders LLC
"gScramble + Balance" (2.4.53) by Goerge
"MapChooser" (1.3.0) by AlliedModders LLC
"[TF2] Player Stats" (6.0) by R-Hehl, DarthNinja
"Nextmap" (1.3.0) by AlliedModders LLC
"Map Nominations" (1.3.0) by AlliedModders LLC
"Player Commands" (1.3.0) by AlliedModders LLC
"RandomCycle" (1.3.0) by AlliedModders LLC
"Reserved Slots" (1.3.0) by AlliedModders LLC
To see more, type "sm plugins 24"
] sm plugins 24
"Sound Commands" (1.3.0) by AlliedModders LLC
"Teamswitch Menu" (0.2.4) by R-Hehl
"Web Shortcuts" (1.0.1) by James "sslice" Gray
Vaskituh is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 11:15   Re: Problems with SourceMod
Reply With Quote #19

But i didn't install any plugin at all mate, all the plugins that are there i need, and more than that, they NEVER gave a problem, so i don't know whats messing it up
Vaskituh is offline
Vaskituh
Member
Join Date: Jan 2010
Old 02-13-2010 , 12:00   Re: Problems with SourceMod
Reply With Quote #20

From what i understand i just reseted the server and it's working well, BUT if i do activate the ETF2L Config, and then activate the Pub config again, and change map it stops automatically changing maps.

But am not sure of that mate..
Vaskituh is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode