Author: lystic
Date: February 21, 2018
Oh yeah, it is time. So I have been looking into machine learning and decided I should dive head first into genetic algorithms. The concept was easy enough for me to wrap my head around. As a prefix, this SQF code was based on a python script written by Joeseph Misiti. The source code for that […]
Author: lystic
Date: February 9, 2017
Hey guys, I am updating this post with more up-to-date information. Here it is from Jan 1st 2020.
Author: lystic
Date: October 15, 2016
So this guy I am subscribed to on youtube created a video showing off his taxi system. It worked pretty well and I was impressed. Here is the video. Anyway, he moves on to state this: Being me, I laughed. This guy is trying to sell his taxi system script. 1) This is not allowed […]
Author: lystic
Date: July 29, 2016
Categories:
ArmA 2,
ArmA 3I needed to find a new way to hide global variables from being accessed (Or even found for that matter) from threads that are not created by me. This is useful for Anticheats as it allows them to access and modify values from multiple threads without subjecting those values to being accessed from any malicious […]
Author: lystic
Date: July 28, 2016
Categories:
ArmA 2,
ArmA 3I have been working on a Zombie-like system inside arma 3 and want to have the AI chase after my player and kill me. This should be very simple to do, however I failed to find a good way of doing it with the built-in AI scripting commands. I did a bit of research and […]