capture longer replays. Can anyone tell me how? Is there a reference to all
the params in core.ini?
thanks in advance.
thanks in advance.
Add these two lines to core.ini
[ Replay ]
replayMemoryOverride = XXX
where you've replaced XXX with the number of Kbytes of memory you want
the replay buffer to be. By default, XXX will be at least 2048 (2
megabytes).
Randy
Pav
> Add these two lines to core.ini
> [ Replay ]
> replayMemoryOverride = XXX
> where you've replaced XXX with the number of Kbytes of memory you want
> the replay buffer to be. By default, XXX will be at least 2048 (2
> megabytes).
> Randy
replayMemoryOverride = 24000
---------------------------------------------------------------------
This is what I have for 24 meg replays (I have 64 megs of ram)
Caution - you will get a bit of HD activity after a while. How soon
this cuts in depends on the size of the field of course. Best solution
is to get another 64 meg of ram.
> I heard that you can use core.ini to change the replay memory and therefore
> capture longer replays. Can anyone tell me how? Is there a reference to all
> the params in core.ini?
> thanks in advance.