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

[MOD] CS Halloween Mod (v6.4.1)


Post New Thread Reply   
 
Thread Tools Display Modes
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-02-2015 , 04:38   Re: Halloween Mod 2015
Reply With Quote #21

topv1rus
hwn_weapons not used. Just delete it.
Why you don't use a project file(*.amxp)?
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-02-2015 at 05:04.
Hedgehog Fog is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-02-2015 , 16:12   Re: Halloween Mod 2015
Reply With Quote #22


Update:
  • Improved Player Burn API:
    • 0 value for burnTime now make burning infinite.
    • Fixed damage.
    • Water touch event now hooking by Ham_Touch(Orpheu version will come later).

  • Improved Player Invisible API:
    • Cosmetics and other aim entities now receive player renderamt and rendermode.

  • Improved Player Cosmetic API:
    • Cosmetics and other aim entities now receive player renderamt and rendermode.

  • Halloween mod
    • All Halloween plugins now are a part of hwn library.
    • Added discription for forwards and natives.
    • Plugins constants moved to hwn_consts.inc.
    • Removed old includes.
    • Added config autoloading from "configs/hwn/hwn.cfg" and "configs/hwn/%mapname%.cfg".
    • Bots now can use spells.
    • Win messages now using dhudmessages.
    • Removed spell_stocks.inc.
    • Removed cs_weapons_stocks.inc.
    • New notifications style.

      Pumpkins:
      • Yellow pumpkins now adding armor.

      Gifts:
      • Improved gift spawn algorithm.
      • Fixed messages.
      • Unusual cosmetic tag now display in notifications.

      Spells:
      • Fireball spell now push players after explosion.
      • Fixed a bug where the item entities removed after spellball touched them.

      Ghost:
      • Fixed size of ghosts.
      • Damage reduced to 30.

    Global
    • Natives style changed to 0.
    • Fixed memory leaks.

Updated version avaible in first post.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-02-2015 at 17:13.
Hedgehog Fog is offline
topv1rus
Junior Member
Join Date: Jun 2015
Old 11-03-2015 , 05:27   Re: Halloween Mod 2015
Reply With Quote #23

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

C:/Users/********************************************* ********************************************* ***************************/Downloads/FanxyStudio_Alpha010/amxxpc/hwn.sma(9) : fatal error 100: cannot read from file: "dhudmessage"

Compilation aborted.
1 Error.
Could not locate output file C:/Users/********************************************* ********************************************* ***************************/Downloads/FanxyStudio_Alpha010/amxxpc///hwn.amx (compile failed).

:/
topv1rus is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-03-2015 , 05:38   Re: Halloween Mod 2015
Reply With Quote #24

topv1rus
Attached Thumbnails
Click image for larger version

Name:	124124214.png
Views:	333
Size:	38.2 KB
ID:	149421  
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities
Hedgehog Fog is offline
topv1rus
Junior Member
Join Date: Jun 2015
Old 11-03-2015 , 05:42   Re: Halloween Mod 2015
Reply With Quote #25

1.8.3-dev-git4932-base




Last edited by topv1rus; 11-03-2015 at 05:52.
topv1rus is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-03-2015 , 05:56   Re: Halloween Mod 2015
Reply With Quote #26

topv1rus,

https://forums.alliedmods.net/showthread.php?t=149210

show_dhudmessages included in 1.8.3 version. Just remove "#include <dhudmessage>".

Fixed version uploaded.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-03-2015 at 06:12.
Hedgehog Fog is offline
topv1rus
Junior Member
Join Date: Jun 2015
Old 11-03-2015 , 06:04   Re: Halloween Mod 2015
Reply With Quote #27

Good!
topv1rus is offline
Old 11-04-2015, 13:30
HamletEagle
This message has been deleted by HamletEagle.
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-09-2015 , 07:20   Re: Halloween Mod 2015
Reply With Quote #28


Update:
  • Halloween mod
    • Added freezetime.
    • Added new cvar: hwn_enable (0 - disabled, 1 - enable, 2 - enable during halloween and Full Moon).
    • Added tips.
    • Added game description changer.
    • Added hwn_get_user_equipment native (get index of user equipment).
    • Fixed a bug where the user equipment not reset after the user has left the game.
    • Fixed crashes and other bugs.

  • Ghosts:
    • Fixed a bug where the ghost was not looking for a new target after a player was killed.
    • Added notice if player killed by ghost.

Updated version avaible in first post.

P.S: If you use "hwn_enable 2" Halloween automatic enable every Halloween(28.10 - 10.11(12.11 in 2015)) and Full Moon (18:00 - 06:00).
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-09-2015 at 07:52.
Hedgehog Fog is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-09-2015 , 07:38   Re: Halloween Mod 2015
Reply With Quote #29

Small fix uploaded.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-09-2015 at 07:45.
Hedgehog Fog is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-09-2015 , 17:48   Re: Halloween Mod 2015
Reply With Quote #30


Hotfix:
  • Fixed custom light.
  • Fixed halloween time.

Updated version avaible in first post.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-09-2015 at 17:50.
Hedgehog Fog is offline
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 09:52.


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