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, 1639 views)
File Type: sma Get Plugin or Get Source (zp_extra_slowmo.sma - 2053 views - 6.0 KB)
File Type: sma Get Plugin or Get Source (zp_addon_slowmo.sma - 2283 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
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 06-18-2011 , 01:13   Re: [ZP] Addon: KF Slow-Motion v1.0
Reply With Quote #7

Quote:
Originally Posted by yokomo View Post
In this/next week your plugin will be on zombie-mod.ru forum.
Tadaaa http://zombie-mod.ru/counte_strike/z...otion-v10.html
__________________
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
Old 06-18-2011, 02:58
Excalibur.007
This message has been deleted by Excalibur.007.
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-22-2011 , 01:39   Re: [ZP] Addon: KF Slow-Motion v1.2
Reply With Quote #9

After Fix3 update. The speed has bugs on it. So bear with it temp. Lol. I'll fix it when I get back on my desktop.
Excalibur.007 is offline
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 06-28-2011 , 20:23   Re: [ZP] Addon: KF Slow-Motion v1.4
Reply With Quote #10

New update! A quite huge bug fix. It is recommended to use this version as it fixes zombie speed.
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 13:32.


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