Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
lokigames [2024/04/10 12:46] – twolife | lokigames [2024/12/14 13:15] (Version actuelle) – [GTK 1.2] twolife | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Loki Software - HOWTO install & patch the games ====== | ||
+ | This is a complement to [[https:// | ||
+ | ===== Common workarounds ===== | ||
+ | You are most likely running a Linux distribution on a shiny 64 bits CPU, that architecture is know as //x86_64// or //amd64// in the Debian world. The binaries you are trying to run are build for the //i386// architecture (the classic 32 bits PC architecture). While the Linux kernel can handle 32 bits code, we need to install library packages for proper userspace support: | ||
+ | |||
+ | < | ||
+ | # dpkg --add-architecture i386 | ||
+ | # apt-get update | ||
+ | # apt-get install libc6:i386 libsdl1.2debian: | ||
+ | </ | ||
+ | |||
+ | ==== Architecture detection ==== | ||
+ | Most of the Loki installer/ | ||
+ | |||
+ | But now your system is completely different, chances are the checked file doesn' | ||
+ | |||
+ | < | ||
+ | #!/bin/sh | ||
+ | # GLIBC_2.1 | ||
+ | # GLIBC_2.2 | ||
+ | cat <<EOF | ||
+ | GNU C Library stable release version 2.2.5, by Roland McGrath et al. | ||
+ | |||
+ | Report bugs using the glibcbug' | ||
+ | EOF | ||
+ | </ | ||
+ | |||
+ | And don't forget to make it executable: | ||
+ | < | ||
+ | # chmod 755 / | ||
+ | </ | ||
+ | |||
+ | ==== GTK+ 1.2 ==== | ||
+ | You probably know that GTK+ is a free and open-source cross-platform widget toolkit for creating graphical user interfaces. Loki's installer programs use GTK+ version 1.2. That version is very old and very much unmaintained (GTK+2 was released in 2002, GTK+3 in 2011 & GTK 4 in 2020). | ||
+ | |||
+ | If you can still find binaries of //i386// GTK+1.2 libraries for your Linux distribution, | ||
+ | |||
+ | I maintain Git repository with functional/ | ||
+ | ===== The games ===== | ||
+ | * [[https:// | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * Myth II: Soulblighter | ||
+ | * Postal Plus | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | * Tribes 2 -- masterserver have been down for years | ||
+ | * Unreal Tournament | ||
+ | |||
+ | |||
+ | ===== Other games from the same era ===== | ||
+ | In 2000-2001 [[https:// | ||
+ | * [[lokigames: | ||
+ | * [[lokigames: | ||
+ | |||
+ | In 2000 [[https:// | ||
+ | * [[lokigames: |