Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Some good very questions.
A1) To answer your first question, you are right in saying that ARK optimises the game by only loading into memory what it is currently using. Normally when you leave an area all dinos go into stasis, a sort of suspended animation of sorts.
What the mod does is when it is triggered (on last known rider death), it runs a custom AI Behaviour Tree to navigate to the closest flag, and most importantly it prevents the flyer from entering stasis (it is literally as simple as a boolean value for the actor).
This means the game engine treats the actor controlled by AI in a similar way to how it would treat any other player, loading and unloading areas as the actor moves through it.
A2) It works with or without tribes, as each flag still has a personal owner, so it will work in all game modes, single, non-dedicated and dedicated. I do extensive testing in all game modes before every new release to ensure compatibility.
I hope this answers your questions and enjoy using the mod.
Ah, thanks very much for the response^^
Hmm, very interesting about that keeping the bird in play...and very clever too. I'm always fascinated by ingenious coding logic and what skilled programmers (especially modders like yourself) can do. My coding expertise so far is limited to some very basic LUA commands that I've been learning for Minecraft Computercraft mod, but even that limited exposure has given me a small insight and a great respect for those who can do so much more. The genius of the pc modding community continues to amaze, nice work :D
And good to hear it works in single player as well, I'll go ahead and give it a try in my game then. Thanks once more for bringing this to us, and for your reply to my concerns^^
No worries. I've had a small amount of exposure to LUA, I can't remember what for now though as it was so long ago. I work as a software engineer so I primarily use JavaScript day to day, but once you have a solid grasp of good software engineering principles then it really doesn't matter what the language is, you tend to be able to pick them up quite quickly :-).