AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie:Reloaded (https://forums.alliedmods.net/forumdisplay.php?f=132)
-   -   Low ammo since CSGO update (https://forums.alliedmods.net/showthread.php?t=262143)

Nolongerinthegame 04-28-2015 21:07

Low ammo since CSGO update
 
Since update this morning to 1.34.8.2 my zombie server is not respecting ammo sizes. It should be 1000 ammo to all guns, but they are going by default CSGO ammo size.

But i type the relevant commands in console and they should be (mostly) 1000 each

ammo_50AE_max 1000 // deagle
ammo_762mm_max 1000 // scout, ak47, g3sg1, aug
ammo_556mm_box_max 1000 // m249
ammo_556mm_max 1000 // galil, sg552, famas, m4a1, sg550
ammo_338mag_max 200 // awp
ammo_9mm_max 1000 // mp5navy, tmp, glock, elite
ammo_buckshot_max 100 // m3, xm1014
ammo_45acp_max 1000 // ump45, mac10, usp
ammo_357sig_max 1000 // P228
ammo_57mm_max 1000 // p90, fiveseven
ammo_357sig_small_max 1000 //New USP
ammo_556mm_small_max 1000 //New M4
ammo_357sig_min_max 1000 //New CZ75a
ammo_357sig_p250_max 1000



No error logs at moment

Jargon 04-29-2015 00:23

Re: Low ammo since CSGO update
 
Yep, seems to be a side effect of this:

– Fixed a few cases where reserve ammo was shared between multiple weapons. All weapons now individually handle their own reserve ammo.

I've yet to find a new cvar responsible for the change.

Jargon 04-29-2015 00:30

Re: Low ammo since CSGO update
 
I take that back, they've now moved it to the items_game.txt file. Search for "reserve".

Nolongerinthegame 04-29-2015 01:00

Re: Low ammo since CSGO update
 
Ok changed and restarted. I set reserve ammo to 2000. Though on restart reserve ammo is only 464?

poel 04-29-2015 04:42

Re: Low ammo since CSGO update
 
Quote:

Originally Posted by Jargon (Post 2291340)
I take that back, they've now moved it to the items_game.txt file. Search for "reserve".

Where is this file ?

I love valve. Removed settings every weeks and we have to find how to fix the shit. LOL they really dont care about us. Business is business!

EDIT : CSGO/SCRIPT/ITEMS
EDIT 2 : Need reboot server to have new changement, but max 464 ammo. R.I.P Zombie Escape mod....
EDIT 3 : this cvar "sv_infinite_ammo 2" works fine. (will give you unlimited ammo, but you will still have to reload.) and perfect for ZE.
EDIT 4 : with the first method, you will see max 464 but you can spent more ammo after 464 (auto reload ammo) thks to Morell for this information. So, you can edit items_game.txt or add cvar unlimited.
EDIT 5 : this cvar "sv_infinite_ammo 2" will give you infinit grenade/molotov, smoke etc... CHEAT for zombie server and other mod so... ^^"

8guawong 04-29-2015 08:11

Re: Low ammo since CSGO update
 
so better to set the reserve ammo?

e54385991 04-29-2015 12:16

Re: Low ammo since CSGO update
 
2 Attachment(s)
fixed weapon_tagrenade , weapon_healthshot ammo bug

Franc1sco 04-29-2015 12:37

Re: Low ammo since CSGO update
 
2 Attachment(s)
If someone could search to what weapons corresponds each ammo cvar, I could make that ammo value obey to his old cvars. if nobody will help me on it, i will do it anyway but I will keep it private.


The current list that I know is:
Code:

ammo_50AE_max      // deagle
ammo_762mm_max      // scout, ak47, g3sg1, aug
ammo_556mm_box_max  // m249
ammo_556mm_max      // galil, sg552, famas, m4a1, sg550
ammo_338mag_max    // awp
ammo_9mm_max        // glock, elite
ammo_buckshot_max  // m3, xm1014
ammo_45acp_max      // ump45, mac10
ammo_357sig_max    // P228, P250
ammo_57mm_max      // p90, fiveseven
ammo_357sig_min_max  // CZ75 auto
ammo_357sig_small_max
ammo_556mm_small_max
ammo_357sig_min_max
ammo_357sig_p250_max

are missing some new weapons in csgo.


With my current plugin, will set ammo to 9999 to weapons with low ammo (compatible with others mods, not only ZR). I will make that ammo value obey to the previous cvars.

Currently this plugin is working well in my ze server

poel 04-29-2015 13:02

Re: Low ammo since CSGO update
 
Quote:

Originally Posted by Franc1sco (Post 2291518)
If someone could search to what weapons refers each ammo cvar, I could make that ammo value obey to his old cvars.


The current list that I know is:
Code:

ammo_50AE_max      // deagle
ammo_762mm_max      // scout, ak47, g3sg1, aug
ammo_556mm_box_max  // m249
ammo_556mm_max      // galil, sg552, famas, m4a1, sg550
ammo_338mag_max    // awp
ammo_9mm_max        // glock, elite
ammo_buckshot_max  // m3, xm1014
ammo_45acp_max      // ump45, mac10
ammo_357sig_max    // P228, P250
ammo_57mm_max      // p90, fiveseven
ammo_357sig_min_max  // CZ75 auto
ammo_357sig_small_max
ammo_556mm_small_max
ammo_357sig_min_max
ammo_357sig_p250_max

are missing some new weapons in csgo.


With my current plugin, will set ammo to 9999 to weapons with low ammo (compatible with others mods, not only ZR). I will make that ammo value obey to the previous cvars.

Your plugin doesnt works for me. sry. No error logs

Solo6669 04-29-2015 13:48

Re: Low ammo since CSGO update
 
Quote:

Originally Posted by Franc1sco (Post 2291518)
If someone could search to what weapons refers each ammo cvar, I could make that ammo value obey to his old cvars.


The current list that I know is:
Code:

ammo_50AE_max      // deagle
ammo_762mm_max      // scout, ak47, g3sg1, aug
ammo_556mm_box_max  // m249
ammo_556mm_max      // galil, sg552, famas, m4a1, sg550
ammo_338mag_max    // awp
ammo_9mm_max        // glock, elite
ammo_buckshot_max  // m3, xm1014
ammo_45acp_max      // ump45, mac10
ammo_357sig_max    // P228, P250
ammo_57mm_max      // p90, fiveseven
ammo_357sig_min_max  // CZ75 auto
ammo_357sig_small_max
ammo_556mm_small_max
ammo_357sig_min_max
ammo_357sig_p250_max

are missing some new weapons in csgo.


With my current plugin, will set ammo to 9999 to weapons with low ammo (compatible with others mods, not only ZR). I will make that ammo value obey to the previous cvars.

But there is one problem, he throws grenades and on 9999, possibly how to fix it?


All times are GMT -4. The time now is 03:21.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.