├── .gitignore ├── E32WT.CON ├── E32WT_CODE.CON ├── E32WT_OLD.CON ├── LICENSE.txt ├── README.md ├── e32wt.def ├── e32wt.grp ├── e32wt.grpinfo ├── e32wt_content.def ├── e32wt_normalmaps.def ├── package.bat ├── package.sh └── version_e32wt.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/.gitignore -------------------------------------------------------------------------------- /E32WT.CON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/E32WT.CON -------------------------------------------------------------------------------- /E32WT_CODE.CON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/E32WT_CODE.CON -------------------------------------------------------------------------------- /E32WT_OLD.CON: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/E32WT_OLD.CON -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/README.md -------------------------------------------------------------------------------- /e32wt.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/e32wt.def -------------------------------------------------------------------------------- /e32wt.grp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/e32wt.grp -------------------------------------------------------------------------------- /e32wt.grpinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/e32wt.grpinfo -------------------------------------------------------------------------------- /e32wt_content.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/e32wt_content.def -------------------------------------------------------------------------------- /e32wt_normalmaps.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/e32wt_normalmaps.def -------------------------------------------------------------------------------- /package.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/package.bat -------------------------------------------------------------------------------- /package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/package.sh -------------------------------------------------------------------------------- /version_e32wt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hendricks266/e32wt/HEAD/version_e32wt.txt --------------------------------------------------------------------------------