Invisible, Inc.

Invisible, Inc.

Quick Loader
3 条留言
RolandJ 6 月 17 日 上午 8:19 
Xaliber this is useful for players on weaker machines or players who just want the game to run smoother, since it eliminates (potentially hundreds or thousands) of log statements over the course of loading a savegame or running a mission. The performance gain will be relative to the logging intensity of the player's mod list. Adding intense logs during debugging is common, but many if not most of them are inappropriate for being in a release and should therefore be removed or commented out in the release. A mod list with many offenders would get a bigger performance gain.

Log statements can cause a performance hit, the avoidance of which is the premise of this mod.

Modders: Be sure not to include log:flush() in your releases, or your subscribers will CTD if they lack Quick Loader. I accidentally did this with one of my mods.
Xaliber 2024 年 9 月 9 日 下午 10:00 
If I understand this correctly, this is only useful if another mod requires it?
cyberboy2000  [作者] 2019 年 9 月 11 日 下午 12:55 
Update: Fixed crash when settings weren't initialized.