Aeva / nw-converter

Parser and converter for the .nw level file format
GNU General Public License v3.0
8 stars 4 forks source link

include npcs from adjacent levels #9

Open Aeva opened 8 years ago

Aeva commented 8 years ago

An easy way to implement this, would be to read out level links for the level, and note which ones appear to be links to adjancent levels. Then, load those levels, and pull in any npcs that overlap with the edge. This should not be a feature of the parser, because we don't want to do this recursively.