The World of Layonara
The NWN Persistent World => Bugs => Fixed Bugs => Topic started by: hyme 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 !!
:)
-
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.
-
Run from the ./portraits directory:
ls | awk '{l=tolower($0);if($0!=l){printf("mv \\047%s\\047 \\047%s\\047\\n",$0,l)}}' | sh
Regards,
Script Wrecked.
-
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.
-
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 !!
:)
-
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
-
HA! had to be one of my chars custom pics too lolol