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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Configuration Files Help [FC] Permanent Sanity Loss
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#3
RE: [FC] Permanent Sanity Loss

(03-28-2013, 05:28 PM)NaxEla Wrote: I think you'll have to script the sanity loss in your hps file(s). Something like this:
PHP Code: (Select All)
void Enter()
{
    
DoSanityLoss("");
}

void DoSanityLoss(string &in timer)
{
    
AddPlayerSanity(-1.67f);
    
AddTimer(""1.0f"DoSanityLoss");


Are you sure it cannot be implemented by files?
If i could find out where the sanity files are, that create the flickering sounds and the screen effects, it should work.

Trying is the first step to success.
03-28-2013, 05:50 PM
Find


Messages In This Thread
[FC] Permanent Sanity Loss - by FlawlessHappiness - 03-28-2013, 04:20 PM
RE: [FC] Permanent Sanity Loss - by NaxEla - 03-28-2013, 05:28 PM
RE: [FC] Permanent Sanity Loss - by FlawlessHappiness - 03-28-2013, 05:50 PM
RE: [FC] Permanent Sanity Loss - by WALP - 03-28-2013, 06:08 PM
RE: [FC] Permanent Sanity Loss - by WALP - 03-28-2013, 06:23 PM



Users browsing this thread: 1 Guest(s)