X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=defaultXonotic.cfg;h=15c993287195bd702405ef184e339e458a2290c7;hp=3dc51da56553df8c0ceb4a05c886bfeec4b16ceb;hb=6f4349956b11b36ba20e65e34d39b5029a5eb3ac;hpb=085fa568b2305042aa019874baece7e176c03824 diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 3dc51da565..15c9932871 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -10,7 +10,7 @@ // e.g. Xonotic 1.5.1 RC1 will be 15101 set g_xonoticversion git "Xonotic version (formatted for humans)" -gameversion 100 // 0.1.0 +gameversion 500 // 0.5.0 gameversion_min 0 // git builds see all versions gameversion_max 65535 // git builds see all versions @@ -69,6 +69,11 @@ alias rec "record demos/$1" alias ply "playdemo $1" alias tdem "timedemo $1" +// for backwards compatibility +alias savedb "sv_cmd database save \"$1\"" +alias dumpdb "sv_cmd database dump \"$1\"" +alias loaddb "sv_cmd database load \"$1\"" + alias dropweapon "impulse 17" alias +show_info +button7 alias -show_info -button7 @@ -177,7 +182,7 @@ seta crosshair_seeker_size 0.8 "crosshair size when wielding the TAG seeker" seta crosshair_rifle "" "crosshair to display when wielding the rifle" seta crosshair_rifle_color "0.85 0.5 0.25" "crosshair color to display when wielding the rifle" seta crosshair_rifle_alpha 1 "crosshair alpha value to display when wielding the rifle" -seta crosshair_rifle_size 0.65 "crosshair size when wielding the rifle" +seta crosshair_rifle_size 0.5 "crosshair size when wielding the rifle" seta crosshair_tuba "" "crosshair to display when wielding the tuba" seta crosshair_tuba_color "0.85 0.5 0.25" "crosshair color to display when wielding the tuba" seta crosshair_tuba_alpha 1 "crosshair alpha value to display when wielding the tuba" @@ -284,11 +289,11 @@ gl_polyblend 0 // whether to use screen tints, this has now been replaced by a b r_motionblur 0 // motion blur value, default is 0 r_damageblur 0 // motion blur when damaged, default is 0 (removed in Xonotic) -r_bloom_blur 8 -r_bloom_brighten 3 +r_bloom_blur 16 +r_bloom_brighten 2.5 r_bloom_colorexponent 1 r_bloom_colorscale 1 -r_bloom_colorsubtract 0.25 +r_bloom_colorsubtract 0.15 r_bloom_resolution 320 r_hdr_range 4 @@ -381,7 +386,6 @@ set sv_player_crouch_viewoffset "0 0 20" "view offset of the player model when c set sv_player_crouch_mins "-16 -16 -24" "mins of a crouched playermodel" set sv_player_crouch_maxs "16 16 25" "maxs of a crouched playermodel" -set sv_pogostick 1 "don't require releasing the space bar for jumping again" set sv_doublejump 0 "allow Quake 2-style double jumps" set sv_jumpspeedcap_min "" "lower bound on the baseline velocity of a jump; final velocity will be >= (jumpheight * min + jumpheight)" set sv_jumpspeedcap_max "" "upper bound on the baseline velocity of a jump; final velocity will be <= (jumpheight * max + jumpheight)" @@ -432,7 +436,7 @@ set bot_wander_enable 1 "Have bots wander around if they are unable to reach any // general bot AI cvars set bot_ai_thinkinterval 0.05 set bot_ai_strategyinterval 5 "How often a new objective is chosen" -set bot_ai_enemydetectioninterval 3 "How often bots pick a new target" +set bot_ai_enemydetectioninterval 2 "How often bots pick a new target" set bot_ai_enemydetectionradius 10000 "How far bots can see enemies" set bot_ai_dodgeupdateinterval 0.2 "How often scan for items to dodge. Currently not in use." set bot_ai_chooseweaponinterval 0.5 "How often the best weapon according to the situation will be chosen" @@ -457,8 +461,8 @@ set bot_ai_weapon_combo_threshold 0.4 "Try to make a combo N seconds after the l set bot_ai_friends_aware_pickup_radius "500" "Bots will not pickup items if a team mate is this distance near the item" set bot_ai_ignoregoal_timeout 3 "Ignore goals making bots to get stuck in front of a wall for N seconds" set bot_ai_bunnyhop_skilloffset 7 "Bots with skill equal or greater than this value will perform the \"bunnyhop\" technique" -set bot_ai_bunnyhop_startdistance 100 "Run to goals located further than this distance" -set bot_ai_bunnyhop_stopdistance 125 "Stop jumping after reaching this distance to the goal" +set bot_ai_bunnyhop_startdistance 200 "Run to goals located further than this distance" +set bot_ai_bunnyhop_stopdistance 200 "Stop jumping after reaching this distance to the goal" set bot_ai_bunnyhop_firstjumpdelay 0.2 "Start running to the goal only if it was seen for more than N seconds" set bot_god 0 "god mode for bots" set bot_ai_navigation_jetpack 0 "Enable bots to navigate maps using the jetpack" @@ -706,8 +710,8 @@ set g_ctf_reverse 0 "if enabled, flags positions are switched: you have to captu set g_balance_ctf_delay_collect 1.0 set g_balance_ctf_damageforcescale 1 -set g_ctf_shield_max_ratio 0 "shield at most 0% of a team from the enemy flag (try: 0.4 for 40%)" -set g_ctf_shield_min_negscore 20 "shield the player from the flag if he's got -20 points or less" +set g_ctf_shield_max_ratio 0 "shield at most this percentage of a team from the enemy flag (try: 0.4 for 40%)" +set g_ctf_shield_min_negscore 20 "shield the player from the flag if he's got this negative amount of points or less" set g_ctf_shield_force 100 "push force of the shield" // fun for server admins @@ -808,6 +812,7 @@ set g_arena_powerups 0 "enables powerups (superhealth, strength and shield), whi set g_ca 0 "Clan Arena: Played in rounds, once you're dead you're out! The team with survivors wins the round." set g_ca_point_limit 10 "point limit 10 is standard for clan arena" set g_ca_point_leadlimit 0 +set g_ca_spectate_enemies 0 "Allow spectating enemy player by dead player during clan arena games." set g_ca_warmup 10 "how long the players will have time to run around the map before the round starts" // onslaught @@ -1186,8 +1191,7 @@ set g_campaign 0 set g_campaign_forceteam 0 "Forces the player to a given team in campaign mode, 1 = red, 2 = blue, 3 = yellow, 4 = pink" seta g_campaign_name "xonoticbeta" set g_campaign_skill 0 -set g_campaignxonotic20_index 0 -set g_campaignxonotic25_index 1 +alias warp "sv_cmd warp $*" alias singleplayer_start "g_campaign_index 0; set scmenu_campaign_goto 0" alias singleplayer_continue "set scmenu_campaign_goto -1" @@ -1447,6 +1451,7 @@ seta hud_panel_weapons_ammo_full_nails 200 "show 100% of the status bar at this seta hud_panel_weapons_ammo_full_cells 80 "show 100% of the status bar at this ammo count" seta hud_panel_weapons_ammo_full_rockets 80 "show 100% of the status bar at this ammo count" seta hud_panel_weapons_ammo_full_fuel 100 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_onlyowned 1 "show only owned weapons" seta hud_panel_ammo_maxammo "40" "when you have this much ammo, the ammo status bar is full" @@ -1527,6 +1532,7 @@ seta hud_contents_water_color "0.4 0.3 0.3" seta hud_shownames 1 "draw names and health/armor of nearby players" seta hud_shownames_enemies 2 "1 = draw names of enemies you point at (TODO), 2 = draw names of all enemies in view" +seta hud_shownames_self 0 "also include your own name to be shown when third person camera mode is on (chase_active/cl_eventchase)" seta hud_shownames_status 1 "1 = draw health/armor status of teammates" seta hud_shownames_statusbar_height 4 "height of status bar" seta hud_shownames_aspect 8 "aspect ratio of total drawing area per name" @@ -1632,7 +1638,7 @@ set con_completion_playermodel models/player/*.iqm seta cl_port $cl_port seta r_showsurfaces $r_showsurfaces seta r_ambient $r_ambient -seta skill $skill +seta skill 4 seta gl_finish $gl_finish seta v_kicktime $v_kicktime seta r_subdivisions_tolerance $r_subdivisions_tolerance @@ -1742,7 +1748,9 @@ alias gl_flashblend_update "_gl_flashblend_update_$r_shadow_realtime_dlight$r_sh set sv_clones 0 "number of clones a player may make (reset by the \"kill\" command)" -set cl_handicap 1 "the higher, the more damage you will receive (client setting)" +set cl_handicap 1 "the higher, the more damage you will receive (client setting) NOTE: reconnect or use sendcvar command to update the choice." + +seta cl_clippedspectating 1 "movement collision for spectators so that you can't pass through walls and such. (client setting) NOTE: reconnect or use sendcvar command to update the choice." // must be at the bottom of this file: // alias for switching the teamselect menu @@ -1949,6 +1957,7 @@ set g_triggerimpulse_accel_power 1 "trigger_impulse accelerator power (applied B set g_triggerimpulse_accel_multiplier 1 "trigger_impulse accelerator multiplier (applied AFTER the power)" set g_triggerimpulse_directional_multiplier 1 "trigger_impulse directional field multiplier" set g_triggerimpulse_radial_multiplier 1 "trigger_impulse radial field multiplier" +set the_goggles "they do nothing" "but the googles, they do" seta g_ghost_items 1 "enable ghosted items (when between 0 and 1, overrides the alpha value)" seta g_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" @@ -1991,6 +2000,9 @@ set _origin "0 0 0" set _campaign_index "" set _campaign_name "" +// debug +set _independent_players 0 "DO NOT TOUCH" + // define some engine cvars that we need even on dedicated server set r_showbboxes 0 @@ -2086,6 +2098,7 @@ sv_clmovement_inputtimeout 0.07 // more than 2, less than 3 server frames // exact gloss looks better, e.g. on g-23 r_shadow_glossexact 1 +r_shadow_glossintensity 1 // use fake light if map has no lightmaps r_fakelight 1