It's possible integrate to EP version of Nebulus hard levels ("Mission 2") from Nebulus DOS version?
it depends on if it uses the same format as CPC version.
I compared the format of the level data in the ZX and CPC versions - they are identical.
[ Guests cannot view attachments ]
For the DOS version, the level storage format is almost the same.
(white is same data)
[ Guests cannot view attachments ] [ Guests cannot view attachments ]
I can try to parse the level coding format (it's not like RAW or RLE compression - something hybrid) but there will be a problem with the fact that the height (and therefore amount of data) of the each tower may be different. And will be need to change the entry points of data for each level (I definitely can't handle this).