From e8605080e8a016b818cc860cd2cfd9667552f3de Mon Sep 17 00:00:00 2001 From: FruitieX Date: Mon, 2 Aug 2010 14:24:18 +0300 Subject: [PATCH] enable some more fragmessage info by default, remove the weaponreplaces from defaultXPM (shotgun will be the starting weapon in XPM) --- defaultXPM.cfg | 14 +++++++------- defaultXonotic.cfg | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/defaultXPM.cfg b/defaultXPM.cfg index 3141a2409..f90dea357 100644 --- a/defaultXPM.cfg +++ b/defaultXPM.cfg @@ -1,8 +1,8 @@ exec defaultXonotic.cfg set g_weaponreplace_laser "" -set g_weaponreplace_shotgun "uzi" -set g_weaponreplace_uzi "shotgun" +set g_weaponreplace_shotgun "" +set g_weaponreplace_uzi "" set g_weaponreplace_grenadelauncher "" set g_weaponreplace_electro "" set g_weaponreplace_crylink "" @@ -11,12 +11,12 @@ set g_weaponreplace_hagar "" set g_weaponreplace_rocketlauncher "" set g_weaponreplace_porto "" set g_weaponreplace_minstanex "" -set g_weaponreplace_hook 0 -set g_weaponreplace_hlac 0 -set g_weaponreplace_campingrifle 0 +set g_weaponreplace_hook "" +set g_weaponreplace_hlac "" +set g_weaponreplace_campingrifle "" set g_weaponreplace_tuba "" -set g_weaponreplace_fireball 0 -set g_weaponreplace_seeker 0 +set g_weaponreplace_fireball "" +set g_weaponreplace_seeker "" set sv_q3acompat_machineshotgunswap 0 // other options diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 037505dd0..1cea3ed48 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -338,9 +338,9 @@ set g_respawn_ghosts_speed 5 "the speed with which respawn ghosts float and rota set g_respawn_ghosts_maxtime 6 "maximum amount of time a respawn ghost can last, minimum time is half this value. 0 disables and ghosts fade when the body would" // fragmessage: This allows extra information to be displayed with the frag centerprints. -set sv_fragmessage_information_ping 0 "Enable ping display information, 0 = Never display; 1 = Always display (If the player is a bot, it will say bot instead of the ping.)" +set sv_fragmessage_information_ping 1 "Enable ping display information, 0 = Never display; 1 = Always display (If the player is a bot, it will say bot instead of the ping.)" set sv_fragmessage_information_handicap 1 "Enable handicap display information, 0 = Never display; 1 = Only when the player has handicap on; 2 = Always display (Displays Off if off)" -set sv_fragmessage_information_stats 0 "Enable statistics (health/armor) display information, 0 = Never display; 1 = Always display (Only available for the person who was killed)" +set sv_fragmessage_information_stats 1 "Enable statistics (health/armor) display information, 0 = Never display; 1 = Always display (Only available for the person who was killed)" set sv_fragmessage_information_typefrag 1 "Enable typefrag display information, 0 = Never display; 1 = Always display" // use default physics -- 2.39.2