OK, I got it to mod all the scripts expect for the dw series. Yay! But when I ran the game it was almost crickets. So I think that if it's a script that's bogging the game down after getting out of Chez Irenicus then it is in the dw set. I tried just doing the dw chunk on it's own, but ran out of memory at about 100 of 1000. So now I'm trying to work out how to divide the dw set into bite size pieces. Something like:
dw#[a-l]
dw#m[^g]
dw#mg0
dw#mg1
dw#mg2
dw#mg3
dw#mg4
dw#mg[5-9]
dw#o
dw#p[^r]
dw#pr[0-1]
dw#pr[2-5]
dw#pr[6-9]
dw#[r-z]
dw#[0-2]
dw#[3-9]
dw[^#]
But can I just get rid of the DESIGNATED 2 and DESIGNATED 21-26 sections and keep adding on sections after DESIGNATED 18 (19-35)?
Thanks,
DJ