Jump to content

Anomen Portrait Fix


Recommended Posts

Some of Anomen's CRE files have the wrong portrait assigned to him. What this results in is Anomen's Medium portrait (NANOMENM) is replaced with the large one. On the character screen, then, the player sees only a fourth of the portrait.

 

COPY_EXISTING_REGEXP GLOB ~ANOMEN.*\.CRE~ ~override~
 READ_ASCII 0x003c "anomen_portrait"
 PATCH_IF (("%anomen_portrait%" STRING_COMPARE_CASE "NANOMENL") = 0) THEN BEGIN
  WRITE_ASCII 0x003c ~NANOMENM~
 END

 

I've got some code that also allows this to be applied retroactively. I'll get it uploaded first thing tomorrow morning.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...