MarkCode82 21 Posted March 10, 2016 They don't remind me of being dynamic when they turn then turn back then laydown, still the same process.AI needs an overhaul at the FSM layer to make it smarter. Share this post Link to post Share on other sites
jshock 513 Posted March 10, 2016 They don't remind me of being dynamic when they turn then turn back then laydown, still the same process. AI needs an overhaul at the FSM layer to make it smarter. I don't why are there so many countries in the world? Same answer, everyone wants to do their own thing. As far as your actual statement, sounds like you got some work to do. 4 Share this post Link to post Share on other sites
austin_medic 109 Posted March 10, 2016 AI needs an overhaul at the FSM layer to make it smarter. 0_o thats typically what most AI mods do (VCOM does it anyways). From my experience it made them more intelligent though you can't influence the low level behaviours. most of the low level behaviours aren't even availiable to us, its locked down inside the engine for the most part, though there is some small bits exposed here and there but not enough to greatly influence overall behaviour and intelligence. Share this post Link to post Share on other sites
ineptaphid 6413 Posted March 10, 2016 . AI needs an overhaul at the FSM layer to make it smarter. Well you know what you need to do then-do show us what you come up with ;) Share this post Link to post Share on other sites
BroBeans. 279 Posted March 10, 2016 AI needs an overhaul at the FSM layer to make it smarter. Easier said than done... Share this post Link to post Share on other sites
st_dux 26 Posted March 10, 2016 As far as I know, the low-level FSMs are not accessible to us. User-created FSMs for AI behavior have just as much (and just as little) precedence as scripted behavior; using the FSM format is more a matter of preference. Share this post Link to post Share on other sites
MarkCode82 21 Posted March 11, 2016 Are FSM's not executed in the non-scheduled though? Share this post Link to post Share on other sites
sarogahtyp 1108 Posted March 11, 2016 As far as I know, the low-level FSMs are not accessible to us. User-created FSMs for AI behavior have just as much (and just as little) precedence as scripted behavior; using the FSM format is more a matter of preference. As far as I understand that article you can not only add own FSMs but modify some of BIs FSMs too. That is a little more than run scripted behavior on ai only. Are FSM's not executed in the non-scheduled though? FSMs are running in a non-scheduled environment (see KKs blog) but I think you can spawn code in them in a scheduled environment, but I m not sure. Share this post Link to post Share on other sites
austin_medic 109 Posted March 11, 2016 I think you can spawn code in them in a scheduled environment, but I m not sure. Yes you can spawn code inside it, and it will run in scheduled environment. Share this post Link to post Share on other sites