Raised This Month: $12 Target: $400
 3% 

[CS:GO] Zombie Plague 1.2.1 (Updated 01-Mar-2023)


Post New Thread Reply   
 
Thread Tools Display Modes
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 06-05-2018 , 01:50   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #381

Quote:
Originally Posted by gubka View Post
Which things i plan to start and finish soon, you also can suggest ideas for classes skills
Add the ability to set the class "by default", for those who did not choose the class themselves.
Code:
#define ZOMBIE_CLASS_DEFAULT				YES
Code:
#define HUMAN_CLASS_DEFAULT				YES


UPD: Also there is a bug with updating of team scores after change of the map:
Code:
	// Initialize team score
	static int nScore[2];
Static variable is not reset after map change, so the team scores are transferred to the next map.

Fixed this way:
Code:
	// Get teams score
	nScore[0] = GetTeamScore(TEAM_ZOMBIE);
	nScore[1] = GetTeamScore(TEAM_HUMAN);
__________________

Last edited by Accelerator; 06-05-2018 at 06:48.
Accelerator is offline
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 06-05-2018 , 21:17   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #382

Quote:
Originally Posted by Accelerator74 View Post
Add the ability to set the class "by default", for those who did not choose the class themselves.
Code:
#define ZOMBIE_CLASS_DEFAULT				YES
Code:
#define HUMAN_CLASS_DEFAULT				YES


UPD: Also there is a bug with updating of team scores after change of the map:
Code:
	// Initialize team score
	static int nScore[2];
Static variable is not reset after map change, so the team scores are transferred to the next map.

Fixed this way:
Code:
	// Get teams score
	nScore[0] = GetTeamScore(TEAM_ZOMBIE);
	nScore[1] = GetTeamScore(TEAM_HUMAN);
Thanks for report that, i will fix

Done
PHP Code:
Fix with death fake events
Fix with change team for spectators 
Added saving of selected human and zombie classes in the sql database
Added free weapon menu on the spawn ADDON (Like in classic ZP 4.3)
Fix flare grenade.
* New 
glass break effect for freeze and also fixed ice angle position.
Psyh zombie class have a scream skill (Like shaman in killing floor)
Girl zombie class have a bomb blast skill (Like deimos in cso)
NormalM01 zombie class have a smoke stack skill (Like ps in cso)
Cvars for setting selection of zclass and hclass only for VIPsNormal players selected class by randomlike botsYou only need to block access into menu in <menus.ini>
Range zombie class have a infect explosion after death
Fix with teamscores
Possibility to set the zombie grenade model (v_ in the class addon 
In Plans
PHP Code:
# TESLA CLASS (Electricty skill, like scream skill but dont deal damage, only make the confusion for the humans in the radius)
# TRAPER CLASS (Like fat skill (traps for humans) in cso)
# BLINDER CLASS (Like fat skill (black screen for attacker) in cso)
# HEALER CLASS (Like healer in cso)
# WITCH CLASS (Like witch in zp cso)
# ICER CLASS (Skill place ice wall where you can stand for and wall explose after)
# WATER CLASS (Skill spit water around him) Like a classic class without any special skill.
# Zombie bombs (Like infect, jump) and unique models for each class (grenades with unique hands)
# Weapon module optimisation and improvement.
# Ammo setting for the standart weapons. (clip, reserve) 
P.S idea with ZOMBIE_CLASS_DEFAULT, etc is not longer suitable, i add a SQL saving for classes
__________________

Last edited by gubka; 06-05-2018 at 21:24.
gubka is offline
Send a message via ICQ to gubka
Lost_lgz
Member
Join Date: Sep 2011
Old 06-07-2018 , 13:50   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #383

best zombie mod ever for me......like cs1.6....
extra items it problem for this mod
no extra items like cs1.6
And 5 class zombie it good ..no 10 or 15
Lost_lgz is offline
Send a message via Yahoo to Lost_lgz Send a message via Skype™ to Lost_lgz
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 06-09-2018 , 19:56   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #384

Which things are already done for next update

PHP Code:
Fix with death fake events
Fix with change team for spectators 
Added saving of selected human and zombie classes in the sql database
Added free weapon menu on the spawn ADDON (Like in classic ZP 4.3)
Fix flare grenade.
* New 
glass break effect for freeze and also fixed ice angle position.
Psyh zombie class have a scream skill (Like shaman in killing floor)
Girl zombie class have a bomb blast skill (Like deimos in cso)
NormalM01 zombie class have a smoke stack skill (Like ps in cso)
Cvars for setting selection of zclass and hclass only for VIPsNormal players selected class by randomlike botsYou only need to block access into menu in <menus.ini>
Range zombie class have a infect explosion after death
Fix with teamscores
Possibility to set the zombie grenade model (v_ in the class addon
Ammo setting for the standart weapons. (clipreserve)
Supporting of mp3 and wav files precaching to client in the downloads.ini
Zombie infect grenade and unique models for each class (grenades with unique hands)
Tagrenade was removed and remaked to infection grenade.
Grenades for human rewrited.
Some cvars removed.
Update of some natives and improvements of forwards in zombieplague.inc
Weapon module optimisation and improvementIt was rewritten, and have more optimions to customize weaponsCstrike module there was removed. + Other changes.
Damage module was rewrittenimprovements in the forward.
Damage multipliers Knockback multipliers was fixed. ???????
Fix with the world models for zombiesnot they have correct invisibility
__________________
gubka is offline
Send a message via ICQ to gubka
OgLoks
New Member
Join Date: Jun 2018
Old 06-10-2018 , 09:34   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #385

Hi i downloaded this onto my server but i get this popping out in console log "[CSTRIKE] Failed to lookup AliasToWeaponID signature". It takes away all the cash and drops all the weapons. is there anything i can do?
OgLoks is offline
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 06-10-2018 , 11:54   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #386

Quote:
Originally Posted by OgLoks View Post
Hi i downloaded this onto my server but i get this popping out in console log "[CSTRIKE] Failed to lookup AliasToWeaponID signature". It takes away all the cash and drops all the weapons. is there anything i can do?
Like I said previously, I remove cstrike module checking a for weapons in next update
__________________
gubka is offline
Send a message via ICQ to gubka
OgLoks
New Member
Join Date: Jun 2018
Old 06-10-2018 , 22:39   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #387

sorry didnt read through your post thanks. when will the next update be released?
__________________
OgLoks is offline
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 06-13-2018 , 07:54   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #388

Quote:
Originally Posted by OgLoks View Post
sorry didnt read through your post thanks. when will the next update be released?
When i will finish it), i still have some ideas to make, someone want to say ideas?
__________________
gubka is offline
Send a message via ICQ to gubka
sHoC
Senior Member
Join Date: Nov 2015
Location: Italy
Old 06-13-2018 , 08:52   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #389

Quote:
Originally Posted by gubka View Post
When i will finish it), i still have some ideas to make, someone want to say ideas?
make a script for bazooka?
or adding to jetpack a model, I have models for bazooka and jetpack, I can link them if you want to make this 2 ideas
__________________

Last edited by sHoC; 06-13-2018 at 09:22.
sHoC is offline
Lost_lgz
Member
Join Date: Sep 2011
Old 06-13-2018 , 13:45   Re: [CS:GO] Release: Zombie Plague 7.8fix2
Reply With Quote #390

add plugin VIP special for zp and add Vip Menu in menu zp
Lost_lgz is offline
Send a message via Yahoo to Lost_lgz Send a message via Skype™ to Lost_lgz
Reply


Thread Tools
Display Modes

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 14:16.


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