Kart Racing Pro Official Forum

General => General Discussion => Topic started by: fdg1997 on August 04, 2012, 10:05:26 PM

Title: Automatic Saving Replay
Post by: fdg1997 on August 04, 2012, 10:05:26 PM
Is there a way to automatic save the replay after I exit the server or after each session??
Title: Re: Automatic Saving Replay
Post by: dibu on August 04, 2012, 10:14:29 PM
No, not with Beta6. It's announced for the dedicated servers in Beta7.
http://forum.kartracing-pro.com/index.php?topic=1641.msg14711#msg14711
Title: Re: Automatic Saving Replay
Post by: LIAM-36-AUS on August 04, 2012, 11:25:59 PM
i think i should +1 this,  i love it.  sometimes i think this is gonna be a good replay but i keep forgetting to save them!!!   :-[
Title: Re: Automatic Saving Replay
Post by: fdg1997 on August 05, 2012, 12:07:04 AM
@dibu Thanks!!

@LIAM Yeah,today I had two races and after the final the server change track too fast and i cant save replay :S
Title: Re: Automatic Saving Replay
Post by: dibu on August 05, 2012, 08:51:48 AM
I think there is a misunderstanding.

PiBoSo announced: -host exports saved even if the last session is not the final
This will fix the problem that a dedicated server writes no results at all if the final race was not completed.

If you want your local KRP to automaticly save results and replays then put it on the wishlist. I don't think that this feature is already on the todo list.
Title: Re: Automatic Saving Replay
Post by: JamieP on August 07, 2012, 06:34:26 AM
The current system saves the replay just fine but is there any way to change the recording length? I have looked in the .ini files and haven't come across anything. The system counts back a time from the end of the race from what I can tell. Our last race, the pre-final was not recorded and the recording started 6 laps into the final.

Thanks and loving your work

Jamie
Title: Re: Automatic Saving Replay
Post by: dibu on August 07, 2012, 07:26:01 AM
By default the server uses 10 MB of recording space.

To increase it add the following lines to the kart.ini at your dedicated server.
Here an example for 100MB


[CORE]
replay=100000000             ;100MB


Depending on the race length and the number of participants a value of 150-200 MB is more than enough.
The total memory usage of the dedicated server is increased by the value set in the kart.ini
Title: Re: Automatic Saving Replay
Post by: JamieP on August 08, 2012, 03:02:21 AM
Quote from: dibu on August 07, 2012, 07:26:01 AM
By default the server uses 10 MB of recording space.

To increase it add the following lines to the kart.ini at your dedicated server.
Here an example for 100MB


[CORE]
replay=100000000             ;100MB


Depending on the race length and the number of participants a value of 150-200 MB is more than enough.
The total memory usage of the dedicated server is increased by the value set in the kart.ini

Perfect. Thanks for the info.