Biohazard v2.5 Beta Remake by Dias

Aici este topicul destinat modului AMXX Biohazard. (EN & RO)
Post Reply
User avatar
CryWolf
Sys Admin
Sys Admin
Posts: 443
Joined: Tue Dec 15, 2009 11:32 am
Detinator Steam: Da
Cunostinte CS: Excelente
Reputatie: Detinator
Webmaster
Scripter
Trance Fan
Location: Botosani
Contact:

Biohazard v2.5 Beta Remake by Dias

Post by CryWolf »

Descriere: Este un addons Remake a lui Dias
Nu are fisiere ascunse sau modele Lipsa etc

Autor: Dias
Descarcare: Link !
VERSIUNE: 2.5 Beta

Code: Select all

; Biohazard Plugins

; =================== Main Core ===================
biohazard.amxx debug

; =================== Main Class ===================
bio_zclass_rage.amxx
bio_zclass_stamper.amxx
bio_zclass_light.amxx
bio_zclass_witch.amxx
;bio_zclass_vomit.amxx
bio_zclass_fleshpound.amxx
bio_zclass_illusion.amxx
bio_zclass_raptor.amxx
; =================== Sub Core ====================
bio_frostnades.amxx debug
bio_semiclip.amxx
bio_quakesound.amxx
bh_new_round_bot_no_attack.amxx
damage_money.amxx
bio_misc.amxx
bio_radar.amxx
bio_addon_modelindex.amxx
;bio_gore_ultimate.amxx
;bio_nvg_new.amxx
;bio_hero_svdex.amxxs
; =================== Bio Shop ====================
bio_shop.amxx

; ===== Human
bio_shop_hammer.amxx
bio_shop_ak47-launcher.amxx
bio_shop_holy-bomb.amxx
bio_shop_ffg.amxx
bio_shop_cart-blue.amxx
bio_shop_at4.amxx
bio_item_deadly-shot.amxx
bio_shop_salamander.amxx
;bio_shop_ion-cannon.amxx // CRASH
;bio_shop_m134.amxx
;bio_shop_mg3.amxx
;bio_shop_force_field_grenade.amxx
;bio_item_salamander.amxx

; ===== Zombie
bio_shop_jump-bomb.amxx

Code: Select all

// ============================================ BIOHAZARD ========================================
echo [Thiet Lap Cvars...]

bh_gamedescription "Biohazard" // Gamename
bh_skyname "moon" // Sky Name
bh_lights "d" // Sets map light value ('a' darkest to 'z' brightest). Note: Leave blank to disable and set bh_auto_light to 0
bh_auto_light 0 // If set this. bh_lights will not work
bh_starttime 20.0 // How long till the infected player(s) shows up
bh_buytime 0 //How long players will be able to buy (CS Buy Menu). Note: Use 0 to disable
bh_randomspawn 0 // Randomly spawns everyone every new round. Note: Uses csdm spawn points
bh_punishsuicide 1 // Kill suiciders next time they spawn
bh_winsounds 1 // Use custom win sounds
bh_respawnaszombie 1 // Zombies are respawned as zombies
bh_time_respawn 10.0 // Zombie respawn time
bh_painshockfree 1 // Pain shock free system
bh_autonvg 0 // Turn NVG on automatically when infected
bh_zb_appear_sound 2 // A sound like "Zombies are comming",... 1 = Play when Infect | 2 = Play when first infect
bh_zb_health 2 // 1 = Define Health | 2 = (Health = (Total Player / Total Zombie) * 1000)
bh_infected_screen 0 // Infected Screen

bh_knockback 1 // Enable Knockback
bh_knockback_damage 1 // Knockback by Damage ?
bh_knockback_power 1 // Knockback by Power ?
bh_knockback_duck 1 // Can be knockback when Duck ?
bh_knockback_bydata 1 // Knockback by Data Knockback of Zombie ?

bh_pushpwr_weapon 2.0 // Push Weapon
bh_pushpwr_zombie 5.0 // Push Weapon (Zombie)

