Scrench 0 Posted August 15, 2014 Someone mentioned how he got it to work which was by accident, but his post has disappeared. Anyone know how to get Instant Replay to work on a Fanatec CSR wheel? Button 4 or F8 doesn't do it.Thank You,Scrench Share this post Link to post Share on other sites
EnsiFerrum 84 Posted August 22, 2014 Open Fanatec CSR Wheel.xml in Notepad++ (http://notepad-plus-plus.org/ ).Delete everything related with replay.Copy and paste the following at the end of the file:<!-- Replay Actions --> <Action actionName = "Replay Rewind" > <Axis axisName = "win_key_f2" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Fast Forward" > <Axis axisName = "win_key_f3" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Pause" > <Axis axisName = "win_key_f1" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Next Camera" > <Axis axisName = "win_key_f8" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Prev Camera" > <Axis axisName = "win_key_f7" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Jump In" > <Axis axisName = "win_key_f11" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Next Lap" > <Axis axisName = "win_key_f6" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Previous Lap" > <Axis axisName = "win_key_f5" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Save" > <Axis axisName = "win_key_f12" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay Exit" > <Axis axisName = "win_key_escape" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action> <Action actionName = "Replay On Off" > <Axis axisName = "win_key_f9" deviceName = "Keyboard" baseCalibration = "uniDirectionalPositive" /> </Action>Make a backup of the file before editing! Share this post Link to post Share on other sites