Skip to content

Releases: AlexPoilrouge/Kart-Public_azerty

1.6 "Galaxy 1.3" azerty keyboard version

03 Sep 13:39
Compare
Choose a tag to compare

1.6 "Galaxy 1.3" azerty keyboard version

“Galaxy 1.3” French AZERTY keyboard layout for SRB2Kart 1.6

This is a tweaked release of Galactice's “Galaxy 1.3” version of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout.

Galaxy

You're probably already familiar with the “Galaxy” version. If not, for more information about “Galaxy” and its features, check out the SRB2 Message Board post: https://mb.srb2.org/addons/srb2kart-galaxy.4500/

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'

Install

Windows

Install is the same as the regular “Galaxy” version.

  1. Follow the steps of a normal install of the game (v1.6): https://github.com/STJr/Kart-Public/releases/v1.6
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
    2a. Checkout the Galaxy-Redux_azerty branch: git checkout Galaxy-Redux_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart
Compiling with Discord Rich Presence for Linux
  • Using the instructions above, before compiling, you'll have to install discord-rpc for linux. You can either get it from here or (maybe) from your distro's packages.
  • In any case, the compiler needs to be able to make the link with ldiscord-rpc. Basically, on a typical install, the files /discord-rpc/linux-dynamic/include/*.h and /discord-rpc/linux-dynamic/lib/libdiscord-rpc.so (from the discord-rpc-linux.zip) needs to be install respectively in /usr/include/ and /usr/lib/ (or /usr/local/include/ and /usr/local/lib/ depending on your distro).
  • Add a compile flag to step 3, to get: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1 HAVE_DISCORDRPC=1

1.6 "Galaxy 1.2" azerty keyboard version

03 Dec 11:45
Compare
Choose a tag to compare

“Galaxy 1.2” French AZERTY keyboard layout for SRB2Kart 1.6

This is a tweaked release of Galactice's “Galaxy 1.2” version of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout.

Galaxy

You're probably already familiar with the “Galaxy” version. If not, for more information about “Galaxy” and its features, check out the SRB2 Message Board post: https://mb.srb2.org/addons/srb2kart-galaxy.4500/

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'

Install

Windows

Install is the same as the regular “Galaxy” version.

  1. Follow the steps of a normal install of the game (v1.6): https://github.com/STJr/Kart-Public/releases/v1.6
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
    2a. Checkout the Galaxy-Redux_azerty branch: git checkout Galaxy-Redux_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart
Compiling with Discord Rich Presence for Linux
  • Using the instructions above, before compiling, you'll have to install discord-rpc for linux. You can either get it from here or (maybe) from your distro's packages.
  • In any case, the compiler needs to be able to make the link with ldiscord-rpc. Basically, on a typical install, the files /discord-rpc/linux-dynamic/include/*.h and /discord-rpc/linux-dynamic/lib/libdiscord-rpc.so (from the discord-rpc-linux.zip) needs to be install respectively in /usr/include/ and /usr/lib/ (or /usr/local/include/ and /usr/local/lib/ depending on your distro).
  • Add a compile flag to step 3, to get: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1 HAVE_DISCORDRPC=1

1.6 azerty keyboard version

05 Nov 10:47
Compare
Choose a tag to compare

French AZERTY keyboard layout for SRB2Kart 1.6

This is a tweaked release of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout

Note

For obvious reasons, this release doesn't insert new special characters into the game. The keyboard combination is only limited to the characters 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'

Install

Windows

Basically, just make a regular install of the game and replace the srb2kart.exe binary by this release's binary.

  1. Follow the steps of a normal install of the game: https://github.com/STJr/Kart-Public/releases
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart
Compiling with Discord Rich Presence for Linux
  • Using the instructions above, before compiling, you'll have to install discord-rpc for linux. You can either get it from here or (maybe) from your distro's packages.
  • In any case, the compiler needs to be able to make the link with ldiscord-rpc. Basically, on a typical install, the files /discord-rpc/linux-dynamic/include/*.h and /discord-rpc/linux-dynamic/lib/libdiscord-rpc.so (from the discord-rpc-linux.zip) needs to be install respectively in /usr/include/ and /usr/lib/ (or /usr/local/include/ and /usr/local/lib/ depending on your distro).
  • Add a compile flag to step 3, to get: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1 HAVE_DISCORDRPC=1

1.5 azerty keyboard version

21 Aug 15:10
Compare
Choose a tag to compare

French AZERTY keyboard layout for SRB2Kart 1.5

This is a tweaked release of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout

Note

For obvious reasons, this release doesn't insert new special characters into the game. The keyboard combination is only limited to the characters 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'

Install

Windows

Basically, just make a regular install of the game and replace the srb2kart.exe binary by this release's binary.

  1. Follow the steps of a normal install of the game: https://github.com/STJr/Kart-Public/releases
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart
Compiling with Discord Rich Presence for Linux
  • Using the instructions above, before compiling, you'll have to install discord-rpc for linux. You can either get it from here or (maybe) from your distro's packages.
  • In any case, the compiler needs to be able to make the link with ldiscord-rpc. Basically, on a typical install, the files /discord-rpc/linux-dynamic/include/*.h and /discord-rpc/linux-dynamic/lib/libdiscord-rpc.so (from the discord-rpc-linux.zip) needs to be install respectively in /usr/include/ and /usr/lib/ (or /usr/local/include/ and /usr/local/lib/ depending on your distro).
  • Add a compile flag to step 3, to get: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1 HAVE_DISCORDRPC=1

1.3 "moe's mansion" azerty keyboard version

21 May 12:22
Compare
Choose a tag to compare

“Moe's Mansion” French AZERTY keyboard layout for SRB2Kart 1.3

This is a tweaked release of the “Moe's Mansion” version of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout.

Moe's Mansion

You're probably already familiar with the “Moe's Mansion” version. If not, for more information about “Moe's Mansion” and its features, check out the SRB2 Message Board post: https://mb.srb2.org/showthread.php?t=49381

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'

Install

Windows

LAST .exe UPDATE: 21-05-2021 (aligned with Moe's Mansion 1.3.45)

Install is the same as the regular “Moe's Mansion” version.

  1. Follow the steps of a normal install of the game (v1.3): https://github.com/STJr/Kart-Public/releases/v1.3
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
    2a. Checkout the moe-mansion branch: git checkout moe-mansion
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart
Compiling with Discord Rich Presence for Linux
  • Using the instructions above, before compiling, you'll have to install discord-rpc for linux. You can either get it from here or (maybe) from your distro's packages.
  • In any case, the compiler needs to be able to make the link with ldiscord-rpc. Basically, on a typical install, the files /discord-rpc/linux-dynamic/include/*.h and /discord-rpc/linux-dynamic/lib/libdiscord-rpc.so (from the discord-rpc-linux.zip) needs to be install respectively in /usr/include/ and /usr/lib/ (or /usr/local/include/ and /usr/local/lib/ depending on your distro).
  • Add a compile flag to step 3, to get: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1 HAVE_DISCORDRPC=1

1.3 azerty keyboard version

15 Sep 09:35
Compare
Choose a tag to compare

French AZERTY keyboard layout for SRB2Kart 1.3

This is a tweaked release of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout

Note

For obvious reasons, this release doesn't insert new special characters into the game. The keyboard combination is only limited to the characters 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'

Install

Windows

Basically, just make a regular install of the game and replace the srb2kart.exe binary by this release's binary.

  1. Follow the steps of a normal install of the game: https://github.com/STJr/Kart-Public/releases
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart
Compiling with Discord Rich Presence for Linux
  • Using the instructions above, before compiling, you'll have to install discord-rpc for linux. You can either get it from here or (maybe) from your distro's packages.
  • In any case, the compiler needs to be able to make the link with ldiscord-rpc. Basically, on a typical install, the files /discord-rpc/linux-dynamic/include/*.h and /discord-rpc/linux-dynamic/lib/libdiscord-rpc.so (from the discord-rpc-linux.zip) needs to be install respectively in /usr/include/ and /usr/lib/ (or /usr/local/include/ and /usr/local/lib/ depending on your distro).
  • Add a compile flag to step 3, to get: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1 HAVE_DISCORDRPC=1

1.2 birdhouse azerty keyboard version

17 Jun 16:06
Compare
Choose a tag to compare

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 ).

  1. Follow the steps of a normal install of the game: https://github.com/STJr/Kart-Public/releases
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart

1.2 azerty keyboard version

17 Jun 16:02
Compare
Choose a tag to compare

French AZERTY keyboard layout for SRB2Kart 1.2

This is a tweaked release of SRB2Kart that changes the hardcoded keyboard input, to match the AZERTY french keyboard layout

Note

For obvious reasons, this release doesn't insert new special characters into the game. The keyboard combination is only limited to the characters 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'

Install

Windows

Basically, just make a regular install of the game and replace the srb2kart.exe binary by this release's binary.

  1. Follow the steps of a normal install of the game: https://github.com/STJr/Kart-Public/releases
  2. Backup the original srb2kart.exe in your install directory by renaming it to something like srb2kart.vanilla.exe
  3. Download this release's srb2kart.exe
  4. Copy it to the game's install directory, and voilà

Linux

Same old compiling instructions:

  1. Cloning the repo: git clone https://github.com/AlexPoilrouge/Kart-Public_azerty.git
  2. Enter the repo: cd Kart-Public_azerty
  3. Compile: make -C src/ LINUX64=1 clean && make -C src/ LINUX64=1
  4. If success, the terminal should notify you of the location of the binary, usually Kart-Public_azerty/bin/Linux64/Release/lsdl2srb2kart