Dateien

> > CS2D > Lua Scripts > Realism Script
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Realism Script >

36 Kommentare163 kb, 1.063 Downloads

alt Realism Script

Tajifun
User Off Offline

Tajifun's Realism Script

-- Info --
• Adds a 'redscreen' to your game everytime you get hit by an enemy
• Shakes a player on hit
• Completely customizable for own use:

Zitat
-- Config/Setup --

shake = 1 -- Turn "shake" on/off (1 = On, 0 = Off)
regeneration = 1 -- Turn "regeneration" on/off (1 = On, 0 = Off)
reg_heal = math.random(1,2) -- Regeneration per second, default: math.random(1,2)
blood = 1 -- Turn "blood/redscreen" on/off (1 = On, 0 = Off)
blood_fade = 2500 -- Time until bloodeffect faded out (in ms) default: 2500


It's not that difficult but I hope you like it, anyway. If there are any questions, contact me.

Greetings Tajifun
2× editiert, zuletzt 09.02.12 15:04:02
Zugelassen von Yates

Download Download

163 kb, 1.063 Downloads

Kommentare

36 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

tom282f3
User Off Offline

Cool! I love it. This script rocks!
Ich mag es!

alt

Todesengel
User Off Offline

You should change the title, its not a realism script, its pure epicness!
Ich mag es!

alt

leo123123
User Off Offline

IM REALLY LOVE THISS!

this script is so cool
im always using it
Ich mag es!

alt

Tajifun
User Off Offline

@RedFrix
Yes, of course.

alt 5

user2011
BANNED Off Offline

i don't know for this lua
Ich mag es!

alt

Mechanolith
User Off Offline

user 3RROR hat geschrieben
Not so realistic. If it was realistic it will mean that when you got shot then you will be in the hospital in two months or more.

Lmao, that would be f**king boring.
I can't imagine a CT getting shot by a glock and having to wait 1 month until he could play again.
Ich mag es!

alt

3RROR
User Off Offline

Not so realistic. If it was realistic it will mean that when you got shot then you will be in the hospital in two months or more.

Anyways. Reminds me on CoD. It was based on that?
Ich mag es!

alt

Mechanolith
User Off Offline

Really awesome, but unfortunately i know it will not be used on most of servers, because players are always crying because of the realism...

Really awesome script, congratulations.
Ich mag es!

alt

BlackBelt
User Off Offline

Yeah very good, Like a Games
Ich mag es!

alt

Tajifun
User Off Offline

@Darkbyte
Really? Nope I didn't know..
I'll improve it, if I find some ideas for a next version.
Thank you.

@Engy
Yup. I thought this would be a good idea.

@Everybody else
Thank you so much.

alt

C0nan
User Off Offline

5 - AWESOME! You will be at the top of greatest scripters on a long long time!
Ich mag es!

alt

TheActiVezZ
User Off Offline

very good job , this is my favorite script 4 ever
Ich mag es!

alt

EngiN33R
Moderator Off Offline

Good job. I see that the red screen's intensity depends on the severity of the damage?
Ich mag es!

alt

archmage
User Off Offline

Great work. You do know that:
1
reg_heal = math.random(1,2) -- Regeneration per second, default: math.random(1,2)

the random number will be generated once (when the script is executed)

you could instead use
1
2
reg_heal_min = 1
reg_heal_max = 2

and when you want to get the random number
1
local rand_hp = math.random(reg_heal_min, reg_heal_max)
Ich mag es!

alt

Nem
User Off Offline

Realism ? You mean i could easly regenerate after nade splode in my mouth ? lol.
Btw, nice script. reminds me of CoD
Ich mag es!

alt

Marcell
Super User Off Offline

Awesome!:) and very real:) thx man!
Ich mag es!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang