X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=57448790dc6e2996ac91857d7c4313bd05eb8af9;hb=a7d54bacff68ca2ba6e86e11604b7647968245a5;hp=96908168944b2472402f5b3776b357a1246f04cd;hpb=8bbb8c702c33c017433c869b0be048a1f9516f34;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 969081689..57448790d 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -146,6 +146,14 @@ 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 4 +r_bloom_brighten 2 +r_bloom_colorexponent 1 +r_bloom_colorscale 1 +r_bloom_colorsubtract 0.125 +r_bloom_resolution 320 +r_bloom_scenebrightness 0.85 + seta vid_x11_display "" "xonotic-linux-*.sh will use this to start xonotic on an other/new X display" // This can have three possible settings: // "" run as usual @@ -475,12 +483,12 @@ seta g_keyhunt_point_leadlimit -1 "Keyhunt point lead limit overriding the mapin seta g_race_laps_limit -1 "Race laps limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" seta g_nexball_goallimit -1 "Nexball goal limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" seta g_nexball_goalleadlimit -1 "Nexball goal lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" -seta g_nexball_safepass_maxdist 5000 // Max distance to allow save fassping (0 to turn off safe passing) -seta g_nexball_safepass_turnrate 0.1 // How fast the safe-pass ball can habge direction -seta g_nexball_safepass_holdtime 0.75 // How long to remeber last teammate you pointed at -seta g_nexball_viewmodel_scale 0.25 // How large the ball for the carrier -seta g_nexball_viewmodel_offset "8 8 0" // Where the ball is located on carrier "forward right up" -seta g_nexball_tackling 1 // Allow ball theft? +seta g_nexball_safepass_maxdist 5000 "Max distance to allow save fassping (0 to turn off safe passing)" +seta g_nexball_safepass_turnrate 0.1 "How fast the safe-pass ball can habge direction" +seta g_nexball_safepass_holdtime 0.75 "How long to remeber last teammate you pointed at" +seta g_nexball_viewmodel_scale 0.25 "How large the ball for the carrier" +seta g_nexball_viewmodel_offset "8 8 0" "Where the ball is located on carrier forward right up" +seta g_nexball_tackling 1 "Allow ball theft?" seta g_ctf_ignore_frags 0 "1: regular frags give no points" @@ -1881,8 +1889,7 @@ set g_weapon_charge_colormod_green_full -0.5 set g_weapon_charge_colormod_blue_full -1 // player statistics server URI -set g_playerstats_uri "" -set g_playerstats_debug 0 "when 1, player stats are dumped to the console too" +set g_playerstats_uri "" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory." // autoscreenshots set g_max_info_autoscreenshot 3 "how many info_autoscreenshot entities are allowed" @@ -1962,8 +1969,9 @@ set cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides t set cl_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged" set sv_simple_items 1 "allow or forbid client use of simple items" set cl_simple_items 0 "enable simple items (if server allows)" +set cl_simpleitems_postfix "_simple" "posfix to add fo model name when simple items are enabled" set cl_fullbright_items 0 "enable fullbright items (if server allows, controled by g_fullbrightitems)" set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0" set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0" -seta g_superspectate 0 "server side, allows extended spectator functions through the cmd interface. followpowerup, followstrength, followstshield or followfc [red|blue] will transfer spectation to the relevent player, if any" \ No newline at end of file +seta g_superspectate 0 "server side, allows extended spectator functions through the cmd interface. followpowerup, followstrength, followstshield or followfc [red|blue] will transfer spectation to the relevent player, if any"