Page 1 of 1

Is there a way to replay default track's ghost?

PostPosted: 13 Jun 2023, 16:15
by MxtApps
Hi, so I want to replay one of the SR default track's ghost as if was an user replay. I this possible? How?

Re: Is there a way to replay default track's ghost?

PostPosted: 13 Jun 2023, 17:05
by CryHam
Hi, it is not possible. File formats .gho and .rpl are different inside, .gho has very little data (almost nothing for wheels). It could be done but that would need extra code. Easiest would be to switch main camera to track ghost's, since it's playing. More needed to allow loading and having them in Gui list etc. Most code is already there in
{l Code}: {l Select All Code}
void App::newPoses(
, it's missing some logic, since
{l Code}: {l Select All Code}
class CarModel
has no camera for any ghost.