ColonelSandersLite
Dec 19 2006, 05:49
I'm working on converting my time flow accelerator and dynamic weather changer (some of you may be familiar with these) to arma, and I thought I may have to scrap the time flow changer because it was sucking down processor power if it was running precisely enough to not look like crap.
Once I converted it to the new format using proper loops and such though, it flies.
Nearest I can figure, the old format needs to reread the script in memory from top to the line marker everytime, but the new format doesn't since It's using proper loops.
--------------------------------------------
Doesn't seem like it makes as big a difference as I thought at first. It undoubtedly makes a difference, it's just not *that* big, although it may be for certain very large scripts. I don't know.
Once I converted it to the new format using proper loops and such though, it flies.
Nearest I can figure, the old format needs to reread the script in memory from top to the line marker everytime, but the new format doesn't since It's using proper loops.
--------------------------------------------
Doesn't seem like it makes as big a difference as I thought at first. It undoubtedly makes a difference, it's just not *that* big, although it may be for certain very large scripts. I don't know.