Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help I would very much like some help please!
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#31
RE: I would very much like some help please!

Yeah it works fine ^.^ thanks!

Reputation+ for you and neelke and Badcat Smile

BUT i have 1 more question !

It's simple i wanna make a player can't run when holding shift and stuff just walk like original Amnesia Smile

Edit:I add Reputation!
Edit2:You set activate_plaTer it should be activate_plaYer

(03-25-2014, 09:31 PM)SilentStriker Wrote: FadeRadialBlurTo(float afSize, float afSpeed); is not set to zero?


AddTimer("activate_plater", 3, "FadeIn");



plater ?? you mean player ?? Big Grin nyan nyan Big Grin

(This post was last modified: 03-26-2014, 08:56 PM by Straxedix.)
03-26-2014, 08:51 PM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#32
RE: I would very much like some help please!

If you want the player to only walk and cannot run then add this to the script!

SetPlayerMoveSpeedMul(0.83f);
    SetPlayerRunSpeedMul(0);

03-26-2014, 09:08 PM
Find
Wapez Offline
Senior Member

Posts: 360
Threads: 37
Joined: Mar 2012
Reputation: 19
#33
RE: I would very much like some help please!

SetPlayerRunSpeedMul(0);

That line is enough by itself. The other line slows down the players walk movement too, which is not what he asked about.

When you want him to be able to run again, just restore the run speed to 1, like this:

SetPlayerRunSpeedMul(1);

Founder & Legally Accountable Publisher of Red Line Games.
Environment & Gameplay Designer and Scripter.
http://moddb.com/mods/in-lucys-eyes
03-26-2014, 09:32 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#34
RE: I would very much like some help please!

Thanks ^.^

03-26-2014, 09:33 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#35
RE: I would very much like some help please!

Ok i have one more question how to make and it is possible to make a when player enter Area

-FadeIn-
To not come a black screen it is possible to make WHITE screen or BLUE or RED and if it is can someone show me how.

And 1 more question

I Make that my Light's turn off on area so it's kinda stupid i just turn off i wanna make some effect like Sanity Damage and Sounds Whispering or something ^.^

To don't open new thread Sad

(This post was last modified: 03-27-2014, 07:46 PM by Straxedix.)
03-27-2014, 07:44 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#36
RE: I would very much like some help please! (New Question)

You can use StartEffectFlash to made it flash white, but other than that I don't think you can make it fade in other colors.

If you want whispers, just add them using PlayGuiSound. Or do you want to just use a flashback? Sanity damage is simple enough. Just use GiveSanityDamage(20, true); or so.

03-27-2014, 08:11 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#37
RE: I would very much like some help please! (New Question)

He heey i have 1 more question (so boring :D) wanna make some PreMenu can someone explain it to me how to do it i add .lang file but PreMenu i don't wanna configure because i don't know how to don't do something wrong :\

05-15-2014, 03:28 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#38
RE: I would very much like some help please!

Bump Smile

05-15-2014, 07:07 PM
Find
Traggey Offline
is mildly amused

Posts: 3,257
Threads: 74
Joined: Feb 2012
Reputation: 185
#39
RE: I would very much like some help please!

This was already on the front page, don't bump if it's there ^^
05-15-2014, 08:07 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#40
RE: I would very much like some help please!

it was not ... ok sorry xD

05-15-2014, 08:10 PM
Find




Users browsing this thread: 1 Guest(s)