User Tools

Site Tools


tes:openmw_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tes:openmw_install [2022/08/21 06:25]
paolo_bolzoni created
tes:openmw_install [2023/06/04 10:45] (current)
paolo_bolzoni Change how we make the lowercase
Line 2: Line 2:
  
 ===== Install OpenMW ===== ===== Install OpenMW =====
 +
 +The installation is divided in two steps: installing the open source engine OpenMW and the Morrowind game data from Bethesda.
 +
 +==== The engine ====
  
 If your distribution allows to install OpenMW with ease using its package manager (e.g., ''​yum'',​ ''​pacman'',​ ''​apt-get'',​ ...), that is the most straightforward and suggested way. If your distribution allows to install OpenMW with ease using its package manager (e.g., ''​yum'',​ ''​pacman'',​ ''​apt-get'',​ ...), that is the most straightforward and suggested way.
Line 38: Line 42:
 in ''​~/​openmw/​bin''​ will be the binaries, so //not// in PATH. Remember to add to the directory to your path if you want to execute ''​openmw''​ from any directory (i.e., ''​export PATH="​$PATH":​~/​openmw/​bin''​ ) in ''​~/​openmw/​bin''​ will be the binaries, so //not// in PATH. Remember to add to the directory to your path if you want to execute ''​openmw''​ from any directory (i.e., ''​export PATH="​$PATH":​~/​openmw/​bin''​ )
  
-===== Unpack the game data =====+==== The game data ====
  
 The gog setup file ''​setup_tes_morrowind_goty_2.0.0.7.exe''​ needs to unpacked. In a temp directory we use innoextract to do so: The gog setup file ''​setup_tes_morrowind_goty_2.0.0.7.exe''​ needs to unpacked. In a temp directory we use innoextract to do so:
Line 52: Line 56:
 The directory ''​app''​ contains all the game data we need. Move where you want to install the game. As example we want install in a games directory under the home The directory ''​app''​ contains all the game data we need. Move where you want to install the game. As example we want install in a games directory under the home
  
 +  $ cd "​app/​Data Files"
 +  $ for a in  BookArt Fonts Icons Meshes Music Sound Splash Textures Video  ;do  convmv --notest --lower -r "​$a" ​ ;done
 +  $ cd ../..
   $ mv app ~/​games/​tes_morrowind   $ mv app ~/​games/​tes_morrowind
   $ cd ..   $ cd ..
Line 62: Line 69:
 If we need to reset the ''​Data Files''​ directory to its original content, we can just delete it and copy back the OpenMW one. If we need to reset the ''​Data Files''​ directory to its original content, we can just delete it and copy back the OpenMW one.
  
-To make the old-way to install mods easier we convert all filenames to lowercase. 
- 
-  $ convmv --notest --lower -r 'Data Files/'​* 
- 
-We have to ensure to make all filenames lowercase before copying in the old ''​Data Files''​ . 
tes/openmw_install.1661063136.txt.gz ยท Last modified: 2022/08/21 06:25 by paolo_bolzoni