Start procedure - Printable Version
+- All-Aircraft-Simulations (
https://allaircraftsimulations.com)
+-- Forum: IL2 MODS Download & Discussion (
https://allaircraftsimulations.com/forumdisplay.php?fid=267)
+--- Forum: IL-2 4.09m (
https://allaircraftsimulations.com/forumdisplay.php?fid=348)
+---- Forum: IL2 MODS Discussion Section 4.09m (
https://allaircraftsimulations.com/forumdisplay.php?fid=292)
+---- Thread: Start procedure (
/showthread.php?tid=53274)
- The_Psy - 03.04.2008
@No457_Squog
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?
- No457_Squog - 03.04.2008
Cat_Mouth Wrote:Sorry, I follow you install instruction, but it doesn't operate ....
I don't undertsand why ?
Try this:
- Create a multiplayer server on ANY dogfight map
- Spawn in with any plane
- Press shift+tab to bring up the console
- type in "file coldstart.cmd"
- Look at the last line in the console - does it say file not found?
- No457_Squog - 03.04.2008
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
And then you will need to edit your rcu file (root directory of your installation) and add the following lines:
Code:
@a gc file gc.cmd
@timeout 3600000 gc
That should do it for you.
- Cat_Mouth - 03.04.2008
Ah OK, for on-line server.
But I would like that for on-line cooperation and solo play !!! Sorry ....