Raised This Month: $ Target: $400
 0% 

Subplugin Submission [ZP] Addon: KF Slow-Motion v1.4


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-15-2011 , 21:09   [ZP] Addon: KF Slow-Motion v1.4
Reply With Quote #1

Description:
A slow-mo will be made when someone kills a zombie. Idea taken from Killing Floor.

It's fully tested no bugs found so far though.

Update Logs:
PHP Code:
v1.0 Initial release
v1.1 
Fix a bug where normal players can use /slowmo as well.
v1.2 More efficient codes.
v1.3 Changed the way speed worksNow compatible with ZP 4.3 Fix3
v1.4 
Fix zombie speed bug when it does not reset back to zombie speed but into CS Weapon Speed
Modules:
PHP Code:
#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <fun>
#include <hamsandwich>
#include <zombieplague> 
CVars
PHP Code:
zp_slowmo_speed "90.0"
   
The speed limit during slow-motion
zp_slowmo_duration 
"2.5"
   
Duration of slow-motion
zp_slowmo_rateoffire 
"3.0"
   
The rate of fire during slow-motion such as shooting/slashing/stabbing 
Commands:
If you do not have a tester, use this command to activate slowmo.Make sure you have the admin flag required to use this command. Check below for more info about admin flag.
PHP Code:
/slowmo 
Notes:
- Slow motion doesn't affects:
- Jumping(But it will still prevent them from going fast)
- Weapon animations
- CVars will only be updated every new round to make it more efficient.
- The sound does not sounds like Killing Floor. (CS has a limit of quality I think. It doesn't play higher quality than the limit so I had to convert it lower)
- zp_extra_slowmo - Instead of an addon, it becomes an extra item. This was requested.

Suggestions requirements:
- I do not want it to make it non-KF slow-motion

Customization:

If you want to change the flag requirement,
PHP Code:
#define ADMIN_FLAG    ADMIN_BAN 
List of admin flags (Taken from AMXModX Funcwiki)
PHP Code:
ADMIN_RESERVATION 
ADMIN_IMMUNITY 
ADMIN_KICK 
ADMIN_BAN 
ADMIN_SLAY 
ADMIN_MAP 
ADMIN_CVAR 
ADMIN_CFG 
ADMIN_CHAT 
ADMIN_VOTE 
ADMIN_PASSWORD 
ADMIN_RCON 
ADMIN_LEVEL_A 
ADMIN_LEVEL_B 
ADMIN_LEVEL_C 
ADMIN_LEVEL_D 
ADMIN_LEVEL_E 
ADMIN_LEVEL_F 
ADMIN_LEVEL_G 
ADMIN_LEVEL_H 
For sound changing,
PHP Code:
new const slowmo_start[] = "zombie_plague/slowmo_start.wav"
new const slowmo_end[] = "zombie_plague/slowmo_end.wav" 
Credits:
- Me - Obvious?
- Killing Floor - Idea & Sounds
- HLDJ - For converting the sound to a suitable quality for CS 1.6
- Special thanks to my friends for testing it with me

Off-topic:
I do not want this plugin to be in other forums. I put my trust in all of you.
If there is anything you need from me. Add me into steam iAmExcalibur007.
Attached Files
File Type: zip sound.zip (52.8 KB, 1631 views)
File Type: sma Get Plugin or Get Source (zp_extra_slowmo.sma - 2042 views - 6.0 KB)
File Type: sma Get Plugin or Get Source (zp_addon_slowmo.sma - 2273 views - 5.4 KB)

Last edited by Excalibur.007; 06-28-2011 at 20:22.
Excalibur.007 is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-15-2011 , 21:11   Re: [ZP] Addon: KF Slow-Motion.
Reply With Quote #2

Some slow-motion effects by KF.

http://www.youtube.com/watch?v=KEq5L_upWfk&feature=player_detailpage #t=262s

Changed the link to a part where it slow-mo.

Last edited by Excalibur.007; 06-15-2011 at 21:18.
Excalibur.007 is offline
tei1995
Senior Member
Join Date: Feb 2011
Location: VietNam
Old 06-16-2011 , 00:23   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #3

Tks for sharing us.
__________________

Hatsune Miku~
tei1995 is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-16-2011 , 00:35   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #4

No problem. Probably doing 1 more again .
Excalibur.007 is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 06-16-2011 , 01:35   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #5

Quote:
Originally Posted by Excalibur.007 View Post
I do not want this plugin to be in other forums. I put my trust in all of you.
In this/next week your plugin will be on zombie-mod.ru forum.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-16-2011 , 01:37   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #6

@yokomo

Damn true. LOL. So what. Let them be. At least we know they have no scripting skills anyway.
Excalibur.007 is offline
albert123
Veteran Member
Join Date: Mar 2009
Location: VietNam, Hai Phong
Old 06-16-2011 , 04:10   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #7

@Exca: Every models, good plugins which is from GameVn Forum, are always posted on zombiemod.ru, too..

I think we don't need to care about this problem.
__________________
albert123 is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-16-2011 , 04:12   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #8

Yeah. As long they know themselves who made the plugin .
Excalibur.007 is offline
A.Madjid
Junior Member
Join Date: Apr 2011
Old 06-16-2011 , 04:27   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #9

Nice plugin , really nice
i have a suggestion :
it's better also to make it in extra item and if some one bought it, everything will be slow down except him of course . . . maybe it's available only for the last human .
A.Madjid is offline
Send a message via Skype™ to A.Madjid
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-16-2011 , 05:12   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #10

Quote:
Originally Posted by A.Madjid View Post
Nice plugin , really nice
i have a suggestion :
it's better also to make it in extra item and if some one bought it, everything will be slow down except him of course . . . maybe it's available only for the last human .
I'll try. I hardly create extra items though.

New:
@A.Madjid
Try the zp_extra_slowmo. I added it into the main post.

Last edited by Excalibur.007; 06-16-2011 at 05:30.
Excalibur.007 is offline
Reply



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 12:04.


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