ptiszai / FS19_CommunicationInterface

Farming Simulator 19 mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F19_ComInterface<->CommunicationInterface.exe

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.

Ram drive:

ImDisk Toolkit. Configuration for your PC

CommunicationInterface.exe:


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:\\";
Test file a Visual Studio 2022 C# project:

Windows Project

FS19 mod zip file:

Link to

FS19 mod started


Features

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.

About

Farming Simulator 19 mod


Languages

Language:C# 54.4%Language:Lua 45.6%