1.2 birdhouse azerty keyboard version
Birdhouse French AZERTY keyboard layout for SRB2Kart 1.2
This is a tweaked release of the birdhouse version of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout.
For more information about birdhouse and its features, check out the original repo: https://git.magicalgirl.moe/bird/Kart-Public/wikis/Current-Release
Note
For obvious reasons, this release doesn't insert new special characters into the game. The keyboard combination is only limited to the character already in the game. There's a fallback to "regular" version for few of the most used special characters, i.e.: 'é' → 'e', 'à' → 'a', 'é' → 'e', 'ù' → 'u' and 'ç' → 'c'
Birdhouse
You're probably already familiar with the birdhouse version, but it is important to note that if you choose to fallback to a non-birdhouse version, you'll need to set your master server address back, as explained here: https://git.magicalgirl.moe/bird/Kart-Public/wikis/Current-Release#known-issues
Install
Windows
Install is the same as the regular birdhouse version ( https://git.magicalgirl.moe/bird/Kart-Public/wikis/Current-Release#windows ).
- Follow the steps of a normal install of the game: https://github.com/STJr/Kart-Public/releases
- Backup the original
srb2kart.exe
in your install directory by renaming it to something likesrb2kart.vanilla.exe
- Download this release's
srb2kart.exe
- Copy it to the game's install directory, and voilà
Linux
Same old compiling instructions:
- Cloning the repo:
git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
- Enter the repo:
cd Kart-Public_azerty
- Compile:
make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
- If success, the terminal should notify you of the location of the binary, usually
Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart