Skip to content

Commit

Permalink
Merge pull request #31 from Hedgefog/dev
Browse files Browse the repository at this point in the history
Halloween Mod 6.2.0 Release
  • Loading branch information
Hedgefog authored Nov 21, 2020
2 parents ecec0cf + c8039d7 commit 71a44f9
Show file tree
Hide file tree
Showing 49 changed files with 2,747 additions and 752 deletions.
3 changes: 2 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
- Quake`R - Mod models optimization
- Benoist - Spooky Pumpkin NPC idea
- Maxxy - Spooky Pumpkin NPC Model
- Chillax - Spooky Pumpkin NPC Animation
- Chillax - Spooky Pumpkin NPC Animation
- Seba - Cauldon Model
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
![](./images/logo.png)

![Alt Text](./images/demo.gif)
### Halloween Mod for Counter-Strike 1.6
__Version:__ 6.1.0
__Version:__ 6.2.0

### What is Halloween Mod?
Halloween mod is a powerful Halloween-themed core for your server with completely new game modes, NPCs, bosses, spells, cosmetics, and more.

#### Deploy
- Clone repository.
Expand Down
47 changes: 30 additions & 17 deletions assets/addons/amxmodx/configs/hwn.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
// [Hwn] Bots Cosmetics
hwn_bots_cosmetics 2

// [Hwn] Bots Spells
hwn_bots_spells 1

// Halloween Mod
hwn_enable_particles 1
hwn_fps 25
hwn_npc_fps 25

// [Hwn] Bosses
hwn_boss_life_time 120
hwn_boss_life_time 120.0
hwn_boss_min_damage_to_win 300
hwn_boss_pve 0
hwn_boss_spawn_delay 300
hwn_boss_spawn_delay 300.0

// [Hwn] Crits
hwn_crits_damage_multiplier 2.2
Expand All @@ -16,28 +22,31 @@ hwn_crits_effect_splash 1
hwn_crits_effect_status_icon 1
hwn_crits_effect_trace 1
hwn_crits_random 1
hwn_crits_random_chance_bonus 1
hwn_crits_random_chance_initial 0
hwn_crits_random_chance_max 12
hwn_crits_random_chance_penalty 2
hwn_crits_random_chance_bonus 1.0
hwn_crits_random_chance_initial 0.0
hwn_crits_random_chance_max 12.0
hwn_crits_random_chance_penalty 2.0
hwn_crits_sound_hit 1
hwn_crits_sound_shoot 1
hwn_crits_sound_use 1

// [Hwn] Gamemode
hwn_gamemode_new_round_delay 10
hwn_gamemode_respawn_time 5
hwn_gamemode_spawn_protection_time 3
hwn_gamemode_new_round_delay 10.0
hwn_gamemode_respawn_time 5.0
hwn_gamemode_spawn_protection_time 3.0

// [Hwn] Gifts
hwn_gifts_cosmetic_max_time 1200
hwn_gifts_cosmetic_min_time 450
hwn_gifts_spawn_delay 300
hwn_gifts_spawn_delay 300.0

// [Hwn] Wheel of Fate
hwn_wof_effect_time 20
hwn_wof_effect_time 20.0

// [Custom Entity] Hwn Bucket
hwn_bucket_bonus_ammo 1
hwn_bucket_bonus_armor 10
hwn_bucket_bonus_health 10
hwn_bucket_collect_flash 1
hwn_bucket_health 300

Expand All @@ -51,18 +60,22 @@ hwn_spellbook_max_spell_count 3
hwn_npc_hhh_use_astar 1

// [Custom Entity] Hwn NPC Monoculus
hwn_npc_monoculus_angry_time 15
hwn_npc_monoculus_dmg_to_stun 2000
hwn_npc_monoculus_jump_time_max 20
hwn_npc_monoculus_jump_time_min 10
hwn_npc_monoculus_angry_time 15.0
hwn_npc_monoculus_dmg_to_stun 2000.0
hwn_npc_monoculus_jump_time_max 20.0
hwn_npc_monoculus_jump_time_min 10.0

// [Custom Entity] Hwn NPC Spooky Pumpkin
hwn_pumpkin_mutate_chance 20

// [Hwn] Gamemode Collector
hwn_collector_npc_drop_chance_spell 7.5
hwn_collector_roundtime 10.0
hwn_collector_roundtime_overtime 30
hwn_collector_teampoints_limit 50
hwn_collector_teampoints_to_boss_spawn 20
hwn_collector_wof 1
hwn_collector_wof_delay 90
hwn_collector_wof_delay 90.0

// [Hwn] Gamemode Default
hwn_gamemode_change_lighting 1
Expand All @@ -74,4 +87,4 @@ hwn_boss_healthbar 1

// [Hwn] HUD
hwn_hud_collector_hide_money 1
hwn_hud_collector_hide_timer 1
hwn_hud_collector_hide_timer 0
8 changes: 6 additions & 2 deletions assets/addons/amxmodx/configs/plugins-hwn.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ entity_hwn_item_spellball.amxx

entity_hwn_npc_ghost.amxx
entity_hwn_npc_skeleton.amxx
entity_hwn_npc_skeleton_small.amxx
entity_hwn_npc_hhh.amxx
entity_hwn_npc_monoculus.amxx
entity_hwn_npc_spookypumpkin.amxx
Expand Down Expand Up @@ -74,9 +73,9 @@ hwn_spell_overheal.amxx
hwn_spell_lightning.amxx
hwn_spell_moonjump.amxx
hwn_spell_crits.amxx
hwn_spell_fortune.amxx
hwn_spell_powerup.amxx
hwn_spell_dance.amxx
hwn_spell_fortune.amxx

; Cosmetics

Expand All @@ -89,3 +88,8 @@ hwn_hud.amxx
hwn_menu.amxx
hwn_gamename.amxx
hwn_boss_healthbar.amxx

; Bots

hwn_bots_spells.amxx
hwn_bots_cosmetic.amxx
Loading

0 comments on commit 71a44f9

Please sign in to comment.