Skip to content

Commit 71a44f9

Browse files
author
Hedgehog Fog
authored
Merge pull request #31 from Hedgefog/dev
Halloween Mod 6.2.0 Release
2 parents ecec0cf + c8039d7 commit 71a44f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2747
-752
lines changed

CREDITS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
- Quake`R - Mod models optimization
1414
- Benoist - Spooky Pumpkin NPC idea
1515
- Maxxy - Spooky Pumpkin NPC Model
16-
- Chillax - Spooky Pumpkin NPC Animation
16+
- Chillax - Spooky Pumpkin NPC Animation
17+
- Seba - Cauldon Model

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
![](./images/logo.png)
2-
1+
![Alt Text](./images/demo.gif)
32
### Halloween Mod for Counter-Strike 1.6
4-
__Version:__ 6.1.0
3+
__Version:__ 6.2.0
4+
5+
### What is Halloween Mod?
6+
Halloween mod is a powerful Halloween-themed core for your server with completely new game modes, NPCs, bosses, spells, cosmetics, and more.
57

68
#### Deploy
79
- Clone repository.
Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1+
// [Hwn] Bots Cosmetics
2+
hwn_bots_cosmetics 2
3+
4+
// [Hwn] Bots Spells
5+
hwn_bots_spells 1
6+
17
// Halloween Mod
28
hwn_enable_particles 1
39
hwn_fps 25
410
hwn_npc_fps 25
511

612
// [Hwn] Bosses
7-
hwn_boss_life_time 120
13+
hwn_boss_life_time 120.0
814
hwn_boss_min_damage_to_win 300
915
hwn_boss_pve 0
10-
hwn_boss_spawn_delay 300
16+
hwn_boss_spawn_delay 300.0
1117

1218
// [Hwn] Crits
1319
hwn_crits_damage_multiplier 2.2
@@ -16,28 +22,31 @@ hwn_crits_effect_splash 1
1622
hwn_crits_effect_status_icon 1
1723
hwn_crits_effect_trace 1
1824
hwn_crits_random 1
19-
hwn_crits_random_chance_bonus 1
20-
hwn_crits_random_chance_initial 0
21-
hwn_crits_random_chance_max 12
22-
hwn_crits_random_chance_penalty 2
25+
hwn_crits_random_chance_bonus 1.0
26+
hwn_crits_random_chance_initial 0.0
27+
hwn_crits_random_chance_max 12.0
28+
hwn_crits_random_chance_penalty 2.0
2329
hwn_crits_sound_hit 1
2430
hwn_crits_sound_shoot 1
2531
hwn_crits_sound_use 1
2632

2733
// [Hwn] Gamemode
28-
hwn_gamemode_new_round_delay 10
29-
hwn_gamemode_respawn_time 5
30-
hwn_gamemode_spawn_protection_time 3
34+
hwn_gamemode_new_round_delay 10.0
35+
hwn_gamemode_respawn_time 5.0
36+
hwn_gamemode_spawn_protection_time 3.0
3137

3238
// [Hwn] Gifts
3339
hwn_gifts_cosmetic_max_time 1200
3440
hwn_gifts_cosmetic_min_time 450
35-
hwn_gifts_spawn_delay 300
41+
hwn_gifts_spawn_delay 300.0
3642

3743
// [Hwn] Wheel of Fate
38-
hwn_wof_effect_time 20
44+
hwn_wof_effect_time 20.0
3945

4046
// [Custom Entity] Hwn Bucket
47+
hwn_bucket_bonus_ammo 1
48+
hwn_bucket_bonus_armor 10
49+
hwn_bucket_bonus_health 10
4150
hwn_bucket_collect_flash 1
4251
hwn_bucket_health 300
4352

@@ -51,18 +60,22 @@ hwn_spellbook_max_spell_count 3
5160
hwn_npc_hhh_use_astar 1
5261

5362
// [Custom Entity] Hwn NPC Monoculus
54-
hwn_npc_monoculus_angry_time 15
55-
hwn_npc_monoculus_dmg_to_stun 2000
56-
hwn_npc_monoculus_jump_time_max 20
57-
hwn_npc_monoculus_jump_time_min 10
63+
hwn_npc_monoculus_angry_time 15.0
64+
hwn_npc_monoculus_dmg_to_stun 2000.0
65+
hwn_npc_monoculus_jump_time_max 20.0
66+
hwn_npc_monoculus_jump_time_min 10.0
5867

5968
// [Custom Entity] Hwn NPC Spooky Pumpkin
6069
hwn_pumpkin_mutate_chance 20
6170

6271
// [Hwn] Gamemode Collector
72+
hwn_collector_npc_drop_chance_spell 7.5
73+
hwn_collector_roundtime 10.0
74+
hwn_collector_roundtime_overtime 30
6375
hwn_collector_teampoints_limit 50
76+
hwn_collector_teampoints_to_boss_spawn 20
6477
hwn_collector_wof 1
65-
hwn_collector_wof_delay 90
78+
hwn_collector_wof_delay 90.0
6679

6780
// [Hwn] Gamemode Default
6881
hwn_gamemode_change_lighting 1
@@ -74,4 +87,4 @@ hwn_boss_healthbar 1
7487

7588
// [Hwn] HUD
7689
hwn_hud_collector_hide_money 1
77-
hwn_hud_collector_hide_timer 1
90+
hwn_hud_collector_hide_timer 0

assets/addons/amxmodx/configs/plugins-hwn.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ entity_hwn_item_spellball.amxx
3333

3434
entity_hwn_npc_ghost.amxx
3535
entity_hwn_npc_skeleton.amxx
36-
entity_hwn_npc_skeleton_small.amxx
3736
entity_hwn_npc_hhh.amxx
3837
entity_hwn_npc_monoculus.amxx
3938
entity_hwn_npc_spookypumpkin.amxx
@@ -74,9 +73,9 @@ hwn_spell_overheal.amxx
7473
hwn_spell_lightning.amxx
7574
hwn_spell_moonjump.amxx
7675
hwn_spell_crits.amxx
77-
hwn_spell_fortune.amxx
7876
hwn_spell_powerup.amxx
7977
hwn_spell_dance.amxx
78+
hwn_spell_fortune.amxx
8079

8180
; Cosmetics
8281

@@ -89,3 +88,8 @@ hwn_hud.amxx
8988
hwn_menu.amxx
9089
hwn_gamename.amxx
9190
hwn_boss_healthbar.amxx
91+
92+
; Bots
93+
94+
hwn_bots_spells.amxx
95+
hwn_bots_cosmetic.amxx

0 commit comments

Comments
 (0)