Page 2 of 2

Re: Weapons ammo

Posted: Fri Jul 12, 2013 1:04 pm
by leftas
Tried to edit and mp2_common still infinite ammo didn't worked. Also like in repair tool infinite ammo is enabled. But how servers owners enable infiniteammo or what they did to no-reload ?

Re: Weapons ammo

Posted: Fri Jul 12, 2013 1:53 pm
by RobbingHood
I don't know how to do it with the Mod Tools ( pretty sure it does work, though... ask rukqoa, emiliano or Rodney ), but you can use the extension system.

Re: Weapons ammo

Posted: Fri Jul 12, 2013 2:11 pm
by leftas
extension system is buggy as NoFate said and it's pre-release. And how to contact like emiliano, Rodney, rukqoa ?

Re: Weapons ammo

Posted: Fri Jul 12, 2013 2:30 pm
by MAGIC
Either via PM or join the IRC

Re: Weapons ammo

Posted: Fri Jul 12, 2013 3:27 pm
by leftas
2 question if someone can answer
How can I change weapons deals(Given damage)
And how to unlock weapons or/and dice-boom( if can) ?

Re: Weapons ammo

Posted: Sat Jul 13, 2013 4:05 pm
by badbaubau
Kerrigan wrote:
leftas wrote:Code: Select all
<field name="MaxVehicles">25</field>
<field name="MaxVehiclesPerMap">25</field>changed but dosen't work....


Well, i don't know right now which map "mp_005" was and i can't look it up right now..
Please tell me the name of it once.

I guess it's related to the spawn points of the vehicles.

You can set the counter as high as you want but when there is only one spawnpoint for each vehicle, only one will spawn.
Otherwise the server would pile them up at the same point. Since the server got a function for checking the spawnpoint for a object blocking the spawn (e.g. the vehicle itself or a wreck) the server won't spawn another vehicle.

A method of testing your modification would be entering the respective vehicle and driving it away from the spawn point and see if the server will spawn another instantly because the spawnpoint would be free now..

Aswell there could be a parameter for vehicles being active on the map simultaneously. Maybe the map is set to allow only one vehicle being alive at the time and it has to be destroyed to respawn another.

For changing the respawn rates you could also use ProCon. It also offers functions to alter the respawn rates for both infantry and vehicles.


On mp_005 atacama desert work with multiple vehicle make setting as the video http://www.youtube.com/watch?v=Fl-lM_qRIrg

respawn new vehicle after 5 metter

Re: Weapons ammo

Posted: Sat Jul 13, 2013 4:47 pm
by leftas
Badbau, I fixed that problem ;) and MultipleSpawn works ;)