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


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game Problems
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#41
RE: Game Problems

It's possibly because you've put an Idle animation. The idle animation makes the monster stay quiet, so remove it. Just put:



void Clown1(string &in asParent, string &in asChild, int alState)

{

SetEntityActive("Clooni1_1", true);

AddEnemyPatrolNode("Clooni1_1", "PathNodeArea_1", 0, "");

AddEnemyPatrolNode("Clooni1_1", "PathNodeArea_2", 0, "");

AddEnemyPatrolNode("Clooni1_1", "PathNodeArea_3", 0, "");

AddEnemyPatrolNode("Clooni1_1", "PathNodeArea_4", 0, "");

AddEnemyPatrolNode("Clooni1_1", "PathNodeArea_5", 0, "");

}

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
12-09-2012, 02:03 PM
Find
Fishnugget Offline
Member

Posts: 72
Threads: 6
Joined: Aug 2012
Reputation: 1
#42
RE: Game Problems

He stand still behind the door and does nothing
12-09-2012, 02:12 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#43
RE: Game Problems

So, does he have an attack animation?

Trying is the first step to success.
12-09-2012, 02:27 PM
Find
Fishnugget Offline
Member

Posts: 72
Threads: 6
Joined: Aug 2012
Reputation: 1
#44
RE: Game Problems

Yes, I test it. He have a attack animation when he attacks the player
The Clown stand behind the door but i can see his arm trough the door
12-09-2012, 02:28 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#45
RE: Game Problems

Really weird... wait a sec, do you have a map_cache? If so, delete it.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
12-09-2012, 02:39 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#46
RE: Game Problems

Sorry... I don't know what could be wrong then..

Trying is the first step to success.
12-09-2012, 02:39 PM
Find
Fishnugget Offline
Member

Posts: 72
Threads: 6
Joined: Aug 2012
Reputation: 1
#47
RE: Game Problems

Whats a map_cache?
12-09-2012, 02:58 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#48
RE: Game Problems

It's a file that is generated. Like some kind of autosave.
Bugs happen if you have it.

"cache" is an extension.
Ex. if your map is called "Tivoli" then it's: "Tivoli.cache" (i think)

So if you've got it, delete it.
It might be in your virtualstore, (if you have windows).
You can find it by going to Users/[USERNAME]/AppData/Local/VirtualStore/Program Files (x86)/Amnesia - the Dark Descent/redist/custom_stories/[STORY NAME]/maps

Trying is the first step to success.
12-09-2012, 03:17 PM
Find
Fishnugget Offline
Member

Posts: 72
Threads: 6
Joined: Aug 2012
Reputation: 1
#49
RE: Game Problems

nope, i dont have any caches
12-09-2012, 03:28 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#50
RE: Game Problems

(12-09-2012, 03:17 PM)beecake Wrote: It's a file that is generated. Like some kind of autosave.
Bugs happen if you have it.

"cache" is an extension.
Ex. if your map is called "Tivoli" then it's: "Tivoli.cache" (i think)

So if you've got it, delete it.
It might be in your virtualstore, (if you have windows).
You can find it by going to Users/[USERNAME]/AppData/Local/VirtualStore/Program Files (x86)/Amnesia - the Dark Descent/redist/custom_stories/[STORY NAME]/maps
It isn't that, is:

Amnesia-The Dark Descent/redist/custom_stories/yourcustomstory/maps/

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
12-09-2012, 03:31 PM
Find




Users browsing this thread: 1 Guest(s)