bh_obeyarmor 1 // Survivors cant be infected till their armor is gone
bh_infectionmoney 250 // Money gain from infecting a survivor
bh_caphealthdisplay 1 // Cap health display to 255
bh_showtruehealth 1 // Shows your real health
bh_weaponsmenu 1 // Enable weapons menu
bh_ammo 3 // Ammo system | 0 - off | 1 - unlimited ammo | 2 - unlimited clip | 3 - only secondary can unlimited ammo
bh_maxzombies 31 // Maximum zombies
bh_flashbang 1 // Flashbangs only blind zombies
bh_impactexplode 0 // HEs explode on Impact

bh_zombie_countmulti 0.15 // Starting zombie(s) multiplier. (player count * bh_zombie_multi)
bh_zombie_hpmulti 3.5 // Starting zombie(s) health multiplier
bh_zombie_class 1 // Enable zombie classes
bh_randomclass 1 // Randomize player class

bh_kill_bonus 1 // Frag bonus when killing a zombie
bh_kill_reward 2 // Rewards for killing a zombie | 0 - off | 1 - full clip | 2 - he grenade | 3 - both
bh_shootobjects 1 // Objects pushed when shot
bh_pushpwr_weapon 2.0 // Push multiplier for weapons
bh_pushpwr_zombie 5.0 // Push multiplier for zombies

bh_humanhealth 300 // Human health
bh_level_recoil 1 // Enabled level recoil
bh_glowshell_time 10.0 // Glowshell time when up level
	
bh_autoheal_enable 1 // Enable auto heal
bh_autoheal_timestart 5.0 // Start time when idle
bh_autoheal_delay 1.0 // delay when heal
bh_autoheal_amount 100 // heal amount

bh_mutate_enable 0 // Enable Mutating System
bh_mutate_time 3.0 // Time mutating
	
bh_ready_die_effect 1 // Ready die effect
bh_ready_die_effect_hp 400 // Hp lower to show effect

bh_hero_enable 0 // Enable Hero Mode
bh_hero_extra_health 500 // Hero Health
bh_hero_speed 270.0 // Hero Speed
bh_hero_knife_damage 500.0 // Knife hero dmg

bh_flare_grenades 1 // Enable flare nade
bh_flare_duration 180 // duration
bh_flare_size 30 // size of light
bh_flare_color 0 // light color

bh_day_system 1 // Day system enable
bh_zwin_change_day 1 // Zombie win = change day ?
	
bh_nemesis_active 1 // Nemesis Enable (Day System must be enabled)
bh_nemesis_health 50000.0 // Nem health
bh_nemesis_speed 295.0 // Nem speed
bh_nemesis_gravity 0.5 // Nem gravity
bh_nem_aura_r 200 // Red
bh_nem_aura_g 0 // Green
bh_nem_aura_b 0 // Blue
	
bh_zb_nvg_give 2 // 1 = NVG Give | 2 = Give but don't use
bh_nvg_custom 1 // Enable NVG Custom
bh_zb_nvg_size 70 // Size NVG
bh_zb_nvg_color_R 25 // Red
bh_zb_nvg_color_G 50 // Green 
bh_zb_nvg_color_B 25 // Blue

bh_zb_death_sink 0 // Make sv Crash
*Are si sursele incluse
*Este doar modul de baza , fara comenzi gen amx_gag,resetscore etc
*Are unele erori mici care cu putin cap pot fi rezolvate
*Trebuie sa-l traduceti voi in Romana/Engleza

Info: NU IMI DATI PM PENTRU CERERI AJUTOR ETC (NU RASPUND) FOLOSITI FORUMUL.
Image

Image
CUM SA NU LUPTI PENTRU IUBIRE ????
Daca lupti,inseamna ca vrei sa castigi ceva.Iubirea nu-i o miza.
AboveAll
Nou Venit
Nou Venit
Posts: 8
Joined: Tue Feb 28, 2023 7:35 pm
Detinator Steam: Nu

Re: Biohazard v2.5 Beta Remake by Dias

Post by AboveAll »

Multumesc, l.am cautat un timp dar nici unul dintre celelalte linkuri de download de pe internet nu mai merg.
Post Reply