MACRO_CONFIG_INT(ConsoleOutputLevel,console_output_level,0,0,2,CFGFLAG_CLIENT|CFGFLAG_SERVER,"Adjusts the amount of information in the console",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(ClAutoDemoRecord,cl_auto_demo_record,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Automatically record demos",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClAutoDemoMax,cl_auto_demo_max,10,0,1000,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Maximum number of automatically recorded demos (0 = no limit)",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClAutoScreenshot,cl_auto_screenshot,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Automatically take game over screenshot",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClAutoScreenshotMax,cl_auto_screenshot_max,10,0,1000,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Maximum number of automatically created screenshots (0 = no limit)",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClEventthread,cl_eventthread,0,0,1,CFGFLAG_CLIENT,"Enables the usage of a thread to pump the events",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterSpectators,br_filter_spectators,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out spectators from player numbers",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterFriends,br_filter_friends,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out servers with no friends",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterPw,br_filter_pw,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out password protected servers in browser",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterPing,br_filter_ping,999,0,999,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Ping to filter by in the server browser",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_STR(BrFilterGametype,br_filter_gametype,128,"",CFGFLAG_SAVE|CFGFLAG_CLIENT,"Game types to filter",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_STR(BrFilterServerAddress,br_filter_serveraddress,128,"",CFGFLAG_SAVE|CFGFLAG_CLIENT,"Server address to filter",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterPure,br_filter_pure,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out non-standard servers in browser",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterPureMap,br_filter_pure_map,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out non-standard maps in browser",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrFilterCompatversion,br_filter_compatversion,0,0,1,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Filter out non-compatible servers in browser",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(BrMaxRequests,br_max_requests,25,0,1000,CFGFLAG_SAVE|CFGFLAG_CLIENT,"Number of requests to use when refreshing server browser",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(SvMaxClients,sv_max_clients,16,1,MAX_CLIENTS,CFGFLAG_SERVER,"Maximum number of clients that are allowed on a server",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvRegister,sv_register,1,0,1,CFGFLAG_SERVER,"Register server with master server for public listing",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvRconMaxTries,sv_rcon_max_tries,20,0,100,CFGFLAG_SERVER,"Maximum number of tries for remote console authentication",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvWelcome,sv_welcome,64,"",CFGFLAG_SERVER,"Message that will be displayed to players who join the server",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvReservedSlots,sv_reserved_slots,0,0,16,CFGFLAG_SERVER,"The number of slots that are reserved for special players",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvReservedSlotsPass,sv_reserved_slots_pass,32,"",CFGFLAG_SERVER,"The password that is required to use a reserved slot",IConsole::CONSOLELEVEL_ADMIN)
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)",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(ClDDRaceCheats,cl_race_cheats,0,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Enable Cheats Such as Zoom",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClDDRaceBinds,cl_race_binds,1,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Enable Default DDRace builds when pressing the reset binds button",IConsole::CONSOLELEVEL_USER)
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)",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(SvEndlessSuperHook,sv_endless_super_hook,0,0,1,CFGFLAG_SERVER,"Endless hook for super players on/off",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvHideScore,sv_hide_score,0,0,1,CFGFLAG_SERVER,"Whether players scores will be announced or not",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvPauseable,sv_pauseable,1,0,1,CFGFLAG_SERVER,"Whether players can pause their char or not",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvPauseFrequency,sv_pause_frequency,5,0,9999,CFGFLAG_SERVER,"The minimum allowed delay between pauses",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvEmotionalTees,sv_emotional_tees,1,0,1,CFGFLAG_SERVER,"Whether eye change of tees is enabled or not",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvEmoticonDelay,sv_emoticon_delay,3,0,9999,CFGFLAG_SERVER,"The time in seconds between over-head emoticons",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvChatDelay,sv_chat_delay,1,0,9999,CFGFLAG_SERVER,"The time in seconds between chat messages",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvTeamChangeDelay,sv_team_change_delay,3,0,9999,CFGFLAG_SERVER,"The time in seconds between team changes (spectator/in game)",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvVoteMapTimeDelay,sv_vote_map_delay,0,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between map votes",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvVoteDelay,sv_vote_delay,3,0,9999,CFGFLAG_SERVER,"The time in seconds between any vote",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvVoteKickTimeDelay,sv_vote_kick_delay,0,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between kick votes",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
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)",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvSpectatorVotes,sv_spectator_votes,1,0,1,CFGFLAG_SERVER,"Choose if spectators are allowed to start votes",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvKillDelay,sv_kill_delay,3,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between kills",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvSuicidePenalty,sv_suicide_penalty,0,0,9999,CFGFLAG_SERVER,"The minimum time in seconds between kill or /kills and respawn",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvCheckpointSave,sv_checkpoint_save,1,0,1,CFGFLAG_SERVER,"Whether to save checkpoint times to the score file",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvScoreFolder,sv_score_folder,32,"records",CFGFLAG_SERVER,"Folder to save score files to",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvDDRaceRules,sv_ddrace_rules,1,0,1,CFGFLAG_SERVER,"Whether the default mod rules are displayed or not",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine1,sv_rules_line1,40,"",CFGFLAG_SERVER,"Rules line 1",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine2,sv_rules_line2,40,"",CFGFLAG_SERVER,"Rules line 2",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine3,sv_rules_line3,40,"",CFGFLAG_SERVER,"Rules line 3",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine4,sv_rules_line4,40,"",CFGFLAG_SERVER,"Rules line 4",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine5,sv_rules_line5,40,"",CFGFLAG_SERVER,"Rules line 5",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine6,sv_rules_line6,40,"",CFGFLAG_SERVER,"Rules line 6",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine7,sv_rules_line7,40,"",CFGFLAG_SERVER,"Rules line 7",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine8,sv_rules_line8,40,"",CFGFLAG_SERVER,"Rules line 8",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine9,sv_rules_line9,40,"",CFGFLAG_SERVER,"Rules line 9",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvRulesLine10,sv_rules_line10,40,"",CFGFLAG_SERVER,"Rules line 10",IConsole::CONSOLELEVEL_ADMIN)
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)",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_STR(SvAnnouncementFileName,sv_announcement_filename,24,"announcement.txt",CFGFLAG_SERVER,"file which will have the announcement, each one at a line",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvAnnouncementRandom,sv_announcement_random,1,0,1,CFGFLAG_SERVER,"Whether announcements are sequential or random",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvSlashMe,sv_slash_me,0,0,1,CFGFLAG_SERVER,"Whether /me is active on the server or not",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvResetPickus,sv_reset_pickups,0,0,1,CFGFLAG_SERVER,"Whether the weapons are reset on passing the start tile or not",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(ClShowOthers,cl_show_others,0,0,1,CFGFLAG_CLIENT|CFGFLAG_SAVE,"Show players in other teams",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(ClShowEntities,cl_show_entities,0,0,1,CFGFLAG_CLIENT,"Cheat to show game tiles",IConsole::CONSOLELEVEL_USER)
MACRO_CONFIG_INT(SvShowOthers,sv_show_others,1,0,1,CFGFLAG_SERVER,"Whether players can user the command showothers or not",IConsole::CONSOLELEVEL_ADMIN)
MACRO_CONFIG_INT(SvMaxAfkTime,sv_max_afk_time,0,0,9999,CFGFLAG_SERVER,"The time in seconds a player is allowed to be afk (0 = disabled)",IConsole::CONSOLELEVEL_ADMIN)
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.",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)
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",IConsole::CONSOLELEVEL_ADMIN)