Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 49 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 97 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 101 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 109 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 120 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 124 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 132 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 201 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/init.php on line 421 Deprecated: Assigning the return value of new by reference is deprecated in /home/gameadm/public_html/forums/includes/class_core.php on line 2384
Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /archive/global.php on line 26

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3249

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /includes/functions.php on line 3436
removing weapons in Q3Arena [Archive] - Main

PDA

View Full Version : removing weapons in Q3Arena


Unregistered
11/21/02, 05:06 am
I searched in vain a way to remove specific weapon from the game. For exemple I would like to remove rocket launcher. I know it can be done with osp or other mods, but is it a way to do that simply with the basic game?
Thx
Manu

Aphextwin
11/21/02, 07:34 am
The following file was created with Quake 3 Runner and should do what you are after.


///////////////////////////////////////////////////////////////
// Quake 3 Item Configuration File //
///////////////////////////////////////////////////////////////
// File Created by: Quake 3 Runner [Aphextwin@gamerunners.com]
// File Created On: Thursday, November 21, 2002 at 7:32:40 AM
///////////////////////////////////////////////////////////////

// This file is automatically executed by quake3.exe


set disable_holdable_teleporter "0"
set disable_holdable_medkit "0"
set disable_item_quad "0"
set disable_item_enviro "0"
set disable_item_haste "0"
set disable_item_invis "0"
set disable_item_regen "0"
set disable_item_flight "0"
set disable_weapon_gauntlet "0"
set disable_weapon_shotgun "0"
set disable_weapon_machinegun "0"
set disable_weapon_grenadelauncher "0"
set disable_weapon_rocketlauncher "1"
set disable_weapon_lightning "0"
set disable_weapon_railgun "0"
set disable_weapon_plasmagun "0"
set disable_weapon_bfg "0"
set disable_weapon_grapplinghook "0"
set disable_ammo_shells "0"
set disable_ammo_bullets "0"
set disable_ammo_grenades "0"
set disable_ammo_cells "0"
set disable_ammo_lightning "0"
set disable_ammo_rockets "1"
set disable_ammo_bfg "0"
set disable_item_armor_shard "0"
set disable_item_armor_combat "0"
set disable_item_armor_body "0"
set disable_item_health_small "0"
set disable_item_health "0"
set disable_item_health_large "0"
set disable_item_health_mega "0"