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
Lever Opening a Bookcase [SOLVED]
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#21
RE: Lever Opening a Bookcase

Is it the exact Same? It should "Exist" Now. So I don't see how you still have the same error. Unless you didn't apply it or something.

-Grey Fox

Current Project
Forgotten
10-31-2011, 02:32 AM
Find
Thor Offline
Junior Member

Posts: 12
Threads: 1
Joined: Oct 2011
Reputation: 0
#22
RE: Lever Opening a Bookcase

(10-31-2011, 02:32 AM)GreyFox Wrote: Is it the exact Same? It should "Exist" Now. So I don't see how you still have the same error. Unless you didn't apply it or something.

-Grey Fox
Same exact error message.

.png   screen2.png (Size: 130.08 KB / Downloads: 105)

I'm wondering if Amnesia just doesn't have permission to use the file but the file permissions say it's accessible for all user and system processes.

10-31-2011, 02:44 AM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#23
RE: Lever Opening a Bookcase

Went back looked at your script. I Saw some problems

void SetEntityConnectionStateChangeCallback(string& "lever", string& "func_shelf"); Should Be void SetEntityConnectionStateChangeCallback("lever", "func_shelf");

SetMoveObjectState(string& "shelf", float 1.0); Should be SetMoveObjectState("shelf", 1.0);


-Grey Fox

Current Project
Forgotten
10-31-2011, 02:52 AM
Find
Thor Offline
Junior Member

Posts: 12
Threads: 1
Joined: Oct 2011
Reputation: 0
#24
RE: Lever Opening a Bookcase

Figured out that despite what my config files say should be happening it was loading a different instance of the map that I had saved elsewhere.

All is well now. Thank you all for your help.
11-01-2011, 08:37 PM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#25
RE: Lever Opening a Bookcase [SOLVED]

Okay. Glad You Fixed it.

-Grey Fox

Current Project
Forgotten
11-01-2011, 09:03 PM
Find




Users browsing this thread: 1 Guest(s)