X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=cee083932c6195d5745bf6add409c1f290d0539d;hb=dce51fcbed0bcc5ba828f3151ef599c7d40bc998;hp=9868c9a221f7ea2e38a2f050a28b6351acda1e63;hpb=fd2899a360c7476c7b898f37f88f49e53e9bf76a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index 9868c9a22..cee083932 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -12,7 +12,7 @@ seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on set sv_dodging_air_dodging 0 set sv_dodging_wall_dodging 0 "allow dodging off walls" -set sv_dodging_delay 0.7 "determines how long a player has to wait to be able to dodge again after dodging" +set sv_dodging_delay 0.5 "determines how long a player has to wait to be able to dodge again after dodging" set sv_dodging_up_speed 200 "the jump velocity of the dodge" set sv_dodging_horiz_speed 400 "the horizontal velocity of the dodge" set sv_dodging_horiz_speed_frozen 200 "the horizontal velocity of the dodge while frozen" @@ -22,6 +22,7 @@ set sv_dodging_wall_distance_threshold 10 "the maximum distance from a wall that set sv_dodging_sound 1 "if 1 dodging makes a sound. if 0 dodging is silent" set sv_dodging_frozen 0 "allow dodging while frozen" set sv_dodging_frozen_doubletap 0 +set sv_dodging_maxspeed 450 "maximum speed a player can be moving at before they dodge again" // =========== @@ -50,6 +51,7 @@ set g_instagib_friendlypush 1 "allow pushing teammates with the vaporizer primar set g_overkill 0 "enable overkill" set g_overkill_powerups_replace 1 +set g_overkill_itemwaypoints 1 set g_overkill_filter_healthmega 0 set g_overkill_filter_armormedium 0 set g_overkill_filter_armorbig 0 @@ -189,7 +191,7 @@ set g_nades_nade_damage 225 set g_nades_nade_edgedamage 90 set g_nades_nade_radius 300 set g_nades_nade_force 650 -set g_nades_nade_newton_style 0 +set g_nades_nade_newton_style 0 "0 is absolute, 1 is relative (takes into account player speed), 2 is something in between" set g_nades_nade_type 1 "Type of the off-hand grenade. 1:normal 2:napalm 3:ice 4:translocate 5:spawn 6:heal 7:pokenade 8:entrap" seta cl_nade_timer 1 "show a visual timer for nades, 1 = only circle, 2 = circle with text" @@ -299,6 +301,7 @@ set g_buffs_random_location 0 "randomize buff location on start and when reset" set g_buffs_random_location_attempts 10 "number of random locations a single buff will attempt to respawn at before giving up" set g_buffs_spawn_count 0 "how many buffs to spawn on the map if none exist already" set g_buffs_replace_powerups 0 "replace powerups on the map with random buffs" +set g_buffs_drop 1 "allow dropping buffs" set g_buffs_cooldown_activate 5 "cooldown period when buff is first activated" set g_buffs_cooldown_respawn 3 "cooldown period when buff is reloading" set g_buffs_ammo 1 "ammo buff: infinite ammunition" @@ -437,3 +440,27 @@ set g_globalforces 0 "Global forces: knockback affects everyone" set g_globalforces_noself 1 "Global forces: ignore self damage" set g_globalforces_self 1 "Global forces: knockback self scale" set g_globalforces_range 1000 "Global forces: max range of effect" + +// ========= +// bugrigs +// ========= +set g_bugrigs 0 +set g_bugrigs_planar_movement 1 "BROTRR bug emulation" +set g_bugrigs_planar_movement_car_jumping 1 "my own bug" +set g_bugrigs_reverse_speeding 1 "BROTRR bug emulation" +set g_bugrigs_reverse_spinning 1 "BROTRR bug emulation" +set g_bugrigs_reverse_stopping 1 "BROTRR bug emulation" +set g_bugrigs_air_steering 1 "NFS bug emulation" +set g_bugrigs_angle_smoothing 5 "smooth the car angle a bit, looks nice" +set g_bugrigs_friction_floor 50 "units/sec friction on floor" +set g_bugrigs_friction_brake 950 "units/sec friction for braking" +set g_bugrigs_friction_air 0.00001 "(very small) v <- v - v^2 * g_bugrigs_friction_air" +set g_bugrigs_accel 800 "acceleration" +set g_bugrigs_speed_ref 400 "reference speed for accel and steer responsiveness" +set g_bugrigs_speed_pow 2 "reference power for accel and steer responsiveness" +set g_bugrigs_steer 1 "steering amount" + +// ============== +// running guns +// ============== +set g_running_guns 0 "... or wonder, till it drives you mad, what would have followed if you had."