How to get weapon_pistol to spawn faster, Raise armor to 500

Need Help? The Day isnt going so well on the Mapping front?
Post Reply
User avatar
Dominic
Donator
Donator
Posts: 54
Joined: Thu May 13, 2010 7:02 am
Contact:

How to get weapon_pistol to spawn faster, Raise armor to 500

Post by Dominic »

Title says it all. I noticed in a lot of maps the weapons spawn withing a second or less in other maps. My map spawns weapons like normal hl2dm time which is terribly slow. Also, how do i set the armor limit to 500? Is there some sort of entity i use to change these?

Please help me, oh and I'm truly sorry if i missed a thread or post that tells you how to do these.
DisConnected
npc_hovering_assassin
npc_hovering_assassin
Posts: 298
Joined: Thu Apr 15, 2010 3:46 am
Location: Las Vegas, Nevada

Re: How to get weapon_pistol to spawn faster, Raise armor to

Post by DisConnected »

The command for having weapons and items respawn is something like: mp_hl2dm_weapon_respawn_time <number of seconds>. Item is the same thing, except replace "weapon" with item. I think it's something around those lines, mess around with it, it should come up.
Oh, don't be such a baby. Episode 3 will come out.

*Turns to Archimedes*

No it won't.
User avatar
Andrax17
npc_combine_elite
npc_combine_elite
Posts: 451
Joined: Wed May 05, 2010 7:11 pm
Location: Finland
Contact:

Re: How to get weapon_pistol to spawn faster, Raise armor to

Post by Andrax17 »

actually its

Code: Select all

sv_hl2mp_item_respawn_time 
sv_hl2mp_weapon_respawn_time 
and then you just add the time after the command
User avatar
Dominic
Donator
Donator
Posts: 54
Joined: Thu May 13, 2010 7:02 am
Contact:

Re: How to get weapon_pistol to spawn faster, Raise armor to

Post by Dominic »

Thanks Disconnected, I was messing around with the command and found


sv_hl2mp_weapon_respawn_time 5
sv_hl2mp_weapon_respawn_time 2


Thanks for helping, and while a little late thanks to you too Andrax.
Post Reply