cd $GAMEROOT/
find . -print | grep "\.mod"| xargs rm
find . -print | grep "\.rgb\.rgb"| xargs rm
find . -print | grep "\.raw\.raw"| xargs rm
find . -print | grep "\.raw\.rgb"| xargs rm
find . -print | grep "\.ppm\.rgba"| xargs rm
find . -print | grep "\.ppm\.bmp\.rgba" | xargs rm
find . -print | grep "\.sgi\.rgba" | xargs rm
find . -print | grep "clut\.raw" | xargs rm
find . -print | grep "chest-logo.rgb.bmp.rgba" | xargs rm
rm -f i10n/assets/zh/tex_data/endata/crs/check_f1_txt.rgba i10n/assets/zh/tex_data/endata/crs/check_f2_txt.rgba
