03.04.2008, 08:21
The_Psy Wrote:could you give me more informations about the "Garbage Collect" script? How it work, how to set it?
It would be maybee helpfull as I have memory problem with DCG campaign, could this script solve them maybee?
the "GC" command is a function internal to the game itself. The gc.cmd script only allows for the command to be run every hour in a loop.
As for exactly what it does, I'm not entirely sure. If you can make something more out of what it says in the console, then you are a better man than I
To 'set' it, you simply need to have a file 'gc.cmd' with the following code inside:
Code:
GC
GC
GC
timeout 3600000 f gc.cmd
Code:
@a gc file gc.cmd
@timeout 3600000 gc