diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..cfc0bc1 --- /dev/null +++ b/COPYING @@ -0,0 +1,18 @@ +YETI3D PRO Source Code +Dated: 17/8/2004 + +Here is a copy of Yeti3D PRO taken from a backup CD dated 17/8/2004. + +Only the core source code is provided. None of the original sprites or MD2 +models are provided, except the ANSI C data files. + +I have included the World Editor and MD2 Model Converter tools which require +Borland C++Builder 6+ to compile. You should be able to get them running +on older versions with some hacking. + +I have included the Win32 platform code which will show you how to get a +basic Yeti3D PRO system running. + +This project is as old as the hills and I doubt this was the last version. + +Use this code as you will. diff --git a/README.md b/README.md index a009f58..b386c8a 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,5 @@ -YETI3D PRO Source Code -Dated: 17/8/2004 +# Yeti3D PRO SDL3 Port -Here is a copy of Yeti3D PRO taken from a backup CD dated 17/8/2004. - -Only the core source code is provided. None of the original sprites or MD2 -models are provided, except the ANSI C data files. - -I have included the World Editor and MD2 Model Converter tools which require -Borland C++Builder 6+ to compile. You should be able to get them running -on older versions with some hacking. - -I have included the Win32 platform code which will show you how to get a -basic Yeti3D PRO system running. - -This project is as old as the hills and I doubt this was the last version. - -Use this code as you will. - -| | | | -|----------------------------------|-------------------------------|--------------------------------| -| ![](./screenshots/thetemple.jpg) | ![](./screenshots/yeti3d.png) | ![](./screenshots/pacyeti.jpg) | +| | | | +|--------------------------------|--------------------------------|--------------------------------| +| ![](./screenshots/yeti006.png) | ![](./screenshots/yeti007.png) | ![](./screenshots/yeti008.png) | diff --git a/screenshots/yeti006.png b/screenshots/yeti006.png new file mode 100644 index 0000000..b209d1b Binary files /dev/null and b/screenshots/yeti006.png differ diff --git a/screenshots/yeti007.png b/screenshots/yeti007.png new file mode 100644 index 0000000..84f5dfc Binary files /dev/null and b/screenshots/yeti007.png differ diff --git a/screenshots/yeti008.png b/screenshots/yeti008.png new file mode 100644 index 0000000..0cd5ee6 Binary files /dev/null and b/screenshots/yeti008.png differ