Quote:
Originally Posted by KaktoR
2) if you want to use UltraARC, just enable it by removing ; . Do not replace it with enabled DiskSpan define. In this case, DiskSpan is enabled too alongside with UltraARC, which gives you proc errors too (because there is no #define DiskSpan, so all #ifdef DiskSpan will be compiled too).
|
not sure if i follow , tried this with fe1's test script
How should this section look when i want to use UltraARC packed files???
Code:
#define UltraARC
;#define DiskSpan
gives same proc error even with all pictures enabled
and if i use
Code:
#define UltraARC
#define DiskSpan
i get this error
https://i.imgur.com/E4jd6KW.png