Raised This Month: $ Target: $400
 0% 

Low ammo since CSGO update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 04-28-2015 , 21:07   Low ammo since CSGO update
Reply With Quote #1

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

Last edited by Nolongerinthegame; 04-28-2015 at 21:10.
Nolongerinthegame is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 04-29-2015 , 00:23   Re: Low ammo since CSGO update
Reply With Quote #2

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 is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 04-29-2015 , 00:30   Re: Low ammo since CSGO update
Reply With Quote #3

I take that back, they've now moved it to the items_game.txt file. Search for "reserve".
Jargon is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 04-29-2015 , 01:00   Re: Low ammo since CSGO update
Reply With Quote #4

Ok changed and restarted. I set reserve ammo to 2000. Though on restart reserve ammo is only 464?
Nolongerinthegame is offline
poel
Veteran Member
Join Date: Mar 2013
Old 04-29-2015 , 04:42   Re: Low ammo since CSGO update
Reply With Quote #5

Quote:
Originally Posted by Jargon View Post
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... ^^"

Last edited by poel; 04-29-2015 at 05:13.
poel is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-29-2015 , 08:11   Re: Low ammo since CSGO update
Reply With Quote #6

so better to set the reserve ammo?
8guawong is offline
e54385991
AlliedModders Donor
Join Date: Aug 2013
Old 04-29-2015 , 12:16   Re: Low ammo since CSGO update
Reply With Quote #7

fixed weapon_tagrenade , weapon_healthshot ammo bug
Attached Files
File Type: sp Get Plugin or Get Source (csgo_ammofix.sp - 712 views - 4.6 KB)
File Type: smx csgo_ammofix.smx (5.3 KB, 155 views)

Last edited by e54385991; 02-22-2016 at 16:52.
e54385991 is offline
Send a message via ICQ to e54385991
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 04-29-2015 , 12:37   Re: Low ammo since CSGO update
Reply With Quote #8

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
Attached Files
File Type: smx csgo_ammofix.smx (5.3 KB, 376 views)
File Type: sp Get Plugin or Get Source (csgo_ammofix.sp - 1477 views - 4.5 KB)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 04-29-2015 at 17:31.
Franc1sco is offline
Send a message via MSN to Franc1sco
poel
Veteran Member
Join Date: Mar 2013
Old 04-29-2015 , 13:02   Re: Low ammo since CSGO update
Reply With Quote #9

Quote:
Originally Posted by Franc1sco View Post
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
poel is offline
Solo6669
Junior Member
Join Date: Apr 2015
Old 04-29-2015 , 13:48   Re: Low ammo since CSGO update
Reply With Quote #10

Quote:
Originally Posted by Franc1sco View Post
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?
Solo6669 is offline
Send a message via Skype™ to Solo6669
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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