: …One other thing I forgot to mention: For whatever reason, Atque ignores all
: resources below ID number 128. (I really wish someone would change this,
: since it makes it a colossal chore to make small revisions to the Rubicon
: map if you want all the terminal images to load.) I have no idea what
: resource ID you selected, but make sure it’s ≥128.
From the ResEdit Reference:
: ID numbers from 128 to 32767 are available to you for your uses
It's actually invalid to use resource IDs below 128. Also, because the resources are stored in fake levels in the unimap wad, using numbers below 128 can lead to overlap with real levels. For those two reasons, Atque can't round-trip resources below 128.
Someone should fix Rubicon to use valid IDs.