Frictional Games Forum (read-only)
Adding a Penumbra Monster /!\ 1 New Problems - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Adding a Penumbra Monster /!\ 1 New Problems (/thread-9025.html)

Pages: 1 2 3 4


RE: Adding a Penumbra Monster - Jordo76 - 07-10-2011

I meant how to make it Run ?


RE: Adding a Penumbra Monster - palistov - 07-10-2011

Monsters won't run until they're hunting the player. You can increase its walk speed in user-defined vars but that'll just make it sprint everywhere it goes, and it will go even faster when it's chasing the player.

You can create separate entity files and modify one so that it's always running by changing its walk speed to around 50% faster. Make sure the hunt speed or run speed modifier for it is close to 1, so that if the player gets spotted the dog doesn't run at the speed of light to chase him.


RE: Adding a Penumbra Monster - plutomaniac - 07-10-2011

if you want now update your thread with the pathnodes palistov mentioned. This will help whoever is interested in the dog.


RE: Adding a Penumbra Monster - Jordo76 - 07-11-2011

I tested it and the dog won't follow pathnode as Hardam said, so now the thread will treat 2 new problems,
1)How to make the dog compatible with Path Nodes
2)How to do in sort that the infected chase you when he sees you (Hardam said if he see you 0.5 seconds we won't chase you but if it's 1 second he will)


RE: Adding a Penumbra Monster /!\ 2 New Problems - Hardarm - 07-11-2011

I don't know, I made a test map and I putted 5 infected (maybe thats my mistake that I putted 5 infecteds?) I'll try to put 1 and see if he doesn't see me for a while if he doesn't know my position.





RE: Adding a Penumbra Monster /!\ 2 New Problems - palistov - 07-11-2011

1) Try setting the monster's type to Enemy_grunt in user-defined variables. If it's Enemy_waterlurker path nodes might not work. I can't seem to get water lurkers to follow assigned path nodes so maybe they're not supposed to.

2) He's probably right, it doesn't seem like monsters chase you unless they've gotten a good look at you. I don't know how to change that, as I can't see any variables that you can modify in the model editor to change this.


RE: Adding a Penumbra Monster /!\ 2 New Problems - Jordo76 - 07-11-2011

Path node problem is not the user variable,i replaced them with the brute one and it won't follow the path.
Also, the dog is already a enemy_grunt.


RE: Adding a Penumbra Monster /!\ 2 New Problems - Hardarm - 07-11-2011

Ok guys, I fixed the first problem:

Use only ONE infected per situation. When I hided he didn't know where I was if I used only one. When there was 5 infecteds each of them always knew where I was.

Now i'm gonna test with ONE dog.
Let's see...


RE: Adding a Penumbra Monster /!\ 2 New Problems - palistov - 07-11-2011

Check the names of the path nodes, monsters, areas, etc. If they match but it still won't work, close Amnesia, delete the map cache and re-open it and launch your map.

Also, turn on entity info in the debug menu. It will show you path nodes and their connected edge nodes.


RE: Adding a Penumbra Monster /!\ 2 New Problems - Jordo76 - 07-11-2011

I checked the names of the path nodes, monsters & area and they all matched, i closed, deleted and still not working and in debug menu the path nodes show.