OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: ModestNovice on 09 Dec 2009, 05:39:06

Title: Compiling many functions at once
Post by: ModestNovice on 09 Dec 2009, 05:39:06
Hello everyone, currently my mod team has split one file we kept over a thousand lines of code from various functions into seperate files, all has worked well.

My question is, does it have any affect on game performance when we use preProcessFileLineNumbers for multiple files all at the same time as opposed to compiling one file with all the functions in it?

Thanks,
DaChevs
Title: Re: Compiling many functions at once
Post by: nominesine on 09 Dec 2009, 12:58:10
I believe that it's difficult to get a definite answer in this case. It depends on system specs and a several unknown factors. I would say: Try it yourself. If you observe a difference, it's likely that others will too. If you can't notice any difference at all, it shouldn't matter to others with similar specs. Ask the other members of the mod team to do the same test, to ensure that you have covered a wide range of different computers to get better results.