View Single Post
  #5  
Old November 23rd, 2008, 05:06 PM
Endoperez's Avatar

Endoperez Endoperez is offline
National Security Advisor
 
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
Endoperez is on a distinguished road
Default Re: BUG: Nagot gick fel myloadmallock: can't open ./mod/./Worhty_Heroes/Dogfriend.tga

#spr1 "./Worthy_Heroes/Dogfriend.tga"
#spr2 "./Worthy_Heroes/Dogfriend2.tga"

These two lines give the unit it's sprite, and cause the problem. If you are using Linux, it might be that the actual files have small 'd's instead of 'D's. Any way, if you remove these lines and add line

#copyspr 848

, the unit will have the sprite of Sidhe Lord (unit number 848). That should fix the problem.
Reply With Quote