Jump to content

Adding new areas and links to worldmap


Recommended Posts

To revive an old topic, please do use prefixes in areas. The problem with regexp patching in BG2 is that two areas, xr2400 and xr2600 are listed in chitin.key as existing in progtest.bif. There is a slight problem that progtest.bif does not exist., so the conventional patch-anything-that-ends-in-.are regexp patch fails.

 

So, use this instead--it will patch any area file that does not begin explicitly with xr2.

 

COPY_EXISTING_REGEXP GLOB ~^\([^Xx]\|[Xx][^Rr]\|[Xx][Rr][^2]\).*\.are$~ ~override~

Link to comment

Archived

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

×
×
  • Create New...