Page 1 of 1

Orders/behavior for monsters

Posted: Tue Oct 20, 2020 11:46 am
by PeterOostrik
Is there any kind list with orders for monsters? The only ones I know are "waiting" "roaming (wandering)" and attack I think. And the use of patrolpoints, but I am looking for the "specials" I know there is a Skaarj in Unreal which is sharpening his blades (kneeled), and one is standing for a machine like he is operating it..

Re: Orders/behavior for monsters

Posted: Wed Oct 21, 2020 8:13 am
by Teromen
I found this
https://www.oldunreal.com/wiki/index.ph ... _creatures
Skaarj

The Skaarj has a special set of animations accessible through the attribute bButtonPusher, which work in an analogous fashion to the mercenary bButtonPusher animations. Also, bFakeDeath tells the skaarj to remain laying down until a little after he sees the player. Note that skaarj using bFakeDeath should be placed slightly above the floor, so they don’t adjust out of the floor on first seeing the player (thereby giving away the fact that they are not really a carcass).
Mercenary

The mercenary has several special sets of idle animations accessible through the following attributes - bButtonPusher, bTalker, and bSquatter. If one of these attributes is set true, then these animations will play whenever the mercenary is stopped (waiting, or stopped on patrol, etc.). Note that for bTalker and bSquatter, the mercenary should be talking to teammates (so that the conversation will be synchronized).

bHasInvulnerableShield, bCanFireWhileInvulnerable, and invulnerableCharge are parameters which can be used to adjust the Mercenary’s invulnerability capabilities.
I'm not sure if this will help, but maybe the site will.
[url]http://greatemerald.eu/uncodex/Unreal_227i/unrealshare/skaarj.html[/url]

https://snipersparadise.net/creatures.html

[url]http://wormbo.de/uncodex/ut/unrealshare/skaarjwarrior.html[/url]
"claw" ?

I just googled some stuff. Maybe this'll help or give you idea what to search for? Have fun.

Re: Orders/behavior for monsters

Posted: Wed Oct 21, 2020 2:17 pm
by PeterOostrik
Thanx Teromen, ill be checking them out ;-)