User Tools

Site Tools


tes:openmw_install

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
tes:openmw_install [2022/08/21 06:35]
paolo_bolzoni
tes:openmw_install [2023/06/04 10:45] (current)
paolo_bolzoni Change how we make the lowercase
Line 56: 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 66: 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.txt ยท Last modified: 2023/06/04 10:45 by paolo_bolzoni