| Name | Description | Input Interface |
Output Interface |
Other features |
Audio Interface |
Datasheet |
|---|---|---|---|---|---|---|
| CH7231 | USB Type-C Electronically Marked Cable Component |
USB Type-C |
USB Type-C |
E-Marker,SOT23-5 Package |
![]() |
Close the game if it launched in English. Inside the Sifu game folder (inside the Wine prefix), navigate to:
drive_c/users/username/AppData/Local/Sifu/Saved/Config/WindowsNoEditor/
Edit Engine.ini or GameUserSettings.ini and add:
[Internationalization]
Culture=fr-FR (For French)
Culture=de-DE (For German)
Culture=zh-CN (For Chinese)
Alternatively, use the language-selector.sh script provided by jc141.
For users accustomed to installing software via apt or dnf, running a jc141 release requires a different approach. Sifu - 1.27 - MULTi13 - GNU Linux Wine - jc141
Before we dive into installation, let's break down the alphanumeric soup.
The Core Loop: Sifu is a third-person brawler that emphasizes positioning, timing, and crowd control. The combat is visceral. Every punch feels heavy, and the "clink" of parrying an attack is satisfying. Close the game if it launched in English
Version 1.27 Specifics: By version 1.27, the game has received significant post-launch support.
You can stay entirely within your Arch, Ubuntu, or Fedora environment. No need to allocate 20GB of SSD space to a bloated Windows partition. Alternatively, use the language-selector
Sifu is a third‑person action‑combat game that blends martial‑arts choreography with a unique aging mechanic: each death ages the player character, altering abilities and visual appearance. Version 1.27 is the latest patch (as of March 2026) and includes balance tweaks, bug fixes, and performance improvements.
The build you referenced – MULTi13 – is a community‑maintained Wine configuration for GNU/Linux that targets the Wine 8.13 series (the “MULTi13” naming convention denotes “Multi‑arch, Wine 8.13”). It is packaged by the user jc141 on the ProtonDB / Lutris repositories.
This is the technical heart of the release. GNU Linux refers to the operating system environment. Wine (Wine Is Not an Emulator) is a compatibility layer capable of running Windows applications on POSIX-compliant operating systems (like Linux, macOS, & BSD).
Unlike a virtual machine, Wine translates Windows API calls into POSIX calls on-the-fly. The jc141 release utilizes a pre-configured, optimized Wine build specifically tweaked for Unreal Engine 4 games (which Sifu uses).