Files

> > CS2D > Lua Scripts > [CSP] Laser Shockwave [v 1.3] -script-
Files overviewCS2D overviewLua Scripts overview

English [CSP] Laser Shockwave [v 1.3] -script- >

27 comments21 kb, 539 Downloads

old [CSP] Laser Shockwave [v 1.3] -script-

Alistaire
User Off Offline

It's done! Finally!

The script creates a fading 'shockwave' whenever you shoot with the laser! It also changes on laser's color, and I think it's awesome.

Check the screens, they speak for themselves.

Skype has written
[20-2-2012 16:39:16] Ryxsen Mynervia: oh yea, can you add shockwaves when we shoot with lasers?
[20-2-2012 16:39:36] Alistaire: That's possible
[20-2-2012 16:39:49] Ryxsen Mynervia: I would be grateful if you make one.


----

Previous update; Shockwave on hit.
Click for video
This update; Flash and other modified sprites.

----

Credits:

Many thanks to user Flacko for making the script multiplayer-proof!

Thanks for explaining the timer function, user EP!

Thanks user CY for the idea and inspiration!
edited 8×, last 10.03.12 10:43:58 am
Approved by Yates

Download Download

21 kb, 539 Downloads

Comments

27 comments
Page
To the start Previous 1 2 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

maPmaKer
User Off Offline

The script is nice, but what I like more is the map's tileset. Can you give it to me, please?
I like it!

old

Alistaire
User Off Offline

What happened to the description?
I added a [/quote ] thing did I?

----

Never mind..

old

EngiN33R
Moderator Off Offline

@user DevGru: Or you could not specify it at all. Now please continue this discussion in PM to avoid spam.

old @Devgru101

CY
Reviewer Off Offline

You could change your name.
I like it!

old

DevGru
User Off Offline

@user CY: I have Skype on my other computer. Also look at my contacts.

The only thing I don't like about Skype is they know your identity like your name.
I like it!

old @Devgru101

CY
Reviewer Off Offline

Baka, I've already invited you months ago to download Skype but you said that you don't want it.
I like it!

old

DevGru
User Off Offline

I wish I have Skype...
I like it!

old

Apache uwu
User Off Offline

@user Alistaire: referring to image 2, looks like it shows an impulse
I like it!

old

MikuAuahDark
User Off Offline

looks good, can i add it to my Point System V0.4?
I like it!

old

Alistaire
User Off Offline

@user Suprise

I will use this script to add muzzleflares and hits to every weapon. It will be added to my GoreExtended script.

old

Suprise
BANNED Off Offline

Hey man! I like this. I hope you will create better and better scripts.
I like it!

old

pipex
User Off Offline

wtf is perfect
I like it!

old

EP
User Off Offline

the older shockwave was better than this :(, good
I like it!

old

Alistaire
User Off Offline

@user Apache uwu

There's no shockwave hitting an enemy. Could make it tho.

----

I've updated the script again. It now features a hit shockwave too.
edited 1×, last 23.02.12 08:56:06 am

old

Apache uwu
User Off Offline

I think the shockwave hitting the enemy should be considerably smaller, regardless I like it, it's a good idea and script.
I like it!

old

Flacko
User Off Offline

I just realized this but you can replace this part:
1
2
3
for i = 1, 9 do
	timer(i * 100, "LS_fade", id + 1 - i / 10)
end
With this
1
tween_alpha(LS_img[id], 1000, 0.0)
Using tween_alpha we get a better perfomance and a smoother animation.
You can even remove the LS_fade function as it is not needed anymore.
I like it!
To the start Previous 1 2 Next To the start