It is possible to change gear by InSim or only in C#? I wonna write new automatic gearbox in c# for cruisers.
struct IS_SCH // Single CHaracter - send to simulate single character
{
byte Size; // 8
byte Type; // ISP_SCH
byte ReqI; // 0
byte Zero;
byte CharB; // key to press
byte Flags; // bit 0 : SHIFT / bit 1 : CTRL
byte Spare2;
byte Spare3;
};