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
Horror Event Wont work...
JetlinerX Offline
Senior Member

Posts: 599
Threads: 49
Joined: Jun 2011
Reputation: 19
#11
RE: Horror Event Wont work...

I dont think you need this, but do you have an OnLeave ()?

Lead Developer of "The Attic"
~Slade Mitchell

Chapter 3 (REL)

04-04-2012, 03:54 PM
Website Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#12
RE: Horror Event Wont work...

Gonna try ,
__________
Didnt work :S

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
(This post was last modified: 04-04-2012, 03:57 PM by jessehmusic.)
04-04-2012, 03:55 PM
Website Find
JetlinerX Offline
Senior Member

Posts: 599
Threads: 49
Joined: Jun 2011
Reputation: 19
#13
RE: Horror Event Wont work...

I assume you have tried restarting Amnesia since you tried these things? Sometimes the game is weird like that.

Lead Developer of "The Attic"
~Slade Mitchell

Chapter 3 (REL)

04-04-2012, 04:00 PM
Website Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#14
RE: Horror Event Wont work...

(04-04-2012, 04:00 PM)JetlinerX Wrote: I assume you have tried restarting Amnesia since you tried these things? Sometimes the game is weird like that.
Hmm i made Reload map

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
04-04-2012, 04:01 PM
Website Find
JetlinerX Offline
Senior Member

Posts: 599
Threads: 49
Joined: Jun 2011
Reputation: 19
#15
RE: Horror Event Wont work...

Restart your game, 9 times out of 10 that works for me.

Lead Developer of "The Attic"
~Slade Mitchell

Chapter 3 (REL)

04-04-2012, 04:02 PM
Website Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#16
RE: Horror Event Wont work...

(04-04-2012, 04:00 PM)JetlinerX Wrote: I assume you have tried restarting Amnesia since you tried these things? Sometimes the game is weird like that.
got the sound to work , but the entity wont spawn...

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
04-04-2012, 04:03 PM
Website Find
JetlinerX Offline
Senior Member

Posts: 599
Threads: 49
Joined: Jun 2011
Reputation: 19
#17
RE: Horror Event Wont work...

Check the name first, though I assume you have.

Lead Developer of "The Attic"
~Slade Mitchell

Chapter 3 (REL)

04-04-2012, 04:07 PM
Website Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#18
RE: Horror Event Wont work...


void HorrorBarrel(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("Horror_Barrel_1", false);
PlaySoundAtEntity("Horror_Barrel_1", "24_iron_maiden.snt", "Player", 0, false);
}

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
04-04-2012, 04:09 PM
Website Find
JetlinerX Offline
Senior Member

Posts: 599
Threads: 49
Joined: Jun 2011
Reputation: 19
#19
RE: Horror Event Wont work...

...Yeah, check and make sure the barrel is named "Horror_Barrel_1" and in any case, you should avoid numbers, and underscores in names, so try to name it "HorrorBarrel" and make sure all the names match up still.

Lead Developer of "The Attic"
~Slade Mitchell

Chapter 3 (REL)

04-04-2012, 04:13 PM
Website Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#20
RE: Horror Event Wont work...

Don't exactly know if this is settled but you have false instead of true in SetEntityActive("Horror_Barrel_1", false); c:

04-04-2012, 11:05 PM
Find




Users browsing this thread: 1 Guest(s)