Hello all,
one day I started thinking it would be cool if there was a tool that would enable InSim in LFS itself to avoid questions like "wtf how i get insim working i have no clue help plz".
It's a .NET (3.5) DLL that's really easy to use - just reference it in your project, put a using LFS.InSimEnabler line under other using ... statements and use ISEnabler class to enable InSim in LFS.
I've made a quick sample app (C#), also. Test.ISEnabler contains program and the other RAR contains the DLL only.
one day I started thinking it would be cool if there was a tool that would enable InSim in LFS itself to avoid questions like "wtf how i get insim working i have no clue help plz".
It's a .NET (3.5) DLL that's really easy to use - just reference it in your project, put a using LFS.InSimEnabler line under other using ... statements and use ISEnabler class to enable InSim in LFS.
I've made a quick sample app (C#), also. Test.ISEnabler contains program and the other RAR contains the DLL only.