From: RĂ©mi Verschelde Date: Mon, 12 Dec 2016 23:25:09 +0000 (+0100) Subject: Empire: Fix hardcoded clothes paths X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=97573902b6b557687bd89dc92885be90f3634d50;hp=97573902b6b557687bd89dc92885be90f3634d50;p=lugaru.git Empire: Fix hardcoded clothes paths There is only one path I did not fixed, as it triggered a weird texture bug on the main character, Ash (as Ben had told me by email). It can be fixed with sed to trigger the bug: # :Data:Textures:blackfur.png / Textures/Fur2.jpg (fix) sed -i 's/\x1b\x3a\x44\x61\x74\x61\x3a\x54\x65\x78\x74\x75\x72\x65\x73\x3a\x62\x6c\x61\x63\x6b\x66\x75\x72\x2e\x70\x6e\x67/\x11\x54\x65\x78\x74\x75\x72\x65\x73\x2f\x46\x75\x72\x32\x2e\x6a\x70\x67/g' Data/Maps/jendraz* ---