MACRO_CONFIG_INT(ClAutoScreenshot,cl_auto_screenshot,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Automatically take game over screenshot")
MACRO_CONFIG_INT(ClAutoScreenshotMax,cl_auto_screenshot_max,10,0,1000,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Maximum number of automatically created screenshots (0 = no limit)")
MACRO_CONFIG_INT(BrFilterCountry,br_filter_country,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out servers with non-matching player country")
MACRO_CONFIG_INT(BrFilterCountryIndex,br_filter_country_index,-1,-1,999,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Player country to filter by in the server browser")
MACRO_CONFIG_INT(SvMaxClients,sv_max_clients,16,1,MAX_CLIENTS,CFGFLAG_SERVER,"Maximum number of clients that are allowed on a server")
MACRO_CONFIG_INT(SvMaxClientsPerIP,sv_max_clients_per_ip,2,1,MAX_CLIENTS,CFGFLAG_SERVER,"Maximum number of clients with the same IP that can connect to the server")
MACRO_CONFIG_INT(SvHighBandwidth,sv_high_bandwidth,0,0,1,CFGFLAG_SERVER,"Use high bandwidth mode. Doubles the bandwidth required for the server. LAN use only")
MACRO_CONFIG_INT(SvRegister,sv_register,1,0,1,CFGFLAG_SERVER,"Register server with master server for public listing")
MACRO_CONFIG_INT(SvRconBantime,sv_rcon_bantime,5,0,1440,CFGFLAG_SERVER,"The time a client gets banned if remote console authentication fails. 0 makes it just use kick")
MACRO_CONFIG_STR(EcBindaddr,ec_bindaddr,128,"localhost",CFGFLAG_SERVER,"Address to bind the external console to. Anything but 'localhost' is dangerous")
MACRO_CONFIG_INT(EcPort,ec_port,0,0,0,CFGFLAG_SERVER,"Port to use for the external console")
MACRO_CONFIG_INT(EcBantime,ec_bantime,0,0,1440,CFGFLAG_SERVER,"The time a client gets banned if econ authentication fails. 0 just closes the connection")
MACRO_CONFIG_INT(SvFreezeDelay,sv_freeze_delay,3,1,30,CFGFLAG_SERVER,"How many seconds the players will remain frozen (applies to all except delayed freeze in switch layer & deepfreeze)")
MACRO_CONFIG_INT(ClDDRaceCheats,cl_race_cheats,1,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Enable Cheats Such as Zoom")
MACRO_CONFIG_INT(ClDDRaceBinds,cl_race_binds,1,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Enable Default DDRace builds when pressing the reset binds button")
MACRO_CONFIG_INT(ClDDRaceBindsSet,cl_race_binds_set,0,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Whether the DDRace binds set or not (this is automated you don't need to use this)")
MACRO_CONFIG_INT(SvEndlessSuperHook,sv_endless_super_hook,0,0,1,CFGFLAG_SERVER,"Endless hook for super players on/off")
MACRO_CONFIG_INT(SvHideScore,sv_hide_score,0,0,1,CFGFLAG_SERVER,"Whether players scores will be announced or not")
MACRO_CONFIG_INT(SvPauseable,sv_pauseable,1,0,1,CFGFLAG_SERVER,"Whether players can pause their char or not")
MACRO_CONFIG_INT(SvPauseTime,sv_pause_time,0,0,1,CFGFLAG_SERVER,"Whether '/pause' and 'sv_max_dc_restore' pauses the time of player or not")
MACRO_CONFIG_INT(SvPauseFrequency,sv_pause_frequency,5,0,9999,CFGFLAG_SERVER,"The minimum allowed delay between pauses")
MACRO_CONFIG_INT(SvEmotionalTees,sv_emotional_tees,1,-1,1,CFGFLAG_SERVER,"Whether eye change of tees is enabled with emoticons = 1, not = 0, -1 not at all")
MACRO_CONFIG_INT(SvEmoticonDelay,sv_emoticon_delay,3,0,9999,CFGFLAG_SERVER,"The time in seconds between over-head emoticons")
MACRO_CONFIG_INT(SvChatDelay,sv_chat_delay,1,0,9999,CFGFLAG_SERVER,"The time in seconds between chat messages")
MACRO_CONFIG_INT(SvTeamChangeDelay,sv_team_change_delay,3,0,9999,CFGFLAG_SERVER,"The time in seconds between team changes (spectator/in game)")
MACRO_CONFIG_INT(SvInfoChangeDelay,sv_info_change_delay,5,0,9999,CFGFLAG_SERVER,"The time in seconds between info changes (name/skin/color), to avoid ranbow mod set this to a very high time")
MACRO_CONFIG_INT(SvVoteMapTimeDelay,sv_vote_map_delay,0,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between map votes")
MACRO_CONFIG_INT(SvVoteDelay,sv_vote_delay,3,0,9999,CFGFLAG_SERVER,"The time in seconds between any vote")
MACRO_CONFIG_INT(SvVoteKickTimeDelay,sv_vote_kick_delay,0,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between kick votes")
MACRO_CONFIG_INT(SvVoteYesPercentage,sv_vote_yes_percentage,50,1,100,CFGFLAG_SERVER,"The percent of people that need to agree or deny for the vote to succeed/fail")
MACRO_CONFIG_INT(SvVoteMajority,sv_vote_majority,0,0,1,CFGFLAG_SERVER,"Whether No. of Yes is compared to No. of No votes or to number of total Players ( Default is 0 Y compare N)")
MACRO_CONFIG_INT(SvSpectatorVotes,sv_spectator_votes,1,0,1,CFGFLAG_SERVER,"Choose if spectators are allowed to start votes")
MACRO_CONFIG_INT(SvKillDelay,sv_kill_delay,3,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between kills")
MACRO_CONFIG_INT(SvSuicidePenalty,sv_suicide_penalty,0,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between kill or /kills and respawn")
MACRO_CONFIG_INT(SvDDRaceRules,sv_ddrace_rules,1,0,1,CFGFLAG_SERVER,"Whether the default mod rules are displayed or not")
MACRO_CONFIG_STR(SvRulesLine1,sv_rules_line1,40,"",CFGFLAG_SERVER,"Rules line 1")
MACRO_CONFIG_STR(SvRulesLine2,sv_rules_line2,40,"",CFGFLAG_SERVER,"Rules line 2")
MACRO_CONFIG_STR(SvRulesLine3,sv_rules_line3,40,"",CFGFLAG_SERVER,"Rules line 3")
MACRO_CONFIG_STR(SvRulesLine4,sv_rules_line4,40,"",CFGFLAG_SERVER,"Rules line 4")
MACRO_CONFIG_STR(SvRulesLine5,sv_rules_line5,40,"",CFGFLAG_SERVER,"Rules line 5")
MACRO_CONFIG_STR(SvRulesLine6,sv_rules_line6,40,"",CFGFLAG_SERVER,"Rules line 6")
MACRO_CONFIG_STR(SvRulesLine7,sv_rules_line7,40,"",CFGFLAG_SERVER,"Rules line 7")
MACRO_CONFIG_STR(SvRulesLine8,sv_rules_line8,40,"",CFGFLAG_SERVER,"Rules line 8")
MACRO_CONFIG_STR(SvRulesLine9,sv_rules_line9,40,"",CFGFLAG_SERVER,"Rules line 9")
MACRO_CONFIG_STR(SvRulesLine10,sv_rules_line10,40,"",CFGFLAG_SERVER,"Rules line 10")
MACRO_CONFIG_INT(SvTeam,sv_team,1,0,2,CFGFLAG_SERVER,"Teams configuration (0 = off, 1 = on but optional, 2 = must play only with teams)")
MACRO_CONFIG_STR(SvAnnouncementFileName,sv_announcement_filename,24,"announcement.txt",CFGFLAG_SERVER,"file which will have the announcement, each one at a line")
MACRO_CONFIG_INT(SvAnnouncementInterval,sv_announcement_interval,30,15,9999,CFGFLAG_SERVER,"time(minutes) in which the announcement will be displayed from the announcement file")
MACRO_CONFIG_INT(SvAnnouncementRandom,sv_announcement_random,1,0,1,CFGFLAG_SERVER,"Whether announcements are sequential or random")
MACRO_CONFIG_INT(SvOldLaser,sv_old_laser,0,0,1,CFGFLAG_SERVER,"Whether lasers can hit you if you shot them and that they pull you towards the bounce origin (0 for DDRace Beta) or lasers can't hit you if you shot them, and they pull others towards the shooter")
MACRO_CONFIG_INT(SvSlashMe,sv_slash_me,0,0,1,CFGFLAG_SERVER,"Whether /me is active on the server or not")
MACRO_CONFIG_INT(SvTuneReset,sv_tune_reset,0,0,1,CFGFLAG_SERVER,"Whether tuning is reset after each map change or not")
MACRO_CONFIG_INT(SvDDRaceTuneReset,sv_ddrace_tune_reset,1,0,1,CFGFLAG_SERVER,"Whether DDRace tuning(sv_hit, Sv_Endless_Drag & Sv_Old_Laser) is reset after each map change or not")
MACRO_CONFIG_INT(SvChatPenalty,sv_chat_penalty,250,50,1000,CFGFLAG_SERVER,"chat score will be increased by this on every message, and decremented by 1 on every tick.")
MACRO_CONFIG_INT(SvChatThreshold,sv_chat_threshold,1000,50,10000,CFGFLAG_SERVER,"if chats core exceeds this, the player will be muted for sv_spam_mute_duration seconds")
MACRO_CONFIG_INT(SvSpamMuteDuration,sv_spam_mute_duration,60,0,3600,CFGFLAG_SERVER,"how many seconds to mute, if player triggers mute on spam. 0 = off")
// banmaster
MACRO_CONFIG_INT(SvGlobalBantime,sv_global_ban_time,60,0,1440,CFGFLAG_SERVER,"The time a client gets banned if the ban server reports it. 0 to disable")