There is no CSR version that natively supports Z28, but I've written [post=1331791]an application[/post] that converts Z28 packets to compatible packets
Everything there is to know is either explained in the CSR thread or in the script itself. You can open the python script in any text editor and make the necessary changes.
The one posted in the post I linked to is pre-configured for the automatic shifter and CSR, but neither is actually required to run it. You can run the script even if you only use CSR, all you have to do is to configure LFS to send OutGauge packets to port 6699 instead of 35555.
I'm wondering, is it possible to run CSR and the RevLimiter by Tommy at the same time, with that script? I know that the programs use different OutGauge "modes", CSR uses mode 0 and the rev limiter uses mode 2.
Have you downloaded the script yet? There's a detailed explanation (relatively long read I must admit).
Basically where it says:
FORWARD_TO = ( ... )
is where you define all outgoing connections, inbetween the opening parenthesis following the "FORWARD_TO = " and the closing parenthesis.
Instead of the dots, you specify the details for the forwarding process in the form of a so-called tuple:
Replace RL_PORT with the rev limiter port and replace the entire FORWARD_TO section in the script with the above (after you filled in the correct port obviously) and it should work.