Posts: 124
Threads: 24
Joined: Mar 2011
it should be easy for scripters but ok here i go
if some body shoots you,you see the "damage.png" for a short time
so what i need is i press "s" and hold it
the field of view will decrase and you can see damage.png.if i
realase the "s" field of view will go normal and i cant see damage.png anymore
if any one asks this is sprint mod,so ill replace Damage.png with a blurry transparent image and when you press "s" it feels like you are running faster
Posts: 1,718
Threads: 169
Joined: Jun 2010
03 Jan 12, 04:14PM
(This post was last modified: 03 Jan 12, 04:16PM by MykeGregory.)
hmmm...
I'm not sure i understand what you are wanting.
if you watch this video untill 0:27 you will see a 'stealth mode'. the field of view drops and a transparent 'cloudy' frame is placed around the characters view.
is something like that you are looking for?
Posts: 124
Threads: 24
Joined: Mar 2011
03 Jan 12, 04:32PM
(This post was last modified: 03 Jan 12, 04:33PM by xdEpicZombie.)
yea thats it just the cloudy frame must give you a feeling that you run fast,the wind comes to right to your eyes maybe a tiny tear at the end of the frame
thats what im looking for
Posts: 3,780
Threads: 33
Joined: Jun 2010
03 Jan 12, 08:25PM
(This post was last modified: 03 Jan 12, 08:26PM by V-Man.)
Unfortunately, since the damage screen only shows up if you've received damage, this is not very reliable.
[cubescript]
damagescreenfade 1000
damagescreen 0
bind s [-= fov 15; damagescreen 1; onrelease [damagescreen 0; += fov 15]]
[/cubescript]
The damagescreenalpha value is left to your discretion, though I'd imagine you'll want to hone it to a really comfortable level.
Posts: 865
Threads: 35
Joined: Dec 2010
03 Jan 12, 09:32PM
(This post was last modified: 03 Jan 12, 09:34PM by Lantry.)
unfortunately, cubescript does not yet have a way to display an image on the screen.
Posts: 356
Threads: 18
Joined: Aug 2011
"sprinting" backwards is bad for your health. God knows how many walls/crates/barrels I've backed myself into. :(