The World of Layonara  Forums

Author Topic: layonara_allhaks.rar  (Read 143 times)

hyme

  • Jr. Member
  • **
    • Followers of Shadon
  • Posts: 42
    • View Profile
layonara_allhaks.rar
« on: March 01, 2009, 02:04:53 am »
I found that when using Linux, the client file names are case sensitive!
In order to get the game started I had to do the following ::

mv layo_final1_V3.hak layo_final1_v3.hak
mv layo_final2_V3.hak layo_final2_v3.hak
mv layo_placeV3.hak layo_placev3.hak
mv layo_tilesBV3.hak layo_tilesbv3.hak
mv layo_miscV3.hak layo_miscv3.hak
mv layo_controlV3r6.hak layo_controlv3r6.hak

the people in IRC helped me immensely !!
:)
 

Pibemanden

Re: layonara_allhaks.rar
« Reply #1 on: March 01, 2009, 07:00:36 am »
I would like to add to this bug report that the problem is also present in the all portraits pack, I found a neat script to get it changed but sadly I can't remember it right now.
 

Script Wrecked

Re: layonara_allhaks.rar
« Reply #2 on: March 01, 2009, 09:44:51 am »
Run from the ./portraits directory:

Code: [Select]
ls | awk '{l=tolower($0);if($0!=l){printf("mv \\047%s\\047 \\047%s\\047\\n",$0,l)}}' | sh

Regards,

Script Wrecked.
 

hyme

  • Jr. Member
  • **
    • Followers of Shadon
  • Posts: 42
    • View Profile
Re: layonara_allhaks.rar
« Reply #3 on: March 01, 2009, 02:48:36 pm »
hyme@AREA51:~/nwn/portraits$ ls | awk '{l=tolower($0);if($0!=l){printf("mv \\047%s\\047 \\047%s\\047\\n",$0,l)}}' | sh
mv: missing destination file operand after `Silvia-H.tga silvia-h.tga'
Try `mv --help' for more information.
mv: missing destination file operand after `Silvia-L.tga silvia-l.tga'
Try `mv --help' for more information.
mv: missing destination file operand after `Silvia-M.tga silvia-m.tga'
Try `mv --help' for more information.
mv: missing destination file operand after `Silvia-S.tga silvia-s.tga'
Try `mv --help' for more information.
mv: missing destination file operand after `Silvia-T.tga silvia-t.tga'
Try `mv --help' for more information.
 

hyme

  • Jr. Member
  • **
    • Followers of Shadon
  • Posts: 42
    • View Profile
Re: layonara_allhaks.rar
« Reply #4 on: March 01, 2009, 02:51:18 pm »
mv Sil\\'via-H.tga silvia-h.tga
mv Sil\\'via-L.tga silvia-l.tga
mv Sil\\'via-M.tga silvia-m.tga
mv Sil\\'via-S.tga silvia-s.tga
mv Sil\\'via-T.tga silvia-t.tga

and THANKS AGAIN !!
:)
 

orth

Re: layonara_allhaks.rar
« Reply #5 on: March 01, 2009, 10:08:32 pm »
There should be a fixinstall script in the root of your Linux install.  It does all the case sensitivity fixes.  You simply run it with:

./fixinstall
 

Hellblazer

Re: layonara_allhaks.rar
« Reply #6 on: March 01, 2009, 10:32:47 pm »
HA! had to be one of my chars custom pics too lolol

 

anything