Close

Running X4: Foundations with my SimPit

A project log for Primary Buffer Panel v1

A glorified DIY joystick controller with an LCD ("MFDs") and plenty of RGB.

beko-pharmBeko Pharm 05/12/2023 at 12:070 Comments
4. April 2023

I hacked a mod for X4: Foundations to get ship telemetry and targeting data to my “Primary Buffer Panel” via a socket. This is a demonstration of my simulated cockpit made from cardboard on a budget usually used to play Elite Dangerous now also used for X4: Foundations. This is work in progress.

This is loosely based on the Python Pipe Server mod for X4 that is sadly Windows only using Named Pipes. I fixed that for Linux PC by side-loading the library LuaSocket and starting a socket server directly in X4. That’s right, the Python Server is simply not needed now and companion tools may directly connect to the socket. It’s a nice bonus that LuaSocket also allows a UDP or TCP server depending on how it is started. That was some piece of work though The very hacky attempt for this is at https://github.com/bekopharm/x4-projects/wiki/Quick-manual. I’m also still looking for testers so if you’re interested get in touch!

So you _still_ think you can’t space pew pew on Linux PC? Think again. I do it all the time: https://beko.famkos.net/2021/10/16/space-pew-pew-on-linux-pc/


Originally posted at https://beko.famkos.net/2023/04/04/running-x4-foundations-with-my-simpit/

Discussions