Posted by: AdrianeMapMaker - Friday, January 12, 2018 9:46:05 PM
Um i want to improved the performance by fixing the ai scripts a man tell me to get the scripts check for seconds not check per frame -is this will gonna improved the performance ? need a tip pls

Posted by: i^love^mixery - Saturday, January 13, 2018 7:06:26 AM
You have to be more specific. You can't just change a bunch of scripts to "once per second" and expect the whole map to still work. Some conditions only work with "once per frame". Most frame counter scripts for example.

Posted by: Unknown Editor - Saturday, January 13, 2018 7:47:17 AM
Just try to replace some scripts which will take most of map's performance ... 1. Hunt { if enemy is far away , you know the deal with your performance } I've used 5 scripts for paths , attack in areas , hunt at the time , etc ... instead of only hunt , and it now carries 100% less lag . 2. Try minimizing when ever you can { minimize your scripts when you can do it by 2 scripts instead of 3-10 scripts } 3. Some other that game engine can not support easily [grin]