个人工具

“UbuntuHelp:LokiInstaller”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:LokiInstaller}}
 
{{Languages|UbuntuHelp:LokiInstaller}}
 
Parent: [[UbuntuHelp:Games]]
 
Parent: [[UbuntuHelp:Games]]
 
 
== What is the Loki-Installer? ==
 
== What is the Loki-Installer? ==
 
 
The Loki-Installer comes from the company Loki! They have ported many games to Linux and have written installers for them. Nowadays many games from [http://liflg.org/ liflg.org] get distributed with the Loki-Iinstaller.  
 
The Loki-Installer comes from the company Loki! They have ported many games to Linux and have written installers for them. Nowadays many games from [http://liflg.org/ liflg.org] get distributed with the Loki-Iinstaller.  
 
 
== Get the Loki-Installer ==
 
== Get the Loki-Installer ==
 
The Loki-Installer is normally a part of the installer of a game. You can get the Loki-Updater and Loki-Uninstaller, from [http://liflg.org/ liflg.org].
 
The Loki-Installer is normally a part of the installer of a game. You can get the Loki-Updater and Loki-Uninstaller, from [http://liflg.org/ liflg.org].
 
 
Direct links:
 
Direct links:
 
 
http://liflg-tracker.death-row.org/torrents/loki_update-full-1.0.13-x86.run.torrent
 
http://liflg-tracker.death-row.org/torrents/loki_update-full-1.0.13-x86.run.torrent
 
 
http://liflg-tracker.death-row.org/torrents/loki_uninstall-full-1.0.3-x86.run.torrent
 
http://liflg-tracker.death-row.org/torrents/loki_uninstall-full-1.0.3-x86.run.torrent
 
 
Those are torrents, so you'll have to use a program like Ktorrent or Azureus.
 
Those are torrents, so you'll have to use a program like Ktorrent or Azureus.
 
 
=== Install Loki-Updater ===
 
=== Install Loki-Updater ===
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo sh loki_update-full-1.0.13-x86.run
 
sudo sh loki_update-full-1.0.13-x86.run
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Install Loki-Uninstaller ===
 
=== Install Loki-Uninstaller ===
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo sh loki_uninstall-full-1.0.3-x86.run
 
sudo sh loki_uninstall-full-1.0.3-x86.run
 
</nowiki></pre>
 
</nowiki></pre>
 
 
With the Loki-Updater you can easily update the games. With the Uninstaller you can easily uninstall the games.  
 
With the Loki-Updater you can easily update the games. With the Uninstaller you can easily uninstall the games.  
 
 
== How to install a game with Loki-Installer ==
 
== How to install a game with Loki-Installer ==
 
 
In general it's a shellscript and you install it with the following command:  
 
In general it's a shellscript and you install it with the following command:  
 
<pre><nowiki>
 
<pre><nowiki>
 
./game-version.run
 
./game-version.run
 
</nowiki></pre>
 
</nowiki></pre>
 
 
If you get "trap" error message, try it with:  
 
If you get "trap" error message, try it with:  
 
<pre><nowiki>
 
<pre><nowiki>
 
/bin/bash game-version.run
 
/bin/bash game-version.run
 
</nowiki></pre>
 
</nowiki></pre>
 
 
 
If you want to install games from CD, with mulitple CD's, it's better to copy the installer to the harddisk and start it fromt there.
 
If you want to install games from CD, with mulitple CD's, it's better to copy the installer to the harddisk and start it fromt there.
 
 
If a games doesn't find the CD you can specify it with the following command:
 
If a games doesn't find the CD you can specify it with the following command:
 
<pre><nowiki>
 
<pre><nowiki>
 
export SETUP_CDROM=/path/to/cdrom/  
 
export SETUP_CDROM=/path/to/cdrom/  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
If a game closes or hangs with a segmentation fault or Stack dump, it maybe caused by a binary-incompatible libc6 version.  This can be circumvented by running the game in a chroot environment with an earlier version of libc6.  See the WoodyInChroot page for more information about how to run binary-only applications in an older operating system environment.
 
If a game closes or hangs with a segmentation fault or Stack dump, it maybe caused by a binary-incompatible libc6 version.  This can be circumvented by running the game in a chroot environment with an earlier version of libc6.  See the WoodyInChroot page for more information about how to run binary-only applications in an older operating system environment.
 
 
 
Credits: [http://www.ubuntu-de.org/wiki/spiele:loki UbuntuUsers.de]
 
Credits: [http://www.ubuntu-de.org/wiki/spiele:loki UbuntuUsers.de]
 
----
 
----

2007年11月30日 (五) 20:09的版本

Parent: UbuntuHelp:Games

What is the Loki-Installer?

The Loki-Installer comes from the company Loki! They have ported many games to Linux and have written installers for them. Nowadays many games from liflg.org get distributed with the Loki-Iinstaller.

Get the Loki-Installer

The Loki-Installer is normally a part of the installer of a game. You can get the Loki-Updater and Loki-Uninstaller, from liflg.org. Direct links: http://liflg-tracker.death-row.org/torrents/loki_update-full-1.0.13-x86.run.torrent http://liflg-tracker.death-row.org/torrents/loki_uninstall-full-1.0.3-x86.run.torrent Those are torrents, so you'll have to use a program like Ktorrent or Azureus.

Install Loki-Updater

sudo sh loki_update-full-1.0.13-x86.run

Install Loki-Uninstaller

sudo sh loki_uninstall-full-1.0.3-x86.run

With the Loki-Updater you can easily update the games. With the Uninstaller you can easily uninstall the games.

How to install a game with Loki-Installer

In general it's a shellscript and you install it with the following command:

./game-version.run

If you get "trap" error message, try it with:

/bin/bash game-version.run

If you want to install games from CD, with mulitple CD's, it's better to copy the installer to the harddisk and start it fromt there. If a games doesn't find the CD you can specify it with the following command:

export SETUP_CDROM=/path/to/cdrom/ 

If a game closes or hangs with a segmentation fault or Stack dump, it maybe caused by a binary-incompatible libc6 version. This can be circumvented by running the game in a chroot environment with an earlier version of libc6. See the WoodyInChroot page for more information about how to run binary-only applications in an older operating system environment. Credits: UbuntuUsers.de