I was just thinking of how in Torcs, you can program your own AI drivers. I think that there should be some way to do this in LFS. People always complain about the AI, but if you could program your own, then you could have lots of fun if you wanted too! I do not know how the code would work. Maybe a .dll file would be the best way. So, you would program your dll to return the controls at every 'tick' in time. LFS would call a function which would be in the .dll that would use give all of the data to the code in the .dll. So, here is an example of what I think would be nice:
1. LFS Calls function getCtrl(0.5,400,[Other values (speed, etc)])
2. Code in the dll file calls the LFS function for sendCtrl(1.0,0.0,700) (sends throttle, brake, clutch, steering, etc)
I am not really making a suggestion, but rather just saying that it would be interesting if this were possible in LFS.
1. LFS Calls function getCtrl(0.5,400,[Other values (speed, etc)])
2. Code in the dll file calls the LFS function for sendCtrl(1.0,0.0,700) (sends throttle, brake, clutch, steering, etc)
I am not really making a suggestion, but rather just saying that it would be interesting if this were possible in LFS.