Différences
Ci-dessous, les différences entre deux révisions de la page.
| lokigames:kohan [2023/12/04 09:09] – créée - modification externe 127.0.0.1 | lokigames:kohan [2024/04/22 17:56] (Version actuelle) – twolife | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== Kohan: Immortal Sovereigns ====== | ||
| + | ===== Install & patch the game ===== | ||
| + | |||
| + | To install the game, mount your CD & run the installer with '' | ||
| + | < | ||
| + | # mount /dev/cdrom / | ||
| + | $ linux32 bash / | ||
| + | </ | ||
| + | |||
| + | Apply the first [[https:// | ||
| + | < | ||
| + | $ linux32 bash kohan-1.2.0-x86.run | ||
| + | </ | ||
| + | |||
| + | Apply the last released [[https:// | ||
| + | < | ||
| + | $ linux32 bash kohan-1.3.1-x86.run | ||
| + | </ | ||
| + | |||
| + | Patch the binary to add a dependency on libX11.so.6 (required if you system SDL1.2 is in fact [[https:// | ||
| + | < | ||
| + | cd < | ||
| + | patchelf --add-needed libX11.so.6 ./ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Game crash ===== | ||
| + | '' | ||
| + | |||
| + | This is due to a change in '' | ||
| + | |||
| + | ==== Option a ==== | ||
| + | You can use a little [[https:// | ||
| + | |||
| + | < | ||
| + | |||
| + | ==== Option b ==== | ||
| + | The missing function can be found in a //very// old '' | ||
| + | |||
| + | < | ||