summarylogtreecommitdiffstats
path: root/info.install
diff options
context:
space:
mode:
Diffstat (limited to 'info.install')
-rw-r--r--info.install31
1 files changed, 25 insertions, 6 deletions
diff --git a/info.install b/info.install
index c3d7905cfb9e..7fc3b7a822c4 100644
--- a/info.install
+++ b/info.install
@@ -1,20 +1,39 @@
post_install() {
cat << EOF
+===========================================================================
+
+The OpenXRay project continues the unofficial support and development of the X-Ray 1.6.02 game engine. The original engine is used in the
+S.T.A.L.K.E.R.: Call of Pripyat game released by GSC Game World.
-The OpenXRay project continues the unofficial support and development of the X-Ray 1.6.02 game engine. The original engine is used in the game S.T.A.L.K.E.R.: Call of Pripyat, released by GSC Game World.
+Attention!!! Keep in mind that this GSC Game World project is in no way authorized, and they remain the copyright holders of the entire source code.
-Attention!!! Keep in mind that this GSC Game World project is in no way authorized, and they remain the copyright holders of all source code.
+This package does not provide game resources, to start the game you will need the original game resources of a licensed copy of
+S.T.A.L.K.E.R.: Call of Pripyat version 1.6.02 and S.T.A.L.K.E.R.: Clear Sky 1.5.10
-This package does not provide game resources, to start the game you will need the original game resources of a licensed copy of S.T.A.L.K.E.R .: Call of Pripyat.
-From the original licensed version of STALKER.: Call of Pripyat copy the following directories: levels, localization, mp, patches, resources to ~/.local/share/GSC/SCOP, you can also launch S.T.A.L.K.E.R.: Clear Sky for this you need directories as for S.T.A.L.K.E.R.: Call of Pripyat from the S.T.A.L.K.E.R.: Clear Sky distribution, remove the gamedata symlink and copy the /usr/share/openxray/gamedata/shaders/ directory to it. You can use resources from a physical DVD, GOG or Steam media.
+From the original licensed version of the game, copy the following directories, levels, localization, mp, patches and resources to
+~/.local/share/GSC Game World/S.T.A.L.K.E.R. - Call of Pripyat for S.T.A.L.K.E.R.: Call of Pripyat and
+~/.local/share/GSC Game World/S.T.A.L.K.E.R. - Clear Sky for S.T.A.L.K.E.R.: - Clear Sky respectively.
+You can use the resources of Steam or a physical DVD-media, GOG to unpack the distribution of the game, you can use the innoextract program.
Attention!!! All directory and file names inside directories must be lowercase.
-You can also run fan modifications for the vanilla version of S.T.A.L.K.E.R.: Call of Pripyat, however, you may need to adapt them.
+When using a copy from GOG, you may have problems localizing the game to solve it, go to the ~/.local/share/GSC Game World/S.T.A.L.K.E.R..../localization directory
+and delete all directories and files related to third-party translations in the localization directory there should be a db archive with your
+localization for example xrussian.db some translations may contain separate archives with voice acting for characters and video clips for
+example base_sounds.db and xefis_movies.db
+
+Despite the fact that in the Ira section you will see the item S.T.A.L.K.E.R.:Shadow of Chernobyl (OpenXRay) to launch this part of the trilogy at the
+moment it is not possible it is at an early stage of development
+
+===========================================================================
EOF
}
-
+post_upgrade() {
+
+ post_install
+
+}