KillStreaks

Status: 
Pending

<a href="http://www.jacoders.co.cc/?do=view-tutorial&amp;id=11" title="http://www.jacoders.co.cc/?do=view-tutorial&amp;id=11">http://www.jacoders.co.cc/?do=view-tutorial&amp;id=11</a>

Something like that would be cool to add to lugormod.

As well as a CR bonus on the lmd_rewardkillcr, which would be multiplied by the number of times you reach the streak amount

so for a streak that is defined by 5 kills, for 5 you get the regular bonus, 10 you get double the bonus, 15 triple etc.

the bonus could be controlled by a cvar

lmd_killstreakbonus

what a killstreak is could be defined in the mod itself, or as a cvar

lmd_killstreaklength

then everytime you get that many kills it displays smth in the console saying you are on a killstreak of x amount of kills and then you get the bonus.

3
Your rating: None Average: 3 (3 votes)
iMp
Offline
Joined: 05/15/2010
mhm

uhm i remember making some killstreaks for a project i had with my old linux server minimod xd, the killstreaks would be cool into lmd i guess, in one or two ways, bonus per streak sounds ok, either way is not neccesary, but seems like a good addon tho, i approve.

additionally maybe some kind of fx to run into the player once he reaches w/E streak would be nice too!

Siebe
Offline
Joined: 05/26/2010
like the

like the septer/invicibility

would be cool to have the become king animation I guess if you reach a high enough one

Euclid
Offline
Joined: 05/23/2010
uhh loda did EXACTLY this on

uhh loda did EXACTLY this on ^ using icarus

he also made doublekills, triplekills, etc. up to 5 kills within 4 seconds of each other

coupled with the oddball which doubled your rewards while holding it

in short... learn2icarus; magical things will be available to you

Siebe
Offline
Joined: 05/26/2010
lol so he made the halo kill

lol so he made the halo kill system

well not everyone has the time to learn icarus Euclid.

Euclid
Offline
Joined: 05/23/2010
more like the quake kill

more like the quake kill system but yeah

that's what you were requesting, i was just saying it's already possible :)

Siebe
Offline
Joined: 05/26/2010
Well I know its possible, I

Well I know its possible, I posted a link to how to mod it as a part of a regular mod, however,

I figure that most people will want this so it helps to implement it as a universal LMD system.

I don't know how to implement a mod of that sort, nor do I have the time to figure it out on my own at the moment.( if someone would like to teach me I'm open to that :P )

anyway,

up to phred if he will add this or not.

Crazy Assassin
Offline
Joined: 05/13/2010
Imma guess without testing

Imma guess without testing here...

Looping script fired by spawns; once-per-second timer.

lmd_event with killtarget targeting a script which checks for kill streaks as well as time since last kill

All scripts are spawnflags,1

loop script:
set parm1 0
set parm2 0
set parm3 0
loop -1 {
-wait 1000
-set parm1 +1
}

killtarget script would probably look like

//double/triple/etc.
set parm2 +1
if parm1 < 3
-if parm2 = 2
--use doublekill
-else
--if parm2 = 3
---use triplekill
else
-set parm2 1
set parm1 0

//kill streaks
set parm3 +1
if parm3 = 5
-use 5kills
else
-if parm3 = 10
--use 10kills
-else
--if parm3 = 15
---use 15kills

Expand each area to fit desired limits.
-'s denote tabs
parm1 = timer for double/triple/etc. kills
parm2 = counter for double/triple/etc. kills
parm3 = counter for streak

Am I close, or did I just write an alternate method?

Euclid
Offline
Joined: 05/23/2010
you would have to ask loda :p

you would have to ask loda :p

Crazy Assassin
Offline
Joined: 05/13/2010
I figured you could do the

I figured you could do the asking, but oh well.

Euclid
Offline
Joined: 05/23/2010
well i didn't realize i was

well i didn't realize i was obligated

i'll ask him lol

MontGomery
Offline
Joined: 05/16/2010
If you want useless Call of

If you want useless Call of Duty killstreaks, go play Call of Duty, faggot.

Siebe
Offline
Joined: 05/26/2010
fail troll is fail.

fail troll is fail.

bboy cero
Offline
Joined: 05/08/2010
Indeed. I like the idea tho.

Indeed. I like the idea tho. Wud like to learn icarus scripting, but to spend time for a game 6+ yrs old. Nah lol.

Siebe
Offline
Joined: 05/26/2010
life! anyway I know what you

life!

anyway I know what you mean. Add that to its just hard to find time.