Hello (Again me :nod I got my cruise with Lfs_External library and I was wondering how can I change this to InSimDotNet? I need this because LFS_External isnt updating since a long time. I already done this part which is wrote here https://www.lfsforum.net/showthread.php?t=68564 I have those all dll and other InSimDotNet files in my cruise folder installed. I tried to disable in my insim this part
and replaced that with
But then I got a lot of errors. How is this possible to udpate it properly? Actually all I need is the new packets which are released since 0.6B version. Maybe I dont need to replace all librar and I can just add it to take packets from InSimDotNet? Help me please
Thanks.
using LFS_External;
using LFS_External.InSim;
and replaced that with
using InSimDotNet;
using InSimDotNet.Packets;
But then I got a lot of errors. How is this possible to udpate it properly? Actually all I need is the new packets which are released since 0.6B version. Maybe I dont need to replace all librar and I can just add it to take packets from InSimDotNet? Help me please
Thanks.