Dateien

> > CS2D > Lua Scripts > [CSP] Laser Shockwave [v 1.3] -script-
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

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

27 Kommentare21 kb, 540 Downloads

alt [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 hat geschrieben
[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!
8× editiert, zuletzt 10.03.12 10:43:58
Zugelassen von Yates

Download Download

21 kb, 540 Downloads

Kommentare

27 Kommentare
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

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?
Ich mag es!

alt

Alistaire
User Off Offline

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

----

Never mind..

alt

EngiN33R
Moderator Off Offline

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

alt @Devgru101

CY
Reviewer Off Offline

You could change your name.
Ich mag es!

alt

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.
Ich mag es!

alt @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.
Ich mag es!

alt

DevGru
User Off Offline

I wish I have Skype...
Ich mag es!

alt

Apache uwu
User Off Offline

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

alt

MikuAuahDark
User Off Offline

looks good, can i add it to my Point System V0.4?
Ich mag es!

alt

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.

alt

Suprise
BANNED Off Offline

Hey man! I like this. I hope you will create better and better scripts.
Ich mag es!

alt

pipex
User Off Offline

wtf is perfect
Ich mag es!

alt

EP
User Off Offline

the older shockwave was better than this :(, good
Ich mag es!

alt

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.
1× editiert, zuletzt 23.02.12 08:56:06

alt

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.
Ich mag es!

alt

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.
Ich mag es!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang