Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Final killcam slowmo thing
#1
One of my friend asked me to write a mod for him, what is slowing down the time in the final killcam.

I think I need the killcam.gsc, but I don't where to place the timescale command and how to place it for only final killcam.
He also wants a final killcam for the last kill if timelimit reached.

Also @G-Man told me I need to use an onEnd trigger, but idk how to use it.

Gametype is war/tdm and sometimes sd.

Ideas?
Reply

#2
onEnd does not exist, I said you have to code it Tongue
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#3
i dont fully understand what you looking fore, coz final killcam slowmo popular mod.

Download and put it on MAIN folder...


you can regulate it here
open iw_30.iwd
open killcam.gsk

doFinalKillCamFX( camTime )
{
if ( isDefined( level.doingFinalKillcamFx ) )
return;
level.doingFinalKillcamFx = true;

intoSlowMoTime = camTime;
if ( intoSlowMoTime > 0.5 )
{
intoSlowMoTime = 0.5;
wait( camTime - 0.5 );
}

setDvar("timescale", .08);
wait( intoSlowMoTime + .08 );
setDvar("timescale", 1);

level.doingFinalKillcamFx = undefined;
}


if there is time limit, make it with time and with 99999999999 points, then at the last 5 seconds make it to give 99999999999 points for kill... idk maybe will help )


Attached Files
.rar   iw_30.rar (Size: 4.38 KB / Downloads: 361)
Reply

#4
In _killcam.gsc change this numbers

Code:
    setSlowMotion( 1.0, 0.25, intoSlowMoTime ); // start timescale, end timescale, lerp duration
    wait( intoSlowMoTime + .5 );
    setSlowMotion( 0.25, 1, 1.0 );
Reply

#5
Will try out all tomorrow.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Plugin Fluid Killcam N3xT_974 1 2,862 09-10-2013, 20:27
Last Post: Nekochan
  [Release] Semi hardcore 1.1 beta (Killcam on and ff off) atenziono 61 35,193 08-09-2013, 18:13
Last Post: OzonE
  The next big thing Pozzuh 7 3,643 07-21-2013, 13:56
Last Post: kokole
Question Help Weird Thing Dr3am95 10 6,295 05-11-2013, 21:14
Last Post: hillbilly
Star [Release] xKMod LIVE v1.1 - Final Release | Competitive Mod XeroK 1,375 812,928 05-05-2013, 19:14
Last Post: ulli_123
  how i can use hc mod but killcam on? s.j-rez 1 2,278 11-29-2012, 18:08
Last Post: 99IRock
  Hardcore no ff killcam allowed spiderabd 7 4,517 10-13-2012, 22:44
Last Post: trimi_dogg
  [Request] Final killcam Slowmo only on predefined maps. islamsaab 1 2,197 10-08-2012, 12:11
Last Post: islamsaab
  enable killcam and disable friendly fire in harcore mamalialex 1 2,103 06-19-2012, 20:24
Last Post: Kasperle
  [Request] No friendly fire NO KILLCAM on HC mode witherillae 8 4,148 06-15-2012, 15:37
Last Post: estebespt

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.