09 Oct 11, 09:43AM
for having personal settings on each run of the engine you should use config/autoexec.cfg - but minlod is a persistent setting, which means it is automatically saved in config/saved.cfg.
Stuff you pass into addOnLoadAlways gets executed each time a map loads, and more specifically adds to the actual alias for map-load-actions .. so, you might've actually spammed your alias there with endless lines of a useless CubeScript-call.
You should check whether or not you have anything inside the "scripts/"-directory or are running stuff from inside autoexec.cfg that might make use of timers - these could be slowing down your game!
Proper way to personalize minlod:
Move your saved.cfg out of the way, run the engine, enter your minlod-value of choice, quit and restart.
So much for a little excursion into proper usage of these new aliases meant for people like V-Man, not for the simple configuration of your personal settings.
Oh, and BTW - you've seen from all the Beatles-replies .. your thread-title was chosen poorly. Try to be more ON-TOPIC .. *chuckle*
Stuff you pass into addOnLoadAlways gets executed each time a map loads, and more specifically adds to the actual alias for map-load-actions .. so, you might've actually spammed your alias there with endless lines of a useless CubeScript-call.
You should check whether or not you have anything inside the "scripts/"-directory or are running stuff from inside autoexec.cfg that might make use of timers - these could be slowing down your game!
Proper way to personalize minlod:
Move your saved.cfg out of the way, run the engine, enter your minlod-value of choice, quit and restart.
So much for a little excursion into proper usage of these new aliases meant for people like V-Man, not for the simple configuration of your personal settings.
Oh, and BTW - you've seen from all the Beatles-replies .. your thread-title was chosen poorly. Try to be more ON-TOPIC .. *chuckle*