home.social

#projectwingman — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #projectwingman, aggregated by home.social.

  1. Of course, all of the awesome Project Wingman stuff is on peertube as well. It's all in just one video though so if the youtube copy of the vids go away for some reason, there's still peertube.

    I wish I could upload these on Odysee as well but it costs some blockchain thing there...

    #peertube: video.hardlimit.com/w/uddoJouN

    #projectwingman #linuxgaming #flightsim #action #archlinux #freesoftware #opensource #opentrack #aitrack #amd #nvidia #steam #valve #proton #odysee

  2. Looks like #ProjectWingman has a broken Input.ini parser resulting in my #HOTAS mappings to be gone on restart. The problem is that some special characters, like a comma, break the INI format used by their controls implementation [/Script/Engine.InputSettings].

    Have an example what the game writes to AppData/Local/ProjectWingman/Saved/Config/WindowsNoEditor/Input.ini


    AxisMappings=(AxisName="Pitch Axis",Scale=-1.000000,Key=Joystick_ThrustMaster,IncF-16FlightControlSystem_2_Axis1)

    The name for the key is something homebrew the game produces based on the controller type (Joystick_ or Gamepad_) and the HID device descriptor name. This example mapped fine ingame but breaks on reload of the game resulting in only ThrustMaster for each mapped control – and that joystick can not be found, of course.

    The “fix” is to manually edit the file and add quotation marks for the key:

    AxisMappings=(AxisName="Pitch Axis",Scale=-1.000000,Key="Joystick_ThrustMaster,IncF-16FlightControlSystem_2_Axis1")

    Now the game finds the proper joystick and all controls are mapped to something like ThrustMaster,IncF-16FlightControlSystem_2_Axis1 again, as expected.

    Needless to say that the file should probably be write protected after that – or at least saved again under a different name, because any change to the controls will overwrite this fix again. This problem does probably also happen with other special characters, like the © sign that some vendors are known to use.

    https://beko.famkos.net/2025/09/02/15629936/

    #gaming #hotas #ProjectWingman

  3. Mission 01: Black Flag – Trying Project Wingman with my ViperPit

    This is Project Wingman mission 01 Black Flag played on a Linux PC with Proton Experimental, OpenTrack with the Neuralnet Tracker plugin and my DIY HOTAS / rudder system based on Arduino Pro Micros replacing the original electronics in my Thrustmaster FLCS/Cougar gear:

    Pick your poison: https://makertube.net/w/8MyoVSzDfwMuQR6bCqtbie / https://www.youtube.com/watch?v=dq0sihlgW_Y

    I got Project Wingman on a sale months ago and I finally gave it a try. As an Ace Combat player I felt right at home. My initial experiment was with the XR glasses and woah that feels good in 3D and all but today I remembered that old Plasma TV in the basement. Got it second hand a year ago for dead cheap. Today I brought it upstairs to try it with the ViperPit and now I’m not sure what’s more awesome.

    Well, that is if I feel like burning ~470W on top for that thing but hey this is for very specific gaming sessions only anyway 🤷

    Guess I’ll spend more time in the ViperPit again 😀

    https://beko.famkos.net/2025/08/30/mission-01-black-flag-trying-project-wingman-with-my-viperpit/

    #gaming #gamingonlinux #homeCockpit #hotas #linuxgaming #opentrack #ProjectWingman #ViperPit