Raised This Month: $32 Target: $400
 8% 

Biohazard v2.00 Beta 3b (Zombie Mod)


Post New Thread Reply   
 
Thread Tools Display Modes
tweky
New Member
Join Date: Dec 2016
Old 12-25-2016 , 13:01   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4061

Have someone this biohazard version new link for download please https://forums.alliedmods.net/showpo...postcount=1808
tweky is offline
popilas
Senior Member
Join Date: Apr 2017
Location: lituanica
Old 04-27-2017 , 06:11   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4062

hi, why all damage be 10? not 400 for hs
popilas is offline
Wats0N
Member
Join Date: Aug 2016
Old 05-31-2017 , 13:42   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4063

How to disable fog/mist?
What this normally setting the "bh_lights"?
Wats0N is offline
Krtola
Veteran Member
Join Date: Oct 2013
Location: Serbia
Old 05-31-2017 , 14:27   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4064

Quote:
Originally Posted by Wats0N View Post
How to disable fog/mist?
What this normally setting the "bh_lights"?
In biohazard.cfg find this

#define FOG_ENABLE 1

delete 1 and set 0 . Then recompile biohazard.sma. Put new biohazard.amxx in plugins-bio.ini

biohazard.cfg should be in include folder.
Krtola is offline
Send a message via Skype™ to Krtola
Wats0N
Member
Join Date: Aug 2016
Old 05-31-2017 , 14:34   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4065

Quote:
Originally Posted by Krtola View Post
In biohazard.cfg find this

#define FOG_ENABLE 1

delete 1 and set 0 . Then recompile biohazard.sma. Put new biohazard.amxx in plugins-bio.ini

biohazard.cfg should be in include folder.

Thank you bro!
Wats0N is offline
Krtola
Veteran Member
Join Date: Oct 2013
Location: Serbia
Old 06-01-2017 , 04:50   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4066

Default bh_lights "d"
Krtola is offline
Send a message via Skype™ to Krtola
frwl
Junior Member
Join Date: Sep 2015
Old 01-21-2018 , 14:42   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4067

hello!

there is a problem (or not) with random. sometimes the same player is infected too often per map while others are infected only 1-2 times. is there any way to fix it and make more fair random?

i guess this line responds for the random pick of zombies? or mb not...
Code:
#define _random(%1) random_num(0, %1 - 1)
and there is a stock:
Code:
stock randomly_pick_zombie()
{
	static data[4]
	data[0] = 0 
	data[1] = 0 
	data[2] = 0 
	data[3] = 0
	
	static index, players[2][32]
	for(index = 1; index <= g_maxplayers; index++)
	{
		if(!is_user_alive(index)) 
			continue
		
		if(g_zombie[index])
		{
			data[0]++
			players[0][data[2]++] = index
		}
		else 
		{
			data[1]++
			players[1][data[3]++] = index
		}
	}

	if(data[0] > 0 &&  data[1] < 1) 
		return players[0][_random(data[2])]
	
	return (data[0] < 1 && data[1] > 0) ?  players[1][_random(data[3])] : 0
}
players go mad with this...
frwl is offline
GlobalPlague
Senior Member
Join Date: Feb 2016
Location: Pluto
Old 07-14-2018 , 08:30   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4068

Hi. I have ZP server, but i want to have zombie biohazard server too.
I would like to know is Biohazard v2.00 Beta 3b the latest official version of zombie biohazard, or there is newer?

Last edited by GlobalPlague; 07-14-2018 at 08:31.
GlobalPlague is offline
FLOY
Senior Member
Join Date: Dec 2013
Location: I love to www.steam.lv
Old 11-21-2018 , 11:07   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4069

do you haw bio class ??
__________________
homepage:steam.lv
topsites:top.steam.lv
FLOY is offline
Send a message via Skype™ to FLOY
Krtola
Veteran Member
Join Date: Oct 2013
Location: Serbia
Old 11-24-2018 , 04:03   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #4070

Quote:
Originally Posted by GlobalPlague View Post
Hi. I have ZP server, but i want to have zombie biohazard server too.
I would like to know is Biohazard v2.00 Beta 3b the latest official version of zombie biohazard, or there is newer?
U can find updated version from Yokomo in this thread.
__________________
Check my original plugins for cs 1.6 and subscribe on channel
Look at the video below to see blind grenade for zombies

https://www.youtube.com/watch?v=ORC7ZmoaipQ

Look at the video below to see Zombie Hide And Seek mode

https://www.youtube.com/watch?v=xpyYb65EgGs
Krtola is offline
Send a message via Skype™ to Krtola
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 20:25.


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