This script of mod is the for the FS19 communication is with a windows application used the ram drive.
I wroted in the Lua and C# programming language.
ImDisk Toolkit. Configuration for your PC
Current "r:\" drive on th my PC.
You overwrite if other on the you PC the new drive character.
In the source file of F19_ComInterface: FS19_mod/source/CommunicationInterface.lua, line 11:
CommunicationInterface.drive = "r:\\" -- ram drive
In the source file of F19_ComInterface: CommunicationInterface/Programs.cs, line 14:
static public readonly string DRIVER = "r:\\";
1.) CommunicationInterface.exe writting Text and Number box, press 'Write' button ->
created r:\AppToFS19.xml file Link to AppToFS19.xml ->
change focus to the FS19 process ->
send soft keyboard event '1'.
Then F19_ComInterface mod read every two secundums the r:\AppToFS19.xml file.
Mod is number value incremented by FS19, than it is drawed the FS19 of center.
2.) FS19 mod created r:\FS19ToApp.xml file Link to AppToFS19.xml every two secundums ->
CommunicationInterface.exe read this xml file, and write the bottom text and number yellow boxs.