Jump to content

Progtest.bif


Recommended Posts

I've noticed that Near Infinity states that it can't find progtest.bif whenever I do a search for file references in ARE files. I've found a piece of code in the G3 Debugging Suite which can solve this little annoyance and I figured that it might be useful to include it into the Modder Pack component of the Fixpack:

 

// Fix missing progtest.bif references showing up in Near Infinity

ACTION_IF NOT FILE_EXISTS ~override/xr2400.are~ THEN BEGIN
 COPY_EXISTING ~ar0087.are~ ~override/xr2400.are~
END

ACTION_IF NOT FILE_EXISTS ~override/xr2600.are~ THEN BEGIN
 COPY_EXISTING ~ar0087.are~ ~override/xr2600.are~
END

Link to comment

Archived

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

×
×
  • Create New...