diff --git a/.gitignore b/.gitignore index 85dd063..684553e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ .DS_Store node_modules/** + +# Ignore files created by build step +**/style.css + +**/index.html +!/index.html diff --git a/.idea/webResources.xml b/.idea/webResources.xml index c3d36db..0a58bb4 100644 --- a/.idea/webResources.xml +++ b/.idea/webResources.xml @@ -10,6 +10,8 @@ + + diff --git a/bs-config.js b/bs-config.js index 492e498..924df6d 100644 --- a/bs-config.js +++ b/bs-config.js @@ -14,102 +14,99 @@ const domain = 'saudade.test' const homedir = require('os').homedir() +const certdir = homedir + '/Library/Application Support/Herd/config/valet/Certificates/' module.exports = { - 'ui': { - 'port': 3001, + 'ui': { + 'port': 3001, + }, + 'watch': true, + 'ignore': [], + 'single': false, + 'watchOptions': { + 'ignoreInitial': true, + }, + 'server': false, + 'proxy': 'https://' + domain, + 'port': 3000, + 'middleware': false, + 'serveStatic': [], + 'ghostMode': { + 'clicks': true, + 'scroll': true, + 'location': true, + 'forms': { + 'submit': true, + 'inputs': true, + 'toggles': true, }, - 'files': '**/*', - 'watchEvents': [ - 'change', - ], - 'watch': false, - 'ignore': [], - 'single': false, - 'watchOptions': { - 'ignoreInitial': true, + }, + 'logLevel': 'info', + 'logPrefix': 'Browsersync', + 'logConnections': false, + 'logFileChanges': true, + 'logSnippet': true, + 'rewriteRules': [], + 'open': false, + 'browser': 'default', + 'cors': false, + 'xip': false, + 'hostnameSuffix': false, + 'reloadOnRestart': false, + 'notify': false, + 'scrollProportionally': true, + 'scrollThrottle': 0, + 'scrollRestoreTechnique': 'window.name', + 'scrollElements': [], + 'scrollElementMapping': [], + 'reloadDelay': 0, + 'reloadDebounce': 500, + 'reloadThrottle': 0, + 'plugins': [], + 'injectChanges': true, + 'startPath': null, + 'minify': true, + 'host': domain, + 'localOnly': false, + 'codeSync': true, + 'timestamps': true, + 'clientEvents': [ + 'scroll', + 'scroll:element', + 'input:text', + 'input:toggles', + 'form:submit', + 'form:reset', + 'click', + ], + 'socket': { + 'socketIoOptions': { + 'log': false, }, - 'server': false, - 'proxy': 'https://' + domain, - 'port': 3000, - 'middleware': false, - 'serveStatic': [], - 'ghostMode': { - 'clicks': true, - 'scroll': true, - 'location': true, - 'forms': { - 'submit': true, - 'inputs': true, - 'toggles': true, - }, + 'socketIoClientConfig': { + 'reconnectionAttempts': 50, }, - 'logLevel': 'info', - 'logPrefix': 'Browsersync', - 'logConnections': false, - 'logFileChanges': true, - 'logSnippet': true, - 'rewriteRules': [], - 'open': false, - 'browser': 'default', - 'cors': false, - 'xip': false, - 'hostnameSuffix': false, - 'reloadOnRestart': false, - 'notify': false, - 'scrollProportionally': true, - 'scrollThrottle': 0, - 'scrollRestoreTechnique': 'window.name', - 'scrollElements': [], - 'scrollElementMapping': [], - 'reloadDelay': 0, - 'reloadDebounce': 500, - 'reloadThrottle': 0, - 'plugins': [], - 'injectChanges': true, - 'startPath': null, - 'minify': true, - 'host': domain, - 'localOnly': false, - 'codeSync': true, - 'timestamps': true, - 'clientEvents': [ - 'scroll', - 'scroll:element', - 'input:text', - 'input:toggles', - 'form:submit', - 'form:reset', - 'click', - ], - 'socket': { - 'socketIoOptions': { - 'log': false, - }, - 'socketIoClientConfig': { - 'reconnectionAttempts': 50, - }, - 'path': '/browser-sync/socket.io', - 'clientPath': '/browser-sync', - 'namespace': '/browser-sync', - 'clients': { - 'heartbeatTimeout': 5000, - }, - }, - 'tagNames': { - 'less': 'link', - 'scss': 'link', - 'css': 'link', - 'jpg': 'img', - 'jpeg': 'img', - 'png': 'img', - 'svg': 'img', - 'gif': 'img', - 'js': 'script', - }, - 'injectNotification': false, - 'https': { - 'key': homedir + '/.config/valet/Certificates/' + domain + '.key', - 'cert': homedir + '/.config/valet/Certificates/' + domain + '.crt', + 'path': '/browser-sync/socket.io', + 'clientPath': '/browser-sync', + 'namespace': '/browser-sync', + 'clients': { + 'heartbeatTimeout': 5000, }, + }, + 'tagNames': { + 'less': 'link', + 'scss': 'link', + 'css': 'link', + 'jpg': 'img', + 'jpeg': 'img', + 'png': 'img', + 'svg': 'img', + 'gif': 'img', + 'js': 'script', + }, + 'injectNotification': false, + 'https': { + 'key': certdir + domain + '.key', + 'cert': certdir + domain + '.crt', + }, } diff --git a/carolyns_creations/TO DO.txt b/carolyns_creations/TO DO.txt index 4cf7e50..2a1ed19 100644 --- a/carolyns_creations/TO DO.txt +++ b/carolyns_creations/TO DO.txt @@ -41,76 +41,76 @@ MENU.HTML * petz6 - * petz/p5hosts - * petz/p5skinz - * petz/p5playscene - * petz/p5clothes - * petz/p5toyz + * petz/petz5/p5hosts + * petz/petz5/p5skinz + * petz/petz5/p5playscene + * petz/petz5/p5clothes + * petz/petz5/p5toyz - * petz/p5breedz + * petz/petz5/p5breedz * petz/tutbreedz - * petz/c5breedz - * petz/d5breedz + * petz/petz5/c5breedz + * petz/petz5/d5breedz * petz/catbehaviours * petz/dogbehaviours - * petz/c5breeded - * petz/d5breeded + * petz/petz5/c5breeded + * petz/petz5/d5breeded - * petz/p4clothes - * petz/p4toyz - * petz/p4hosts - * petz/p4playscene + * petz/petz4/p4clothes + * petz/petz4/p4toyz + * petz/petz4/p4hosts + * petz/petz4/p4playscene - * petz/p4breedz - * petz/c4breedz - * petz/d4breedz + * petz/petz4/p4breedz + * petz/petz4/c4breedz + * petz/petz4/d4breedz - * petz/c4breeded + * petz/petz4/c4breeded Mar 2022 - * petz/d4breeded + * petz/petz4/d4breeded - * petz/p3hosts - * petz/p3clothes + * petz/petz3/p3hosts + * petz/petz3/p3clothes Mar 2022 & Sept 2022 - * petz/p3toyz + * petz/petz3/p3toyz Sept 2022 - * petz/p3playscene - * petz/p3official + * petz/petz3/p3playscene + * petz/petz3/p3official - * petz/p3breedz + * petz/petz3/p3breedz Sept 2022 & Nov 2022 - * petz/c3breedz + * petz/petz3/c3breedz Nov 2022 - * petz/d3breedz + * petz/petz3/d3breedz - * petz/c3breeded - * petz/d3breeded - * petz/c3intbreeded - * petz/d3intbreeded + * petz/petz3/c3breeded + * petz/petz3/d3breeded + * petz/petz3/c3intbreeded + * petz/petz3/d3intbreeded - * petz/p2breedz - * petz/c2breedz - * petz/d2breedz - * petz/petzIIfooler - * petz/p2toyz - * petz/p2playscene + * petz/petz2/p2breedz + * petz/petz2/c2breedz + * petz/petz2/d2breedz + * petz/petz2/petzIIfooler + * petz/petz2/p2toyz + * petz/petz2/p2playscene - * petz/catz1dex - * petz/c1breedz - * petz/d1breedz - * petz/dogz1fooler - * petz/catz1mice + * petz/petz1/catz1dex + * petz/petz1/c1breedz + * petz/petz1/d1breedz + * petz/petz1/dogz1fooler + * petz/petz1/catz1mice * oddballz/oddballz @@ -119,14 +119,19 @@ MENU.HTML * babyz/babyz-1 * babyz/babyzglasses * babyz/babyzharem - babyz/babyzclothes - babyz/babyzplayscene - babyz/babyztoyz - babyz/babyzedit - babyz/babyzplay - offsitespecials - petz/p3playscenz + Nov 2022 & July 2023 + + * babyz/babyzclothes + + Nov 2023 + + * babyz/babyzplayscene + * babyz/babyztoyz + * babyz/babyzplay + + * offsitespecials = https://web.archive.org/web/20150316023926/http://www.stevehornsc.pwp.blueyonder.co.uk/carolyn/index.htm + * petz/petz3/p3playscenz finfin/finfin HOME @@ -157,7 +162,7 @@ WHATSNEW lynelle tutorials/hexerbaby tutorials/2ndgenreport - petz/p5foolersucess + petz/petz5/p5foolersucess FLOWERS flowerza @@ -207,8 +212,8 @@ LNZDETAILS MADSCIENTIST tutorials/madscientist2 tutorials/madscientist3 - petz/p5backup - petz/petz4fooler + petz/petz5/p5backup + petz/petz4/petz4fooler tutorials/Petz5NurseryFix PETZEDIT @@ -366,44 +371,44 @@ P5BREEDZ petz/pfmice C5BREEDZ - petz/catz5-2 - petz/catz5-3 - petz/catz5-4 - petz/catz5-5 + petz/petz5/catz5-2 + petz/petz5/catz5-3 + petz/petz5/catz5-4 + petz/petz5/catz5-5 D5BREEDZ - petz/dogz5-2 - petz/dogz5-3 - petz/dogz5-4 - petz/dogz5-5 + petz/petz5/dogz5-2 + petz/petz5/dogz5-3 + petz/petz5/dogz5-4 + petz/petz5/dogz5-5 CATBEHAVIOURS - petz/reassociate + reassociate C4BREEDZ - petz/catz4-2 - petz/catz4-3 - petz/catz4-4 - petz/catz4-5 + petz/petz4/catz4-2 + petz/petz4/catz4-3 + petz/petz4/catz4-4 + petz/petz4/catz4-5 C3BREEDZ - petz/catz3-2 - petz/catz3-3 - petz/catz3-4 - petz/catz3-5 + petz/petz3/catz3-2 + petz/petz3/catz3-3 + petz/petz3/catz3-4 + petz/petz3/catz3-5 D3BREEDZ - petz/dogz3-2 - petz/dogz3-3 - petz/dogz3-4 - petz/dogz3-5 + petz/petz3/dogz3-2 + petz/petz3/dogz3-3 + petz/petz3/dogz3-4 + petz/petz3/dogz3-5 CATZ1DEX - petz/sclub - petz/dload2 + petz/petz1/sclub + petz/petz1/dload2 DOGZ1FOOLER - petz/dogz1dl + petz/petz1/dogz1dl ODDBALLZ oddballz/oddballzbreedz @@ -422,4 +427,27 @@ BABYZNEW babyz/wingjewelbabyz BABYZ-1 + babyz/babyz-2 + babyz/babyz-3 + babyz/babyz-4 + babyz/babyz-5 babyz/babyzspecial-1 + +BABYZPLAYSCENE + babyz/babyzsecretplaypen + +BABYZTOYZ + babyz/babyztoyz2 + babyz/babyztoyz3 + +BABYZPLAY + netscape4 + babyz/babyzplay/jackbly + babyz/babyzplay/vesuviusbly + babyz/babyzplay/cathybly + babyz/babyzplay/joshbly + babyz/babyzplay/frostedmaltbly + +P3PLAYSCENZ + petz/petz3/p3playscenz2 + petz/petz3/p3playscenz3 \ No newline at end of file diff --git a/carolyns_creations/frames/img/aboutme_Carolyn.jpg b/carolyns_creations/aboutme/Carolyn.jpg similarity index 100% rename from carolyns_creations/frames/img/aboutme_Carolyn.jpg rename to carolyns_creations/aboutme/Carolyn.jpg diff --git a/carolyns_creations/aboutme/aboutme.html b/carolyns_creations/aboutme/aboutme.html new file mode 100644 index 0000000..4dbc704 --- /dev/null +++ b/carolyns_creations/aboutme/aboutme.html @@ -0,0 +1,95 @@ + + + + + + Nothing important; just me, for the curious + + + + + + + + + +
+
+ +
+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ + + + + + + + + + +
+

+
+ For those who really want to know... +

+
+
+ What is there to say? Let's see. Well, I'm female, British, in + my mid '50s, have a passion for cats (I'm a foster-carer for the + local Rescue Centre and if you're interested I have a site about + my little ones here ), + a love of reading (particularly humour), and an obsession with + hex editing for all of the P.F.Magic range of games. I have + every single one of the Petz games, plus Oddballz and Babyz, + including the different versions (Mac Oddballz, International + Petz 3 etc). I've hex-edited loads of stuff for them over the + years, starting back in 1995 with Dogz original. You edit the + dogz breedfiles in Notepad, they are just simple text files -- + and I spotted that the later games have these text files too, + just stuck together with a load of other stuff in large resource + files, which is why I've always extracted them and edited them + the way I do.
+
+ I believe that information should be freely available, plus I + want others to enjoy my hobby as much as I do, which is why I + started to post "howto" messages back on the old Usenet + newsgroups years ago. Abby wrote to me and suggested that I + gather them together and make tutorials, and the rest (as they + say) is history. I also believe that in a hobby such as ours, + where we make and share add-ons for our favourite games, we + should do so freely and with joy. I never can understand the + bickering that goes on about so much, including copyright, in + our community. We edit the programmers' original files without a + by-your-leave, so why should we be upset when others fiddle with + our own files? All that is needed is a suitable acknowledgement + of our own work. Outright theft in a community like ours is + another thing I cannot understand -- after all, what is the + pleasure in taking something that someone else made and + displaying it as your own?
+
+ Do I do anything else? Well, yes -- it's been a full, rich life + so far and I spent many years of it in interesting places + outside the U.K. I've written some short stories for a satirical + magazine, and a couple of novels -- humorous fantasy/SF, + probably not suitable for youngsters -- which are available for + reading somewhere on the Internet. I've dabbled in editing stuff + in the various Creatures games, and somewhere out there are my + c307 genomes which used Slink's excellent c306 as base. + Startopia -- I modded some stuff for that, currently up at + Slink's site along with my deep delvings into the original Sims + game files. Oh, and Aquazone -- a couple of edited files of mine + and a "howto" are floating around the Internet somewhere. But + it's always the P.F.Magic series that I come back to, and + hex-editing their files that gives me most of my computerised + fun. +
+
+ Little Tam and his foster-mum + a

+
+
+ + diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Alain.gif b/carolyns_creations/babyz/babyz-1/Alain.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Alain.gif rename to carolyns_creations/babyz/babyz-1/Alain.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Alain.zip b/carolyns_creations/babyz/babyz-1/Alain.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Alain.zip rename to carolyns_creations/babyz/babyz-1/Alain.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Alaina.gif b/carolyns_creations/babyz/babyz-1/Alaina.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Alaina.gif rename to carolyns_creations/babyz/babyz-1/Alaina.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Alaina.zip b/carolyns_creations/babyz/babyz-1/Alaina.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Alaina.zip rename to carolyns_creations/babyz/babyz-1/Alaina.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Allan.gif b/carolyns_creations/babyz/babyz-1/Allan.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Allan.gif rename to carolyns_creations/babyz/babyz-1/Allan.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Allan.zip b/carolyns_creations/babyz/babyz-1/Allan.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Allan.zip rename to carolyns_creations/babyz/babyz-1/Allan.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Andrea.gif b/carolyns_creations/babyz/babyz-1/Andrea.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Andrea.gif rename to carolyns_creations/babyz/babyz-1/Andrea.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Andrea.zip b/carolyns_creations/babyz/babyz-1/Andrea.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Andrea.zip rename to carolyns_creations/babyz/babyz-1/Andrea.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Angiefay.gif b/carolyns_creations/babyz/babyz-1/Angiefay.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Angiefay.gif rename to carolyns_creations/babyz/babyz-1/Angiefay.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Angiefay.zip b/carolyns_creations/babyz/babyz-1/Angiefay.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Angiefay.zip rename to carolyns_creations/babyz/babyz-1/Angiefay.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Anona.gif b/carolyns_creations/babyz/babyz-1/Anona.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Anona.gif rename to carolyns_creations/babyz/babyz-1/Anona.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Anona.zip b/carolyns_creations/babyz/babyz-1/Anona.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Anona.zip rename to carolyns_creations/babyz/babyz-1/Anona.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Anonny.gif b/carolyns_creations/babyz/babyz-1/Anonny.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Anonny.gif rename to carolyns_creations/babyz/babyz-1/Anonny.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Anonny.zip b/carolyns_creations/babyz/babyz-1/Anonny.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Anonny.zip rename to carolyns_creations/babyz/babyz-1/Anonny.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Ariana.gif b/carolyns_creations/babyz/babyz-1/Ariana.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Ariana.gif rename to carolyns_creations/babyz/babyz-1/Ariana.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Ariana.zip b/carolyns_creations/babyz/babyz-1/Ariana.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Ariana.zip rename to carolyns_creations/babyz/babyz-1/Ariana.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Baby1.gif b/carolyns_creations/babyz/babyz-1/Baby1.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Baby1.gif rename to carolyns_creations/babyz/babyz-1/Baby1.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Baby1.zip b/carolyns_creations/babyz/babyz-1/Baby1.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Baby1.zip rename to carolyns_creations/babyz/babyz-1/Baby1.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Baby2.gif b/carolyns_creations/babyz/babyz-1/Baby2.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Baby2.gif rename to carolyns_creations/babyz/babyz-1/Baby2.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Baby2.zip b/carolyns_creations/babyz/babyz-1/Baby2.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Baby2.zip rename to carolyns_creations/babyz/babyz-1/Baby2.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Baby3.gif b/carolyns_creations/babyz/babyz-1/Baby3.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Baby3.gif rename to carolyns_creations/babyz/babyz-1/Baby3.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Baby3.zip b/carolyns_creations/babyz/babyz-1/Baby3.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Baby3.zip rename to carolyns_creations/babyz/babyz-1/Baby3.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Baby3x.gif b/carolyns_creations/babyz/babyz-1/Baby3x.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Baby3x.gif rename to carolyns_creations/babyz/babyz-1/Baby3x.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Baby3x.zip b/carolyns_creations/babyz/babyz-1/Baby3x.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Baby3x.zip rename to carolyns_creations/babyz/babyz-1/Baby3x.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Baby4.gif b/carolyns_creations/babyz/babyz-1/Baby4.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Baby4.gif rename to carolyns_creations/babyz/babyz-1/Baby4.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Baby4.zip b/carolyns_creations/babyz/babyz-1/Baby4.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Baby4.zip rename to carolyns_creations/babyz/babyz-1/Baby4.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Bessalia.gif b/carolyns_creations/babyz/babyz-1/Bessalia.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Bessalia.gif rename to carolyns_creations/babyz/babyz-1/Bessalia.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Bessalia.zip b/carolyns_creations/babyz/babyz-1/Bessalia.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Bessalia.zip rename to carolyns_creations/babyz/babyz-1/Bessalia.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Blondie.gif b/carolyns_creations/babyz/babyz-1/Blondie.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Blondie.gif rename to carolyns_creations/babyz/babyz-1/Blondie.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Blondie.zip b/carolyns_creations/babyz/babyz-1/Blondie.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Blondie.zip rename to carolyns_creations/babyz/babyz-1/Blondie.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Blondie2.gif b/carolyns_creations/babyz/babyz-1/Blondie2.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Blondie2.gif rename to carolyns_creations/babyz/babyz-1/Blondie2.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Blondie2.zip b/carolyns_creations/babyz/babyz-1/Blondie2.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Blondie2.zip rename to carolyns_creations/babyz/babyz-1/Blondie2.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Blossom.gif b/carolyns_creations/babyz/babyz-1/Blossom.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Blossom.gif rename to carolyns_creations/babyz/babyz-1/Blossom.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Blossom.zip b/carolyns_creations/babyz/babyz-1/Blossom.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Blossom.zip rename to carolyns_creations/babyz/babyz-1/Blossom.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Bluebabe.gif b/carolyns_creations/babyz/babyz-1/Bluebabe.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Bluebabe.gif rename to carolyns_creations/babyz/babyz-1/Bluebabe.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe.zip b/carolyns_creations/babyz/babyz-1/Bluebabe.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe.zip rename to carolyns_creations/babyz/babyz-1/Bluebabe.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Bluebabe0.gif b/carolyns_creations/babyz/babyz-1/Bluebabe0.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Bluebabe0.gif rename to carolyns_creations/babyz/babyz-1/Bluebabe0.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe0.zip b/carolyns_creations/babyz/babyz-1/Bluebabe0.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Bluebabe0.zip rename to carolyns_creations/babyz/babyz-1/Bluebabe0.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Bluefay.gif b/carolyns_creations/babyz/babyz-1/Bluefay.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Bluefay.gif rename to carolyns_creations/babyz/babyz-1/Bluefay.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Bluefay.zip b/carolyns_creations/babyz/babyz-1/Bluefay.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Bluefay.zip rename to carolyns_creations/babyz/babyz-1/Bluefay.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Boybase.gif b/carolyns_creations/babyz/babyz-1/Boybase.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Boybase.gif rename to carolyns_creations/babyz/babyz-1/Boybase.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Boybase.zip b/carolyns_creations/babyz/babyz-1/Boybase.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Boybase.zip rename to carolyns_creations/babyz/babyz-1/Boybase.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Caitlina.gif b/carolyns_creations/babyz/babyz-1/Caitlina.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Caitlina.gif rename to carolyns_creations/babyz/babyz-1/Caitlina.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Caitlina.zip b/carolyns_creations/babyz/babyz-1/Caitlina.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Caitlina.zip rename to carolyns_creations/babyz/babyz-1/Caitlina.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Caitlinb.gif b/carolyns_creations/babyz/babyz-1/Caitlinb.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Caitlinb.gif rename to carolyns_creations/babyz/babyz-1/Caitlinb.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Caitlinb.zip b/carolyns_creations/babyz/babyz-1/Caitlinb.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Caitlinb.zip rename to carolyns_creations/babyz/babyz-1/Caitlinb.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Candyfloss.gif b/carolyns_creations/babyz/babyz-1/Candyfloss.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Candyfloss.gif rename to carolyns_creations/babyz/babyz-1/Candyfloss.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Candyfloss.zip b/carolyns_creations/babyz/babyz-1/Candyfloss.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Candyfloss.zip rename to carolyns_creations/babyz/babyz-1/Candyfloss.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Carmena.gif b/carolyns_creations/babyz/babyz-1/Carmena.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Carmena.gif rename to carolyns_creations/babyz/babyz-1/Carmena.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Carmena.zip b/carolyns_creations/babyz/babyz-1/Carmena.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Carmena.zip rename to carolyns_creations/babyz/babyz-1/Carmena.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Carolyna.gif b/carolyns_creations/babyz/babyz-1/Carolyna.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Carolyna.gif rename to carolyns_creations/babyz/babyz-1/Carolyna.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Carolyna.zip b/carolyns_creations/babyz/babyz-1/Carolyna.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Carolyna.zip rename to carolyns_creations/babyz/babyz-1/Carolyna.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Cester.gif b/carolyns_creations/babyz/babyz-1/Cester.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Cester.gif rename to carolyns_creations/babyz/babyz-1/Cester.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Cester.zip b/carolyns_creations/babyz/babyz-1/Cester.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Cester.zip rename to carolyns_creations/babyz/babyz-1/Cester.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Charlemagne.gif b/carolyns_creations/babyz/babyz-1/Charlemagne.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Charlemagne.gif rename to carolyns_creations/babyz/babyz-1/Charlemagne.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Charlemagne.zip b/carolyns_creations/babyz/babyz-1/Charlemagne.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Charlemagne.zip rename to carolyns_creations/babyz/babyz-1/Charlemagne.zip diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Charmian.gif b/carolyns_creations/babyz/babyz-1/Charmian.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Charmian.gif rename to carolyns_creations/babyz/babyz-1/Charmian.gif diff --git a/carolyns_creations/babyz/babyz-1/Charmian.zip b/carolyns_creations/babyz/babyz-1/Charmian.zip new file mode 100644 index 0000000..e69de29 diff --git a/carolyns_creations/frames/babyz/img/babyz-1_Cherrala.gif b/carolyns_creations/babyz/babyz-1/Cherrala.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz-1_Cherrala.gif rename to carolyns_creations/babyz/babyz-1/Cherrala.gif diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Cherrala.zip b/carolyns_creations/babyz/babyz-1/Cherrala.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyz-1_Cherrala.zip rename to carolyns_creations/babyz/babyz-1/Cherrala.zip diff --git a/carolyns_creations/babyz/babyz-1/babyz-1.html b/carolyns_creations/babyz/babyz-1/babyz-1.html new file mode 100644 index 0000000..2a0c0c9 --- /dev/null +++ b/carolyns_creations/babyz/babyz-1/babyz-1.html @@ -0,0 +1,265 @@ + + + + + + + + + Hex edited babyz + + + + + + + + + +
+

Hex edited babyz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+
+ +
+
+

These are my Babyz. You need to extract the .baby file into your + Adopted Babyz directory in your Babyz program directory, or if you have + 3 Babyz in that directory already, into you Grandma's House directory. + Click on the picture to download.

+ +

Also, all Babyz here have diapers matching their skin tones, and the + pictures have been taken with those diapers in place. If you want to + download the diapers also, go to my babyz clothes page.

+ +

Page: + 1 + 2 + 3 + 4 + 5 + | + Special Babyz + | + Play with a Babyz Online

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + +
+
+
+ +
+ Page: + 1 + 2 + 3 + 4 + 5 + | + Special Babyz + | + Play with a Babyz Online +
+ + + diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Blackgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Blackgirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Blackgirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Blackgirldiaper.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Browngirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Browngirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Browngirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Browngirldiaper.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_Chocog_Creamg_Robing.gif b/carolyns_creations/babyz/babyzclothes/Chocog_Creamg_Robing.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_Chocog_Creamg_Robing.gif rename to carolyns_creations/babyz/babyzclothes/Chocog_Creamg_Robing.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Chocolategirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Chocolategirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Chocolategirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Chocolategirldiaper.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Creamgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Creamgirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Creamgirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Creamgirldiaper.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_Darkg_Blackg_Mochag.gif b/carolyns_creations/babyz/babyzclothes/Darkg_Blackg_Mochag.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_Darkg_Blackg_Mochag.gif rename to carolyns_creations/babyz/babyzclothes/Darkg_Blackg_Mochag.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Darkgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Darkgirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Darkgirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Darkgirldiaper.zip diff --git a/carolyns_creations/babyz/babyzclothes/Flameb_Flameg_Ghostg.gif b/carolyns_creations/babyz/babyzclothes/Flameb_Flameg_Ghostg.gif new file mode 100644 index 0000000..b51c8e3 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Flameb_Flameg_Ghostg.gif differ diff --git a/carolyns_creations/babyz/babyzclothes/Flameboydiaper.zip b/carolyns_creations/babyz/babyzclothes/Flameboydiaper.zip new file mode 100644 index 0000000..c541b48 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Flameboydiaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Flamegirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Flamegirldiaper.zip new file mode 100644 index 0000000..5831c82 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Flamegirldiaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Ghostgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Ghostgirldiaper.zip new file mode 100644 index 0000000..797eeb0 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Ghostgirldiaper.zip differ diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_GoldEarrings.gif b/carolyns_creations/babyz/babyzclothes/GoldEarrings.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_GoldEarrings.gif rename to carolyns_creations/babyz/babyzclothes/GoldEarrings.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_GoldEarrings.zip b/carolyns_creations/babyz/babyzclothes/GoldEarrings.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_GoldEarrings.zip rename to carolyns_creations/babyz/babyzclothes/GoldEarrings.zip diff --git a/carolyns_creations/babyz/babyzclothes/Greengirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Greengirldiaper.zip new file mode 100644 index 0000000..11763a7 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Greengirldiaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/HPGlasses1.gif b/carolyns_creations/babyz/babyzclothes/HPGlasses1.gif new file mode 100644 index 0000000..01cf7a0 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/HPGlasses1.gif differ diff --git a/carolyns_creations/babyz/babyzclothes/HarryPotterglasses.zip b/carolyns_creations/babyz/babyzclothes/HarryPotterglasses.zip new file mode 100644 index 0000000..5fd3536 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/HarryPotterglasses.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Mochagirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Mochagirldiaper.zip new file mode 100644 index 0000000..8825732 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Mochagirldiaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Monkeytail_Ookape_Monkeyg.gif b/carolyns_creations/babyz/babyzclothes/Monkeytail_Ookape_Monkeyg.gif new file mode 100644 index 0000000..ed5e81e Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Monkeytail_Ookape_Monkeyg.gif differ diff --git a/carolyns_creations/babyz/babyzclothes/Monkgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Monkgirldiaper.zip new file mode 100644 index 0000000..0a5189d Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Monkgirldiaper.zip differ diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_MyFlowerCrown.zip b/carolyns_creations/babyz/babyzclothes/MyFlowerCrown.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_MyFlowerCrown.zip rename to carolyns_creations/babyz/babyzclothes/MyFlowerCrown.zip diff --git a/carolyns_creations/babyz/babyzclothes/Ookgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Ookgirldiaper.zip new file mode 100644 index 0000000..e050796 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Ookgirldiaper.zip differ diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Paleboydiaper.zip b/carolyns_creations/babyz/babyzclothes/Paleboydiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Paleboydiaper.zip rename to carolyns_creations/babyz/babyzclothes/Paleboydiaper.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Palegirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Palegirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Palegirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Palegirldiaper.zip diff --git a/carolyns_creations/babyz/babyzclothes/Redg_Greeng_none.gif b/carolyns_creations/babyz/babyzclothes/Redg_Greeng_none.gif new file mode 100644 index 0000000..78ff8bb Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Redg_Greeng_none.gif differ diff --git a/carolyns_creations/babyz/babyzclothes/Redgirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Redgirldiaper.zip new file mode 100644 index 0000000..e78ead4 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Redgirldiaper.zip differ diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Robinbrowngirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Robinbrowngirldiaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Robinbrowngirldiaper.zip rename to carolyns_creations/babyz/babyzclothes/Robinbrowngirldiaper.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_RubyEarrings.gif b/carolyns_creations/babyz/babyzclothes/RubyEarrings.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_RubyEarrings.gif rename to carolyns_creations/babyz/babyzclothes/RubyEarrings.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_RubyEarrings.zip b/carolyns_creations/babyz/babyzclothes/RubyEarrings.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_RubyEarrings.zip rename to carolyns_creations/babyz/babyzclothes/RubyEarrings.zip diff --git a/carolyns_creations/babyz/babyzclothes/Silverg(frostedmalt)_Blondetail_Goldtail.gif b/carolyns_creations/babyz/babyzclothes/Silverg(frostedmalt)_Blondetail_Goldtail.gif new file mode 100644 index 0000000..61a8cd7 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Silverg(frostedmalt)_Blondetail_Goldtail.gif differ diff --git a/carolyns_creations/babyz/babyzclothes/Silvergirldiaper.zip b/carolyns_creations/babyz/babyzclothes/Silvergirldiaper.zip new file mode 100644 index 0000000..d2ec9a0 Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Silvergirldiaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Tailblondediaper.zip b/carolyns_creations/babyz/babyzclothes/Tailblondediaper.zip new file mode 100644 index 0000000..1a4617f Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Tailblondediaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Tailgirldarkdiaper.zip b/carolyns_creations/babyz/babyzclothes/Tailgirldarkdiaper.zip new file mode 100644 index 0000000..4ab837b Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Tailgirldarkdiaper.zip differ diff --git a/carolyns_creations/babyz/babyzclothes/Tailgolddiaper.zip b/carolyns_creations/babyz/babyzclothes/Tailgolddiaper.zip new file mode 100644 index 0000000..65ce00d Binary files /dev/null and b/carolyns_creations/babyz/babyzclothes/Tailgolddiaper.zip differ diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_Tailsfixedfornaturists.zip b/carolyns_creations/babyz/babyzclothes/Tailsfixedfornaturists.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_Tailsfixedfornaturists.zip rename to carolyns_creations/babyz/babyzclothes/Tailsfixedfornaturists.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_Tiswaswithcrown.gif b/carolyns_creations/babyz/babyzclothes/Tiswaswithcrown.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_Tiswaswithcrown.gif rename to carolyns_creations/babyz/babyzclothes/Tiswaswithcrown.gif diff --git a/carolyns_creations/babyz/babyzclothes/babyzclothes.html b/carolyns_creations/babyz/babyzclothes/babyzclothes.html new file mode 100644 index 0000000..f4e20ef --- /dev/null +++ b/carolyns_creations/babyz/babyzclothes/babyzclothes.html @@ -0,0 +1,109 @@ + + + + + + + + + Hex edited babyz clothes + + + + + + + + + + +
+

Hex edited babyz clothes
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+
+ +
+
+

These are Carolyn's Babyz clothes. You need to extract the .clo file + into your Resource\Clothes directory in your Babyz program directory. + Names of the "naturist" diapers are listed in the order they are on the + shelf.

+ +

Download the proper white diaper + overwrites the grubby-looking grey default
+ Download the fixed tails which + will allow you to use the "naturist" diapers further down this page with + the tails. Read the Readme file for more info.

+ +


+ My "Exotic bubble pants", My "normal" bubble pants and + hats
+ They show up in the closet and can be removed from or added to the baby + by hand.

+ +

+
+ Ruby Earrings, Gold Earrings

+ +


+ My Flower Crown

+ +

+
+ Oxygen Tube, "Preemie" Oxygen Tube
+ Note: the oxygen tube should work with most babyz + -- whether mini, maxi, normal, or growers.
+ But there may be some, like Kim's "Preemies", where you will find that + it looks enormous. Download the "preemie" version if you have that + problem. Both versions show up separately and do not overwrite each + other.

+ +

Brown Girl + Diaper, Pale + Boy Diaper, Pale Girl + Diaper
+ missing:
+ Browng_Paleb_Paleflesh.gif

+ +

Chocolate Girl Diaper, Cream Girl Diaper, Robin-brown Girl Diaper
+

+ +

Dark Girl Diaper, Black Girl Diaper, Mocha Girl Diaper
+

+ +

Flame Boy Diaper, Flame Girl Diaper, Ghost Girl Diaper
+

+ +

Monkeytail Diaper, Ookape Diaper, Monkey Girl Diaper
+

+ +

Silver (Frostedmalt) Girl Diaper, Blondetail Diaper, Goldtail Diaper
+

+ +

Red Girl Diaper, Green Diaper
+

+ +

Harry Potter Glasses,
+

+
+
+ + + diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_exoticbubblepants.zip b/carolyns_creations/babyz/babyzclothes/exoticbubblepants.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_exoticbubblepants.zip rename to carolyns_creations/babyz/babyzclothes/exoticbubblepants.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_exoticbubbles.gif b/carolyns_creations/babyz/babyzclothes/exoticbubbles.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_exoticbubbles.gif rename to carolyns_creations/babyz/babyzclothes/exoticbubbles.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_normalbubbles.zip b/carolyns_creations/babyz/babyzclothes/normalbubbles.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_normalbubbles.zip rename to carolyns_creations/babyz/babyzclothes/normalbubbles.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_oxygentube.gif b/carolyns_creations/babyz/babyzclothes/oxygentube.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_oxygentube.gif rename to carolyns_creations/babyz/babyzclothes/oxygentube.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_oxygentube.zip b/carolyns_creations/babyz/babyzclothes/oxygentube.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_oxygentube.zip rename to carolyns_creations/babyz/babyzclothes/oxygentube.zip diff --git a/carolyns_creations/frames/babyz/images/babyzclothes_oxygentubepreemie.gif b/carolyns_creations/babyz/babyzclothes/oxygentubepreemie.gif similarity index 100% rename from carolyns_creations/frames/babyz/images/babyzclothes_oxygentubepreemie.gif rename to carolyns_creations/babyz/babyzclothes/oxygentubepreemie.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_oxygentubepreemie.zip b/carolyns_creations/babyz/babyzclothes/oxygentubepreemie.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_oxygentubepreemie.zip rename to carolyns_creations/babyz/babyzclothes/oxygentubepreemie.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzclothes_whitediaper.zip b/carolyns_creations/babyz/babyzclothes/whitediaper.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzclothes_whitediaper.zip rename to carolyns_creations/babyz/babyzclothes/whitediaper.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_AtticExternal.zip b/carolyns_creations/babyz/babyzedit/AtticExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_AtticExternal.zip rename to carolyns_creations/babyz/babyzedit/AtticExternal.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzEditingMadeEasy.zip b/carolyns_creations/babyz/babyzedit/BabyzEditingMadeEasy.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzEditingMadeEasy.zip rename to carolyns_creations/babyz/babyzedit/BabyzEditingMadeEasy.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_BabyzExtLnz2.jpg b/carolyns_creations/babyz/babyzedit/BabyzExtLnz2.jpg similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_BabyzExtLnz2.jpg rename to carolyns_creations/babyz/babyzedit/BabyzExtLnz2.jpg diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestEasy-edit.zip b/carolyns_creations/babyz/babyzedit/BabyzFrogChestEasy-edit.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestEasy-edit.zip rename to carolyns_creations/babyz/babyzedit/BabyzFrogChestEasy-edit.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripBitmaps.zip b/carolyns_creations/babyz/babyzedit/BabyzFrogChestFilmstripBitmaps.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripBitmaps.zip rename to carolyns_creations/babyz/babyzedit/BabyzFrogChestFilmstripBitmaps.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripSections.zip b/carolyns_creations/babyz/babyzedit/BabyzFrogChestFilmstripSections.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzFrogChestFilmstripSections.zip rename to carolyns_creations/babyz/babyzedit/BabyzFrogChestFilmstripSections.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzRezForEasy-edits.zip b/carolyns_creations/babyz/babyzedit/BabyzRezForEasy-edits.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzRezForEasy-edits.zip rename to carolyns_creations/babyz/babyzedit/BabyzRezForEasy-edits.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzWithMenu.zip b/carolyns_creations/babyz/babyzedit/BabyzWithMenu.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzWithMenu.zip rename to carolyns_creations/babyz/babyzedit/BabyzWithMenu.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_Babyzfilmstripfiles.zip b/carolyns_creations/babyz/babyzedit/Babyzfilmstripfiles.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_Babyzfilmstripfiles.zip rename to carolyns_creations/babyz/babyzedit/Babyzfilmstripfiles.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Babyzgrow2.gif b/carolyns_creations/babyz/babyzedit/Babyzgrow2.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Babyzgrow2.gif rename to carolyns_creations/babyz/babyzedit/Babyzgrow2.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BabyzrezSafeCopy.zip b/carolyns_creations/babyz/babyzedit/BabyzrezSafeCopy.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BabyzrezSafeCopy.zip rename to carolyns_creations/babyz/babyzedit/BabyzrezSafeCopy.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_BackyardExternal.zip b/carolyns_creations/babyz/babyzedit/BackyardExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_BackyardExternal.zip rename to carolyns_creations/babyz/babyzedit/BackyardExternal.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_CarrotsBagExternal.zip b/carolyns_creations/babyz/babyzedit/CarrotsBagExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_CarrotsBagExternal.zip rename to carolyns_creations/babyz/babyzedit/CarrotsBagExternal.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Carrotsbag.gif b/carolyns_creations/babyz/babyzedit/Carrotsbag.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Carrotsbag.gif rename to carolyns_creations/babyz/babyzedit/Carrotsbag.gif diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Check.gif b/carolyns_creations/babyz/babyzedit/Check.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Check.gif rename to carolyns_creations/babyz/babyzedit/Check.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_ClothesclosetExternal.zip b/carolyns_creations/babyz/babyzedit/ClothesclosetExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_ClothesclosetExternal.zip rename to carolyns_creations/babyz/babyzedit/ClothesclosetExternal.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_EditingBabyzSecretPlaypen.zip b/carolyns_creations/babyz/babyzedit/EditingBabyzSecretPlaypen.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_EditingBabyzSecretPlaypen.zip rename to carolyns_creations/babyz/babyzedit/EditingBabyzSecretPlaypen.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_ExternalStuffWhereItGoes.jpg b/carolyns_creations/babyz/babyzedit/ExternalStuffWhereItGoes.jpg similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_ExternalStuffWhereItGoes.jpg rename to carolyns_creations/babyz/babyzedit/ExternalStuffWhereItGoes.jpg diff --git a/carolyns_creations/frames/babyz/img/babyz_Faedruna.gif b/carolyns_creations/babyz/babyzedit/Faedruna.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyz_Faedruna.gif rename to carolyns_creations/babyz/babyzedit/Faedruna.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_Faedrune.zip b/carolyns_creations/babyz/babyzedit/Faedrune.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_Faedrune.zip rename to carolyns_creations/babyz/babyzedit/Faedrune.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_FamilyroomExternal.zip b/carolyns_creations/babyz/babyzedit/FamilyroomExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_FamilyroomExternal.zip rename to carolyns_creations/babyz/babyzedit/FamilyroomExternal.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Fatima.gif b/carolyns_creations/babyz/babyzedit/Fatima.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Fatima.gif rename to carolyns_creations/babyz/babyzedit/Fatima.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_Fatima.zip b/carolyns_creations/babyz/babyzedit/Fatima.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_Fatima.zip rename to carolyns_creations/babyz/babyzedit/Fatima.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_FilesToHelpSceneEditing.zip b/carolyns_creations/babyz/babyzedit/FilesToHelpSceneEditing.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_FilesToHelpSceneEditing.zip rename to carolyns_creations/babyz/babyzedit/FilesToHelpSceneEditing.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Gerri.gif b/carolyns_creations/babyz/babyzedit/Gerri.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Gerri.gif rename to carolyns_creations/babyz/babyzedit/Gerri.gif diff --git a/carolyns_creations/frames/babyz/img/babyzedit_GrowingBabyz.gif b/carolyns_creations/babyz/babyzedit/GrowingBabyz.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_GrowingBabyz.gif rename to carolyns_creations/babyz/babyzedit/GrowingBabyz.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_GrowingBabyzAndHairMar2003.zip b/carolyns_creations/babyz/babyzedit/GrowingBabyzAndHairMar2003.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_GrowingBabyzAndHairMar2003.zip rename to carolyns_creations/babyz/babyzedit/GrowingBabyzAndHairMar2003.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Gunkchest.gif b/carolyns_creations/babyz/babyzedit/Gunkchest.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Gunkchest.gif rename to carolyns_creations/babyz/babyzedit/Gunkchest.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_HexingBabyzHairEyelashesAndGrowthAug2003.zip b/carolyns_creations/babyz/babyzedit/HexingBabyzHairEyelashesAndGrowthAug2003.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_HexingBabyzHairEyelashesAndGrowthAug2003.zip rename to carolyns_creations/babyz/babyzedit/HexingBabyzHairEyelashesAndGrowthAug2003.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_HippochestEasy-edit.zip b/carolyns_creations/babyz/babyzedit/HippochestEasy-edit.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_HippochestEasy-edit.zip rename to carolyns_creations/babyz/babyzedit/HippochestEasy-edit.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_KidpoolmakingKit.zip b/carolyns_creations/babyz/babyzedit/KidpoolmakingKit.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_KidpoolmakingKit.zip rename to carolyns_creations/babyz/babyzedit/KidpoolmakingKit.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_KitchenExternal.zip b/carolyns_creations/babyz/babyzedit/KitchenExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_KitchenExternal.zip rename to carolyns_creations/babyz/babyzedit/KitchenExternal.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_MakingBlyFiles.zip b/carolyns_creations/babyz/babyzedit/MakingBlyFiles.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_MakingBlyFiles.zip rename to carolyns_creations/babyz/babyzedit/MakingBlyFiles.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip b/carolyns_creations/babyz/babyzedit/MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip rename to carolyns_creations/babyz/babyzedit/MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_NurseryExternal.zip b/carolyns_creations/babyz/babyzedit/NurseryExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_NurseryExternal.zip rename to carolyns_creations/babyz/babyzedit/NurseryExternal.zip diff --git a/carolyns_creations/frames/babyz/img/babyzedit_Pepebabyz.gif b/carolyns_creations/babyz/babyzedit/Pepebabyz.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzedit_Pepebabyz.gif rename to carolyns_creations/babyz/babyzedit/Pepebabyz.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_Pepebabyz.zip b/carolyns_creations/babyz/babyzedit/Pepebabyz.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_Pepebabyz.zip rename to carolyns_creations/babyz/babyzedit/Pepebabyz.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_PetAndBabyFileEditingJan2003.zip b/carolyns_creations/babyz/babyzedit/PetAndBabyFileEditingJan2003.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_PetAndBabyFileEditingJan2003.zip rename to carolyns_creations/babyz/babyzedit/PetAndBabyFileEditingJan2003.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_PeteyesBabyzbellybuttons.zip b/carolyns_creations/babyz/babyzedit/PeteyesBabyzbellybuttons.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_PeteyesBabyzbellybuttons.zip rename to carolyns_creations/babyz/babyzedit/PeteyesBabyzbellybuttons.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_PlayroomExternal.zip b/carolyns_creations/babyz/babyzedit/PlayroomExternal.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_PlayroomExternal.zip rename to carolyns_creations/babyz/babyzedit/PlayroomExternal.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip b/carolyns_creations/babyz/babyzedit/RemovingBabyzOrPetzLegsEtcApr2003.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip rename to carolyns_creations/babyz/babyzedit/RemovingBabyzOrPetzLegsEtcApr2003.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_SipcupEasyedit.zip b/carolyns_creations/babyz/babyzedit/SipcupEasyedit.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_SipcupEasyedit.zip rename to carolyns_creations/babyz/babyzedit/SipcupEasyedit.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_babyfilmstrip.zip b/carolyns_creations/babyz/babyzedit/babyfilmstrip.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_babyfilmstrip.zip rename to carolyns_creations/babyz/babyzedit/babyfilmstrip.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_babyzCDfix.zip b/carolyns_creations/babyz/babyzedit/babyzCDfix.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_babyzCDfix.zip rename to carolyns_creations/babyz/babyzedit/babyzCDfix.zip diff --git a/carolyns_creations/babyz/babyzedit/babyzedit.html b/carolyns_creations/babyz/babyzedit/babyzedit.html new file mode 100644 index 0000000..597bb62 --- /dev/null +++ b/carolyns_creations/babyz/babyzedit/babyzedit.html @@ -0,0 +1,505 @@ + + + + + + Special Babyz stuff for editing + + + + + + + + + +
+

+ Fix 'n' Ref... + Easy Babyz... + Edit Info... + Easy Scenes... + Toyz/Clo... + Babyfile edit... +

+ +

Go to my Main tutorial + page
+ for general stuff and colour charts, Resource Hacker tips, LNZ Pro 2 tips + etc
+ Go to my LNZ breakdown chunks
+ for some very useful information on the LNZ files which make up the core of + your new baby.
+ Go here for info on Nicholas' Babyza, + Tinker, and LNZPro 2
+ Not created by me, obviously -- but I've helped with + information and files, and I feel very protective of Nicholas. He's a + National Treasure :-)

+ +

NOTE My tutorials mostly tell you how to edit in the days before + Nicholas' + tools were created for us all. I keep the tutorials and howtos here + anyway because they are still useful. But wherever you see mention of + Notepad, you can use the same info when editing the LNZ or CLZ section in + LNZPro. And my LNZ info chunks are + still invaluable.

+ +

The special hexer baby + -- thanks, L41N!
+ This is L41N's brilliant idea. She sent me a hexer baby which I tidied up + and added to with extra comments, a how-to page etc.

+ +

Go here for Sphinx's Special + tools
+ Also not created by me, obviously :-) but Sphinx has + generously offered them to the BC and, since I have fond memories of her + jabbing, poking and encouraging me until I made many of my Babyz + discoveries, I am very happy to have something of hers here.

+ +

IMPORTANT NOTE:
+ Some files that we hexers want to edit are .DLL files, such as the large + BabyzRez.dll. Windows, by default, has files of this type "hidden" -- + presumably as some kind of safety feature, but in our case we need to see + them. So if you cannot see them on your machine, open My Computer or Windows + Explorer, choose View and Options, and then under View make sure that "Show + all files" is ticked. While you're about it, un-tick "Hide MS-DOS file + extensions", because that's a nuisance too.

+ + +

Babyz fixes, and Reference + items
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

ViaVoice fix
+ Sound fixed files for Windows XP
+ Now that Nicholas has made Petza fix the sound problem while the game is + running, you don't really need this soundfix. But I'm leaving it up for + anyone who cannot get petza to work for them or wants alternative files for + the "fooler". I have the link to Nicholas' site on my "Nicholas' Tools" + page.
+ + Modified Exe for Playpen access
+ This is my ongoing testbed .exe file. My hope is that I + will eventually be able to get the game to accept more playscenes, by + avoiding the need to use the house icon. As yet in my game I have not + been able to get it to work for the Attic and Nursery, so have not got as + far as further scenes. I'm producing it for you in case you can do better + with it. It does have one feature that you might enjoy; the Playpen and + Desktop "scenes" are both usable. It overwrites your original, so please + please make sure you put yours somewhere safe before trying mine.
+ + My Colour Chart for Babyz hexing
+ How to fix problems with Babyz freezing + or crashing
+ Brain-sliders for your Babyz' health + and happiness
+ Babyz Ballz list
+ + + Backup copy of un-edited BabyzRez.dll
+ For people who don't use my easy-edit package to create + new babyz. If you've messed the thing up in Resource Hacker or a hex + editor and don't want to have to re-install, then this is the download + for you.
+ + A fix for when that annoying CD message pops + up
+ ...and you don't want to either have to keep putting + the CD in the drive or re-setting the game back to its defaults.

+ +

Babyz Demo + Fooler.
+ A partial solution for people who cannot buy the + game anywhere; this fools the demo into giving you better play.

+ +

And for people who have lost their CD and cannot find another anywhere, + here is a page where you can find a backup + ISO image of the complete game and an installation fix. The game is zipped + of course, so you would need to unzip it and either burn it to a CD or mount + it with image-mounting software. If you don't know what that means, just + burn it to a CD.

+ +

And, if you're running Windows (blech) XP or (argh blech) Vista, I + strongly advise you to get Nicholas' Petza/Babyza. You can get the link to + his site via my "Nicholas' Tools" page.

+ + +

Ultra-easy editing to create new + babyz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + Ultra easy New-babyz editing "howto" + package
+ The Rez.dll plus .lnz from Ultra Easy + package
+ Only download the Rez.dll version if you either cannot + change the single byte yourself or the little patch from the "howto" + package doesn't work. The zipfile is 5.5 megabytes in size.

+ +

(Take a look also at my LNZ file + breakdown chunks here, they really + should be helpful.)
+ This is part of my "Ultra-easy" editing range; this package includes all + that you need in order to create new babyz easily, using only Notepad, + Wordpad and either Windows Explorer or My Computer! Woo-hoo! NOTE: You do + have to read the included text files carefully and follow the instructions, + or the method won't work for you. Click here + to see a screengrab of my Babyz directories in Windows Explorer, so + you can see where the .lnz files are supposed to go if you're confused. + The icon beside the .lnz files are Notepad ones because I used Windows + Explorer's View -> Options -> File Types menu item to Associate the .lnz + extension with Notepad.exe.

+ + This next lot is for people who want to edit items such as the bubbles from + the bubble machine. You can only change those by editing them in the + BabyzRez.dll file, and all the in-game bubbles will be changed if you do -- + bath bubbles etc. So if people want your bubbles they will have to download + the external-filmstrip files.
+ + The Rez.dll prepared for external + filmstrips
+ This is a 5.5 megabyte download and is just the .dll file with two bytes + changed to make the game look for filmstrips externally. You can change the + bytes yourself instead if you wish, but whichever you choose, you absolutely + need to download the filmstrips.
+ + The external filmstrips
+ + This next one is a .dll which has been prepared to use external lnz as well + as external filmstrips. If you download it, make sure to download also the + external filmstrips zip which also contains the required external lnz. The Rez.dll prepared for + external filmstrips

+ +

Ultra easy New-babyz + Egyptian-pharaoh eyes, bangs, single pigtail with bow
+ This is actually the complete .lnz for a baby, for use with my Ultra easy + New-babyz editing "howto".

+ +

+ Flowers etc on a babyz +

+ +

Ultra easy New-babyz + Flowers, Long hair Etc
+ This is actually the complete .lnz for a baby, for use with my Ultra easy + New-babyz editing "howto", including instructions for customising it.
+ + Flowers etc on a babyz +
+ + Ultra easy New-babyz Wingz
+ wingz on babyz +

+ + +

Various Information for making special new + babyz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + This is for editing the .lnz files; my easy-edit kit along with + Notepad.exe is how I used to make new babyz, and I recommend it to you.
+ Nowadays I also use the ever-more-fantastic LNZPro, either with my easy-edit + kits or simply to rehex one of my existing babyz.
+ Here's a special hexer baby for + you to use with LNZPro -- thanks, L41N, + for the great idea and the base + baby! This method is also highly recommended.
+ As I say above, please also take a look at my LNZ file breakdown chunks here, they really should help you + understand the .lnz files.

+ +

How to hex a babyz that's + permanently skinny (or fat)
+ How to use Polygons in Babyz + hexing
+ How to add stuff from clothing items + to your babyz
+ + + Pepe Babyz +
+ + How to use Linez in Babyz + hexing
+ Making new babyz
+ How to "enable" the original + teeth
+ Creating Preemie babyz
+ Moving Add Ballz around
+ x, y, z positions -- how to figure it out
+ changing textures in Babyz, also + kiss-marks
+ + Hexing Babyz Hair, + Eyelashes, and growth
+ Updated August 2003. This time not on .baby files (see + below, "Various Information for Editing adopted .Baby files", for info on + making already-adopted babyz grow). This is for people who want to adopt + babyz that will grow without alteration. Includes some info on changing + body colours. Also includes example babyz and .lnz sections.

+ +

growing babyz

+ +

Making a Baby + or Pet with missing limbs.
+ and before anyone sends me hate-mail for this one, + please read the readme. This tutorial is intended as a service for people + who need to relate to virtual playmates who do not have the "body + perfect".
+ + Hair FAQs

+ +

My Playscene Easy-edit Kits
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + NOTE: Since I made these, Nicholas has made the Tinker and LNZPro 2 + programmes. You can download them via my Nicholas Tools page, and for info + on how to use them for this purpose click here
+ Specifically on making playscenes show up separately using LNZPro, click here.
+ + A kit for making new kitchen + Playscenes
+ part of my "Ultra-easy" editing range. This particular + one has the filmstrips separated out, but I have not had time to put the + bitmap headers on them for you.
+ + A kit for making new Clothes Closet + Playscenes
+ part of my "Ultra-easy" editing range. This particular + one has the filmstrips separated out, but I have not had time to put the + bitmap headers on them for you.
+ + A kit for making new Family Room + Playscenes
+ part of my "Ultra-easy" editing range. + + An easy-edit kit for making new Attic + Playscenes
+ part of my "Ultra-easy" editing range. + + An easy-edit kit for making new Back Yard + Playscenes
+ part of my "Ultra-easy" editing range. + + An easy-edit kit for making new Playroom + Playscenes
+ part of my "Ultra-easy" editing range. + + A kit for making new nursery + Playscenes
+ part of my "Ultra-easy" editing range; this package + includes the playscene and a load of external files which you do need to + put in the correct places before the game will accept it. Please read the + included info carefully. Note that if you want the window area to look + right, you'll need to either change the background in the affected area + or you'll need to edit the window filmstrips. If you want my Secret Wood Playscene, you'll need + to install this "change your nursery" kit first. Click here to see a screengrab of + my Babyz directories in Windows Explorer, so you can see where the Nursery's + external files are supposed to go if you're confused. + If you're having trouble working out how to fix problems with the + background
+ being messed up in places, or you need help with + editing the filmstrips, download this file also -- it is + specific to Nursery-based scenes, but with any luck it'll help you to + understand how to deal with others too.

+ +

Changing your + Babyz "secret" Playpen background
+ Note that this tells you to edit your game's main .exe file. It also gives a + hint that you can edit other graphics within the .exe.
+ For people who have a later version of the game than mine, you may prefer to + use:
+ this simpler + method for changing the playpen background.
+ Works with later versions of the game than mine. If this doesn't work for + you, either get a later version of the Babyz.exe -- my "modified" one, for + instance, or there may be one available at Daniel Wright's The + Babyz Crib -- or check out my "howto" above on editing the .exe.

+ + +

Filmstrip editing, Toyz, Toychests, and + Clothes
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

NOTE: Since I made the easy-edit kits, Nicholas has made the + Tinker and LNZPro 2 programmes. You can download them via my Nicholas Tools + page, and for info on how to use them for this purpose click here

+ +

+ Extra help; making your + own crackers come out of the box
+ The Carrot bag mentioned in the cracker-box + tut
+ + carrots bag
+ + Extra help on non-overwriting + clothes etc
+ Changing the jar and bowl food-blob + colour on the spoon
+ Easy-edit kit for making your own Sippy + cups
+ + A kit for making your own "Red" + Toychests
+ Everything is here for your easy-editing pleasure, + except that I've not put the bitmap headers on the chopped filmstrips. I + thought I'd leave that bit of fun for you... actually I had no time to do + it :-)
+ + A kit for making your own Hippo + Toychests
+ Everything is here for your easy-editing pleasure, + except that I've not put the bitmap headers on the chopped filmstrips. I + thought I'd leave that bit of fun for you... actually I had no time to do + it :-)
+ + A kit for making your own + Toychests
+ This is an external-filmstrip easy-edit package. Those + who are keen to learn more about filmstrip editing may also wish to + download this second + zipfile with its split-filmstrip and howto, but those who just + want as much done for them as possible will wish to download this third zipfile with + ready-prepared bitmaps instead of the second zipfile.
+ + My Gunk Toychest
+ Gunk toychest
+ Think it's pretty dreadful?? Well, consider yourselves + lucky that I didn't drive you potty with my "gone" toychest *cackles + crazily*
+ + A kit for making your own kiddie + pools
+ This is a set of filmstrips for you to edit and + instructions for re-inserting them into the bathtub toy.
+ + Un-hiding and + giving shelf graphics to difficult toyz
+ This includes the petz games, but there is very + important info for Babyz. It shows how you can use your hex editor to + make "hidden" toyz show up properly on shelves in all the games.
+ + Editing Babyz Filmstrips (advanced)
+ Toyz editing, clothes showing up separately, etc, for + Babyz.
+ + Simple filmstrip editing
+ hex-painting (colouring) for toyz, clothes on shelf, + etc. Applies to all the games including Babyz.
+ + Hexing babyz clothes
+ Position of clothes etc on + shelves
+ People who get puzzled as to how the game knows where + to put clothing items etc, and how to fit their own in where they wish, + this is for you.
+ + Making Hidden and special-place + toyz
+ This one shows how easy it is to make your own "hidden" + toyz and make them appear in very special places, such as the floor of + any chosen scene or the fridge etc. Click here for my example Icecup toy; if + you follow the installation instructions, the toy should show up only in + the freezer compartment. + + Changing "Pointers" in + files
+ For people who get puzzled about why clothes or toyz + don't look right on the shelves after filmstrips etc have been + changed.

+ + +

+ Various Information for Editing adopted .Baby files
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +

+ +

+ Here's a special hexer baby
+ for you to use with LNZPro -- thanks, L41N, for the + great idea and the base + baby!
+ If you download this baby and study how to edit it in + LNZPro, once you're used to that you should be able to rehex any of your + own babyz in the same way. This is not intended as a method for thieves + to steal code, and you can be assured that the BC will notice if you do that + :-)

+ +

Apart from the "basic" tutorial, the following "howto"s tend to assume + that you already know how to edit .baby files. Some of them are also + relevant to editing pet files, but don't let that confuse you. The methods + are the same. Unless you are using LNZPro (recommended to you since the + wonderful version 3!), you need to edit in a hex editor and compensate for + the checksum.

+ +

Basic .baby and .pet + file editing

+ +

How make your baby + permanently skinny (or fat)
+ Put "eyeshadow" on your + already-adopted babyz
+ You can now make changes to your babyz' eyelids that + will actually work.
+ + Turning your babyz into + Walkers
+ A rare fixable corruption in a pet or + babyz
+ Eyelids -- adding or subtracting + digits
+ Editing without a Paint Ballz + section
+ Eye colour -- how?
+ + More Pet and Baby file + editing
+ Putting bellybuttons on Babyz, and how to increase a + pet's eye colour to a greater-digit number or decrease it to a + lesser-digit number. Includes example babyz and petz.
+ bellybutton before and after

+ +

How to make + your adopted Babyz grow, also its hair
+ Includes example baby.
+ Note that, if you want the hair etc to grow out from the head as the baby + grows rather than appearing as spots in the air around the baby at first, + read this [Add Ball] snippet of + info.
+ Growing Babyz

+ +

+ More Advanced Pet + And Baby Files Editing (Updated 20 June 2003)
+ Includes examples
+ Advanced Pet And Baby File + Editing (Jan 2003)

+ +

Online Player files.
+ ~~~~~~~~~~~~~~~~~~~~

+ +

Making babyz Player files to put + up at your website

+ +

.

+
+ + diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripandlnzbabyzrez.zip b/carolyns_creations/babyz/babyzedit/externalfilmstripandlnzbabyzrez.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripandlnzbabyzrez.zip rename to carolyns_creations/babyz/babyzedit/externalfilmstripandlnzbabyzrez.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripbabyzrez.zip b/carolyns_creations/babyz/babyzedit/externalfilmstripbabyzrez.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_externalfilmstripbabyzrez.zip rename to carolyns_creations/babyz/babyzedit/externalfilmstripbabyzrez.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_filmstriphexpainting.zip b/carolyns_creations/babyz/babyzedit/filmstriphexpainting.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_filmstriphexpainting.zip rename to carolyns_creations/babyz/babyzedit/filmstriphexpainting.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_gunkchest.zip b/carolyns_creations/babyz/babyzedit/gunkchest.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_gunkchest.zip rename to carolyns_creations/babyz/babyzedit/gunkchest.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_orangetexturedicecup.zip b/carolyns_creations/babyz/babyzedit/orangetexturedicecup.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_orangetexturedicecup.zip rename to carolyns_creations/babyz/babyzedit/orangetexturedicecup.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzedit_redchestEasy-edit.zip b/carolyns_creations/babyz/babyzedit/redchestEasy-edit.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzedit_redchestEasy-edit.zip rename to carolyns_creations/babyz/babyzedit/redchestEasy-edit.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzglasses_Blankglasses.zip b/carolyns_creations/babyz/babyzglasses/Blankglasses.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzglasses_Blankglasses.zip rename to carolyns_creations/babyz/babyzglasses/Blankglasses.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzglasses_EltonJohnBaby.zip b/carolyns_creations/babyz/babyzglasses/EltonJohnBaby.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzglasses_EltonJohnBaby.zip rename to carolyns_creations/babyz/babyzglasses/EltonJohnBaby.zip diff --git a/carolyns_creations/frames/babyz/img/babyzglasses_EltonJohnCollage.jpg b/carolyns_creations/babyz/babyzglasses/EltonJohnCollage.jpg similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzglasses_EltonJohnCollage.jpg rename to carolyns_creations/babyz/babyzglasses/EltonJohnCollage.jpg diff --git a/carolyns_creations/frames/babyz/dl/babyzglasses_Eltonglasses.zip b/carolyns_creations/babyz/babyzglasses/Eltonglasses.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzglasses_Eltonglasses.zip rename to carolyns_creations/babyz/babyzglasses/Eltonglasses.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzglasses_Heartglasses.zip b/carolyns_creations/babyz/babyzglasses/Heartglasses.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzglasses_Heartglasses.zip rename to carolyns_creations/babyz/babyzglasses/Heartglasses.zip diff --git a/carolyns_creations/frames/babyz/img/babyzglasses_PlainHeartGlasses.gif b/carolyns_creations/babyz/babyzglasses/PlainHeartGlasses.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzglasses_PlainHeartGlasses.gif rename to carolyns_creations/babyz/babyzglasses/PlainHeartGlasses.gif diff --git a/carolyns_creations/frames/babyz/img/babyzglasses_Plaincircleglasses.gif b/carolyns_creations/babyz/babyzglasses/Plaincircleglasses.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzglasses_Plaincircleglasses.gif rename to carolyns_creations/babyz/babyzglasses/Plaincircleglasses.gif diff --git a/carolyns_creations/frames/babyz/img/babyzglasses_WackyStarGlasses.gif b/carolyns_creations/babyz/babyzglasses/WackyStarGlasses.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzglasses_WackyStarGlasses.gif rename to carolyns_creations/babyz/babyzglasses/WackyStarGlasses.gif diff --git a/carolyns_creations/babyz/babyzglasses/babyzglasses.html b/carolyns_creations/babyz/babyzglasses/babyzglasses.html new file mode 100644 index 0000000..473d97c --- /dev/null +++ b/carolyns_creations/babyz/babyzglasses/babyzglasses.html @@ -0,0 +1,67 @@ + + + + + + + + + Babyz Glasses + + + + + + + + + +
+

.

+ +

unusual glasses for your Babyz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

These glasses were inspired by a request by Budgie, on the Insatiable forum, who wanted star-shaped glasses. + Later on in the thread, Chris suggested heart-shaped sunglasses for babyz on + the beach... It caught my imagination and here, at last they are for + download along with a very special babyz hexed by Tigger.

+ +

In this montage by Tigger,
+ + Elton John
+ Tigger's Elton John
is modelling
+ my Heart glasses + and
+ my Elton + Glasses
+ Click on the picture to download him. He looks best if you also have + installed my Elton Glasses and
+ clothes from Liz' Bubble Babyz boutique. + Read the + readme in his zipfile :-)

+ +

Also for your downloading pleasure, here is + another pair of glasses which is + really three (or even more) in one! Please read the readme very carefully + and install it properly, or it won't work for you. Hexers may also enjoy + this one. Here are three of my own babes, hexed for me by some lovely + people, modelling the set for you:
+ wacky stars + plain hearts + palin circles
+ Delissa, from DStar, favours the Wacky Star glasses; Dream, from Garfield, + has a classier taste in hearts; and Jane's Serenity seems rather fond of the + simple circlets.

+ +

Enjoy!

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/babyz/img/babyzharem_Callys.gif b/carolyns_creations/babyz/babyzharem/Callys.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzharem_Callys.gif rename to carolyns_creations/babyz/babyzharem/Callys.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzharem_GoldHaremDress.zip b/carolyns_creations/babyz/babyzharem/GoldHaremDress.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzharem_GoldHaremDress.zip rename to carolyns_creations/babyz/babyzharem/GoldHaremDress.zip diff --git a/carolyns_creations/frames/babyz/img/babyzharem_TevynGoldDanceDress.gif b/carolyns_creations/babyz/babyzharem/TevynGoldDanceDress.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzharem_TevynGoldDanceDress.gif rename to carolyns_creations/babyz/babyzharem/TevynGoldDanceDress.gif diff --git a/carolyns_creations/babyz/babyzharem/babyzharem.html b/carolyns_creations/babyz/babyzharem/babyzharem.html new file mode 100644 index 0000000..df765ab --- /dev/null +++ b/carolyns_creations/babyz/babyzharem/babyzharem.html @@ -0,0 +1,57 @@ + + + + + + + + + Babyz Harem sets + + + + + + + + + +
+

.

+ +

My Babyz Harem sets
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

These "harem" items are just a bit of fun, in case anyone is upset by the + idea. My babyz love dressing up, and they seem to enjoy my more glittery or + diaphanous items. I usually have three babyz in the game at once, and often + it is one boy and two girls or vice versa. I think the funniest time was + when I had two girls in the game who were having fun with a pile of clothes + -- and they dressed Rameses in harem pants and a belly-bow... LOL...
+ Here you see Anniebear's
+ Tevyn
+ adorable Tevyn modelling the gold dress along with the spiky head-dress and + a belly jewel. You can see that she enjoys belly-dancing!
+ Gold Harem + dress
+ gold harem dress

+ +

Here you see my lovely Callys, from Lain
+ Callys
+ modelling the spiky collar and head-dress along with a belly bow. The white + diaper is not a harem item :-)
+ spiky headdress
+ spiky collar
+ gold and ruby + navel-bow
+ gold navel gem

+ +

More to come...

+ +

Enjoy!

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/babyz/dl/babyzharem_goldnavelbow.zip b/carolyns_creations/babyz/babyzharem/goldnavelbow.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzharem_goldnavelbow.zip rename to carolyns_creations/babyz/babyzharem/goldnavelbow.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzharem_goldnavelgem.zip b/carolyns_creations/babyz/babyzharem/goldnavelgem.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzharem_goldnavelgem.zip rename to carolyns_creations/babyz/babyzharem/goldnavelgem.zip diff --git a/carolyns_creations/frames/babyz/img/babyzharem_haremdress1.gif b/carolyns_creations/babyz/babyzharem/haremdress1.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyzharem_haremdress1.gif rename to carolyns_creations/babyz/babyzharem/haremdress1.gif diff --git a/carolyns_creations/frames/babyz/dl/babyzharem_spikyheaddress.zip b/carolyns_creations/babyz/babyzharem/spikyheaddress.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzharem_spikyheaddress.zip rename to carolyns_creations/babyz/babyzharem/spikyheaddress.zip diff --git a/carolyns_creations/frames/babyz/dl/babyzharem_spikyneckcollar.zip b/carolyns_creations/babyz/babyzharem/spikyneckcollar.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyzharem_spikyneckcollar.zip rename to carolyns_creations/babyz/babyzharem/spikyneckcollar.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznew_Shock2Lock.zip b/carolyns_creations/babyz/babyznew/Shock2Lock.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznew_Shock2Lock.zip rename to carolyns_creations/babyz/babyznew/Shock2Lock.zip diff --git a/carolyns_creations/frames/babyz/img/babyznew_ShockMorphtoLock.gif b/carolyns_creations/babyz/babyznew/ShockMorphtoLock.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznew_ShockMorphtoLock.gif rename to carolyns_creations/babyz/babyznew/ShockMorphtoLock.gif diff --git a/carolyns_creations/frames/babyz/img/babyznew_Tigger.gif b/carolyns_creations/babyz/babyznew/Tigger.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznew_Tigger.gif rename to carolyns_creations/babyz/babyznew/Tigger.gif diff --git a/carolyns_creations/frames/babyz/dl/babyznew_Tigger.zip b/carolyns_creations/babyz/babyznew/Tigger.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznew_Tigger.zip rename to carolyns_creations/babyz/babyznew/Tigger.zip diff --git a/carolyns_creations/frames/babyz/img/babyznew_Xmyboy.gif b/carolyns_creations/babyz/babyznew/Xmyboy.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznew_Xmyboy.gif rename to carolyns_creations/babyz/babyznew/Xmyboy.gif diff --git a/carolyns_creations/frames/babyz/dl/babyznew_Xmyboy.zip b/carolyns_creations/babyz/babyznew/Xmyboy.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznew_Xmyboy.zip rename to carolyns_creations/babyz/babyznew/Xmyboy.zip diff --git a/carolyns_creations/babyz/babyznew/babyznew.html b/carolyns_creations/babyz/babyznew/babyznew.html new file mode 100644 index 0000000..d9dffd4 --- /dev/null +++ b/carolyns_creations/babyz/babyznew/babyznew.html @@ -0,0 +1,78 @@ + + + + + + + + + New Babyz + + + + + + + + + +
+

New Babyz
+ Click photo or name to download.

+ +

NEW!!For the Pasted-Head babyz, go to the Headbanger babyz page
+ For the Faerie babyz, go to the Faerie + babyz page
+ For the Oddballz babyz, go to the Babyz + Oddballz page
+ For the Fishies, go to the Babyz + Fishies page
+ For the butterflies and spiders, go to the Babyz Arthropods page
+ For the Valentine Hearts, go to the Babyz + Hearts page
+ For the anatomically correct babyz, go to the Real Babyz page
+ For the Pharaoh babyz, go to the Pharaoh + babyz page
+ For the Growing babyz, go to the Grower + babyz page
+ For babyz with flowers/wings in their hair -- Flower-power babyz page
+ More babyz with jewels, hair-wings or necklets -- Jewel babyz page
+ Afrasweet and Miggles are on the jewel babyz page also. + Hey, it's my site, I can do things like that :-)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Here are a few unusual boy babyz for you. Each is distinctive in a + special way...

+ +

+ Xmyboy
+ Xmyboy +

+ Xmyboy has a very unusual hairstyle that shimmers as he moves

+ +

+ ShockMorphtoLock
+ Shock2Lock +

+ Shock2Lock starts as Shock and, as the days of play pass in the game he + morphs into Lock. Thanks to Nika for the idea of a Shock and Lock baby + :-)

+ +

+ Tigger
+ Tigger +

+ Tigger has a tail which moves around as he moves. If you want to see him in + his natural state, as shown in the picture, you will need to remove the + White Diaper.clo file from the game's clothes directory.

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/babyz/img/babyznewest_Chalica.gif b/carolyns_creations/babyz/babyznewest/Chalica.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznewest_Chalica.gif rename to carolyns_creations/babyz/babyznewest/Chalica.gif diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_Chalica.zip b/carolyns_creations/babyz/babyznewest/Chalica.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_Chalica.zip rename to carolyns_creations/babyz/babyznewest/Chalica.zip diff --git a/carolyns_creations/frames/babyz/img/babyznewest_Dog-earedBabyz.gif b/carolyns_creations/babyz/babyznewest/Dog-earedBabyz.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznewest_Dog-earedBabyz.gif rename to carolyns_creations/babyz/babyznewest/Dog-earedBabyz.gif diff --git a/carolyns_creations/frames/babyz/img/babyznewest_StewieCowbells.gif b/carolyns_creations/babyz/babyznewest/StewieCowbells.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznewest_StewieCowbells.gif rename to carolyns_creations/babyz/babyznewest/StewieCowbells.gif diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_Stewieblack.zip b/carolyns_creations/babyz/babyznewest/Stewieblack.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_Stewieblack.zip rename to carolyns_creations/babyz/babyznewest/Stewieblack.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_Stewietan.zip b/carolyns_creations/babyz/babyznewest/Stewietan.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_Stewietan.zip rename to carolyns_creations/babyz/babyznewest/Stewietan.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_Stewiewhite.zip b/carolyns_creations/babyz/babyznewest/Stewiewhite.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_Stewiewhite.zip rename to carolyns_creations/babyz/babyznewest/Stewiewhite.zip diff --git a/carolyns_creations/babyz/babyznewest/babyznewest.html b/carolyns_creations/babyz/babyznewest/babyznewest.html new file mode 100644 index 0000000..0aa08c0 --- /dev/null +++ b/carolyns_creations/babyz/babyznewest/babyznewest.html @@ -0,0 +1,60 @@ + + + + + + + + + Experimental Babyz and harem clothes, etc + + + + + + + + + +
+

Experimental Babyz and harem clothes, etc

+ +

Stewie and Cowbells
+ Stewie
+ Black Stewie
+ Tanned Stewie
+ All three cowbells

+ +

globble
+ Globble

+ +

Darkdoggy

+ +

Dog and fox-eared girls
+ foxy babe
+ hexer's codes for the fox and dog + babes

+ +

globble

+ +

Chalica
+ this is Chalica. I made her several months ago to help someone on one of the + forums who wanted a particular hairstyle, and at the same time I gave her my + eyeshine code. I only just now realised that I'd forgotten to upload her to + the site, LOL!
+ You can download her by clicking here

+ +

Brownie

+ +

Dance veil 1

+ +

Dance veil 2

+ +

Nappy gem -- let your babyz be true + Naturists

+ +

globble

+
+ + + diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_brownie.zip b/carolyns_creations/babyz/babyznewest/brownie.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_brownie.zip rename to carolyns_creations/babyz/babyznewest/brownie.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_cowbells.zip b/carolyns_creations/babyz/babyznewest/cowbells.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_cowbells.zip rename to carolyns_creations/babyz/babyznewest/cowbells.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_danceveil1.zip b/carolyns_creations/babyz/babyznewest/danceveil1.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_danceveil1.zip rename to carolyns_creations/babyz/babyznewest/danceveil1.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_danceveil2.zip b/carolyns_creations/babyz/babyznewest/danceveil2.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_danceveil2.zip rename to carolyns_creations/babyz/babyznewest/danceveil2.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_darkdoggy.zip b/carolyns_creations/babyz/babyznewest/darkdoggy.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_darkdoggy.zip rename to carolyns_creations/babyz/babyznewest/darkdoggy.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_dog-earedgirls.zip b/carolyns_creations/babyz/babyznewest/dog-earedgirls.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_dog-earedgirls.zip rename to carolyns_creations/babyz/babyznewest/dog-earedgirls.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_foxybabe.zip b/carolyns_creations/babyz/babyznewest/foxybabe.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_foxybabe.zip rename to carolyns_creations/babyz/babyznewest/foxybabe.zip diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_globble.zip b/carolyns_creations/babyz/babyznewest/globble.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_globble.zip rename to carolyns_creations/babyz/babyznewest/globble.zip diff --git a/carolyns_creations/frames/babyz/img/babyznewest_globble1.gif b/carolyns_creations/babyz/babyznewest/globble1.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznewest_globble1.gif rename to carolyns_creations/babyz/babyznewest/globble1.gif diff --git a/carolyns_creations/frames/babyz/img/babyznewest_globble2.gif b/carolyns_creations/babyz/babyznewest/globble2.gif similarity index 100% rename from carolyns_creations/frames/babyz/img/babyznewest_globble2.gif rename to carolyns_creations/babyz/babyznewest/globble2.gif diff --git a/carolyns_creations/frames/babyz/dl/babyznewest_nappygem.zip b/carolyns_creations/babyz/babyznewest/nappygem.zip similarity index 100% rename from carolyns_creations/frames/babyz/dl/babyznewest_nappygem.zip rename to carolyns_creations/babyz/babyznewest/nappygem.zip diff --git a/carolyns_creations/babyz/babyzplay/Cathy.gif b/carolyns_creations/babyz/babyzplay/Cathy.gif new file mode 100644 index 0000000..d9ec6e6 Binary files /dev/null and b/carolyns_creations/babyz/babyzplay/Cathy.gif differ diff --git a/carolyns_creations/babyz/babyzplay/Frostedmalt.gif b/carolyns_creations/babyz/babyzplay/Frostedmalt.gif new file mode 100644 index 0000000..7a7279d Binary files /dev/null and b/carolyns_creations/babyz/babyzplay/Frostedmalt.gif differ diff --git a/carolyns_creations/babyz/babyzplay/Jack.gif b/carolyns_creations/babyz/babyzplay/Jack.gif new file mode 100644 index 0000000..8cf56e7 Binary files /dev/null and b/carolyns_creations/babyz/babyzplay/Jack.gif differ diff --git a/carolyns_creations/babyz/babyzplay/Josh.gif b/carolyns_creations/babyz/babyzplay/Josh.gif new file mode 100644 index 0000000..49b945f Binary files /dev/null and b/carolyns_creations/babyz/babyzplay/Josh.gif differ diff --git a/carolyns_creations/babyz/babyzplay/Vesuvius.gif b/carolyns_creations/babyz/babyzplay/Vesuvius.gif new file mode 100644 index 0000000..858ae40 Binary files /dev/null and b/carolyns_creations/babyz/babyzplay/Vesuvius.gif differ diff --git a/carolyns_creations/babyz/babyzplay/babyzplay.html b/carolyns_creations/babyz/babyzplay/babyzplay.html new file mode 100644 index 0000000..82d280d --- /dev/null +++ b/carolyns_creations/babyz/babyzplay/babyzplay.html @@ -0,0 +1,141 @@ + + + + + + + + + Play with babyz + + + + + + + + + + + +
+ Play with babyz online
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +
+ +
+
+

+ Click on any picture to play with the baby online. You will need to have + the babyz player installed + before your browser will let you play with them. I have Windows 95, and I + can play with these babyz just fine using either Internet Explorer 5 or Netscape 4. If you are unable to make them work + with a different operating system or browser / browser version, please + don't ask me for help -- ask someone who uses the same setup as yourself + or ask UbiSoft. +

+ +

+ I made all these .bly files by hand using a hex editor. If you would like + to make some for your site also, take a look at my tutorial on making player babyz. +

+ +

+ Page: + 1 + 2 + 3 + 4 + 5 + | + Special Babyz| + Play with a Babyz Online +

+ + + + + + + + + + + +
+ +
+ Play with Jack +
+
+ +
+ Play with Vesuvius +
+
+ +
+ Play with Cathy +
+
+ + + + + + + +
+ +
+ Play with Josh +
+
+ +
+ Play with Frostedmalt +
+
+
+
+ +

+ Page: + 1 + 2 + 3 + 4 + 5 + | + Special Babyz| + Play with a Babyz Online +

+ + \ No newline at end of file diff --git a/carolyns_creations/babyz/babyzplay/babyzplayer.exe b/carolyns_creations/babyz/babyzplay/babyzplayer.exe new file mode 100644 index 0000000..2623814 Binary files /dev/null and b/carolyns_creations/babyz/babyzplay/babyzplayer.exe differ diff --git a/carolyns_creations/babyz/babyzplayscene/AtticExternal.zip b/carolyns_creations/babyz/babyzplayscene/AtticExternal.zip new file mode 100644 index 0000000..93647da Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/AtticExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/BabyzplaypenEtc1.zip b/carolyns_creations/babyz/babyzplayscene/BabyzplaypenEtc1.zip new file mode 100644 index 0000000..2ad52b6 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/BabyzplaypenEtc1.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/BabyzplaypenEtc2.zip b/carolyns_creations/babyz/babyzplayscene/BabyzplaypenEtc2.zip new file mode 100644 index 0000000..61c4029 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/BabyzplaypenEtc2.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/BackyardExternal.zip b/carolyns_creations/babyz/babyzplayscene/BackyardExternal.zip new file mode 100644 index 0000000..424f926 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/BackyardExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/ClothesclosetExternal.zip b/carolyns_creations/babyz/babyzplayscene/ClothesclosetExternal.zip new file mode 100644 index 0000000..885b165 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/ClothesclosetExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/FamilyroomExternal.zip b/carolyns_creations/babyz/babyzplayscene/FamilyroomExternal.zip new file mode 100644 index 0000000..a4e6150 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/FamilyroomExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/JunglePlayroom.zip b/carolyns_creations/babyz/babyzplayscene/JunglePlayroom.zip new file mode 100644 index 0000000..65d5e84 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/JunglePlayroom.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/Jungleplayroom.jpg b/carolyns_creations/babyz/babyzplayscene/Jungleplayroom.jpg new file mode 100644 index 0000000..29204da Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/Jungleplayroom.jpg differ diff --git a/carolyns_creations/babyz/babyzplayscene/KitchenExternal.zip b/carolyns_creations/babyz/babyzplayscene/KitchenExternal.zip new file mode 100644 index 0000000..2a43d9d Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/KitchenExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/Nursery.jpg b/carolyns_creations/babyz/babyzplayscene/Nursery.jpg new file mode 100644 index 0000000..cabd6ab Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/Nursery.jpg differ diff --git a/carolyns_creations/babyz/babyzplayscene/NurseryExternal.zip b/carolyns_creations/babyz/babyzplayscene/NurseryExternal.zip new file mode 100644 index 0000000..ae84bc8 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/NurseryExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/PlayroomExternal.zip b/carolyns_creations/babyz/babyzplayscene/PlayroomExternal.zip new file mode 100644 index 0000000..cfd5b90 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/PlayroomExternal.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/SecretWoodBabyz.zip b/carolyns_creations/babyz/babyzplayscene/SecretWoodBabyz.zip new file mode 100644 index 0000000..e4b2514 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/SecretWoodBabyz.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/SecretWoodSounds.zip b/carolyns_creations/babyz/babyzplayscene/SecretWoodSounds.zip new file mode 100644 index 0000000..80aab75 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/SecretWoodSounds.zip differ diff --git a/carolyns_creations/babyz/babyzplayscene/UsingHexEditor.jpg b/carolyns_creations/babyz/babyzplayscene/UsingHexEditor.jpg new file mode 100644 index 0000000..092fa20 Binary files /dev/null and b/carolyns_creations/babyz/babyzplayscene/UsingHexEditor.jpg differ diff --git a/carolyns_creations/babyz/babyzplayscene/babyzplayscene.html b/carolyns_creations/babyz/babyzplayscene/babyzplayscene.html new file mode 100644 index 0000000..5233a57 --- /dev/null +++ b/carolyns_creations/babyz/babyzplayscene/babyzplayscene.html @@ -0,0 +1,143 @@ + + + + + + + + + New Babyz Playpens + + + + + + + + + + +
+

New Babyz Playpens
+ Click picture or name to download.

+ + To get lots of playscenes for your Babyz, go to these sites -- and while + you're there browse for other goodies :-)
+ For some of Jesslan's scenes
+ the + Babyz Crib
+ For some of Jesslan's scenes
+ Purple Flower Babyz
+ For Dani's scenes
+ D.R.N + +

This page contains any playscenes or playpen backgrounds + etc that I make for the Babyz game.

+ + A kit for making new kitchen + Playscenes
+ part of my "Ultra-easy" editing range. This particular one has the filmstrips + separated out, but I have not had time to put the bitmap headers on them for + you.
+ A kit for making new + Clothes Closet Playscenes
+ part of my "Ultra-easy" editing range. This particular one has the filmstrips + separated out, but I have not had time to put the bitmap headers on them for + you.
+ A kit for for making new + Family Room Playscenes
+ part of my "Ultra-easy" editing range.
+ An easy-edit kit for making new + Attic Playscenes
+ An easy-edit kit for making new + Back Yard Playscenes
+ An easy-edit kit for making new + Playroom Playscenes
+ This package lets you change your playroom to your heart's content. Make sure + that you read the included Readme carefully, and keep a backup copy of your + original Playroom.
+
+ + Jungle Playroom
+ My Babyz Jungle Playroom +

+ Make sure that you read the included Readme carefully. If you already have the + Playroom easy-edit kit, the files inside this one will overwrite the relevant + Playroom .env, .flm, .flh and backdrop .bmp items, so make sure that you've + got the originals stored safely before you move these into the \Resource\Area + and \art\Sprites\Area\Playroom directories.
+
+ .
+
+ + Nursery using my Secret Wood background
+ Change your Nursery yourself!
+ / + The + secret Wood bits
+ This package lets you change your nursery to your heart's content. The picture + shows my own latest scenario, in which I use the backdrop from my Petz Secret + Wood scenes and I altered the window and crib-front filmstrips to simply be + transparent. Also I've enabled the "animal" mobile. You can make more creative + stuff than this! Make sure that you read the included Readme carefully.
+ If you want your playscene to look like the one in the picture, download the + Secret Wood bits. They will overwrite the relevant Nursery window and crib + .flm, .flh and backdrop .bmp items, so make sure that you've got the originals + stored safely before you move these into the \art\Sprites\Area\Nursery + directory. Click on the door if you want to see what's there. When your baby + is tired, lift it over the patch of soft mossy grass which is on the lion's + flank.
+ If you want to have the full "Secret wood" experience, + download the + sounds also.
+ The sound zip contains an overwriting Nursery file which overwrites the + original external-nursery one. The .txt and .wav files go into the + \art\Sprites\Area\Nursery directory.
+
+ .
+
+ These "hidden playpens" below are only needed for people who + have a version of the game which, like mine, doesn't allow the simple + Registry change to work.
+ I hadn't realised that there was more than one version of the game until 2004 + -- only one game release, but two or three versions. For people who would like + to try it, click here for a little + trick which might work for you; Daniel Wright pointed out that this works for + his game, and probably for many other people's. If it doesn't work for yours, + you can either go to Daniel's The Babyz Crib where I'm told he has an .exe file which + works with this fix, or try the two patchfiles below instead. These patchfiles + of mine will give you a new default "logo" picture for the playpen, as well as + a new splash-screen and "Grandmother's House" screen.
+ + Playpen with Hay Carpet
+ Playpen with Hay Carpet
+ / + Playpen with Shag + Carpet
+ NOTE: The above playpens are in the form of patchfiles. They patch your game's + main executable file. Make a copy of any file that you intend to patch, as + these are important files and you will one day want your original back + again!
+ If you have a babyz.exe which is a different size from mine, these patches + won't work for you; also my instructions will be slightly off because the + place you'll be looking for will be in a different place. In that case, if you + want to edit the internal pictures, all I can suggest is that you try using + ResHacker to + replace the bitmaps that you want to change. But I cannot stress enough; if + you're going to edit your .exe, keep a backup copy safe somewhere else just in + case you get a corruption, and also make sure that you have safe copies of all + your adopted babyz.
+
+
+
+
.
+
+
+ + + \ No newline at end of file diff --git a/carolyns_creations/babyz/babyztoyz/CarrotsBag.zip b/carolyns_creations/babyz/babyztoyz/CarrotsBag.zip new file mode 100644 index 0000000..44fa536 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/CarrotsBag.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/Carrotsbag.gif b/carolyns_creations/babyz/babyztoyz/Carrotsbag.gif new file mode 100644 index 0000000..c8e3a0a Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Carrotsbag.gif differ diff --git a/carolyns_creations/babyz/babyztoyz/ChristmasSpoon.zip b/carolyns_creations/babyz/babyztoyz/ChristmasSpoon.zip new file mode 100644 index 0000000..059e211 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/ChristmasSpoon.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/Christmasspoon.gif b/carolyns_creations/babyz/babyztoyz/Christmasspoon.gif new file mode 100644 index 0000000..1b2b307 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Christmasspoon.gif differ diff --git a/carolyns_creations/babyz/babyztoyz/Plantsinfrog.gif b/carolyns_creations/babyz/babyztoyz/Plantsinfrog.gif new file mode 100644 index 0000000..29df2bf Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Plantsinfrog.gif differ diff --git a/carolyns_creations/babyz/babyztoyz/Surprisebox2.zip b/carolyns_creations/babyz/babyztoyz/Surprisebox2.zip new file mode 100644 index 0000000..e29d7fd Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Surprisebox2.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/Surprisetoybox.jpg b/carolyns_creations/babyz/babyztoyz/Surprisetoybox.jpg new file mode 100644 index 0000000..78d81fd Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Surprisetoybox.jpg differ diff --git a/carolyns_creations/babyz/babyztoyz/Surprisetoybox.zip b/carolyns_creations/babyz/babyztoyz/Surprisetoybox.zip new file mode 100644 index 0000000..b52ff22 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Surprisetoybox.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/Tallgreenplantmovable.zip b/carolyns_creations/babyz/babyztoyz/Tallgreenplantmovable.zip new file mode 100644 index 0000000..dd2723c Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Tallgreenplantmovable.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/Teletubbies.gif b/carolyns_creations/babyz/babyztoyz/Teletubbies.gif new file mode 100644 index 0000000..a452c05 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Teletubbies.gif differ diff --git a/carolyns_creations/babyz/babyztoyz/Yellowflowersplantmovable.zip b/carolyns_creations/babyz/babyztoyz/Yellowflowersplantmovable.zip new file mode 100644 index 0000000..434815a Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/Yellowflowersplantmovable.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/babyzmagnets.zip b/carolyns_creations/babyz/babyztoyz/babyzmagnets.zip new file mode 100644 index 0000000..4f6f0ed Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/babyzmagnets.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/babyztoyz.html b/carolyns_creations/babyz/babyztoyz/babyztoyz.html new file mode 100644 index 0000000..658cb89 --- /dev/null +++ b/carolyns_creations/babyz/babyztoyz/babyztoyz.html @@ -0,0 +1,129 @@ + + + + + + + + + Babyz Toyz + + + + + + + + + +
+ + Babyz Toyz
+ ~~~~~~~~~~~~~~~~~~~~~
+
+ Page 1 of my hexed Babyz toyz -- the latest ones are on this page. They all + show up seperately in the closet with their own graphics. You need to extract + the .toy file into your Resource\Toyz directory in your Babyz program + directory. +
+ +
+
+ For the Oddballz babyz and the Oddball-eggz toyz, go to the Babyz Oddballz page
+ For my oldest Babyz toyz (Piggy, Santa Doll, Blowers, Blooms) and a bunch + of toys in different closets plus hidden toyz on shelves (big teddy etc) + go here
+ For babyz pools, extra baths, sippy cups, spoons, "catty", "bunny", and + extra Kitchen high chairs go here + +

+ The kitchen magnets, separated out and made to show up in the kitchen + closet. This one is for people who find that their magnets disappear, also + for hexers who want to make a range of magnets of their own. They don't + overwrite the original, and as far as I know you cannot put them back in + the closet, so take care how you litter the kitchen with them, LOL!
+ separate magnets
+ separate magnets +

+ +

+ The Christmas Spoon, made originally for DRN's 2005 Advent Calendar. You + will find that food looks different when it's on this spoon :-)
+ Christmas Spoon
+ Christmas Spoon +

+ +

+ The "Surprise" toy, made to show up in your attic closet. This seems to be + a toy that the makers forgot about; in the Petz 4 game, the surprise is + that there's a bubble machine inside. In Babyz, the makers forgot to + delete the bubble machine filmstrips when they made that toy separate, and + they didn't finish the box off. I've finished it off for you, and now the + "surprise" is that you can use it to stuff more toyz into your toychestz, + LOL! It overwrites the original. Version 1 is the standard box with lid, + version 2 has a surprise lid :-) Hexers may be interested in version 2, + which gives something extra to fiddle with.
+ Surprise box
+ "Surprise" box
+ "Surprise" box version 2 +

+ +

+ At last! The Teletubbies comes to amuse your Babyz! LOL... This will + overwrite your Record Player and Record toyz, so make sure that you have + them somewhere safe. You may get tired of seeing your babyz eternally + watching TV, even when you're playing classy music :-)
+ Your babyz will dance to the teletubbies music when you put the tape into + the slot.
+ Thanks to Kittycat of Waterfall Heaven for the idea, the music and a + bunch of basic graphics which I altered, added to and made into the toyz; + this is really a kind of "team creation". Note that although the + teletubbies disco music is supposed to come on when you insert the little + tape from the shelf, you may sometimes find that the music is actually + linked to a different record. That's just a random quirk of the game.
+ Babyz dance
+ Teletubbies TV
+ If you have problems with the toy not showing up correctly, download this + version instead:
+ Teletubbies TV version 2 +

+ +

+ This one is a complete toy with everything inside -- go to my tutorials + page if you want my external-files one. This was made as I went through + the steps myself when answering a couple of people who wanted to know how + to make their treats show up properly. The Howto and example toy are on my + tutorials page.
+ Babyz carrot treats
+ Healthy Carrot Treats +

+ +

+ Another special request, this time from Liz as well as Dani. This toy + overwrites the original Stuffed Man, and shows up in the playroom closet. + It's the toy to use if you want to make a doll or similar type of toy, but + don't want to have to fiddle with .lnz files. People who want to change + the look of their stuffed man can of course use Tinker, available on this + site's "Nicholas' tools" page :-)
+ Download the Stuffed Man toy +

+ +

+ These two plants can now be put back on the playroom and attic shelves, + plus they can now be moved between scenes in the toychest. The Babyz will + be a bit more interested in them than they used to be.
+ Plants in toychest
+ Tall Green Plant
+ Yellow Flowers Plant +

+ +

+ +
.
+
+
+ + \ No newline at end of file diff --git a/carolyns_creations/babyz/babyztoyz/magnets.gif b/carolyns_creations/babyz/babyztoyz/magnets.gif new file mode 100644 index 0000000..a4256f9 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/magnets.gif differ diff --git a/carolyns_creations/babyz/babyztoyz/stuffedman.zip b/carolyns_creations/babyz/babyztoyz/stuffedman.zip new file mode 100644 index 0000000..957d8f6 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/stuffedman.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/teletubbiesagain.zip b/carolyns_creations/babyz/babyztoyz/teletubbiesagain.zip new file mode 100644 index 0000000..a87cf73 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/teletubbiesagain.zip differ diff --git a/carolyns_creations/babyz/babyztoyz/teletubbs.zip b/carolyns_creations/babyz/babyztoyz/teletubbs.zip new file mode 100644 index 0000000..2ed50e7 Binary files /dev/null and b/carolyns_creations/babyz/babyztoyz/teletubbs.zip differ diff --git a/carolyns_creations/carolyns_creations.css b/carolyns_creations/carolyns_creations.css index ddd7207..b88685e 100644 --- a/carolyns_creations/carolyns_creations.css +++ b/carolyns_creations/carolyns_creations.css @@ -1,41 +1,238 @@ +/* GENERAL */ + html { - --color: white; - --background-color: #202020; + --background-color: #fff7d7; + --color: #810541; background-color: var(--background-color); - text-align: center; - color: var(--color); font-family: 'Comic Sans MS', serif; - font-size: 1em; +} + +body { + font-size: 13px; + color: var(--color); + margin: 0; + padding: 0; } .content { margin-top: 55px; + margin-left: 20px; + margin-right: 20px; } -p { - padding-top: 10px; - padding-bottom: 10px; +/* MENU */ + +.menu { + padding: 7px; + margin: 0; + color: #660000; + font-size: 13px; } +.menu li { + list-style: none; +} + +/* LINKS */ + a { - color: white; - text-decoration: none; - font-weight: bold; + color: #f63; } a:visited { - color: white; - text-decoration: none; + color: #8a2be2; } a:active { - color: white; - text-decoration: none; + color: #0f0; } -a:hover { - color: #ffff40; +.defunct { text-decoration: line-through; - cursor: ne-resize; +} + +/* TEXT */ + +p { + padding: 5px 10px; +} + +.green { + color: #006400; +} + +.purple { + color: #800080; +} + +.brown { + color: #660000; +} + +.normal { + font-size: 13px; +} + +.big { + font-size: 16px; +} + +.bigger { + font-size: 18px; +} + +.courier { + font-family: 'Courier New', serif; +} + +.comic-sans { + font-family: 'Comic Sans MS', serif; +} + +.times-new-roman { + font-family: 'Times New Roman', serif; +} + +.bold { + font-weight: 700; +} + +/* FORMATTING */ + +.center { + text-align: center; + padding: 10px 0; +} + +.float-left { + float: left; +} + +.left-align { + text-align: left; +} + +/* TODO .first kept in so I don't have to go changing previous pages */ +.first, .padding-top { + padding-top: 90px; +} + +.small-gap-top { + margin-top: 50px; +} + +.tiny-gap-top { + margin-top: 3px; +} + + +.side-padding { + width: 80%; + display: table; + margin: 0 auto; +} + +.more-side-padding { + width: 60%; + display: table; + margin: 0 auto; +} + +.less-side-padding { + width: 90%; + display: table; + margin: 0 auto; +} + +table.img-size img { + width: 320px; + height: 224px; +} + +table.center-table { + width: 50%; + margin: 0 auto; +} + +table.wide-center-table { + width: 90%; + margin: 0 auto; +} + +.border-outer { + width: max-content; + margin: 0 auto; + border: 2px solid; +} + +.border-outer .border-inner { + margin: 2px; + padding: 30px; + border: 1px solid; +} + +.border-brown { + border-color: #660000; +} + +.border-green { + border-color: #006400; +} + +.img-border img { + border: 1px solid; +} + +.missing-asset { + border: 1px solid; + font-style: italic; + padding: 10px; +} + +/* TODO PAGE SPECIFIC */ + +#sandz { + --background-color: #dafae8; + --color: #00552b; +} + +#sandz a { + color: #800080; +} + +#sandz a:visited { + color: #808080; +} + +#sandz a:active { + color: #f0f; +} + +#catz1dex { + --background-color: #33cccc; + --color: #000; + font-family: Times, serif; +} + +#catz1dex a { + color: #fff; +} + +#catz1dex a:visited { + color: #fff; +} + +#dogz1fooler { + --background-color: #8442ef; + --color: #f7f5d7; + font-family: Times, serif; +} + +#dogz1fooler a { + color: #00ff00; +} + +#dogz1fooler a:visited { + color: #fff; } diff --git a/carolyns_creations/carolyns_creations.html b/carolyns_creations/carolyns_creations.html new file mode 100644 index 0000000..58491da --- /dev/null +++ b/carolyns_creations/carolyns_creations.html @@ -0,0 +1,64 @@ + + + + Carolyn's Creations + + + + + + + + + + +
+

Welcome to Carolyn's Creations!
+ Enter frames or No + Frames

+ + Image showing several exotic Petz, Oddballz, and a Babyz. + +

Petz, Babyz, Oddballz, Tutorials and More!

+
+ + diff --git a/carolyns_creations/cyberpets/cyberpets.html b/carolyns_creations/cyberpets/cyberpets.html new file mode 100644 index 0000000..98531db --- /dev/null +++ b/carolyns_creations/cyberpets/cyberpets.html @@ -0,0 +1,41 @@ + + + + + + Cyberpets + + + + + + + + + +
+

+ +

+ I now have three cyberpets :-)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+

+ +

+ See Norbessa +

+

+ +

+ Meet Aodh +

+

+ +

+ Meet Silvio +

+

+
+ + diff --git a/carolyns_creations/frames/img/flowers_BCCAMember.gif b/carolyns_creations/flowers/BCCAMember.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_BCCAMember.gif rename to carolyns_creations/flowers/BCCAMember.gif diff --git a/carolyns_creations/frames/img/flowers_BabyzSpecials2005.gif b/carolyns_creations/flowers/BabyzSpecials2005.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_BabyzSpecials2005.gif rename to carolyns_creations/flowers/BabyzSpecials2005.gif diff --git a/carolyns_creations/frames/img/flowers_FaranaAndSwishSkookums.gif b/carolyns_creations/flowers/FaranaAndSwishSkookums.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_FaranaAndSwishSkookums.gif rename to carolyns_creations/flowers/FaranaAndSwishSkookums.gif diff --git a/carolyns_creations/frames/img/flowers_PhantBeebleInsanity.gif b/carolyns_creations/flowers/PhantBeebleInsanity.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_PhantBeebleInsanity.gif rename to carolyns_creations/flowers/PhantBeebleInsanity.gif diff --git a/carolyns_creations/frames/img/flowers_ThanksFromManda.gif b/carolyns_creations/flowers/ThanksFromManda.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_ThanksFromManda.gif rename to carolyns_creations/flowers/ThanksFromManda.gif diff --git a/carolyns_creations/flowers/flowers.html b/carolyns_creations/flowers/flowers.html new file mode 100644 index 0000000..79d16c1 --- /dev/null +++ b/carolyns_creations/flowers/flowers.html @@ -0,0 +1,115 @@ + + + + + + Gifts from friends + + + + + + + + + +
+

+ + A special thanks from Manda! + + +

I was glad I could help, Manda; it's + wonderful to feel like a kind of "new-breedz midwife", LOL!
+ Beautiful gifts...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Well, it's near the end of 2005 already and I didn't manage + to get the birthday page up yet. Never mind, I've been enjoying the gifts + myself anyway and one day perhaps I'll get them up for y'all to see on my + 2004-2005 pages :-) But meanwhile, here's Phantarella playing with her best + friend, Insanity (thanks, Meer!). The two of them are vey unsure of my very + latest pet, but I've told them they needn't worry -- Beeble won't eat them. + Beeble, the carnivorous plant, was crafted by Signofish and sent to me by + Minibyte.
+ + three special pets!
+ + Also in 2005 this special trio was hexed for me. I made this banner to use + as a sig at the Shiznit forum, and now that is gone I display it here with + pride
+ + three more special pets!

+ +

and here are three lovelies -- one special babyz sent out of + the blue and two (yes, two!) petz from Wardah Ahmar. The School of Fish petz + is great fun to play with, you can see that Farana is fascinated. GoldaFishe + has a constant companion fish, and her tail makes clever use of + polygons.
+ + Special babyz and Petz from Wardah Ahmar
+ + Several babyz hexers have been very kind in surprising me with special + babyz, and each one sparks a lovely memory. Three were sent as birthday + gifts, one commemorates poor little Pop, another is made to remind me of my + childhood bear... Well, they all have a special meaning to me.
+ + surprise Babyz given to me
+ + Apart from the above, which were made for me as special gifts, I have been + very lucky in being allowed to adopt many petz and babyz over the years. All + are doing well, still in my game and much enjoyed. I've not lost or deleted + a single one, and I never intend to :-)

+ +

In basic date order, below you can click to see beautiful + picture-gifts:
+ given to me in the years 2004-2005
+ People were very kind to me over the earlier years of this site's existence, + and the lovely flowers and picture gifts built up to the point where I got + into a mess over how to display them. In the end, I decided to keep the + pages that I made previously; you can get to them at the link below:
+ Flowers given to me before 2004
+ I love them all, each one is special to me because it means that I've made + people happy with what I enjoy doing. Thank you all!

+ +

+ + Insane certificate from Nikotub's Petz House +
+ + + Hexing goddess certificate +
+ + Hah, watch out -- I have Minibyte's wet noodles... Mwahahahaaaa!
+ + Minibyte's noodles from Minibyte's site! +

+ +

+ + BCCA member banner
+ Member of the BCCA. +

+ The BCCA is now sadly defunct, but I keep this here as a memento. Megan and + Jesslan, may you prosper as you move on in life.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/img/flowers_goddess.gif b/carolyns_creations/flowers/goddess.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_goddess.gif rename to carolyns_creations/flowers/goddess.gif diff --git a/carolyns_creations/frames/img/flowers_homicidalMandaSketchi.gif b/carolyns_creations/flowers/homicidalMandaSketchi.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_homicidalMandaSketchi.gif rename to carolyns_creations/flowers/homicidalMandaSketchi.gif diff --git a/carolyns_creations/frames/img/flowers_insane.gif b/carolyns_creations/flowers/insane.gif similarity index 100% rename from carolyns_creations/frames/img/flowers_insane.gif rename to carolyns_creations/flowers/insane.gif diff --git a/carolyns_creations/frames/img/flowers_noodles.jpg b/carolyns_creations/flowers/noodles.jpg similarity index 100% rename from carolyns_creations/frames/img/flowers_noodles.jpg rename to carolyns_creations/flowers/noodles.jpg diff --git a/carolyns_creations/frames/aboutme.html b/carolyns_creations/frames/aboutme.html deleted file mode 100644 index bcdab31..0000000 --- a/carolyns_creations/frames/aboutme.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - Nothing important; just me, for the curious - - - - - - -
-
- -
-

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- - - - - - - - - - -
-

-
- For those who really want to know... -

-
-
- What is there to say? Let's see. Well, I'm female, British, in my mid '50s, have a passion for cats (I'm - a foster-carer for the local Rescue Centre and if you're interested I have a site about my little ones - here ), - a love of reading (particularly humour), and an obsession with hex editing for all of the P.F.Magic - range of games. I have every single one of the Petz games, plus Oddballz and Babyz, including the - different versions (Mac Oddballz, International Petz 3 etc). I've hex-edited loads of stuff for them - over the years, starting back in 1995 with Dogz original. You edit the dogz breedfiles in Notepad, they - are just simple text files -- and I spotted that the later games have these text files too, just stuck - together with a load of other stuff in large resource files, which is why I've always extracted them and - edited them the way I do.
-
- I believe that information should be freely available, plus I want others to enjoy my hobby as much as I - do, which is why I started to post "howto" messages back on the old Usenet newsgroups years ago. Abby - wrote to me and suggested that I gather them together and make tutorials, and the rest (as they say) is - history. I also believe that in a hobby such as ours, where we make and share add-ons for our favourite - games, we should do so freely and with joy. I never can understand the bickering that goes on about so - much, including copyright, in our community. We edit the programmers' original files without a - by-your-leave, so why should we be upset when others fiddle with our own files? All that is needed is a - suitable acknowledgement of our own work. Outright theft in a community like ours is another thing I - cannot understand -- after all, what is the pleasure in taking something that someone else made and - displaying it as your own?
-
- Do I do anything else? Well, yes -- it's been a full, rich life so far and I spent many years of it in - interesting places outside the U.K. I've written some short stories for a satirical magazine, and a - couple of novels -- humorous fantasy/SF, probably not suitable for youngsters -- which are available for - reading somewhere on the Internet. I've dabbled in editing stuff in the various Creatures games, and - somewhere out there are my c307 genomes which used Slink's excellent c306 as base. Startopia -- I modded - some stuff for that, currently up at Slink's site along with my deep delvings into the original Sims - game files. Oh, and Aquazone -- a couple of edited files of mine and a "howto" are floating around the - Internet somewhere. But it's always the P.F.Magic series that I come back to, and hex-editing their - files that gives me most of my computerised fun. -
-
- Little Tam and his foster-mum - a

-
-
- - diff --git a/carolyns_creations/frames/babyz/babyz-1.html b/carolyns_creations/frames/babyz/babyz-1.html deleted file mode 100644 index 66c67ff..0000000 --- a/carolyns_creations/frames/babyz/babyz-1.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - Hex edited babyz - - - - - - -
-

- Hex edited babyz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

-
- -
-
-

- These are my Babyz. You need to extract the .baby file into your Adopted Babyz directory in your Babyz - program directory, or if you have 3 Babyz in that directory already, into you Grandma's House directory. - Click on the picture to download. -

- -

- Also, all Babyz here have diapers matching their skin tones, and the pictures have been taken with those - diapers in place. If you want to download the diapers also, go to my babyz - clothes page. -

- -

- Page: - 1 - 2 - 3 - 4 - 5 - | - Special Babyz - | - Play with a Babyz Online -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - -
-
-
- -
- Page: - 1 - 2 - 3 - 4 - 5 - | - Special Babyz - | - Play with a Babyz Online -
- - - diff --git a/carolyns_creations/frames/babyz/babyzclothes.php b/carolyns_creations/frames/babyz/babyzclothes.php deleted file mode 100644 index 0664df4..0000000 --- a/carolyns_creations/frames/babyz/babyzclothes.php +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Hex edited babyz clothes - - - - - -
-

- Hex edited babyz clothes
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

-
- -
-
-

- These are Carolyn's Babyz clothes. You need to extract the .clo file into your - Resource\Clothes directory in your Babyz program directory. Names of the "naturist" - diapers are listed in the order they are on the shelf. -

- -

- Download the proper white diaper - overwrites the grubby-looking grey default
- Download the fixed tails which - will allow you to use the "naturist" diapers further down this page with the tails. Read - the Readme file for more info. -

- -

-
- My "Exotic bubble pants" - , - My "normal" bubble pants and hats
- They show up in the closet and can be removed from or added to the baby by hand. -

- -

- -
- Ruby Earrings - , - Gold Earrings -

- -

-
- My Flower Crown -

- -

- -
- Oxygen Tube, - "Preemie" Oxygen Tube
- - Note: the oxygen tube should work with most babyz -- whether mini, maxi, normal, or - growers.
- But there may be some, like Kim's "Preemies", where you will find that it looks - enormous. Download the "preemie" version if you have that problem. Both versions - show up separately and do not overwrite each other. -
-

- -

- Brown Girl Diaper, - Pale Boy Diaper, - Pale Girl Diaper
-

- missing:
- Browng_Paleb_Paleflesh.gif
-
-

- -

- Chocolate Girl Diaper, - Cream Girl Diaper, - Robin-brown Girl Diaper
- -

- -

- Dark Girl Diaper, - Black Girl Diaper, - Mocha Girl Diaper - -

-
-
- - - \ No newline at end of file diff --git a/carolyns_creations/frames/babyz/babyzedit.html b/carolyns_creations/frames/babyz/babyzedit.html deleted file mode 100644 index dbdf5b2..0000000 --- a/carolyns_creations/frames/babyz/babyzedit.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - Special Babyz stuff for editing - - - - - - -
-

- Fix 'n' Ref... - Easy Babyz... - Edit Info... - Easy Scenes... - Toyz/Clo... - Babyfile edit... -

- -

- Go to my Main tutorial page
- for general stuff and colour charts, Resource Hacker tips, LNZ Pro 2 tips etc
- Go to my LNZ breakdown chunks
- for some very useful information on the LNZ files which make up the core of your new baby.
- Go here for info on Nicholas' Babyza, Tinker, and LNZPro 2
- Not created by me, obviously -- but I've helped with information and files, and I feel - very protective of Nicholas. He's a National Treasure :-) -

- -

- NOTE My tutorials mostly tell you how to edit in the days before Nicholas' tools were created for us all. I keep the tutorials and howtos here - anyway because they are still useful. But wherever you see mention of Notepad, you can use the same info when - editing the LNZ or CLZ section in LNZPro. And my LNZ info chunks are - still invaluable. -

- -

- The special hexer baby -- thanks, L41N!
- This is L41N's brilliant idea. She sent me a hexer baby which I tidied up and added to with extra comments, a - how-to page etc. -

- -

- Go here for Sphinx's Special tools
- Also not created by me, obviously :-) but Sphinx has generously offered them to the BC - and, since I have fond memories of her jabbing, poking and encouraging me until I made many of my Babyz - discoveries, I am very happy to have something of hers here. -

- -

- IMPORTANT NOTE:
- Some files that we hexers want to edit are .DLL files, such as the large BabyzRez.dll. Windows, by default, has - files of this type "hidden" -- presumably as some kind of safety feature, but in our case we need to see them. - So if you cannot see them on your machine, open My Computer or Windows Explorer, choose View and Options, and - then under View make sure that "Show all files" is ticked. While you're about it, un-tick "Hide MS-DOS file - extensions", because that's a nuisance too. -

- - -

- Babyz fixes, and Reference items
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-

- -

- ViaVoice fix
- Sound fixed files for Windows XP
- Now that Nicholas has made Petza fix the sound problem while the game is running, you don't really need this - soundfix. But I'm leaving it up for anyone who cannot get petza to work for them or wants alternative files for - the "fooler". I have the link to Nicholas' site on my "Nicholas' Tools" page.
- - Modified Exe for Playpen access
- This is my ongoing testbed .exe file. My hope is that I will eventually be able to get - the game to accept more playscenes, by avoiding the need to use the house icon. As yet in my game I have - not been able to get it to work for the Attic and Nursery, so have not got as far as further scenes. I'm - producing it for you in case you can do better with it. It does have one feature that you might enjoy; - the Playpen and Desktop "scenes" are both usable. It overwrites your original, so please please make sure - you put yours somewhere safe before trying mine.
- - My Colour Chart for Babyz hexing
- How to fix problems with Babyz freezing or crashing
- Brain-sliders for your Babyz' health and happiness
- Babyz Ballz list
- - - Backup copy of un-edited BabyzRez.dll
- For people who don't use my easy-edit package to create new babyz. If you've messed the - thing up in Resource Hacker or a hex editor and don't want to have to re-install, then this is the - download for you.
- - A fix for when that annoying CD message pops up
- ...and you don't want to either have to keep putting the CD in the drive or re-setting - the game back to its defaults. -

- -

- Babyz Demo Fooler.
- A partial solution for people who cannot buy the game anywhere; this fools the demo into - giving you better play. -

- -

- And for people who have lost their CD and cannot find another anywhere, here is a - page where you can find a backup ISO image of the complete game and an installation fix. The game is - zipped of course, so you would need to unzip it and either burn it to a CD or mount it with image-mounting - software. If you don't know what that means, just burn it to a CD. -

- -

- And, if you're running Windows (blech) XP or (argh blech) Vista, I strongly advise you to get Nicholas' - Petza/Babyza. You can get the link to his site via my "Nicholas' Tools" page. -

- - -

- Ultra-easy editing to create new babyz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - Ultra easy New-babyz editing "howto" package
- The Rez.dll plus .lnz from Ultra Easy package
- Only download the Rez.dll version if you either cannot change the single byte yourself - or the little patch from the "howto" package doesn't work. The zipfile is 5.5 megabytes in size. -

- -

- (Take a look also at my LNZ file breakdown chunks - here, they really should be helpful.)
- This is part of my "Ultra-easy" editing range; this package includes all that you need in order to create - new babyz easily, using only Notepad, Wordpad and either Windows Explorer or My Computer! Woo-hoo! NOTE: - You do have to read the included text files carefully and follow the instructions, or the method won't - work for you. Click here to see a screengrab of my Babyz - directories in Windows Explorer, so you can see where the .lnz files are supposed to go if you're - confused. The icon beside the .lnz files are Notepad ones because I used Windows Explorer's View -> - Options -> File Types menu item to Associate the .lnz extension with Notepad.exe.

- - This next lot is for people who want to edit items such as the bubbles from the bubble machine. You can only - change those by editing them in the BabyzRez.dll file, and all the in-game bubbles will be changed if you do -- - bath bubbles etc. So if people want your bubbles they will have to download the external-filmstrip files.
- - The Rez.dll prepared for external filmstrips
- This is a 5.5 megabyte download and is just the .dll file with two bytes changed to make the game look for - filmstrips externally. You can change the bytes yourself instead if you wish, but whichever you choose, you - absolutely need to download the filmstrips.
- - The external filmstrips
- - This next one is a .dll which has been prepared to use external lnz as well as external filmstrips. If you - download it, make sure to download also the external filmstrips zip which also contains the required external - lnz. The Rez.dll prepared for external filmstrips -

- -

- Ultra easy New-babyz Egyptian-pharaoh eyes, bangs, single pigtail with - bow
- This is actually the complete .lnz for a baby, for use with my Ultra easy New-babyz editing "howto". -

-

- - Flowers etc on a babyz - -

- -

- Ultra easy New-babyz Flowers, Long hair Etc
- This is actually the complete .lnz for a baby, for use with my Ultra easy New-babyz editing "howto", including - instructions for customising it.
- - Flowers etc on a babyz -
- - Ultra easy New-babyz Wingz
- wingz on babyz -

- - -

- Various Information for making special new babyz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - This is for editing the .lnz files; my easy-edit kit - along with Notepad.exe is how I used to make new babyz, and I recommend it to you.
- Nowadays I also use the ever-more-fantastic LNZPro, either with my easy-edit kits or simply to rehex one of my - existing babyz.
- Here's a special hexer baby for you to use with LNZPro -- thanks, - L41N, for the great idea and the base - baby! This method is also highly recommended.
- As I say above, please also take a look at my LNZ file breakdown chunks here, they really should help you understand the .lnz files. -

- -

- How to hex a babyz that's permanently skinny (or fat)
- How to use Polygons in Babyz hexing
- How to add stuff from clothing items to your babyz
- - Pepe Babyz -
- How to use Linez in Babyz hexing
- Making new babyz
- How to "enable" the original teeth
- Creating Preemie babyz
- Moving Add Ballz around
- x, y, z positions -- how to figure it out
- changing textures in Babyz, also kiss-marks
- - Hexing Babyz Hair, Eyelashes, and - growth
- Updated August 2003. This time not on .baby files (see below, "Various Information for - Editing adopted .Baby files", for info on making already-adopted babyz grow). This is for people who want - to adopt babyz that will grow without alteration. Includes some info on changing body colours. Also - includes example babyz and .lnz sections. -

- -

growing babyz

- -

- Making a Baby or Pet with missing limbs.
- and before anyone sends me hate-mail for this one, please read the readme. This tutorial - is intended as a service for people who need to relate to virtual playmates who do not have the "body - perfect".
- - Hair FAQs -

- -

- My Playscene Easy-edit Kits
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - NOTE: Since I made these, Nicholas has made the Tinker and LNZPro 2 programmes. You can download them via my - Nicholas Tools page, and for info on how to use them for this purpose click here
- Specifically on making playscenes show up separately using LNZPro, click here.
- - A kit for making new kitchen Playscenes
- part of my "Ultra-easy" editing range. This particular one has the filmstrips separated - out, but I have not had time to put the bitmap headers on them for you.
- - A kit for making new Clothes Closet Playscenes
- part of my "Ultra-easy" editing range. This particular one has the filmstrips separated - out, but I have not had time to put the bitmap headers on them for you.
- - A kit for making new Family Room Playscenes
- part of my "Ultra-easy" editing range. - - An easy-edit kit for making new Attic Playscenes
- part of my "Ultra-easy" editing range. - - An easy-edit kit for making new Back Yard Playscenes
- part of my "Ultra-easy" editing range. - - An easy-edit kit for making new Playroom Playscenes
- part of my "Ultra-easy" editing range. - - A kit for making new nursery Playscenes
- part of my "Ultra-easy" editing range; this package includes the playscene and a load of - external files which you do need to put in the correct places before the game will accept it. Please read - the included info carefully. Note that if you want the window area to look right, you'll need to either - change the background in the affected area or you'll need to edit the window filmstrips. If you want my - Secret Wood Playscene, you'll need to install this "change your - nursery" kit first. Click here to see a - screengrab of my Babyz directories in Windows Explorer, so you can see where the Nursery's external files - are supposed to go if you're confused. - If you're having trouble working out how to fix problems with the background
- being messed up in places, or you need help with editing the filmstrips, download this file also -- it is specific to Nursery-based - scenes, but with any luck it'll help you to understand how to deal with others too. -

- -

- Changing your Babyz "secret" Playpen - background
- Note that this tells you to edit your game's main .exe file. It also gives a hint that you can edit other - graphics within the .exe.
- For people who have a later version of the game than mine, you may prefer to use:
- this simpler method for changing the - playpen background.
- Works with later versions of the game than mine. If this doesn't work for you, either get a later version of the - Babyz.exe -- my "modified" one, for instance, or there may be one available at Daniel Wright's The Babyz Crib -- or check out my - "howto" above on editing the .exe. -

- - -

- Filmstrip editing, Toyz, Toychests, and Clothes
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- NOTE: Since I made the easy-edit kits, Nicholas has made the Tinker and LNZPro 2 programmes. You can download - them via my Nicholas Tools page, and for info on how to use them for this purpose click here -

- -

- Extra help; making your own crackers come out of the - box
- The Carrot bag mentioned in the cracker-box tut
- - carrots bag
- - Extra help on non-overwriting clothes etc
- Changing the jar and bowl food-blob colour on the spoon
- Easy-edit kit for making your own Sippy cups
- - A kit for making your own "Red" Toychests
- Everything is here for your easy-editing pleasure, except that I've not put the bitmap - headers on the chopped filmstrips. I thought I'd leave that bit of fun for you... actually I had no time - to do it :-)
- - A kit for making your own Hippo Toychests
- Everything is here for your easy-editing pleasure, except that I've not put the bitmap - headers on the chopped filmstrips. I thought I'd leave that bit of fun for you... actually I had no time - to do it :-)
- - A kit for making your own Toychests
- This is an external-filmstrip easy-edit package. Those who are keen to learn more about - filmstrip editing may also wish to download this second zipfile with its - split-filmstrip and howto, but those who just want as much done for them as possible will wish to - download this third zipfile with - ready-prepared bitmaps instead of the second zipfile.
- - My Gunk Toychest
- Gunk toychest
- Think it's pretty dreadful?? Well, consider yourselves lucky that I didn't drive you - potty with my "gone" toychest *cackles crazily*
- - A kit for making your own kiddie pools
- This is a set of filmstrips for you to edit and instructions for re-inserting them into - the bathtub toy.
- - Un-hiding and giving shelf graphics to - difficult toyz
- This includes the petz games, but there is very important info for Babyz. It shows how - you can use your hex editor to make "hidden" toyz show up properly on shelves in all the games.
- - Editing Babyz Filmstrips (advanced)
- Toyz editing, clothes showing up separately, etc, for Babyz.
- - Simple filmstrip editing
- hex-painting (colouring) for toyz, clothes on shelf, etc. Applies to all the games - including Babyz.
- - Hexing babyz clothes
- Position of clothes etc on shelves
- People who get puzzled as to how the game knows where to put clothing items etc, and how - to fit their own in where they wish, this is for you.
- - Making Hidden and special-place toyz
- This one shows how easy it is to make your own "hidden" toyz and make them appear in - very special places, such as the floor of any chosen scene or the fridge etc. Click here for my example Icecup toy; if you follow the - installation instructions, the toy should show up only in the freezer compartment. - - Changing "Pointers" in files
- For people who get puzzled about why clothes or toyz don't look right on the shelves - after filmstrips etc have been changed. -

- - -

- Various Information for Editing adopted .Baby files
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Here's a special hexer baby
- for you to use with LNZPro -- thanks, L41N, for the great idea and the base baby!
- If you download this baby and study how to edit it in LNZPro, once you're used to that - you should be able to rehex any of your own babyz in the same way. This is not intended as a method for - thieves to steal code, and you can be assured that the BC will notice if you do that :-) -

- -

- Apart from the "basic" tutorial, the following "howto"s tend to assume that you already know how to edit .baby - files. Some of them are also relevant to editing pet files, but don't let that confuse you. The methods are the - same. Unless you are using LNZPro (recommended to you since the wonderful version 3!), you need to edit in a hex - editor and compensate for the checksum. -

- -

- Basic .baby and .pet file editing
-

- -

- How make your baby permanently skinny (or fat)
- Put "eyeshadow" on your already-adopted babyz
- You can now make changes to your babyz' eyelids that will actually work.
- - Turning your babyz into Walkers
- A rare fixable corruption in a pet or babyz
- Eyelids -- adding or subtracting digits
- Editing without a Paint Ballz section
- Eye colour -- how?
- - More Pet and Baby file editing
- Putting bellybuttons on Babyz, and how to increase a pet's eye colour to a greater-digit - number or decrease it to a lesser-digit number. Includes example babyz and petz.
- bellybutton before and after -

- -

- How to make your adopted Babyz grow, - also its hair
- Includes example baby.
- Note that, if you want the hair etc to grow out from the head as the baby grows rather than appearing as spots - in the air around the baby at first, read this [Add Ball] - snippet of info.
- Growing Babyz -

- -

- More Advanced Pet And Baby Files - Editing (Updated 20 June 2003)
- Includes examples
- Advanced Pet And Baby File Editing (Jan 2003) -

- -

- Online Player files.
- ~~~~~~~~~~~~~~~~~~~~ -

- -

- Making babyz Player files to put up at your website -

- -

.

-
- - diff --git a/carolyns_creations/frames/babyz/babyzglasses.html b/carolyns_creations/frames/babyz/babyzglasses.html deleted file mode 100644 index fb9c1bc..0000000 --- a/carolyns_creations/frames/babyz/babyzglasses.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - Babyz Glasses - - - - - - -
-

.

- -

- unusual glasses for your Babyz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- These glasses were inspired by a request by Budgie, on the - Insatiable forum, who wanted star-shaped glasses. Later on in the thread, Chris suggested heart-shaped - sunglasses for babyz on the beach... It caught my imagination and here, at last they are for download along with - a very special babyz hexed by Tigger. -

- -

- In this montage by Tigger,
- - Elton John
- Tigger's Elton John
is modelling
- my Heart glasses and
- my Elton Glasses
- Click on the picture to download him. He looks best if you also have installed my Elton Glasses and
- clothes from Liz' Bubble - Babyz boutique. Read the readme in his zipfile :-) -

- -

- Also for your downloading pleasure, here is - another pair of glasses which is really three (or even more) in one! Please read the readme very carefully - and install it properly, or it won't work for you. Hexers may also enjoy this one. Here are three of my own - babes, hexed for me by some lovely people, modelling the set for you:
- wacky stars - plain hearts - palin circles
- Delissa, from DStar, favours the Wacky Star glasses; Dream, from Garfield, has a classier taste in hearts; and - Jane's Serenity seems rather fond of the simple circlets. -

- -

Enjoy!

- -

.

-
- - - diff --git a/carolyns_creations/frames/babyz/babyzharem.html b/carolyns_creations/frames/babyz/babyzharem.html deleted file mode 100644 index e25df45..0000000 --- a/carolyns_creations/frames/babyz/babyzharem.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - Babyz Harem sets - - - - - - -
-

.

- -

- My Babyz Harem sets
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- These "harem" items are just a bit of fun, in case anyone is upset by the idea. My babyz love dressing up, and - they seem to enjoy my more glittery or diaphanous items. I usually have three babyz in the game at once, and - often it is one boy and two girls or vice versa. I think the funniest time was when I had two girls in the game - who were having fun with a pile of clothes -- and they dressed Rameses in harem pants and a belly-bow... - LOL...
- Here you see Anniebear's
- Tevyn
- adorable Tevyn modelling the gold dress along with the spiky head-dress and a belly jewel. You can see that she - enjoys belly-dancing!
- Gold Harem dress
- gold harem dress -

- -

- Here you see my lovely Callys, from Lain
- Callys
- modelling the spiky collar and head-dress along with a belly bow. The white diaper is not a harem item :-)
- spiky headdress
- spiky collar
- gold and ruby navel-bow
- gold navel gem -

- -

More to come...

- -

Enjoy!

- -

.

-
- - - diff --git a/carolyns_creations/frames/babyz/babyznew.html b/carolyns_creations/frames/babyz/babyznew.html deleted file mode 100644 index 2676739..0000000 --- a/carolyns_creations/frames/babyz/babyznew.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - New Babyz - - - - - - -
-

- New Babyz
- Click photo or name to download. -

- -

- NEW!!For the Pasted-Head babyz, go to the - Headbanger babyz page
- For the Faerie babyz, go to the Faerie babyz page
- For the Oddballz babyz, go to the Babyz Oddballz page
- For the Fishies, go to the Babyz Fishies page
- For the butterflies and spiders, go to the Babyz Arthropods page
- For the Valentine Hearts, go to the Babyz Hearts page
- For the anatomically correct babyz, go to the Real Babyz page
- For the Pharaoh babyz, go to the Pharaoh babyz page
- For the Growing babyz, go to the Grower babyz page
- For babyz with flowers/wings in their hair -- Flower-power babyz page
- More babyz with jewels, hair-wings or necklets -- Jewel babyz page
- Afrasweet and Miggles are on the jewel babyz page also. Hey, it's my site, I can do - things like that :-)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

Here are a few unusual boy babyz for you. Each is distinctive in a special way...

- -

- - Xmyboy
- Xmyboy -

- Xmyboy has a very unusual hairstyle that shimmers as he moves -

- -

- - ShockMorphtoLock
- Shock2Lock -

- Shock2Lock starts as Shock and, as the days of play pass in the game he morphs into Lock. Thanks to Nika for the - idea of a Shock and Lock baby :-) -

- -

- - Tigger
- Tigger -

- Tigger has a tail which moves around as he moves. If you want to see him in his natural state, as shown in the - picture, you will need to remove the White Diaper.clo file from the game's clothes directory. -

- -

.

-
- - - diff --git a/carolyns_creations/frames/babyz/babyznewest.html b/carolyns_creations/frames/babyz/babyznewest.html deleted file mode 100644 index 7d6153d..0000000 --- a/carolyns_creations/frames/babyz/babyznewest.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - Experimental Babyz and harem clothes, etc - - - - - - -
-

Experimental Babyz and harem clothes, etc

- -

- Stewie and Cowbells
- Stewie
- Black Stewie
- Tanned Stewie
- All three cowbells -

- -

- globble
- Globble -

- -

- Darkdoggy -

- -

- Dog and fox-eared girls
- foxy babe
- hexer's codes for the fox and dog babes -

- -

globble

- -

- Chalica
- this is Chalica. I made her several months ago to help someone on one of the forums who wanted a particular - hairstyle, and at the same time I gave her my eyeshine code. I only just now realised that I'd forgotten to - upload her to the site, LOL!
- You can download her by clicking here -

- -

Brownie

- -

Dance veil 1

- -

Dance veil 2

- -

Nappy gem -- let your babyz be true Naturists

- -

globble

-
- - - diff --git a/carolyns_creations/frames/babyz/dl/babyz-1_Charmian.zip b/carolyns_creations/frames/babyz/dl/babyz-1_Charmian.zip deleted file mode 100644 index 6e3fdd5..0000000 Binary files a/carolyns_creations/frames/babyz/dl/babyz-1_Charmian.zip and /dev/null differ diff --git a/carolyns_creations/frames/babyz/index.html b/carolyns_creations/frames/babyz/index.html deleted file mode 100644 index 89e4006..0000000 --- a/carolyns_creations/frames/babyz/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - Experimental Babyz and harem clothes, etc - - - - - - -
-

Experimental Babyz and harem clothes, etc

- -

- Stewie and Cowbells
- Stewie
- Black Stewie
- Tanned Stewie
- All three cowbells -

- -

- globble
- Globble -

- -

- Darkdoggy -

- -

- Dog and fox-eared girls
- foxy babe
- hexer's codes for the fox and dog babes -

- -

globble

- -

- Chalica
- this is Chalica. I made her several months ago to help someone on one of the forums who wanted a particular - hairstyle, and at the same time I gave her my eyeshine code. I only just now realised that I'd forgotten to - upload her to the site, LOL!
- You can download her by clicking here -

- -

Brownie

- -

Dance veil 1

- -

Dance veil 2

- -

Nappy gem -- let your babyz be true Naturists

- -

globble

-
- - - diff --git a/carolyns_creations/frames/carolyns_creations_frames.css b/carolyns_creations/frames/carolyns_creations_frames.css deleted file mode 100644 index 9138dc1..0000000 --- a/carolyns_creations/frames/carolyns_creations_frames.css +++ /dev/null @@ -1,149 +0,0 @@ -/* GENERAL */ - -html { - --background-color: #fff7d7; - --color: #810541; - - background-color: var(--background-color); - font-family: 'Comic Sans MS', serif; -} - -body { - font-size: 13px; - color: var(--color); - margin: 0; - padding: 0; -} - -/* MENU */ - -.menu { - padding: 7px; - margin: 0; - color: #660000; - font-size: 13px; -} - -.menu li { list-style: none; } - -/* LINKS */ - -a { color: #f63; } -a:visited { color: #8a2be2; } -a:active { color: #0f0; } - -.defunct { text-decoration: line-through; } - -/* TEXT */ - -p { padding: 5px 10px; } - -.green { color: #006400; } -.purple { color: #800080; } -.brown { color: #660000; } - -.normal { font-size: 13px; } -.big { font-size: 16px; } -.bigger { font-size: 18px; } - -.courier { font-family: 'Courier New', serif; } -.comic-sans { font-family: 'Comic Sans MS', serif; } -.times-new-roman { font-family: 'Times New Roman', serif; } - -.bold { font-weight: 700; } - -/* FORMATTING */ - -.center { - text-align: center; - padding: 10px 0; -} - -.float-left { float: left; } - -.left-align { text-align: left; } - -/* TODO .first kept in so I don't have to go changing previous pages */ -.first, .padding-top { padding-top: 90px; } -.small-gap-top { margin-top: 50px; } -.tiny-gap-top { margin-top: 3px; } - - -.side-padding { - width: 80%; - display: table; - margin: 0 auto; -} - -.more-side-padding { - width: 60%; - display: table; - margin: 0 auto; -} - -.less-side-padding { - width: 90%; - display: table; - margin: 0 auto; -} - -table.img-size img { - width: 320px; - height: 224px; -} - -table.center-table { - width: 50%; - margin: 0 auto; -} - -table.wide-center-table { - width: 90%; - margin: 0 auto; -} - -.border-outer { - width: max-content; - margin: 0 auto; - border: 2px solid; -} - -.border-outer .border-inner { - width: 90vw; - margin: 2px; - padding: 30px; - border: 1px solid; -} - -.border-brown { border-color: #660000; } - -.img-border img { border: 1px solid; } - -/* TODO PAGE SPECIFIC */ - -#sandz { - --background-color: #dafae8; - --color: #00552b; -} - -#sandz a { color: #800080; } -#sandz a:visited { color: #808080; } -#sandz a:active { color: #f0f; } - -#catz1dex { - --background-color: #33cccc; - --color: #000; - font-family: Times, serif; -} - -#catz1dex a { color: #fff; } -#catz1dex a:visited { color: #fff; } - -#dogz1fooler { - --background-color: #8442ef; - --color: #f7f5d7; - font-family: Times, serif; -} - -#dogz1fooler a { color: #00ff00; } -#dogz1fooler a:visited { color: #fff; } diff --git a/carolyns_creations/frames/cyberpets.html b/carolyns_creations/frames/cyberpets.html deleted file mode 100644 index b2cb898..0000000 --- a/carolyns_creations/frames/cyberpets.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - Cyberpets - - - - - - -
-

- -

- I now have three cyberpets :-)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-

- -

- See Norbessa -

-

- -

- Meet Aodh -

-

- -

- Meet Silvio -

-

-
- - diff --git a/carolyns_creations/frames/flowers.html b/carolyns_creations/frames/flowers.html deleted file mode 100644 index 07e7256..0000000 --- a/carolyns_creations/frames/flowers.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - Gifts from friends - - - -
-

- - A special thanks from Manda! - - -

- I was glad I could help, Manda; it's wonderful to feel like a kind of "new-breedz - midwife", LOL!
- Beautiful gifts...
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Well, it's near the end of 2005 already and I didn't manage to get the birthday page up yet. Never mind, I've - been enjoying the gifts myself anyway and one day perhaps I'll get them up for y'all to see on my 2004-2005 - pages :-) But meanwhile, here's Phantarella playing with her best friend, Insanity (thanks, Meer!). The two of - them are vey unsure of my very latest pet, but I've told them they needn't worry -- Beeble won't eat them. - Beeble, the carnivorous plant, was crafted by Signofish and sent to me by Minibyte.
- - three special pets!
- - Also in 2005 this special trio was hexed for me. I made this banner to use as a sig at the Shiznit forum, and - now that is gone I display it here with pride
- - three more special pets!
-

- -

- and here are three lovelies -- one special babyz sent out of the blue and two (yes, two!) petz from Wardah - Ahmar. The School of Fish petz is great fun to play with, you can see that Farana is fascinated. GoldaFishe has - a constant companion fish, and her tail makes clever use of polygons.
- - Special babyz and Petz from Wardah Ahmar
- - Several babyz hexers have been very kind in surprising me with special babyz, and each one sparks a lovely - memory. Three were sent as birthday gifts, one commemorates poor little Pop, another is made to remind me of my - childhood bear... Well, they all have a special meaning to me.
- - surprise Babyz given to me
- - Apart from the above, which were made for me as special gifts, I have been very lucky in being allowed to adopt - many petz and babyz over the years. All are doing well, still in my game and much enjoyed. I've not lost or - deleted a single one, and I never intend to :-) -

- -

- In basic date order, below you can click to see beautiful picture-gifts:
- given to me in the years 2004-2005
- People were very kind to me over the earlier years of this site's existence, and the lovely flowers and picture - gifts built up to the point where I got into a mess over how to display them. In the end, I decided to keep the - pages that I made previously; you can get to them at the link below:
- Flowers given to me before 2004
- I love them all, each one is special to me because it means that I've made people happy with what I enjoy doing. - Thank you all! -

- -

- - Insane certificate from Nikotub's Petz House -
- - - Hexing goddess certificate -
- - Hah, watch out -- I have Minibyte's wet noodles... Mwahahahaaaa!
- - Minibyte's noodles from Minibyte's site! - -

- -

- - BCCA member banner
- Member of the BCCA. -

- The BCCA is now sadly defunct, but I keep this here as a memento. Megan and Jesslan, may you prosper as you move - on in life. -

- -

.

-
- - diff --git a/carolyns_creations/frames/frames.html b/carolyns_creations/frames/frames.html new file mode 100644 index 0000000..6b7700e --- /dev/null +++ b/carolyns_creations/frames/frames.html @@ -0,0 +1,18 @@ + + + Carolyn's Creations + + + + + + + + + + + + Your Browser Does Not Support Frames. Please use the + <a href="/noframes/">UnFramed version</a>. + + diff --git a/carolyns_creations/frames/index.html b/carolyns_creations/frames/index.html deleted file mode 100644 index 62ef163..0000000 --- a/carolyns_creations/frames/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - - Carolyn's Creations - - - - - - - - - - - - Your Browser Does Not Support Frames. Please use the - <a href="../noframes/index.html">UnFramed version</a>. - - diff --git a/carolyns_creations/frames/justforlaughs.html b/carolyns_creations/frames/justforlaughs.html deleted file mode 100644 index fe89d9e..0000000 --- a/carolyns_creations/frames/justforlaughs.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - Just for laughs - - - - - - -
-

- Fun stuff that fits nowhere else
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Here's proof, for anyone who cares, that every single P.F.Magic and Petz game can be opened at the same time on - one computer. Below is a screenshot, taken after I had brought out one or more petz in all of: Dogz original, - Catz original, Oddballz, Petz II, Petz 3, Petz 4, Babyz, and Petz 5. Not only did they run perfectly together at - a normal speed, but also I was able to tend to each of the pets in the various games with no problems at all - either to the computer or the pets -- although my own brain nearly fried :-) The picture is completely - un-edited; all that's been done is to reduce the size and save as jpg instead of bmp. -

- -

- All games at once
-
- In Babyz, you can see that Cyril's "eyeshadow" has been changed again, and he's getting along well with little - Laretha. In Petz 5 I'm testing Butterfly Chaser's latest creation (the Whazzit, not yet ready for release so - don't ask). In Petz 4 another Whazzit and a Buzzo are waiting by the mousehole, in Petz 3 my site's guardian - angel cat is playing with a recently-rescued friend, in Petz II I've got a Doberman test-pet and in Oddballz - dear old Honker has just been tootling for me. In Catz, the mouse has just caused the (still-unfinished and - therefore unreleased) Snowbo to fall over; and in Dogz, my faithful old Bootz is waiting for me to refill his - dish.
- A note for those who are interested -- this was done on a Pentium III 600, with 384 megabytes of RAM, under - Windows 95 OSR2. The German version of Petz 3 doesn't open at the same time as the English version on my - computer -- it thinks it's the same game -- and the US version of Oddballz similarly doesn't open at the same - time as the UK version. -

-
- - diff --git a/carolyns_creations/frames/justforlaughs2.html b/carolyns_creations/frames/justforlaughs2.html deleted file mode 100644 index 2afb76d..0000000 --- a/carolyns_creations/frames/justforlaughs2.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - Just for laughs -- Vista and Petz - - - - - - -
-

- Vista and Petz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Here's proof that all the P.F.Magic games, including Babyz and Oddballz, and the Studio Mythos Petz 5, can be - run on a computer running VISTA (ugh). Below is a screenshot, taken after I had brought out one or more petz in - all of: Dogz original, Catz original, Oddballz, Petz II, Petz 3, Petz 4, Babyz, and Petz 5. As with the picture - on my "Pointless Info" page, the picture is completely un-edited; all that's been done is to reduce the size and - save as jpg instead of bmp. -

- -

- All games at once on Vista -

- -

- MyChi is having a well-earned meal in Dogz 1, Jiggles is enjoying a game with a "grubz" mouse in catz 1, - Snowball is being cute in the basket while Frosty runs around in Petz II, Pouncer is carrying her half-full - foodbowl around in Petz 3, Scamp is enjoying a rare moment of peace, happily kneading a cushion, in Petz 4, - Scaredy and Fluffy are larking about and waiting for the mouse in Petz 5, Vistatest is not too sure about the - jar of food in Babyz, and Caramba! is about to eat his Liqui-Food in Oddballz. -

- -

- Most of these games were simply copied across from my machine, so we haven't done tests to see if all of the - installation files work, but we have tested that it's possible to adopt new Pets in all the games. -

- -

- The two games which were actually installed properly were: the Dogz 1 game, installed from the demo on - Minibyte's site and then made into the full game with my fooler. Petz 4, installed from the 120-megabyte demo - (available on my site and elsewhere on the net), then "fooled" using Nicholas' Petza and finally run with a - Registry fix. -

- -

- All of the games from Petz II onwards, including Babyz, need a registry fix and (in most cases, anyway) - Nicholas' Petza; without those they will crash at some stage. -

- -

- Oddballz we think needs to have the XP fix -- we didn't try it without. Oddballz, Catz 1 and Dogz 1 need - files which go in the Windows and System directories and which you can find in my foolers. The only files which - are not at present in my foolers are the WinG dlls which you may or may not already have. If you get error - messages about missing files with Wing in the name, you can grab them from - here (click). Unzip them into your System or System32 directories. -

- -

- You can get the Registry fixes for Petz II, Petz 3 and petz 4 - here (click). Unzip them and then double-click on whichever - reg file is for your game. You may wish to open the reg file in Notepad first and change all the places where - you see, say, D:\\Games\\Petz3 to C:\\Program Files\\P.F.Magic\\Petz 3 or wherever you actually installed the - game. You can get the Registry fix for Petz 5 here (click). - Unzip it and move the Keys folder into your game's Resource folder, then double-click on the reg file -- but you - may wish first to open it in Notepad and, wherever you see D:\\Games\\Petz5\\ change it to, say, C:\\Program - Files\\UBI Soft\\Studio Mythos\\Petz 5\\ or wherever you installed the game. And finally, Babyz players can get - their registry fix here (click). Unzip it and move the Keys - folder into your game's Resource folder, then double-click on the reg file -- but you may wish first to open it - in Notepad and, wherever you see D:\\Games\\babyznew\\ change it to, say, C:\\Program Files\\Mindscape\\Babyz or - wherever you installed the game. -

- -

- A note for those who are interested -- this was done on a machine with Pentium D CPU 2.80 GHz processors and - 2.00 GB of Ram, under Vista Ultimate. -

-
- - diff --git a/carolyns_creations/frames/links.html b/carolyns_creations/frames/links.html deleted file mode 100644 index fec97c9..0000000 --- a/carolyns_creations/frames/links.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - Links to sister sites - - - - - - -
-

- Sister Sites :-)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Judy Roy's Pine Cone Cattery
- - Miranda's - Pet Actorz Cattery (PAC)
- - Jordyn's - Jewels -

- -

- Important links which should work
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - Nicholas' own - site
- - Firebird's - Magic - Kennel & Cattery
- - Don's Virtual Amberz
- - Jinxfold Cattery
- - Dani's DRN
- - Minibyte's Petz Archive -

- -

Forums:

- -

- Virtual Life - forum
- - The RKC Petz Forum
- excellent for people who want serious hexing talk as well as general chatter.
- Run by RatQueen of Ratqueen Kennelz and - Cattery
- - The All About Petz Forum
- is a great one also; very similar to RKC but with its own individuality.
- Run by JinxFoldJulie of The JinxFold Cattery
- - The Petz Community Gathering
- is where the people who used to be at "The petz Shiznit" and before that the old "The - Petz Board" hang out now :-) -

- -

- Links archive
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- All my links except for the ones on this page are unlikely to work. I have kept the pages of links as an archive - which you my by all means browse; you might strike lucky and find one which works. I do not have time to check - them all, sorry.
- Links archive -

- -

- How to contact me
- ~~~~~~~~~~~~~~~~~~~~~~~

- hex-help at hornsc dot clara dot co.uk
- (change "at" for an @ sign and "dot" for a period.

- I've done it like this to try and keep spam at bay)
- If you try to write to me and the mail bounces, well -- it shouldn't, so try again. I don't have any filters in - place to prevent your mail from getting to me, so if there is a problem of any kind it will be something - temporary at either my or your ISP.
- Please note that I always reply to email as soon as I can, and deal with items that have been sent to me or at - least acknowledge receipt of them. If you haven't heard back from me within 48 hours, please drop me a note to - check that I did get the message or file; I don't mind little reminders, and it is just possible that email is - getting lost sometimes.
- Also I always try to make my reply as useful as possible. So I find it really annoying when I've spent time on a - careful reply to someone, only to have it bounced back with "not accepting mail from this sender". If you are - going to ask me a question, please try to make sure that you can receive my answers!! -

- -

.

-
- - diff --git a/carolyns_creations/frames/madscientist.html b/carolyns_creations/frames/madscientist.html deleted file mode 100644 index 2b0989d..0000000 --- a/carolyns_creations/frames/madscientist.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - Mad Scientist's petz etc - - - - - - -
-

- Mad Scientist's petz etc for you
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Click here for the Scientist's Sprite-swapping insanity
- - Click here for my delvings into the .LNZ file.
- - Click here for the Scientist's Petz 5 Easy-edit mice kit
- - Click here for Nursery-freedom Petz 5 exe file
- Note: if you get the multiple-cloned-babes effect, go to the Nursery, put mum awayand then - go back to another scene. The "clones" will disappear. If you don't knowwhat I'm talking about, then you're - not being bothered by it :-)
- - Click here for the Petz II demo
- This Petz II demo will install for people who have Windows ME, 2000, and XP as wellas the - 95 and 98 operating systems. It's simply the original Catz II and Dogz IIdemos unpacked and installed, then - zipped up for easy unpacking.
- - - Click here for the Petz II modified exe
- This is modified to let brain-slider users see what some of the sliders mean.
- - Click here for a backup of your Petz 3 exe file
- This backup should work with all English-language versions of the game
- - Click here for a backup of your Petz 3 German-language exe - file
- The German one should work with other non-English-language versions of the game
- - - Click here for my Petz 5 "fooler"
- For those who don't have the game. It leads you on a kind of scavenger-hunt, and itworks -- - trust the mad hexer, oh yes. *cackles* aha aha bwahahaha...
- P.S. if you cannot find the game-originals anywhere, here are the - pig and - bunny
- and for those who have lost or broken their CDs and need a backup, - Click here.

- - Babyz Demo Fooler be here, oh yes.
- - Click here for modified Babyz exe file
- - Oddballz Demo Fooler are here, indeed kind sir.
- - Wey-hey-hey! At last, the catz 1 demo fooler!
- - What do I see here? Aha! A dogz 1 demo fooler
- many thanks to SuperSwampert67.
- Note, I also now have a second fooler of my own, downloadable from the same page, that you may want to - try. My fooler lets you adopt new pets, but remember to keep backups of your old petz before doing so! - Dogz 1 only expects you to want to keep one pet.

- - Woah, another SuperSwampert67 Fooler! Petz 4!
- Note, I also now have a second fooler, downloadable from the same page, that you may - want to try. This fooler requires a large download of about 120 megabytes.
- - At last, my demo-fooler for Petz 3 :-)
- - And Bwahahaha, a fooler for Petz 3 non-English
- - Now for your delectation, a demo-fooler for Petz II -

- - -

- Today The Mad Scientist presents the ultimate in inbreeding for your disgust or entertainment. The zipfile - contains the hidden "test" .LNZ from Petz 5's resource .dlls, and the pet which it creates. But being crazy of - course I go further than that; I then copied the pet, turned the copy into a boy, and thus bred the pet with - itself.
- - _Cat_Chew family
- - As you can see, the little lady isn't quite sure where those horns came from on her dainty little babe...
- - The _Cat_Chew_ family for Catz 3, 4 or 5. -

- - -

- More crazy graftings! The Mad Scientist presents Cerberus, the snake-tailed 3-headed dog, for your delectation. - Actually, a pair of Cerberus family petz...
- - Cerberus pet - Cerberus pet
- - For Dogz 3, 4 or 5. The cute li'l baby is not included, awwww... - but, for those who want to breed with these petz (youmust be bonkers!!) here is - the .LNZ file, for use with my external-lnz Great Dane packages - which you can get from the "For LNZ-files 'n' easy-edits" pages; it will of course overwrite the normal Dane's - .LNZ. Read the readme in the easy-edit package if you don't know what to do with .LNZ files. -

- - -

- The Mad Scientist has taken to grafting things onto petz -- bwahahaha! She presents the Cat 'o' Nine Tails (and - three heads, she got really carried away). Cerberus, the snake-tailed 3-headed dog will be with us at a later - date.
- - cat o nine tails - cat o nine tails
- - For Catz 3, 4 or 5. For those who want to breed with it (are you - crazy)?? here is the .LNZ file, for use with my - external-lnz Alley-cat packages which you can get from the "For LNZ-files 'n' easy-edits" pages; it will of - course overwrite the normal Alley's .LNZ. Read the readme in the easy-edit package if you don't know what to do - with .LNZ files. -

- - -

- The mad scientist strikes again... Freeing your nursing mothers from the drudgery of the Nursery, allowing the - fathers to play or two mothers to chat while their broods play together. You can either - - do it yourself or you can download an - especially-modified exe file - - As a bonus, this modified exe contains three fixes; one allows your nursing mothers to come out of the Nursery - if they wish, the second provides the "import from Petz 4" menu item, and the third provides the Petz profile as - a menu item. I found it irritating having to partway open the carry-case in order to select a pet, also I - sometimes want to see pet data without taking out any pets. This menu item allows this. I also changed the - splash screen so that you know which exe you're using. Make sure that you keep your original somewhere safe -- - this one overwrites your original, and I take no responsibility if it crashes your game. It works fine in my - game, so if it doesn't in yours and you get abducted by aliens in white coats instead -- well, that's life.
- - petz 4 import in menu . - Petz profile in menu
- nursery-free family
- - Note: if you get the multiple-cloned-babes effect, go to the Nursery, put mum away and then go back to another - scene. The "clones" will disappear. Or you can close the game and re-open it; they will have gone then too. If - you don't know what I'm talking about, then you're not being bothered by it and you need do nothing :-) -

- - -

- Modified Babyz Exe for Playpen access
- - The mad scientist produces her ongoing testbed .exe file for Babyz. The idea was to eventually be able to get - the game to accept more playscenes, by avoiding the need to use the house icon which goes berserk if a - non-overwriting scene is added. As yet in my game I have not been able to get it to work for the Attic and - Nursery, so have not got as far as further scenes. It does have one feature that Babyz players might enjoy; the - Playpen and Desktop "scenes" are both usable. NOTE: It overwrites your original so please, folks, put yours - somewhere safe. The mad scientist takes no responsibility for anything from game-crashes through to - flame-throwers decimating your backyard and more;remember, she's crazy :-)
- - Babyz pplayscene menu -

- - -

- Click here for LNZ debowellings -

- -

- Read a whole bunch of the mad scientist's delvings into the .LNZ file. All the gory details are laid bare in a - minute dissection of the Key Texts (or commands), key-words and programmers' comments. This is not a tutorial or - a how-to, it is an explanation of all those mysterious gobbets of data inside the .lnz files. Mainly it's a Petz - breakdown, but Oddballz and babyz fans take note, most of what I describe in this is relevant to you also. Plus, - I shall be making similar breakdowns of the areas which are different, or specific only to, those games as soon - as I can. -

- - -

- Click here for the Scientist's Sprite insanity -

- - -

- I have been experimenting for many years to find the limits of what these games can take, and delving deep into - the files, dabbling my fingers in the genetic pool, gender-bending petz and generally creating strangenesses of - great peculiarity. And at last the mad-scientist brain has snapped and I present to you...
- - (sound effects of crazy cackling, sudden thunderstorm lashes at window, wind comes howling though, lightning - flashes...)
- - Download inmates of The Insane Dogz-catz Asylum!
- - Insane Calicoz - Insane Calicoz
- - Insane Calicos for Petz 3 / - Petz 4 / - Petz 5
- - To see the above breed in action, you will need the dogz part of the game and either the catz part of - the game or the "catz behaviours" package which I've got on my "Cat species in dogz" page. It will not work if - you only have catz or only have dogz. Hah! A true cross-breed! But please read the included Readme textfile. You - cannot adopt from this breed... So, included in the package are a pair of petz who are happy in their total - insanity. And for the soft-hearted, if you cannot bear the sight of Jilli and Jeffri tearing themselves apart, - also included in the package is a zip of the two of them restored to sanity. -

- - -

- And now for something completely different. The petz can breed and I include a baby, freshly separated from her - mother, in the zipfile; on the other hand, the wire Babyz doesn't breed but it does grow :-)
- - wireframe calicos - wireframe babyz
- - The wireframe calico family / - the wireframe babyz -

- - -

- And finally, for Babyz, the experimenter went crazy on polygons...
- - Rainbopolly
- - Polygon babyz -

- -

Happy daze...

-
- - diff --git a/carolyns_creations/frames/main.html b/carolyns_creations/frames/main.html deleted file mode 100644 index dd2c19d..0000000 --- a/carolyns_creations/frames/main.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - Carolyn's Creations - - - - - - -
- Welcome to Carolyn's Creations! - -

- - Download info... - Important Info... - Acknowledgements - -

- -

- **On behalf of my dear friend, Carolyn and myself,
- I'd like to give a HUGE THANKS to Arie for now hosting Carolyn's Creations!
- -Sue Briley -

- -

- My lovely Guardian Angel Cat logo was a gift from - Thowraa's FBKC
- To play with her online, click here. You'll need the - Petz player plug-in (click), and the latest browsers won't support that - So unless you already have Netscape, you also need to download - Netscape Commander 4 (click). Unzip and install Netscape, it - won't affect any of your other browsers. Choose to install the included cosmo Player if it asks, because - then you'll be able to play with the Catz 1 Catz World ! Then double-click on - the Player to install it and you'll be able to play with Phantarella. -

- -

- This is an archive of all the items that I have ever hex-edited or converted for the various P.F.Magic Petz, - Oddballz and Babyz games. It also includes my stuff for Petz 5 which was created in 2002 by Studio Mythos and is - in the same style as the older games. The websites for these games are now gone -- the new Dogz, Catz etc games - which you see at Ubisoft's Petz site, and the various girly - games for Nintendo DS at their "Babyz.net" site are in no way - similar to the original Petz etc games and are not covered in my tutorials. I also do not have downloads for any - Ubisoft games created from 2006 onwards. All that I have for you of those later games is my - Info Only page, which may be useful for anyone - wanting to "hex" or modify the PC versions of those games. -

- -

- People with Dogz-only or Catz-only parts of the Petz games please read
- If you want one of my breedz, please don't ask me to convert between dogz and catz games -- instead, download - the relevant package from my "Cat species in dogz" or "Dog species in catz" pages, read the instructions - carefully and install it. That will fool the game, and you can then download and play with my various species - etc. -

- -

- NOTE for site owners:
- please do not directly link to the files or pictures at my site. I have no objection to anyone putting my - breedz up elsewhere, provided that you put an acknowledgement also that they are my work. The same applies to my - tutorials, although a link instead to my tutorials page would be a better idea as I am always in process of - updating them. -

- -

- Please note that my site has moved to Boardwalkerz - thanks to Sue Briley's generosity.
- I've left a few pages at the Petzwarehouse, with grateful thanks to Abby, so that people know where to come for - my files. Bless you, Abby, for hosting my monster of a site for so long! -

- -

- Registered with
- - Petz Yellow Page Directory -
-
- - - Breed-lover - -

- -

- The "What's new" section has moved to its own page. Click here - to go to it -

- -

- Where my site is now
- Thanks to Abby of - The Petzwarehouse for kindly hosting my site for so long, without complaint as it grew and - grew... And thanks to Sue of - Petz Boardwalk - for so generously providing mirror space for several months, and now taking on the whole burden.
- If my site goes down at any time -- Eeeek! -- pop along to - this page, where I'll keep you informed of whatever is going on. -

- -

- Download problems? Read here
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- PLEASE READ IF YOU HAVE DOWNLOAD PROBLEMS
- or my files confuse you:

- If you have problems downloading a file from this site... right-click on it and choose "save link as" or "save - target as" (whichever your browser says), follow the dialogue box which opens in order to save it to a place on - your hard drive (usually the Desktop), then open it afterwards. Please do not write to me about any files which - "have nothing in them" unless you have tried this method.
- The Petz 3, 4 and 5 breedfiles are all sound-stripped. I've produced external sounds for all the original breedz - as well as most of my "species" or "fantasy" breedz so that you can choose whether to download the sounds or - play with the files mute. -

- -

- Important Information
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Windows XP, Windows 2000 (or NT), Windows ME users, and people who have some update to their system that is - beyond mine -- if you have some problem with my breedz that I cannot duplicate on either my Windows 95 or my - husband's plain Windows 98 system, then I cannot help you. If I am able to duplicate the problem, then there is - something wrong with the file that I can (I hope) fix and of course I shall do my best to do so. If I am not - able to duplicate it, then there is nothing wrong with the file and it is some mysterious problem related to an - incomprehensible alchemy between your operating system and/or game and my file so I cannot fix it. Sorry. The - only thing I can suggest is a possible fix for you to do for yourself; you'll find it - here. Windows XP with SP2 has special new quirks, woop-de-doo. WinXP - is bleurgh and Vista -- AAAARGH!! *hugs nice comfy Win95 setup, warts an' all* -

- -

- It came to my attention a while ago that there were Petz 5 versions of some of my breedz at Nicky's Petzfriends - site, and that those versions have wrong ID numbers etc. Nicky and I eventually reached an agreement which - should fix any problems that people may have with this. Read here if you would - like to know more about it, and about how to get your pets to breed if you downloaded one of the "conversions" - from her site.
- Please note that you do not need to convert any of my breedz to Petz 5, I make them all available for - that game myself. I shall not convert anyone else's breedz, I do not have the time, but I have "howtos" up for - you to try or you can ask for help on the various forums. -

- -

- Mac users (or anyone else with this problem) if you download files and get gibberish appearing in your browser, - ending up with a corrupted file when you try to save it, try either downloading with a download manager or look - in your browser's cache and copy it directly from there. The copy that's in your cache should not be corrupted. -

- -

- What's Happening Here
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- I checked through this again, and a lot of stuff has changed, so this is the latest state of play: -

- -

- There's a bunch of odd bits and pieces that I need to finish off, but I have no idea when I'll get the time to - do so. Foolers for all of the games are now available at my Boardwalkerz site. -

- -

- The Oddballz-to-petz line -- still got a bunch of Transformations to do. I intend to put them together as two or - three more all-in-one breedz. These will probably be the last "full" breedz I shall ever make, plus one breed - that I promised years ago and will probably never be finished, for someone who has already left the Petz - Community 8-} -

- -

- I need to finish off the LNZ breakdown chunks, with special attention to the Oddballz info which has been sadly - neglected. I also need to gather together various other little howtos, and the breakdown of a .pet and .baby - file, and make them as comprehensible as possible (hah!) so y'all can fix petz, game-crashes etc. -

- -

- I no longer need to fix the oversize-pet corruptions, thanks to Nicholas' Tools. Yay for Petza! -

- -

- I've continued to tidy up my tutorials pages; I really hope that people can find things now. The actual - tutorials are mostly written some time ago and newer available tools etc (such as Tinker, LNZPro 2, my easy-edit - kits) have made things easier, so some of the tuts are more complicated than they should be, but they are mostly - still valid. -

- -

- Through lack of time, and because I don't breed or show petz, I no longer research 2nd-gen problems, so it's up - to all you guys and gals to find out any new quirks in that area. -

- -

- I also do not, and never shall, make "exclusives" for individuals. Everything that I make is downloadable for - all. To be honest, I cannot understand this modern fashion for exclusivity. My ethos has always been to make - information and game modifications free for all. -

- -

- Real Life and a steady stream of sweet, vulnerable foster-cats and kitties clamour for my attention almost - constantly. Hexing and these games have to come second, and can only be done in small snatches of free time. So - I don't take breed-making requests any more, I just don't have the time. Really, the answer has to be "no" to - requests. However, anyone can try it nowadays, as there is a choice of several tools, including LNZPro and Pet - Workshop, as well as the utilities at MK&C, Resource Hacker, and my own Easy-edit packages. -

- -

- There are lots of good hexers out there on the Internet, some of whom are kind-hearted or will do requests, so - if you cannot bear to try hexing yourself, just ask around the various message-boards and forums. Look in my - links pages for some forums that you can start with. I know the links pages are badly out of date as of December - 2006, but I don't have time to fix them right now. -

- -

- -

- Acknowledgments
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- I'd like to thank Tom for the wonderful web pages that he maintained at the Petzwarehouse for so long, and I'd - like to thank Abby of the - PetzWarehouse - for her patience and for providing the space to store my files for so many years. -

- -

- Big thanks also to my pal Sue of - Petz Boardwalk - for coming to my rescue in the hard times, generously mirroring my lummox of a site, and finally hosting the - whole shebang. -

- -

- Thanks to Misty (aka Acid Chaos), for giving me the kick I needed to get interested in site making. Of her - original design all that is left is the calculation of graphic sizes on the breedz pages -- left to myself, the - graphics would have been all different sizes! Her original design was beautiful, but I couldn't see it in my - favourite browser so in the end it had to go. But I am very grateful for her work, as without it I might never - have repaired this site when we moved to the new server. -

-
- - diff --git a/carolyns_creations/frames/menu.html b/carolyns_creations/frames/menu.html deleted file mode 100644 index 02a112c..0000000 --- a/carolyns_creations/frames/menu.html +++ /dev/null @@ -1,191 +0,0 @@ - - - Menu - - - - - - - diff --git a/carolyns_creations/frames/oddballz/index.html b/carolyns_creations/frames/oddballz/index.html deleted file mode 100644 index 8203a8a..0000000 --- a/carolyns_creations/frames/oddballz/index.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - Oddballz Makeover - - - -
-

.

- -

- Oddballz PLAYERS, you can have more fun with your game!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Go here to download what you need.
- Extra fun for your Oddballz gaming -- you don't need to be a hexer to enjoy the wackiness! Swap, be zany, and - share! When you've installed all the files, you can change things in your game just by swapping them around, and - you can download all those juicy external-file items which the "hexers" amongst us make :-) -

- -

.

- -

- Oddballz HEXERS, discover the feedom of Easy-edit kits!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Go here to download what you need.
- You can now customise just about everything in your game, and share the results with others including - non-hexers! Yay! -

- -

- For anyone who finds an .opj file or wants to make them and swap with friends, - here is Ron Tigat's Eggz Scrambler for Windows and here is the one for Mac. I think that these are the latest versions. - The Windows one is UOPWD Eggz Scrambler Build 0310 and was created in August 2002, I'm not sure of the date and - version of the Mac one. -

- -

.

-
- - diff --git a/carolyns_creations/frames/oddballz/oddballz.html b/carolyns_creations/frames/oddballz/oddballz.html deleted file mode 100644 index b40d836..0000000 --- a/carolyns_creations/frames/oddballz/oddballz.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - Oddballz - - - - - - -
-

- Go here for my Oddballz breedz
- Go here for my Oddballz' sounds
- click here to get the - demo/starter kit
- Go here to get the game-fooler - kit
- There is now a fooler for the Mac demo too :-)
- Go here for my Easy breedz kit
- (Windows packages, Mac users need to use ResEdit) -

- -

- - A new look for your Oddballz game
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

-
- My Egyptian-style toyshelf
- To make this work you also need
- my Oddballz Easy Shelf kit
- NOTE -- Since the arrival of Tinker 1.5, editing the "Easy kit" - filmstrips and customising the whole look of your game is now beautifully simple! You can change the whole look - of your game and toyz, and you can share the results with other Easy kit users :-) -

- -

- Other Oddballz Goodies...
- Mouse "grubz" for you

- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- NOTE: These "mice" will overwrite your game's own grubz files. Please put your originals somewhere safe, and - read the readme files included! -

- -

-
- Joshua's mouse
- Here is a mouse, made by Joshua of - Joshua's Petz Laboratory, using my Oddballz - Easy kit which you need to already have installed before you can use the mouse. Note that the oddballz will - eat or fall in love with the mouse (depending on the particular Oddballz' leanings) just as they would any - grubz! -

- -

- And here are some different mice that I made using the Catz 1 and Petz 3 mice .LNZ files as reference. They - also need my Oddballz Easy kit to be installed first.
-
- the petz-game white mouse
- the Petz-game grey mouse -

- -

-
- A black mouse
- A brown mouse -

- -

- Other useful pages for game-modders
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Nicholas' tools
- You can find the link to the download site and some info on using LNZPro and Tinker here, both of which can be - used along with my easy-edit kits to customise your own game. -

- -

- Vital LNZ info
- The "lnz info" pages are a breakdown of all the items which can be put into your breedz' lnz, along with - information and syntax. The Oddballz-specific ones are still not yet written up, but if you browse through all - the ones for Petz you should get a clear idea of what each part does. -

- -

.

-
- - - diff --git a/carolyns_creations/frames/oddballz/oddballzedit.html b/carolyns_creations/frames/oddballz/oddballzedit.html deleted file mode 100644 index fc378fa..0000000 --- a/carolyns_creations/frames/oddballz/oddballzedit.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - Oddballz Makeover - - - -
-

.

- -

- Oddballz PLAYERS, you can have more fun with your game!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Go here to download what you need.
- Extra fun for your Oddballz gaming -- you don't need to be a hexer to enjoy the wackiness! Swap, be zany, and - share! When you've installed all the files, you can change things in your game just by swapping them around, and - you can download all those juicy external-file items which the "hexers" amongst us make :-) -

- -

.

- -

- Oddballz HEXERS, discover the feedom of Easy-edit kits!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Go here to download what you need.
- You can now customise just about everything in your game, and share the results with others including - non-hexers! Yay! -

- -

- For anyone who finds an .opj file or wants to make them and swap with friends, - here is Ron Tigat's Eggz Scrambler for Windows and here is the one for Mac. I think that these are the latest versions. - The Windows one is UOPWD Eggz Scrambler Build 0310 and was created in August 2002, I'm not sure of the date and - version of the Mac one. -

- -

.

-
- - diff --git a/carolyns_creations/frames/orbs.html b/carolyns_creations/frames/orbs.html deleted file mode 100644 index 7fa6bbc..0000000 --- a/carolyns_creations/frames/orbs.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - Gifts from friends - - - - - - -
-

- -

- Pet Orbs! I got Pet orbs!
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Thanks to Ashien, my petz now have orbs to reflect their natures and poses. An enchanting idea, along the lines - of having guardian angels for your site -- but instead, it's orbs which match the mood of your pet's picture. -

- -

Oscar running his Orb

- -

Oscar running his Orb

- -

And Dambo in cute and devilish nood

- -

- cute Dambo - devilish Dambo -

- -

Here's Perky, chubby little so-and-so...

- -

Perky

- -

...Just as aloof whilst doing a balancing-act with Dambo!

- -

Perky And Dambo

- -

Demon deep in meditation, then coming around from it

- -

- meditative Demon - provocative Demon -

- -

Cassie doing what Cassie does best:

- -

Cassie's balancing act

- -

While Jordan and Skyheaven show off their Orbs with Auras!

- -

- Jordan - Skyheaven -

- -

- Aren't they great? If you want some too, I quote her words from The Petz Board: 'To have your pictures - "orbified" all you have to do is e-mail me your pictures (as bitmaps, please!) to - Kait.Az@unseeuniversity.zzn.com and I will assign them an appropriate orb as soon as humanly possible.' -

- -

- If you want orbs on your actual petz, take a look at my Emoticon - petz\breed pages -

- -

- You can also find petz with permanent orbs which show in the game, at Sue's the Petz Boardwalk -

- -

.

-
- - diff --git a/carolyns_creations/frames/petz/c1breedz.html b/carolyns_creations/frames/petz/c1breedz.html deleted file mode 100644 index 6722e52..0000000 --- a/carolyns_creations/frames/petz/c1breedz.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - Catz 1 Breedz - - - - - - -
-

- Catz 1 Breedz
- Click breed photo or name to download. -

- -

- Go here for Species sounds
- Various Species or Fantasy breedz need sounds; if you want them to sound right in your game, you will have to - download the sounds as well. -

-
- - - - - - - - - - - - - - - - - -
- - Fuzzy Tiger
- Fuzzy Tiger -
-
- - Ginger Mix
- Ginger Mix -
-
- - Slinker
- Slinker -
-
- - Zott (Windows)
- Zott (Windows ver)
/ - Zott (Mac version) -
- - Snowbo
- Snowbo
/ - Snowbo (Mac version) -
- - - diff --git a/carolyns_creations/frames/petz/c2breedz.html b/carolyns_creations/frames/petz/c2breedz.html deleted file mode 100644 index c46f93c..0000000 --- a/carolyns_creations/frames/petz/c2breedz.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - Catz 2 Breedz - - - - - - -
-

- Catz 2 Breedz
- Click breed photo or name to download. -

- -

- Go here for Species sounds -
- Various Species or Fantasy breedz need sounds; if you want them to sound right in your game, you will have to - download the sounds as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Appaloosa
- Appaloosa -
-
- - Chickenz
- Chickenz With "Eggz"
/ - Without "Eggz" -
- - Dragonair
- Dragonair -
-
- - Dynaroo
- Dynaroo -
-
- - Grinnz
- Grinnz -
-
- - Himalayan
- Himalayan -
-
- - Honkbirdie
- Honkbirdie -
-
- - Honker
- Honker -
-
- - Modvark
- Modvark -
-
- - Norvil
- Norvil -
-
- - Quadrapus
- Quadrapus -
-
- - Reindeerz
- Reindeerz -
-
- - Snowbo
- Snowbo -
-
- - Zott
- Zott -
-
- - - diff --git a/carolyns_creations/frames/petz/c3breeded.html b/carolyns_creations/frames/petz/c3breeded.html deleted file mode 100644 index a884a50..0000000 --- a/carolyns_creations/frames/petz/c3breeded.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - Special sound-stripped originals - - - - - - -
-

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, click here -

- -

- Sound-stripped, external-lnz Original Breedz for Catz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These breedz are the original P.F.Magic or Studio Mythos originals, with the single exception of the Flea-free - Alleys; all I've done in the other breedz is to make it so that the sounds and .lnz files that were internal are - now external. The external .lnz files will allow people who are afraid of hex editors to use Notepad only for - making litterz and overwriting breedz. The sounds are external so that, if the sounds have been downloaded once, - all breed downloads can be sound-stripped and very small.
If you only want the external-sound versions of - these breedz, scroll further down this page. As regards the Flea-free Alley, this is a true Alley with Attitude - and is PKC-accepted. I refuse to work with the original P.F.Magic Alleys, because I believe it to be wrong to - force all alley pets to have constant fleas and sickness.
Please note that the readme in with the breedfile - explains where everything should go, including the sounds that are downloadable from here.
- - Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

- -

- Sound-stripped Original Breedz for Catz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable also, - from here.
- Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

-
- - - diff --git a/carolyns_creations/frames/petz/c3breedz.html b/carolyns_creations/frames/petz/c3breedz.html deleted file mode 100644 index 33197b2..0000000 --- a/carolyns_creations/frames/petz/c3breedz.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - - - Catz 3 Breedz - - - - - - -
-

- Catz 3 Breedz
- Click breed photo or name to download. -

- -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

- -

- Catz 3 breedz converted from Catz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Scottish Fold
-

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- The Catz 4 Bunny in Catz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Bunny family to go with Breedable Bunnyz file
- Petz 3 breedable Bunnies / - Non-English version -

- -

- Other Catz 3 Breedz
- ~~~~~~~~~~~~~~~~~~~~~~~
- Go here for Species sounds - and here for original Catz and Dogz - sounds Various Species or Fantasy breedz should have their special sounds; also, all the catz and - dogz breedz on this site use external sounds. So if you want them to sound right in your game, you will - have to download the sounds as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Abyssinian2
- Abyssinian2 -
-
- - Appaloosa
- Appaloosa -
-
- - Asian Snow Curl
- Asian Snow Curl -
-
- - Autumn Flurry
- Autumn Flurry -
-
- - Blackandwhitelonghair
- Black and White Longhair -
-
- - Blinka
- Blinka -
-
- - Black and White British Fold
- Black and White British Fold -
-
- - BritishGinger+White
- British Ginger and White -
-
- - BrownFuzzTabby
- BrownFuzzTabby -
-
- - Bunnycat
- Bunnycat -
-
- - Calibean
- Calibean -
-
- - Catwingz
- Catwingz -
-
- - CharcoalAngora
- Charcoal Angora -
-
- - Chickenz
- Chickenz With "Eggz"
/
- Chickenz Without "Eggz" -- - WKC accepted -
- - Chinchifluttacorn
- Chinchi Fluttacorn -
-
- - Chinchilla Fold
- Chinchilla Fold -
-
- - CottonBunny
- CottonBunny -
-
- - Cowtaurus
- Cowtaurus
-- - WKC accepted -
- - CreamFluff
- Cream Fluff (English)
/ - Cream Fluff - (International) -
- - Dalmatian
- Dalmatian (previous ID)
/ - *Dalmatian (correct ID) -
- -
-

- * the original Dalmatian Cat for Catz 3 had a different ID number from the Catz 4 version. If you are trying to - play with a Dalmatian cat pet which was adopted previously from my Catz 4 breedfile, you should use the "Correct - ID" version of the breedfile. It will overwrite the other one, so if you already have that one, keep it safe - somewhere in case you need it. -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

-
- - - diff --git a/carolyns_creations/frames/petz/c3intbreeded.html b/carolyns_creations/frames/petz/c3intbreeded.html deleted file mode 100644 index 5c9627e..0000000 --- a/carolyns_creations/frames/petz/c3intbreeded.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - Special sound-stripped originals - - - - - - -
-

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, click here -

- -

- Sound-stripped, external-lnz Original Breedz for Catz 3 (non-English)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These breedz are the original P.F.Magic or Studio Mythos originals, with the single exception of the Flea-free - Alleys; all I've done in the other breedz is to make it so that the sounds and .lnz files that were internal are - now external. The external .lnz files will allow people who are afraid of hex editors to use Notepad only for - making litterz and overwriting breedz. The sounds are external so that, if the sounds have been downloaded once, - all breed downloads can be sound-stripped and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page. As regards the - Flea-free Alley, this is a true Alley with Attitude and is PKC-accepted. I refuse to work with the original - P.F.Magic Alleys, because I believe it to be wrong to force all alley pets to have constant fleas and - sickness.
- Please note that the readme in with the breedfile explains where everything should go, including the sounds that - are downloadable from here.
- - Alley Cat -- flea-free version (PKC - accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

- -

- Sound-stripped Original Breedz for Catz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable also, - from here.
- - Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

-
- - - diff --git a/carolyns_creations/frames/petz/c4breeded.html b/carolyns_creations/frames/petz/c4breeded.html deleted file mode 100644 index 07d8643..0000000 --- a/carolyns_creations/frames/petz/c4breeded.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - Special sound-stripped originals - - - - - - -
-

 

- -

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, click here -

- -

- Sound-stripped, external-lnz Original Breedz for Catz 4
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These breedz are the original P.F.Magic or Studio Mythos originals, with the single exception of the Flea-free - Alleys; all I've done in the other breedz is to make it so that the sounds and .lnz files that were internal are - now external. The external .lnz files will allow people who are afraid of hex editors to use Notepad only for - making litterz and overwriting breedz. The sounds are external so that, if the sounds have been downloaded once, - all breed downloads can be sound-stripped and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page. As regards the - Flea-free Alley, this is a true Alley with Attitude and is PKC-accepted. I refuse to work with the original - P.F.Magic Alleys, because I believe it to be wrong to force all alley pets to have constant fleas and - sickness.
- Please note that the readme in with the breedfile explains where everything should go, including the sounds that - are downloadable from here. -
- - Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

- -

- Sound-stripped Original Breedz for Catz 4
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable also, - from here.
- - Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

-
- - diff --git a/carolyns_creations/frames/petz/c4breedz.html b/carolyns_creations/frames/petz/c4breedz.html deleted file mode 100644 index 173f0a3..0000000 --- a/carolyns_creations/frames/petz/c4breedz.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - Catz 4 Breedz - - - - - - -
-

- Catz 4 Breedz
- Click breed photo or name to download. -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

- -

- Catz 4 Breedz converted from Catz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Scottish Fold -

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- The breedable bunny
- ~~~~~~~~~~~~~~~~~~~~~~
- Bunny family to go with Breedable Bunnyz file
- Petz 4 Breedable bunnies -

- -

- Other Catz 4 Breedz
- ~~~~~~~~~~~~~~~~~~~~~~~
- Go here for Species sounds and here for - original Catz and Dogz sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Abyssinian2
- Abyssinian2 -
-
- - Appaloosa
- Appaloosa -
-
- - Asian Snow Curl
- Asian Snow Curl -
-
- - Autumn Flurry
- Autumn Flurry -
-
- - Blackandwhitelonghair
- Black and White Longhair -
-
- - Blinka
- Blinka -
-
- - Black and White British Fold -
- Black and White British Fold -
-
- - BritishGinger+White
- British Ginger and White -
-
- - BrownFuzzTabby
- BrownFuzzTabby -
-
- - Bunnycat
- Bunnycat -
-
- - Calibean
- Calibean -
-
- - Catwingz
- Catwingz -
-
- - CharcoalAngora
- Charcoal Angora -
-
- - Chickenz
- Chickenz With "Eggz" -
/ - Chickenz Without "Eggz" -- - WKC accepted -
- - Chinchifluttacorn
- Chinchi Fluttacorn -
-
- - Chinchilla Fold
- Chinchilla Fold -
-
- - CottonBunny
- CottonBunny -
-
- - Cowtaurus
- Cowtaurus -
-- - WKC accepted -
- - CreamFluff
- CreamFluff -
-
- - Dalmation
- Dalmatian (Correct ID) -
/ - *Dalmation (Catz 3 ID) -
- -
-

- * the original Dalmatian Cat for Catz 3 had a different ID number from the Catz 4 version. If you are trying to - play with a Dalmatian cat pet which was adopted previously from my Catz 3 breedfile, you should use the - alternative, "Catz 3 ID", version of the breedfile. It will overwrite the other one, so if you already have that - one, keep it safe somewhere in case you need it. -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

-
- - diff --git a/carolyns_creations/frames/petz/c5breeded.html b/carolyns_creations/frames/petz/c5breeded.html deleted file mode 100644 index ae211d2..0000000 --- a/carolyns_creations/frames/petz/c5breeded.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - Special sound-stripped originals - - - - - - -
-

 

- -

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, - click here -

- -

- Sound-stripped, external-lnz Original Breedz for Catz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These breedz are the original P.F.Magic or Studio Mythos originals, with the single exception of the Flea-free - Alleys; all I've done in the other breedz is to make it so that the sounds and .lnz files that were internal are - now external. The external .lnz files will allow people who are afraid of hex editors to use Notepad only for - making litterz and overwriting breedz. The sounds are external so that, if the sounds have been downloaded once, - all breed downloads can be sound-stripped and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page. As regards the - Flea-free Alley, this is a true Alley with Attitude and is PKC-accepted. I refuse to work with the original - P.F.Magic Alleys, because I believe it to be wrong to force all alley pets to have constant fleas and - sickness.
Please note that the readme in with the breedfile explains where everything should go, including - the sounds that are downloadable from here.
- - Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

- -

- - Sound-stripped Original Breedz for Catz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable also, - from here.
- - Alley Cat -- flea-free version (PKC accepted)
- B+W Shorthair
- Calico
- Chinchilla Persian
- Desert Lynx
- Egyptian Mau
- Honey Bear
- Japanese Bobtail
- Maine Coon
- Orange Shorthair
- Persian
- Russian Blue
- Scottish Fold
- Siamese
- Tabby -

-
- - diff --git a/carolyns_creations/frames/petz/c5breedz.html b/carolyns_creations/frames/petz/c5breedz.html deleted file mode 100644 index 99dd9c3..0000000 --- a/carolyns_creations/frames/petz/c5breedz.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - Catz 5 Breedz - - - - - - -
-

- Catz 5 Breedz
- Click breed photo or name to download. -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

- -

 

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- Bunny fix to allow adopting and - breeding bunnies.
- It also allows variety in your bunnies. It overwrites the original, so you need to put that somewhere safe. - Please read included instructions in order to get real bunniez in your game. -

- -

- Go here for Species sounds and here for original Catz and Dogz - sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Abyssinian.gif
- Abyssinian2 -
-
- - Appaloosa
- Appaloosa -
-
- - Asian Snow Curl
- Asian Snow Curl -
-
- - Autumn Flurry
- Autumn Flurry -
-
- - Blackandwhitelonghair
- Black and White Longhair -
-
- - Blinka
- Blinka -
-
- - Black and White British Fold -
- Black and White British Fold -
-
- - BritishGinger+White
- British Ginger and White -
-
- - BrownFuzzTabby
- BrownFuzzTabby -
-
- - Bunnycat
- Bunnycat -
-
- - Calibean
- Calibean -
-
- - Catwingz
- Catwingz -
-
- - CharcoalAngora
- Charcoal Angora -
-
- - Chickenz
- Chickenz With "Eggz" -
/
- Without "Eggz" -- - WKC -
- - Chinchi Fluttacorn
- Chinchi Fluttacorn -
-
- - Chinchilla Fold
- Chinchilla Fold -
-
- - CottonBunny
- CottonBunny -
-
- - Cowtaurus
- Cowtaurus -
-- WKC -
- - CreamFluff
- CreamFluff -
-
- - Dalmatian
- Dalmatian (Correct ID) -
/ - Dalmation (Catz 3 ID) -
- -
-

- * the original Dalmatian Cat for Catz 3 had a different ID number from the Catz 4 version. If you are trying to - play with a Dalmatian cat pet which was adopted previously from my Catz 3 breedfile, you should use the - alternative, "Catz 3 ID", version of the breedfile. Otherwise use the "Correct ID" one. Each will overwrite the - other one, so if you have them both, keep the overwritten one safe somewhere in case you need it. -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

-
- - diff --git a/carolyns_creations/frames/petz/catbehaviours.html b/carolyns_creations/frames/petz/catbehaviours.html deleted file mode 100644 index 100ce43..0000000 --- a/carolyns_creations/frames/petz/catbehaviours.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - Cat Behaviours for Dogz II, 3, 4, 5 - - - - - - -
-

 

- -

- Catz Behaviours for Dogz games
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- I am supplying the cut down cat-behaviour files that are on this page so that people who have only the dogz part - of the Petz games can play with my catz-based Oddballz-to-petz breedz. I do not wish to convert all of the - Oddballz-petz to Dogz-based breedz, partly because, at heart, Oddballz are more like catz than dogz -- and - partly because converting them all would be an enormous task. -

- -

- However, I did promise some people that I would make it so that they could play with Oddballz-petz in their dogz - games. So here is a compromise that I hope Dogz-games players will accept. Please read the readme texts included - in the zipfiles carefully; they tell you how to install the files. -

- -

- These files are only for Petz II upwards; the original Dogz game was never part of a full "petz" game, and nor - was the original Catz game, so there is no way to make the one work with the other's game engine. -

- -

- NOTE to anyone who thinks that they would be getting the full catz games with this kit; this is - not the case, even though the game is fooled into thinking that the Catz part of Petz is present. There - are several important items still missing, such as the sounds resources, but you don't need those items in order - to play with my custom-crafted Oddballz-petz :-) -

- -

- For Petz 3, 4 or 5 you need to download the relevant Basic Cat Behaviours file for that game (sorry it's a large - file) and then you need to download whichever of the small cut-down cat rez files goes with your version of the - game.
- For Petz 4 and 5, download the bunny for your game version also -- you'll need it.
- Bunny file for Petz 4
- Bunny file for Petz 5
- For Petz II, there is just the single large download. -

- -

- NOTE: These zips contain .DLL files. .DLL files need to be "un-hidden".
- Windows, by default, has files of this type "hidden" -- presumably as some kind of safety feature, but in your - case you need to see them. So if you cannot see them on your machine, open My Computer or Windows Explorer, - choose View and Options or Tools and Folder Opetions, and then under View make sure that "Show all files" or - "show hidden files and folders is ticked. While you're about it, un-tick "Hide MS-DOS file extensions" or "Hide - extensions", because that's a nuisance too. Click here for screengrabs if you - need help. -

- -

- IMPORTANT -- Please Click here if, after installation, your CAT files seem to - become "some kind of catalog". -

- -

- Basic Cat behaviours for Petz 4 and Petz 5 (4.8 - megabytes)
- Small cut-down Catz Rez file for Petz 5
- Original Bunny for Petz 5
- Small cut-down Catz Rez file for Petz 4
- Original Bunny for Petz 4 -

- -

- Basic Cat behaviours for Petz 3 English and International - versions (4.8 megabytes)
- Small cut-down Catz Rez file for Petz 3 English
- Small cut-down Catz Rez file for Petz 3 International -

- -

Cat behaviour files for Petz II (4.3 megabytes)

- -

- For people who have trouble understanding my instructions, here's an example of how it - works:
- I'll assume it's Dogz 5 and you want the game fooled into playing Catz 5 breedz. Okay, from this Catz in Dogz - page, you will need to download the "Basic Cat behaviours for Petz 4 and Petz 5 (4.8 megabytes)" file which will - download as Catbehaviours_c4c5.zip, the "Small cut-down Catz Rez file for Petz 5" file which downloads as - Rez_c5.zip, and the "Original Bunny for Petz 5". -

- -

- Unzip the Catbehaviours_c4c5.zip file into the root directory of your game -- where the Petz 5.exe is. This is - wherever you installed the game. If you didn't choose your own place for installing the game, that would - probably be -

- -

C:Program FilesUBI SoftStudio MythosPetz 5

- -

- Everything should then go into the right places. You only have to worry about shuffling stuff around if it - doesn't. Then unzip the Rez_c5.zip into your game's Resource directory. If you didn't choose your own place for - installing the game, that would probably be -

- -

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource

- -

- Then make a directory off the Resource one and rename it Catz. So you would now have this: -

- -

C:Program FilesUBI SoftStudio MythosPetz 5ResourceCatz

- -

- Unzip the bunny into that directory and of course all your catz breedz -- any breedfiles which you download that - are .cat files -- need to go in there. -

- -

.

-
- - diff --git a/carolyns_creations/frames/petz/catz1dex.html b/carolyns_creations/frames/petz/catz1dex.html deleted file mode 100644 index 56aae70..0000000 --- a/carolyns_creations/frames/petz/catz1dex.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - Catz Your Computer Petz - - - - - - -
- Welcome to Catz Home Page! -
- Catz are the next in line of Your Computer Petz,
- following in the successful pawprints of Dogz.
- Catz live on your computer and they don't mind sharing it with you.
- You can play with them and watch them stalk the mouse across your documents.
- In screen-saver mode they enjoy taking CatNapz. - -

- Get to know the Catz while downloading the FREE adoption kit.
- When you've got the demo, click the "Download Catz" button below to download the "fooler".
-

- -

- - - -

- -

- - Be sure to check out the world's first
- Computer Petz too --
- get the demo from Daniel's or Minibyte's
- and remember you can download a demo fooler for it also. -

- -

- - - -

- -

- © 1996 - PF Magic
- This Site Best Viewed with
- Netscape 3.0 [ATLAS]
- and Microsoft Explorer 2.0 -

- - -
- - - diff --git a/carolyns_creations/frames/petz/catz1mice.html b/carolyns_creations/frames/petz/catz1mice.html deleted file mode 100644 index f8ad1ba..0000000 --- a/carolyns_creations/frames/petz/catz1mice.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - Catz 1 Mice - - - - - - -
-

- Catz 1 Mouse "grubz" for you
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- NOTE: These "grubz" will overwrite your game's own mouse files. Please put your originals somewhere safe, and - read the readme files included! -

- -

-
- pink grubz -

- -

-
- Green grubz -

- -

-
- Yellow grubz -

- -

.

-
- - - diff --git a/carolyns_creations/frames/petz/d1breedz.html b/carolyns_creations/frames/petz/d1breedz.html deleted file mode 100644 index fac9626..0000000 --- a/carolyns_creations/frames/petz/d1breedz.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - Dogz 1 Breedz - - - - - - -
-

- Dogz 1 Breedz
- Click breed photo or name to download. -

- -

- Go here for Species sounds
- Various Species or Fantasy breedz need sounds; if you want them to sound right in your game, you will have to - download the sounds as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - -
- - American Staffy
- American Staffy -
-
- - Brown Cocker
- Brown Cocker -
-
- - Buff Cocker
- Buff Cocker -
-
- - Black and White Cocker
- Black and White Cocker -
-
- - Snowbo for Dogz
- Snowbo for Dogz (Windows ver)
/ - (Mac version) -
- - Wolf
- Wolf -
-
- - Wolfie
- Wolfie -
-
- - - diff --git a/carolyns_creations/frames/petz/d2breedz.html b/carolyns_creations/frames/petz/d2breedz.html deleted file mode 100644 index 8e68b2c..0000000 --- a/carolyns_creations/frames/petz/d2breedz.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Dogz II breedz - - - - - - -
-

- Dogz II Breedz
- Click breed photo or name to download. -

- -

- Go here for Species sounds
- Various Species or Fantasy breedz need sounds; if you want them to sound right in your game, you will have to - download the sounds as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - AmericanStaffy
- American Staffy -
-
- - Bearz
- Bearz -
-
- - Galiceno
- Galiceno -
-
- - Gorilape
- Gorilape -
-
- - Guineapig
- Guineapig, Patchy -
/ - Plain or two-tone -
- - Horseequus
- Horseequus -
-
- - Pighog
- Pighog -
-
- - Snowbo2
- Snowbo2 -
-
- - Turkey
- Turkey with "Eggz"
/ - Without "Eggz" -
- - - diff --git a/carolyns_creations/frames/petz/d3breeded.html b/carolyns_creations/frames/petz/d3breeded.html deleted file mode 100644 index 0c9a0da..0000000 --- a/carolyns_creations/frames/petz/d3breeded.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Special sound-stripped originals - - - - - - -
-

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, click here -

- -

- Sound-stripped, external-lnz Original Breedz for Dogz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These breedz are the original P.F.Magic or Studio Mythos originals. The Pug is the version that I "fixed" so - that the tongue is properly attached. Apart from that, all that I've done in that and the other breedz is to - make it so that the sounds and .lnz files that were internal are now external. The external .lnz files will - allow people who are afraid of hex editors to use Notepad only for making litterz and overwriting breedz. The - sounds are external so that, if the sounds have been downloaded once, all breed downloads can be sound-stripped - and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page.
- Please note that the readme in with the breedfile explains where everything should go, including the sounds that - are downloadable from here.
- - Bulldog
- Chihuahua
- Dachshund
- Dalmation
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

- -

- Sound-stripped Original Breedz for Dogz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable also, - from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

-
- - - diff --git a/carolyns_creations/frames/petz/d3breedz.html b/carolyns_creations/frames/petz/d3breedz.html deleted file mode 100644 index 505d3f7..0000000 --- a/carolyns_creations/frames/petz/d3breedz.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - Dogz 3 Breedz - - - - - - -
-

- Dogz 3 Breedz
- Click breed photo or name to download. -

- -

- Page: - 1 - 2 - 3 - 4 - 5 -

- -

- Dogz 5 Breedz converted to Dogz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- German Shepherd
- Golden Retriever
- Jack Russell
- Papillon
- Pug -

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- The Dogz 4 Pigz in Dogz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Pig family to go with Breedable Pigz file
- Petz 3 Breedable Pigz -

- -

- Other Dogz 3 Breedz
- ~~~~~~~~~~~~~~~~~~~~~~~
- Go here for Species sounds and here for original Catz and Dogz - sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Affelaffe
- Affelaffe -
-
- - Airedale
- Airedale -
-
- - AmericanStaffy
- American Staffy -
-
- - Ancestorlizard
- Ancestor Lizard -
-
- - Apaws
- Apaws -
-
- - AustralianCattleDog
- Australian Cattle Dog -
-
- - BeachDog
- Beach Dog -
-
- - Bearz
- Bearz
-- - WKC accepted -- - external-sounds version -
- - Blackdal
- Blackdal -
-
- - BlacknKhaki
- Black n Khaki -
-
- - Breyer
- Breyer -
-
- - BrownPyrShepherd
- Brown Pyr Shepherd -
-
- - BrownDal
- BrownDal -
-
- - CalicoMutt
- CalicoMutt -
-
- - Calicochi
- Calicochi -
-
- - ChalkBlueDal
- ChalkBlueDal -
-
- -
-

- Page: - 1 - 2 - 3 - 4 - 5 -

-
- - - diff --git a/carolyns_creations/frames/petz/d3intbreeded.html b/carolyns_creations/frames/petz/d3intbreeded.html deleted file mode 100644 index 01f134a..0000000 --- a/carolyns_creations/frames/petz/d3intbreeded.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - Special sound-stripped originals - - - - - - -
-

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, - click here -

- -

- Sound-stripped, external-lnz Original Breedz for Dogz 3 (non-English)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These breedz are the original P.F.Magic or Studio Mythos originals. The Pug is the version that I "fixed" so - that the tongue is properly attached. Apart from that, all that I've done in that and the other breedz is to - make it so that the sounds and .lnz files that were internal are now external. The external .lnz files will - allow people who are afraid of hex editors to use Notepad only for making litterz and overwriting breedz. The - sounds are external so that, if the sounds have been downloaded once, all breed downloads can be sound-stripped - and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page.
- Please note that the readme in with the breedfile explains where everything should go, including the sounds that - are downloadable from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

- -

- Sound-stripped Original Breedz for Dogz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable - also, from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

-
- - - diff --git a/carolyns_creations/frames/petz/d4breeded.html b/carolyns_creations/frames/petz/d4breeded.html deleted file mode 100644 index 2a3aecd..0000000 --- a/carolyns_creations/frames/petz/d4breeded.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - Special sound-stripped originals - - - - - - -
-

 

- -

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, click here -

- -

- Sound-stripped, external-lnz Original Breedz for Dogz 4
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These breedz are the original P.F.Magic or Studio Mythos originals. The Pug is the version that I "fixed" so - that the tongue is properly attached. Apart from that, all that I've done in that and the other breedz is to - make it so that the sounds and .lnz files that were internal are now external. The external .lnz files will - allow people who are afraid of hex editors to use Notepad only for making litterz and overwriting breedz. The - sounds are external so that, if the sounds have been downloaded once, all breed downloads can be sound-stripped - and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page.
- Please note that the readme in with the breedfile explains where everything should go, including the sounds - that are downloadable from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

- -

- Sound-stripped Original Breedz for Dogz 4
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable - also, from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

-
- - diff --git a/carolyns_creations/frames/petz/d4breedz.html b/carolyns_creations/frames/petz/d4breedz.html deleted file mode 100644 index 6242a79..0000000 --- a/carolyns_creations/frames/petz/d4breedz.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - Dogz 4 Breedz - - - - - - -
-

- Dogz 4 Breedz
- Click breed photo or name to download. -

- -

- Page: 1 - 2 - 3 - 4 - 5 -

- -

- Dogz 4 Breedz converted from Dogz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- German Shepherd
- Golden Retriever
- Jack Russell
- Papillon
- Pug -

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- The Dogz 4 Breedable Pigz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Pig family to go with Breedable Pigz file
- Petz 4 breedable Pigz -

- -

- Other Dogz 4 Breedz
- ~~~~~~~~~~~~~~~~~~~~~~~

- Go here for Species sounds and here for original Catz and Dogz - sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Affelaffe
- Affelaffe -
-
- - Airedale
- Airedale -
-
- - AmericanStaffy
- American Staffy -
-
- - Ancestorlizard
- Ancestor Lizard -
-
- - Apaws
- Apaws -
-
- - AuestralianCattleDog
- Australian Cattle Dog -
-
- - BeachDog
- Beach Dog -
-
- - Bearz
- Bearz -
-- - WKC accepted -- - external-sounds version -
- - Blackdal
- Blackdal -
-
- - BlacknKhaki
- Black n Khaki -
-
- - Breyer
- Breyer -
-
- - BrownPyrShepherd
- Brown Pyr Shepherd -
-
- - BrownDal
- BrownDal -
-
- - CalicoMutt
- CalicoMutt -
-
- - Calicochi
- Calicochi -
-
- - ChalkBlueDal
- ChalkBlueDal -
-
- -
-

- Page: 1 - 2 - 3 - 4 - 5 -

-
- - diff --git a/carolyns_creations/frames/petz/d5breeded.html b/carolyns_creations/frames/petz/d5breeded.html deleted file mode 100644 index a8e5deb..0000000 --- a/carolyns_creations/frames/petz/d5breeded.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - Special sound-stripped originals - - - - - - -
-

 

- -

- NOTE: No hexing ability is needed at all!
- These aren't just for people who want to edit petz. They are also for anyone who has downloaded a breed in the - form of an external LNZ file and wants to use it in their game. -

- -

- For details of where the files go in your game, click here -

- -

- Sound-stripped, external-lnz Original Breedz for Dogz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These breedz are the original P.F.Magic or Studio Mythos originals. The Pug is the version that I "fixed" so - that the tongue is properly attached. Apart from that, all that I've done in that and the other breedz is to - make it so that the sounds and .lnz files that were internal are now external. The external .lnz files will - allow people who are afraid of hex editors to use Notepad only for making litterz and overwriting breedz. The - sounds are external so that, if the sounds have been downloaded once, all breed downloads can be sound-stripped - and very small.
- If you only want the external-sound versions of these breedz, scroll further down this page.
- Please note that the readme in with the breedfile explains where everything should go, including the sounds - that are downloadable from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

- -

- Sound-stripped Original Breedz for Dogz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These files are sound-stripped only, for people who do not want the externally-editable .lnz files but do want - the sounds separate.
- Please note that the readme in with the breedfile explains where to put the sounds that are downloadable also, - from here.
- Bulldog
- Chihuahua
- Dachshund
- Dalmatian
- German Shepherd
- Golden Retriever
- Great Dane
- Jack Russell
- Labrador
- Mutt
- Papillon
- Poodle
- Pug
- Scottie
- Sheepdog -

-
- - diff --git a/carolyns_creations/frames/petz/d5breedz.html b/carolyns_creations/frames/petz/d5breedz.html deleted file mode 100644 index c7e2a94..0000000 --- a/carolyns_creations/frames/petz/d5breedz.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - Dogz 5 Breedz - - - - - - -
-

- Dogz 5 Breedz
- Click breed photo or name to download.
- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- - Page: 1 - 2 - 3 - 4 - 5 -
- - Pig fix to allow adopting of - Pigz
- This one lets you adopt from the Adoption Centre, and you can play with the Pig Hosts.
- Pig fix to allow importing - of Pigz
- If you have problems with importing your Pigz or Pigz mixes into petz 5, grab this version. Turn off the Host - Characters in Scene option if you're using this one and want to go to the Backyard or Fantasy Castle.
- Pig fix to allow breeding - of Pigz
- Go here for Species sounds and here for original Catz and Dogz - sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Affelaffe
- Affelaffe -
-
- - Airedale
- Airedale -
-
- - AmericanStaffy
- American Staffy -
-
- - Ancestorlizard
- Ancestor Lizard -
-
- - Apaws
- Apaws -
-
- - AustralianCattleDog
- Australian Cattle Dog -
-
- - BeachDog
- Beach Dog -
-
- - Bearz
- Bearz -
-- WKC accepted -- - external-sounds version -
- - Blackdal
- Blackdal -
-
- - BlacknKhaki
- Black n Khaki -
-
- - Breyer
- Breyer -
-
- - BrownPyrShepherd
- Brown Pyr Shepherd -
-
- - BrownDal
- BrownDal -
-
- - CalicoMutt
- CalicoMutt -
-
- - Calicochi
- Calicochi -
-
- - ChalkBlueDal
- ChalkBlueDal -
-
- Page: 1 - 2 - 3 - 4 - 5 -
- - diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip b/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip deleted file mode 100644 index 669a078..0000000 Binary files a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSBulldogInt_d3.zip and /dev/null differ diff --git a/carolyns_creations/frames/petz/dogbehaviours.html b/carolyns_creations/frames/petz/dogbehaviours.html deleted file mode 100644 index 77ba4e4..0000000 --- a/carolyns_creations/frames/petz/dogbehaviours.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - Dogz Behaviours for Catz II, 3, 4, 5 - - - - - - -
-

- Dogz Behaviours for Catz games
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- I am supplying the cut down dog-behaviour files that are on this page so that people who have only the catz part - of the Petz games can play with my dogz-based fantasy and species breedz. I do not wish to convert all of my - Dogz-based specials to the catz games, largely because converting them all would take too much time. -

- -

- However, I get a lot of requests from people who are keen to play with my specials, so here is a compromise that - I hope Catz-games players will accept. Please read the readme texts included in the zipfiles carefully; they - tell you how to install the files. -

- -

- These files are only for Petz II upwards; the original Dogz game was never part of a full "petz" game, and nor - was the original Catz game, so there is no way to make the one work with the other's game engine. -

- -

- NOTE to anyone who thinks that they would be getting the full dogz games with this kit; this is not the case, - even though the game is fooled into thinking that the Dogz part of Petz is present. There are several important - items still missing, such as the sounds resources, but you don't need those items in order to play with my - custom-crafted fantasies and species :-) -

- -

- For Petz 3, 4 or 5 you need to download the relevant Basic Dog Behaviours file (sorry it's a large file) and - then you need to download whichever of the small cut-down dogz rez files goes with your version of the game.
- For Petz 4 and 5, download the pig also.
- Pig file for Petz 4
- Pig file for Petz 5
- For Petz II, there is just the single large download. -

- -

- NOTE: These zips contain .DLL files. .DLL files need to be "un-hidden".
- Windows, by default, has files of this type "hidden" -- presumably as some kind of safety feature, but in your - case you need to see them. So if you cannot see them on your machine, open My Computer or Windows Explorer, - choose View and Options, and then under View make sure that "Show all files" is ticked. While you're about it, - un-tick "Hide MS-DOS file extensions", because that's a nuisance too. -

- -

- Basic Dog behaviours for Petz 4 and Petz 5 - (4.3 megabytes)
- Small cut-down Dogz Rez file for Petz 5
- Small cut-down Dogz Rez file for Petz 4 -

- -

 

- -

- Basic Dog behaviours for Petz 3 English and International - versions (4.35 megabytes)
- Small cut-down Dogz Rez file for Petz 3 English
- Small cut-down Dogz Rez file for Petz 3 International -

- -

- Dog behaviour files for Petz II (3.7 megabytes) -

- -

- For people who have trouble understanding my instructions, here's an example of how it - works:
- I'll assume it's Catz 5 and you want the game fooled into playing Dogz 5 breedz. Okay, from this Dogz in Catz - page, you will need to download the "Basic Dog behaviours for Petz 4 and Petz 5 (4.3 megabytes)" file which will - download as Dogbehaviours_c4_c5.zip, the "Small cut-down Dogz Rez file for Petz 5" file which downloads as - Rez_d5.zip, plus you'll need to go and get the Pig breed. -

- -

- Unzip the Dogbehaviours_c4_c5.zip file into the root directory of your game -- where the Petz 5.exe is. This is - wherever you installed the game. If you didn't choose your own place for installing the game, that would - probably be -

- -

C:\Program Files\UBI Soft\Studio Mythos\Petz 5

- -

- Everything should then go into the right places. You only have to worry about shuffling stuff around if it - doesn't. Then unzip the Rez_d5.zip into your game's Resource directory. If you didn't choose your own place for - installing the game, that would probably be -

- -

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource

- -

- Then make a directory off the Resource one and rename it Dogz. So you would now have this: -

- -

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource\Dogz

- -

- Unpack the pig into that directory and of course all your dogz breedz -- any breedfiles which you download that - are .dog files -- need to go in there. -

- -

.

-
- - diff --git a/carolyns_creations/frames/petz/dogz1fooler.html b/carolyns_creations/frames/petz/dogz1fooler.html deleted file mode 100644 index 036b847..0000000 --- a/carolyns_creations/frames/petz/dogz1fooler.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - DOGZ! - - - - - - -
-
- - - - - -

- Dogz are the first pets to live on a computer, giving you the joys of owning a dog
- without needing a pooper scooper! Dogz live on your desktop where they can scamper
- across applications, play games like keep away, fetch and chase, or nap in the corner
- of your screen while you're working. -

- -

- -

- Adoption Kits allow you to play with five different
- little puppy-Dogz before deciding which one to adopt. -

- -

- If you haven't Adopted a Dogz - go to the Adopt Now area where you
- can find links to demos and download a Dogz Demo fooler for the PC or Mac! -

- -

- If you've already Adopted a Dogz and are now looking for some
- things to do with Dogz, look around here for more dogz stuff
- and check out Flyinskull's site and - Minibyte's Archive too. -

- -

- - - -

- -

Copyright © 1995 PF. Magic, Inc.

-
- - - diff --git a/carolyns_creations/frames/petz/index.html b/carolyns_creations/frames/petz/index.html deleted file mode 100644 index 0022c41..0000000 --- a/carolyns_creations/frames/petz/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - Tutorial Example Breedz - - - - - - -
-

Tutorial Example Breedz

- -

- Click breed photo or name to download.
- Remember to download the one for the version of the game that you have.
- Thes breedz are all sound-stripped. -

- - - - - - - - - - - - - - - - - - - - - - - -
- - Silver Tabby for Catz 3
- Silver Tabby for Catz 3 -
/ - for Catz 4 / - for Catz 5 -
- - Jabber Mutt for Dogz 3
- Jabber Mutt for Dogz 3 -
/ - for Dogz 4 / - for Dogz 5 -
- - Dalmatip3 for Dogz 3
- Dalmatip for Dogz 3 -
/ - for Dogz 4 / - for Dogz 5 -
- - Dalmatail for Dogz 3
- Dalmatail for Dogz 3 -
/ - for Dogz 4 / - for Dogz 5 -
- - Great Dane (chi ears) for Dogz 3
- G D (chi ears) for Dogz 3 -
/ - Dogz 4 / - Dogz 5 -
- - Great Dane (flop ear) for Dogz 3
- G D (flop ear) for Dogz 3 -
/ - Dogz 4 / - Dogz 5 -
- - Great Dane (one flop ear) for Dogz 3
- G D (one flop ear) for Dogz 3 -
/ - Dogz - 4 / - Dogz - 5 -
-
- - diff --git a/carolyns_creations/frames/petz/p2breedz.html b/carolyns_creations/frames/petz/p2breedz.html deleted file mode 100644 index d39ca9c..0000000 --- a/carolyns_creations/frames/petz/p2breedz.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - New Petz 2 Breedz - - - - - - -
-

- New Petz 2 Breedz
- Click breed photo or name to download.

- Go here for Species sounds
- Various Species or Fantasy breedz need sounds; if you want them to sound right in your game, you will have to - download the sounds as well. (note -- the bunny's sounds are included in the bunny breed zip) -

- -

- My Skorch Odd-petz breed is now available here. All 13 of the originals - have now been brought into the Catz games. -

-
- - - - - - - - - - - - - - - - - -
- - Walret
- Walret (Catz) -
-
- - 102
- 102 (Catz) -
-
- - Jester
- Jester (Catz) -
-
- - Lips
- Lips (Catz) -
-
- - Bunny
- Bunny (Catz) -
-
- - - diff --git a/carolyns_creations/frames/petz/p2playscene.html b/carolyns_creations/frames/petz/p2playscene.html deleted file mode 100644 index 3737e5c..0000000 --- a/carolyns_creations/frames/petz/p2playscene.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - New Petz II Playscene items - - - - - - -
-

- Petz II Playscenes
- Click picture or name to download. -

- -

This page contains any playscene backdrops that I may make for the petz II game.

- -

- Here you can find the fish-eye view of Petz 3's beach scene for your Petz II aquatic petz and fish toyz to - enjoy
- - Fish beach
- Fish beach For petz II -
-

- -

- -

- -

.

-
- - - diff --git a/carolyns_creations/frames/petz/p2toyz.html b/carolyns_creations/frames/petz/p2toyz.html deleted file mode 100644 index f4350c3..0000000 --- a/carolyns_creations/frames/petz/p2toyz.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - Hex edited toyz for Petz II - - - - - - -
-

- Hex edited Toyz for Petz II
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These are the few toyz that I've made for the Petz II game. The Blooms and Blowers were made using the simpler - filmstrip-recolouring technique, in response to someone a long time ago asking for different-coloured - butterflies. The Carrot-treat bag and gem hairball use more advanced filmstrip-editing techniques. Yes, I know - I'm not the greatest graphic artist in the world; if you want better-looking toyz, I have filmstrip-editing - tutorials for you on my tutorials page, or now that we have Tinker you can get that from my "Nicholas' Tools" - page and use that :-) -

-
- - - - - - - - - - - - - - - - - - - - - - - -
- - Fishtank
- Free-swimming Fish and Tank -
-
- - Babyz doll
- Babyz Doll -
-
- - Butterfly Attractor
- Butterfly Attractor -

- This is a more exciting attractor
- for your butterflies than the
- original potted flowers.
- It also sometimes produces strange effects... -
- - Blooms
- Pretty blooms and butterflies for your game -
-
- - Blowers
- Blowers -

- more unusual-looking blooms and butterflies -
- - Carrot Treat bag
- Carrot Treat bag -

- for vegetarian petz -
- - Sapphire hairball
- Replace that squishy hairball with a sapphire -

- especially important for Dracoz -
- - - diff --git a/carolyns_creations/frames/petz/p3breedz.html b/carolyns_creations/frames/petz/p3breedz.html deleted file mode 100644 index 8b541ec..0000000 --- a/carolyns_creations/frames/petz/p3breedz.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - New Petz 3 Breedz - - - - - - -
-

- New Petz 3 Breedz
- Click breed photo or name to download. -

- -

- -

- NOTE: If one of my breedz crashes your game at the Adoption Centre,
- please read this. -

- -

- For my People In Petz breedz go here
- For my Latest breedz (overwriting and for use with my LNZ-files packages), go here
- For my Team Creation breedz (Rhino, Ostrich etc), go here
- For my P.F.Magic Mice breedz go here
- For my Oddpetz Transformation breedz (Duckoddz etc) go here
- For my Arthropod breedz (Spiders, butterflies etc) go here
- For my aquatic stuff (fishies, frogs etc) go here
- For my Emoticon breed "OddballzDream" and petz go here
- - Go here for Species sounds and here for - original Catz and Dogz sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

- -

- My Skorch Odd-petz breed is now available here. All 13 of the originals - have now been brought into the Catz games. -

- -

.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Caliwingz
- Caliwingz (Catz) -
-
- - Walret
- Walret (Catz) -
-
- - 102
- 102 (Catz) -
-
- - Jester
- Jester (Catz) -
-
- - Flealess Alleys
- Flealess Alleys (Catz) -

- Overwriting. With Sleepycat's variation.
- Does not have Alley attitude. Download sounds for this breed. -
- - Flealess Alleys
- Flealess Alleys (Catz) -
/
- Non-English version
- Overwriting. With variations listed at - PKC
- Does not have Alley attitude. Download sounds for this breed. -
- - Flealess Alleys
- Flealess Alleys With Attitude (Catz) -
/
- Non-English version -
- Overwriting. PKC accepted.
- Download sounds for this breed. True to type, has Alley Attitude -
- - Lips
- Lips (Catz) -
/ - Non-English version
- The 13th and final Original Oddballz converted to Petz 3!
- And yes, I do intend to make emoticon clothes...
- Eventually... -
- - Varied Flealess Alleys
- Varied Alleys With Attitude (Catz) -
/
- Non-English version -
- Overwriting. Download sounds for this breed. Flealess, with Alley Attitude -
- - Wetterhoun
- Wetterhoun (Dogz) -
-
- - Boyz
- Boyz (Catz) -
/
- Non-English version
- Download sounds for this breed. Breed should be male only. -
- - Boy
- Boy (Dogz) -
/
- Non-English version
- Download sounds for this breed. Breed should be male only. -
- - Fishie
- Fishie (Catz) -
/
- Non-English version
- Download sounds for this breed. -
- - Arthropodz
- Arthropodz (Catz) -
/ - Non-English - version
- Download sounds for this breed.
- -- WKC accepted -
- - - diff --git a/carolyns_creations/frames/petz/p3clothes.html b/carolyns_creations/frames/petz/p3clothes.html deleted file mode 100644 index 546063c..0000000 --- a/carolyns_creations/frames/petz/p3clothes.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - Hex edited Clothes for Petz 3 - - - -
-

- Hex edited Clothes for Petz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These are the very few clothes that I've made for the Petz 3 game. I don't have a great interest in making petz - clothes, mainly because there have always been a lot of people out there making great stuff pretty much since - the game first came out. But there were a couple of things that people wanted to know how to do, and here they - are. -

- -

- - Dance Dress
- Two Dance Dresses in one -

- - - Wingz
- Wingz for your petz -

- - - Wigz
- Wigz for your petz
/ - Dreadlocks 2 - / Judge's wigz -

-
- - diff --git a/carolyns_creations/frames/petz/p3hosts.html b/carolyns_creations/frames/petz/p3hosts.html deleted file mode 100644 index 2ed4e50..0000000 --- a/carolyns_creations/frames/petz/p3hosts.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - Document - - - - - - -
-

- Petz 3 versions of the P4 Hosts Adoptable With Clothing For All P3 Petz
- Click photo or name to download. -

- -

- My thanks to Carol, aka Minibyte, for converting my Petz 4 versions to Petz 3 -- and for re-kindling my interest - so that I made them look right in the closet at last! -

- -

- Please note -- these are the Hosts, exactly as they were made by the game's creators. They were of course never - intended to have a "normal" petz life in the game, without their special clothes. I wanted you to have the real - Hosts, so I made no changes. If you don't like Bear's back legs, or Wyatt's ears and wrists, or the way Peg and - Pharaoh look, then I suggest that you either adopt a different pet instead or always keep their proper clothes - on.
- Also I am providing an alternative Peg, because I gather that in some people's games Peg does not have the grey - wrist-cuffs that she does in mine. So you get to choose :-) -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Host Pharaoh
- Pharaoh with clothes P3 -
/ - Glitzy sandals -
- - The Admiral
- The Admiral with clothes P3 -
-
- - Host Bear
- Host Bear with clothes P3 -
-
- - Host Jones
- Jones with clothes P3 -
-
- - Host Misha
- Misha with clothes P3 -
-
- - Host Mitzy
- Host Mitzy with clothes P3 -
-
- - Host Peg
- Peg with clothes P3 -
/ - The alternative Peg -
- - Host Pepe
- Pepe with clothes P3 -
-
- - Ringmaster Bailey
- Bailey with clothes P3 -
-
- - Host Wyatt
- Wyatt with clothes P3 -
-
- - diff --git a/carolyns_creations/frames/petz/p3official.html b/carolyns_creations/frames/petz/p3official.html deleted file mode 100644 index 9f3755c..0000000 --- a/carolyns_creations/frames/petz/p3official.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - Petz 3 Official Downloads - - - - - - -
-

- Petz 3 Official Downloads
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- I have been told that these old Petz 3 official downloads are no longer available anywhere. I've not had time to - check all possible places myself to find out if this is so, but until I hear otherwise I'm putting them on this - page for players of the best-ever petz game to grab :-) -

- -

- art deco clock
- brown frame
- carnations
- carrot seeds
- healthy treat
- holiday toyz
- jack o lantern
- love potion
- marble vase
- menorah
- roach motel
- sneaker
- snowscene
- snow toyz
- soccer ball
- sunflower seeds
- tennis ball
- violet seeds -

-
- - - diff --git a/carolyns_creations/frames/petz/p3playscene.html b/carolyns_creations/frames/petz/p3playscene.html deleted file mode 100644 index 48b5faa..0000000 --- a/carolyns_creations/frames/petz/p3playscene.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - New Petz 3 Playscene items - - - - - - -
-

- New Petz 3 Playscene items
- Click picture or name to download. -

- -

- This page contains any playscenes or special items to go with playscenes that I make for the Petz 3 game. - Unless otherwise stated, they are for the English-language version; I do intend to make them for the - International version also, and when I do they will be clearly labelled. -

- -

- NOTE: if you are trying to use my carrycase patch but can't see any .dll files in your game's Resource - directory, then they are "hidden" and you need to un-hide them. Open either "My Computer" or "Windows - Explorer" and, from the "View" drop-down menu, choose "Options". Now in the View pane of the dialogue box - that pops up, choose "show all files" and not "hide files of these types". Click "OK", then go to that - directory and you'll see the .dll files just fine. Make a copy of any file that you intend to patch, as - these are important files and you might want your original back again! -

- -

- The Secret Wood is now finished and available complete for you to download! It will look best if you download - the special Carry-case with mice, and the toyz -- and I strongly recommend that you download the sounds - also. Click on various things, such as the knot-hole by the lion's nose, for some little surprises, and have - fun with the birdie-house and Scarab (dung-beetle). You can pick them up and move them around the place. The - beetle does a dung-beetle's job of clearing up dirt, and the birdie-house keeps time for you. Oh, and there - is a shelf in the bower above the Lion.
- I hope you enjoy this scene and find it as magical as I do. I shall be putting together my notes and - filmstrip bitmaps into a tutorial to help other people make their own carry-case and playscene.
-

-
- - - - - diff --git a/carolyns_creations/frames/petz/p3toyz.html b/carolyns_creations/frames/petz/p3toyz.html deleted file mode 100644 index 10b2f5a..0000000 --- a/carolyns_creations/frames/petz/p3toyz.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - Hex edited toyz for Petz 3 - - - - - - -
-

- Hex edited Toyz for Petz 3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- NOTE This page is for my hexing efforts of course. But, for those who are searching and cannot now find the - official downloads for Petz 3 anywhere, please click here. -

- -

- These are the few toyz that I've made for the Petz 3 game. The Blooms and Blowers were made using the simpler - filmstrip-recolouring technique, in response to someone a long time ago asking for different-coloured - butterflies. The Carrot-treat bag and gem hairball use more advanced filmstrip-editing techniques. Yes, I know - I'm not the greatest graphic artist in the world; if you want better-looking toyz, I have filmstrip-editing - tutorials for you on my tutorials page :-)
- Note that only people with the non-english-language versions of Petz 3 need to download the alternative versions - of the toyz. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Babyz doll
- Babyz Doll for Petz 3 -

- Non-English version -
- - Blooms
- Pretty blooms and butterflies for your game -

- Non-English version -
- - Blowers
- more unusual-looking blooms and butterflies -

- There is no non-English version -
- - Carrot Treat bag
- Carrot Treat bag -

- for vegetarian petz
- Non-English - version -
- - Sapphire hairball
- Replace that hairball with a sapphire -

- especially important for Dracoz
- Non-English - version -
- - Love Potion
- Love Potion for International version only -

- People with the International version of the game
- were never able to use the official download.
- This is my fix for them. -
- - Sapphire hairball on shelf
- This gem hairball shows up in the closet -

- Non-English version -
- - Dung Beetle
- Dung Beetle -

- This is one of the toyz from my Secret Wood
- Playscene, made now to show up
- separately in the closet. -
- - Mint Bottle
- Mint Bottle -

- This Mint drink was hexed from the
- Milk Bottle and is intended as an
- example for an upcoming tutorial
-
- - Catz 1 Squeaky toy
- Catz 1 Squeaky Toy -

- This is the dear old Squeaky toy
- from the original Catz game, made
- available now for all your Petz in Petz 3.
- Non-English version -
- - Butterfly Attractor
- Butterfly Attractor -

- This is a more exciting attractor
- for your butterflies than the
- original potted flowers.
- Non-English version -
- - diff --git a/carolyns_creations/frames/petz/p4breedz.html b/carolyns_creations/frames/petz/p4breedz.html deleted file mode 100644 index 60a1fb1..0000000 --- a/carolyns_creations/frames/petz/p4breedz.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - New Petz 4 Breedz - - - - - - -
-

- New Petz 4 Breedz
- Click breed photo or name to download. -

- -

 

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- For my People In Petz breedz go here
- For my Latest breedz (overwriting and for use with my LNZ-files packages), go here
- For my Team Creation breedz (Rhino, Ostrich etc), go here
- For my P.F.Magic Mice breedz go here
- For my Oddpetz Transformation breedz (Duckoddz etc) go here
- For my Arthropod breedz (Spiders, butterflies etc) go here
- For my aquatic stuff (fishies, frogs etc) go here
- For my Emoticon breed "OddballzDream" and petz go here
-

- -

- Go here for Species sounds and here for - original Catz and Dogz sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

- -

- My Skorch Odd-petz breed is now available here. All 13 of the originals - have now been brought into the Catz games. -

- -

.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Caliwingz
- Caliwingz (Catz) -
-
- - Walret
- Walret (Catz) -
-
- - 102
- 102 (Catz) -
-
- - Jester
- Jester (Catz) -
-
- - Flealess Alleys
- Flealess Alleys (Catz) -

- Overwriting. With Sleepycat's variation. Does not have Alley attitude. Download sounds for this breed. -
- - Flealess Alleys
- Flealess Alleys (Catz) -

- Overwriting. With variations listed at PKC
- Does not have Alley attitude. Download sounds for this breed. -
- - Flealess Alleys
- Flealess Alleys with Attitude (Catz) -

- Overwriting. - PKC accepted.
- Download sounds for this breed. True to type, has Alley Attitude -
- - Lips
- Lips (Catz) -

- The 13th and final Original Oddballz converted to Petz 4!
- And yes, I do intend to make emoticon clothes... -
- - Varied Flealess Alleys
- Varied Alleys With Attitude (Catz) -

- Download sounds for this breed. Flealess, with Alley Attitude -
- - Wetterhoun
- Wetterhoun (Dogz) -
-
- - Boyz
- Boyz (Catz) -

- Download sounds for this breed. Breed should be male only. -
- - Boy
- Boy (Dogz) -

- Download sounds for this breed. Breed should be male only. -
- - Fishie
- Fishie (Catz) -

- Download sounds for this breed. -
- - Arthropodz
- Arthropodz (Catz) -
-- WKC - accepted
- Download sounds for this breed. -
- - diff --git a/carolyns_creations/frames/petz/p4clothes.html b/carolyns_creations/frames/petz/p4clothes.html deleted file mode 100644 index ebc8ea8..0000000 --- a/carolyns_creations/frames/petz/p4clothes.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - Hex edited Clothes for Petz 4 - - - - - - -
-

- - Hex edited Clothes for Petz 4
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- - These are the very few clothes that I've made for the Petz 4 game. I don't have a great interest in making petz - clothes, mainly because there have always been a lot of people out there making great stuff pretty much since - the game first came out. But there were a couple of things that people wanted to know how to do, and here they - are, as well as some omissions from clothing sets (Pilgrim and Santa).
- - - Wingz
- Wingz for your petz -

- - - Santa Sweater
- Santa Sweater -

- - - Pilgrim Sweater
- Pilgrim Sweater -

- - - Wigz
- Wigz for your petz -
/ - Dreadlocks 2 / - Judge's wigz -

-
- - diff --git a/carolyns_creations/frames/petz/p4hosts.html b/carolyns_creations/frames/petz/p4hosts.html deleted file mode 100644 index 3fbb5b1..0000000 --- a/carolyns_creations/frames/petz/p4hosts.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - Petz 4 Hosts - - - - - - -
-

- Petz 4 Hosts Adoptable With Clothing For All P4 Petz
- - Click photo or name to download.
- Please note -- these are the Hosts, exactly as they were made by the game's creators. They were of course never - intended to have a "normal" petz life in the game, without their special clothes. I wanted you to have the real - Hosts, so I made no changes. If you don't like Bear's back legs, or Wyatt's ears and wrists, or the way Peg and - Pharaoh look, then I suggest that you either adopt a different pet instead or always keep their proper clothes - on.
- The "modified" clothes which you can download for Misha, Peg, Ringmaster Bailey and Wyatt were fixed up by - Minibyte to work on petz other than the original; for instance, the Misha Modified files make it so that the - cuffs show on catz, and the Wyatt modified spurs rectify the Monster Dog-chasing Effect. I have given these - clothes their own on-shelf filmstrips, and they overwrite my originals.
- Also I am providing an alternative Peg, because I gather that in some people's games Peg does not have the grey - wrist-cuffs that she does in mine. So you get to choose :-) -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Host Pharaoh
- Pharaoh with clothes P4 -
/ - Pet only, Petz 3-5 / - *Black sandals -
- - The Admiral
- The Admiral with clothes P4 -
/ - Pet only, Petz 3-5 -
- - Host Bear
- Host Bear with clothes P4 -
/ - Pet only, Petz 3-5 -
- - Host Jones
- Jones with clothes P4 -
/ - Pet only, Petz 3-5 -
- - Host Misha
- Misha with Clothes P4 -
/ - Modified pants and sweater / - Pet only, P 3-5 -
- -  Host Mitzy
- Host Mitzy with clothes P4 -
/ - Pet only, Petz 3-5 -
- - Host Peg
- Peg with clothes P4 -
/ - Modified shirt (cuffs and scarf) / - The alternative Peg / - Pet only, Petz 3-5 -
- - Host Pepe
- Pepe with clothes P4 -
/ - Pet only, Petz 3-5 -
- - Ringmaster Bailey
- Bailey with clothes P4 -
/ - Modified socks and sweater - / - Pet only, Petz 3-5 -
- - Host Wyatt
- Wyatt with clothes P4 -
/ - Modified spurs and vest / - Pet only, Petz 3-5 -
- -
- * the black sandals are courtesy of Carol (Minibyte) who noticed that, since Pharaoh never takes off his sandals, - any other pets who want to wear his formal gear end up running about barefoot! -
- - diff --git a/carolyns_creations/frames/petz/p4playscene.html b/carolyns_creations/frames/petz/p4playscene.html deleted file mode 100644 index 8c5b98c..0000000 --- a/carolyns_creations/frames/petz/p4playscene.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - New Petz 4 Playscene items - - - - - - -
-

- New Petz 4 Playscene items
- Click picture or name to download. -

- -

- This page contains any playscenes or special items to go with playscenes that I make for the Petz 4 game. -

- -

- - fishy beach scene
- A fishy view of the beach -
- To get the "goldfish" toyz that go with this scene, go to my Petz 4 toyz page, - and to get the fishies, go to my Fishies page.
- Yes, I know that in Real Life, goldfish are supposed to be freshwater fish. The ones I "liberated" from the - goldfish bowl are ambiguous virtual types and can enjoy salt water :-)
-

-
- -
-

- NOTE: if you are trying to use my carrycase patch but can't see any .dll files in your game's Resource - directory, then they are "hidden" and you need to un-hide them. Open either "My Computer" or "Windows Explorer" - and, from the "View" drop-down menu, choose "Options". Now in the View pane of the dialogue box that pops up, - choose "show all files" andnot "hide files of these types". Click "OK", then go to that directory and - you'll see the .dll files just fine. Make a copy of any file that you intend to patch, as these are important - files and you might want your original back again! -

- -

- The Petz 4 version of the Secret Wood is now available complete for you to download. It will look best if you - download the special Carry-case with mice, and the toyz -- and I strongly recommend that you download the sounds - also. Click on various things, such as the knot-hole by the lion's nose, for some little surprises, and have fun - with the birdie-house and Scarab (dung-beetle). You can pick them up and move them around the place. The beetle - does a dung-beetle's job of clearing up dirt, and the birdie-house keeps time for you. Oh, and there is a shelf - in the bower above the Lion.
- I hope you enjoy this scene and find it as magical as I do. I shall be putting together my notes and filmstrip - bitmaps into a tutorial to help other people make their own carry-case and playscene. The scene-editing part - will probably not be as interesting to petz 4 people, given that there is a playscene editor for Petz 4, but - perhaps the part about toyz and the Carry-case will be. -

- -

- - special carry-case and mice
- Secret Wood Carry-case and Mice -

- - - The Secret Wood
- The Secret Wood -
/ - - Sounds for Secret Wood -
- - - special toyz
- Secret Wood special toyz -

- (Sept 16th 2003 I Updated the Dungbeetle) -

-
- - diff --git a/carolyns_creations/frames/petz/p4toyz.html b/carolyns_creations/frames/petz/p4toyz.html deleted file mode 100644 index 5bdbf70..0000000 --- a/carolyns_creations/frames/petz/p4toyz.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - Hex edited toyz for Petz 4 - - - - - - -
-

- Hex edited Toyz for Petz 4
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These are the few toyz that I've made for the Petz 4 game. The Blooms and Blowers were made using the simpler - filmstrip-recolouring technique, in response to someone a long time ago asking for different-coloured - butterflies. The Carrot-treat bag, Fish tank and gem hairball use more advanced filmstrip-editing techniques. - Yes, I know I'm not the greatest graphic artist in the world; if you want better-looking toyz, I have - filmstrip-editing tutorials for you on my tutorials page -- and of course nowadays you can use Nicholas' Tinker - too :-) -

- -

- Here's a zipfile of most of the hidden - toyz
- It doesn't include any of the ones that don't have on-shelf graphics, nor does it include the four gemstones. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - cannon
- Circus Cannon in your closet -
-
- - Babyz Doll
- A Babyz Doll for Petz 4 -
-
- - fishbowl
- A "circus" goldfish bowl -
/ - A "freedom" goldfish - bowl -
- - fishtank
- a "freedom" replacement for my fish tank -
-
- - Blooms
- Pretty blooms and butterflies for your game -
-
- - Blowers
- more unusual-looking blooms and butterflies -
-
- - Carrot Treat bag
- Carrot Treat bag -

- for vegetarian petz -
- - Sapphire hairball
- Replace that hairball with a sapphire -

- especially important for Dracoz -
- - Sunflowers
- Sunflower seeds for Petz 4 at last! -

- Converted from Petz 3 version.
- The flowers will not be as tall. -
- - Sapphire hairball for shelf
- This gem hairball shows up in the closet -
-
- - Goldfish Tank
- Goldfish Tank for Petz 4 -

- No longer do your fish need
- to swim endlessly in circles! -
- - Dung Beetle
- Dung Beetle -

- This is one of the toyz from my Secret Wood
- Playscene, made now to show up
- separately in the closet. -
- - Mint Bottle
- Mint Bottle -

- This Mint drink was hexed from the
- Milk Bottle and is intended as an
- example for an upcoming tutorial -
- - Catz 1 Squeaky toy
- Catz 1 Squeaky Toy -

- This is the dear old Squeaky toy
- from the original Catz game, made
- available now for all your Petz in Petz 4. -
- - diff --git a/carolyns_creations/frames/petz/p5breedz.html b/carolyns_creations/frames/petz/p5breedz.html deleted file mode 100644 index 8a535b7..0000000 --- a/carolyns_creations/frames/petz/p5breedz.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - New Petz 5 Breedz - - - - - - -
-

- New Petz 5 Breedz
- Click breed photo or name to download. -

- -

- Page: 1 -

- -

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- For my People In Petz breedz go here
- For my Latest breedz (overwriting and for use with my LNZ-files packages), go here
- For my Team Creation breedz (Rhino, Ostrich etc), go here
- For my P.F.Magic Mice breedz go here
- For my Oddpetz Transformation breedz (Duckoddz etc) go here
- For my Arthropod breedz (Spiders, butterflies etc) go here

- For my aquatic stuff (fishies, frogs etc) go here
- For my Emoticon breed "OddballzDream" and petz go here -

- -

- Go here for Species sounds and here for - original Catz and Dogz sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

- -

- My Skorch Odd-petz breed is now available here. All 13 of the originals - have now been brought into the Catz games. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Caliwingz
- Caliwingz (Catz) -
-
- - Walret
- Walret (Catz) -
-
- - 102
- 102 (Catz) -
-
- - Jester
- Jester (Catz) -
-
- - Flealess Alleys
- Flealess Alleys (Catz) -

- Overwriting. With Sleepycat's variation. Does not have Alley attitude. Download sounds for this - breed. -
- - Flealess Alleys
- Flealess Alleys (Catz) -

- Overwriting. With variations listed at PKC
- Does not have Alley attitude. Download sounds for this breed. -
- - Flealess Alleys
- Flealess Alleys with Attitude (Catz) -

- Overwriting. PKC accepted.
- Download sounds for this breed. True to type, has Alley Attitude -
- - Lips
- Lips (Catz) -

- The 13th and final Original Oddballz converted to Petz 5!
- And yes, I do intend to make emoticon clothes... -
- - Varied Flealess Alleys
- Varied Alleys With Attitude (Catz) -

- Download sounds for this breed. Flealess, with Alley Attitude -
- - Wetterhoun
- Wetterhoun (Dogz) -
-
- - Boyz
- Boyz (Catz) -

- Download sounds for this breed. Breed should be male only. -
- - Boy
- Boy (Dogz) -

- Download sounds for this breed. Breed should be male only. -
- - Fishie
- Fishie (Catz) -

- Download sounds for this breed. -
- - Arthropodz
- Arthropodz (Catz) -
- -- WKC accepted
- Download sounds for this breed. -
- -

Page: 1

-
- - diff --git a/carolyns_creations/frames/petz/p5clothes.html b/carolyns_creations/frames/petz/p5clothes.html deleted file mode 100644 index 7a15aea..0000000 --- a/carolyns_creations/frames/petz/p5clothes.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - Hex edited Clothes for Petz 5 - - - -
-

- Hex edited Clothes for Petz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These are the very few clothes that I've made for the Petz 5 game. I don't have a great interest in making petz - clothes, mainly because there have always been a lot of people out there making great stuff pretty much since - the game first came out. But there were a couple of things that people wanted to know how to do, and here they - are. They show up separately on the shelf with rather different graphics; although those on-shelf graphics don't - look anything like the clothes themselves, you should be able to see which ones are mine. -

- -

- - Wingz
- Wingz for your petz -

- - - Wigz
- Wigz for your petz -
/ - Dreadlocks 2 / - Judge's wigz -

-
- - diff --git a/carolyns_creations/frames/petz/p5hosts.html b/carolyns_creations/frames/petz/p5hosts.html deleted file mode 100644 index d835468..0000000 --- a/carolyns_creations/frames/petz/p5hosts.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - Petz 5 Hosts - - - - - - -
-

- Petz 5 Hosts Adoptable
- Click photo or name to download.
- Please note -- these are the Hosts, exactly as they were made by the game's creators. They were of course never - intended to have a "normal" petz life in the game, without their special clothes. I wanted you to have the real - Hosts, so I made no changes. If you don't like Bear's back legs, or Wyatt's ears and wrists, or the way Peg and - Pharaoh look, then I suggest that you either adopt a different pet instead or always keep their proper clothes - on. Also note, I have not included the Bunny and Pig Hosts; you can adopt them from the Adoption Centre using my - special breedfiles. -

- - - - - - - - - - - - - - - - - - - - - - - - - - -
- Host Pharaoh -
- Pharaoh for Catz 5 -
- The Admiral
- The Admiral for Dogz - 5 -
- Host Bear -
- Host Bear for Dogz 5 -
- Host Jones
- Jones for Dogz 5 -
- Host Misha
- Misha the Jack Russell for Dogz - 5 -
- Host Mitzy
- Mitzy for Catz 5 -
- Host Peg
- Peg for Catz 5 -
- Host Pepe
- Pepe for Dogz 5 -
- Ringmaster Bailey
- Ringmaster Bailey for Catz 5 -
- Host Wyatt
- Wyatt for Catz 5 -
-
- - diff --git a/carolyns_creations/frames/petz/p5playscene.html b/carolyns_creations/frames/petz/p5playscene.html deleted file mode 100644 index 860a701..0000000 --- a/carolyns_creations/frames/petz/p5playscene.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - New Petz 5 Playscene items - - - - - - -
-

- Petz 5 Playscenes
- Click picture or name to download. -

- -

- This page contains any playscenes that I may hex for the Petz 5 game; I don't make scenes with the game's - editor, because there are people who make much better ones that way than I can, but on occasion I may want - to alter one of the game's original scenes. When I do, I'll post it here. -

- -

- The Petz 5 version of the Secret Wood is now available complete for you to download. It will look best if you - download the carrycase Skin from my skins page, and the toyz -- and I strongly - recommend that you download the sounds also. Click on various things, such as the knot-hole by the lion's nose, - for some little surprises, and have fun with the birdie-house and Scarab (dung-beetle). You can pick them up and - move them around the place. The beetle does a dung-beetle's job of clearing up dirt, and the birdie-house keeps - time for you. Oh, and there is a shelf in the bower above the Lion.
I hope you enjoy this scene and find it - as magical as I do.
- - The Secret Wood
- The Secret Wood -
/ - Sounds for Secret - Wood
- Secret Wood - special toyz -

- -

- - Petz 4 in Petz 5 kitchen
- Petz 5 kitchen with Petz 4 backdrop -

- Updated Oct 2003 to stay like Petz 4 at night-time also -

- -

- - Petz 4 in Petz 5 adoption centre
- Petz 5 Adoption Centre with Petz 4 backdrop -

- This is actually an easy-edit kit, so take care to follow the included instructions. I have made the backdrops - 256-colour to make a smaller download, and I have altered the daytime backdrop to the Petz 3 or Petz 4 one for - nostalgia freaks like myself. If you want the Adoption Centre birdsong, download this file. -

- -

- - Adoptions Gone Petz 5 scene
- Petz 5 AdoptionGone Editor-created playscene -

- This is my one and only Editor-created playscene, which is really my test scene created to see what could and - couldn't be done with the Editor. I thought it turned out kind of fun, so here it is :-) -

-
- - diff --git a/carolyns_creations/frames/petz/p5skinz.html b/carolyns_creations/frames/petz/p5skinz.html deleted file mode 100644 index 77bfa83..0000000 --- a/carolyns_creations/frames/petz/p5skinz.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - New Petz 5 Carrycase Skins - - - - - - -
-

- New Petz 5 Carrycase Skins
- Click picture or name to download. -

- -

This page contains any Carrycase skinz I might make.

- -

 

- -

- - special carry-case and mice
- The carry-case skin from my Petz 3 playscene -
-

-
- - diff --git a/carolyns_creations/frames/petz/p5toyz.html b/carolyns_creations/frames/petz/p5toyz.html deleted file mode 100644 index 7b80a3d..0000000 --- a/carolyns_creations/frames/petz/p5toyz.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - Hex edited toyz for Petz 5 - - - -
-

- Hex edited Toyz for Petz 5
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These are the few toyz that I've either made or altered to have show up in the carrycase for the Petz 5 - game.
- For people who are worried about the necessary Registry entry for some of the following toyz, please click here, NOTE that this is just a howto to explain the use of - Regedit if you've downloaded one of my non-overwriting toyz! But now that we have our National Treasure -- - Nicholas -- why not instead download Tinker? Go to my Nicholas' Tools page for a link to his site and some tips on using his utilities... Once you've - downloaded it, use Tinker's File, Modify Carrying case, feature. -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Sapphire hairball
- Replace that hairball with a sapphire -

- especially important for Dracoz -
- - Blooms
- Pretty blooms and butterflies for your game -
-
- - Blowers
- more unusual-looking blooms and butterflies -
-
- - Doll
- Babyz Doll for Petz 5 -
-
- - cannon
- Circus Cannon in your closet -
-
- - Goldfish Circus Tank
- A replacement for your goldfish bowl -
/ - A "freedom" goldfish - bowl
- This will overwrite your game's original toy, so put the original somewhere safe - first. -
- - Beetle
- The beetle for your carry-case -

- This will overwrite your game's original toy, so put the original somewhere safe first. It is intended as an - example for a tutorial on giving hidden toyz on-shelf graphics. -
- - Blue Butterfly
- The Blue Butterfly -

- This will overwrite your game's original toy, so put the original somewhere safe first. It is intended as an - example for a tutorial on giving hidden toyz on-shelf graphics. -
- - Salon Towel
- Salon Towel -
/ - The Sponge
- These will overwrite the towel and sponge from the Salon scene, so put your originals somewhere safe. Once - taken out of the case, they cannot be put back. If you want to remove them from a scene, close the game, - move the two toys to a temporary directory, then open the game. You can then close the game and put them - back in the toyz directory. -
- - Mint Bottle
- Mint Bottle -

- This Mint drink is a brand-new toy for Petz 5.
- It was hexed from the Milk Bottle and is intended as an example for a tutorial. It shows up slightly - differently on the shelf simply because I changed the colour of some pixels in the filmstrip, in a similar - way to that mentioned in my "simple filmstrip editing" for PII, 3 and 4. But if you want to try the same - thing, be warned -- the method results are not predictable in Petz 5. Editing spr files by hand is tortuous; - you're best using a special SPR-editing tool for the job. -
- - diff --git a/carolyns_creations/frames/petz/petzIIfooler.html b/carolyns_creations/frames/petz/petzIIfooler.html deleted file mode 100644 index 9d111bd..0000000 --- a/carolyns_creations/frames/petz/petzIIfooler.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - Petz II Fooler - - - - - - -
-

.

- -

- The Petz II Demo
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- The Petz II demo, unpacked for those who cannot install
- This is the DogzII and CatsII demos, both unpacked and installed into a folder called PetzII and then zipped up - for download. It is here to help people with XP or other operating systems that tend to have problems with old - game installers -- or for people who, like myself, hate automatic installers anyway. -

- -

- The Petz II fooler
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- The fooler.
- Please follow the included instructions carefully. -

- -

- works for XP also, but on that OS unless you download Nicholas' Petza (find his url on my Nicholas' tools page) - you will be unable to adopt new petz.
- For those who don't use Nicholas' Petza, and need them for the fooler petz:
- The Petz II Great Dane -- unpack into Dogz folder
- The Petz II Siamese -- unpack into catz folder -

- -

- NOTE: if you installed the Petz II demo files from Daniel's site, and you use the shortcut to start the game, it - will probably still start in demo mode even with my fooler in place. The best thing to do is to delete the - shortcut and then right-click on the .exe and drag-and-drop a new shortcut onto your desktop. Thanks to - SuperSwampert67 for the heads-up! -

- -

- Since Daniel's site went down, it's harder to find the original backup breedz etc. So I have them here in a few - zips:
- The original Catz breedz
- The original extra Catz breedz
- (these extras were once downloadable from the official site)
- The original Dogz breedz
- The original extra Dogz breedz
- (these extras were once downloadable from the official site) -

- -

- And here are some other backup files that you might like to have in your game...
- The original Toyz
- The original Wallpapers -

- -

- And for people who have trouble finding them elsewhere on my site, here are a bunch of required files to go with - the fooler
- Click here for the Petz II modified exe
- Cat behaviour files for Petz II
- Dog behaviour files for Petz II
- . -

- -

.

-
- - - diff --git a/carolyns_creations/frames/petz/petzedit.html b/carolyns_creations/frames/petz/petzedit.html deleted file mode 100644 index 63a713b..0000000 --- a/carolyns_creations/frames/petz/petzedit.html +++ /dev/null @@ -1,677 +0,0 @@ - - - - - - Tutorials and Howtos - - - - - - -
-

- Newest. - Copy/Pastie. - Petfiles. - Breedz main. - Breedz info. - Breedz odds. - Scene/toy/clo -

- -

- Go to my Infobits
- for more text bits and pieces of info on editing for all versions of the games.
- - Go to my LNZ breakdown chunks
- for some very useful information on the LNZ files which make up the core of your new Petz breed. Also helps in - understanding the .CLZ part of a clothing file etc. Really. No, really. Do go and see. It might stop you from - writing to me to pick my brains; most of my brain-pickings are there :-) -

- -

- NOTE: My tutorials mostly tell you how to edit in the days before Nicholas' tools were created for us all. I - keep the tutorials and howtos here anyway because they are still useful. But wherever you see mention of - Notepad, you can use the same info when editing the LNZ or CLZ section in LNZPro. And my LNZ info chunks are still invaluable. -

- -

- for my easy-edit Breedz packages Go To:
- Petz 5 catz / Petz 5 dogz
- Petz 4 catz / Petz 4 dogz
- Petz 3 catz / Petz 3 dogz
- - Petz 3 catz Iternational / Petz 3 dogz - International
- - See under Scene/toy/clo for easy-edit Mice as well as easy-edit case doors etc.
- - Ballz conversion chart for Catz to Dogz
- Ballz conversion chart for Dogz to Catz
- - Dogz ballz number list. Dug out of my tutorials and tidied up.
- Catz ballz number list. Dug out of my tutorials and tidied up.
-

- -

- NOTE: Some files that we hexers want to edit are .DLL files. Windows, by default, has files of this type - "hidden" -- presumably as some kind of safety feature, but in our case we need to see them. So if you cannot see - them on your machine, open My Computer or Windows Explorer, choose View and Options, and then under View make - sure that "Show all files" is ticked. While you're about it, un-tick "Hide MS-DOS file extensions", because - that's a nuisance too. -

- - -

- Copy / Pasties for use with my "Easy-edit" packages
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- These are text files. If you left-click on the link, you should be able to select the whole of the text which - appears in the next page and copy/paste it into Notepad. Save it as a text file somewhere on your hard drive, - and then follow the instructions to use it in your chosen .lnz file. -

- -

- Hoop earrings on petz copy/pastie sections
- copy/pastie dane-eared dalis
- A copy-pastie for wingz on a maine coon breed
- Easy-edit Wigz on breedz/litterz
- Easy-edit Wingz on dogz breedz/litterz
- Easy-edit Wingz on catz breedz/litterz
- Variation-stuffed Orange shorthair adult lnz
- - wigz on litterz - wingz on litterz - dane-eareddalis
- - earrings on petz - -

- -

- Copy/pastie adding wingz to Vickie's Neko
- - NOTE: This is for your personal use only. Please abide by Vickie's rules when altering her files.
- I'm hoping that, if you compare this with the Maine Coon Wingz copy/pastie, you'll be able to understand how Add - Ballz work.
- - Wingz on a Neko
- - (pet not downloadable) -

- - -

- Where to find latest "Howto"s etc
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Usually the newest items are at the top of the relevant section -- Petfiles (for editing the actual pet files), - Breedz main (for major breedz tutorials), Breedz info (for important information -- variations, 2nd-gens, etc), - Breedz bits (for all the odds and ends, such as ears and tails etc), Copy/Pasties, Scene/toy/clo (for scenes, - toyz, clothing, and Doors-and-mice easy-edit packages and "howto"s). Some things are a little different, - though... -

- -

- Go to my LNZ breakdown chunks
for my latest - delvings into the guts of hexing.

- will always contain my latest information on the .lnz files as and when I have the time to write my notes as - clearly as possible for you
- - Go to my main tutorial page
for the stuff that - doesn't fit anywhere or is relevant to other games also,

- such as how to fix some problems in ResHacked files. This will always contain my latest tips and bits of - information about everything else I can think of, which doesn't fit neatly in specific Babyz, Petz or Oddballz - tutorials pages, as and when I think of it or have the time to write it down for you. -

- -

- NOTE 1: You can use the information that's in my hexing tutorials for Petz 4 to help - you to hex-edit in Petz 5. The files are basically the same, with only a few minor differences which I cover in - my converting "howto". I promise you, you don't need fresh tutorials for Petz 5, although I have done my best to - update all my older ones anyway. All the newer Petz "howtos" are for Petz 5 as well as the earlier games -- - except for filmstrip editing. In Petz 5 the filmstrips need to be split into individual frames, which means that - filmstrip-based toyz editing and making clothes show up on the shelf as objects not already somewhere in the - game is not a sane thing to do by hand in Petz 5. You need a special tool such as Tinker for that. -

- -

- NOTE 2: Hex-painting and the creating of hexed litterz is usually -- and up until I - released info on petfile editing was always -- done by hex-editing a breedfile without renaming it, and adopting - pets from the edited breed. If you want to "hex-paint" by editing an individual pet, then that seems like a lot - of effort for very little return -- but if you want to do it, take a look at one of my advanced "howtos" on pet - editing, in the "petfiles" section of this page. Or, as of the year 2005, grab LNZPro from my "Nicholas' Tools" - page -- you can edit pet files with that now. -

- -

- NOTE 3: Several of my breed-hexing "howto"s contain example breedz. These breedz just - happen to be the ones that I was checking my facts with as I wrote the relevant tutorial, so I popped them into - the zip. I usually work with Petz 3 (it's fast to load) or Petz 4 (it has good error messages and is fairly - quick to load), so the breedfiles are likely to be for one of those games. You are hexers, or else you wouldn't - be interested in my "howto"s and tutorials, would you? So my theory was that if you want to see my results in - action, you can easily either copy the .lnz into the appropriate breed in your chosen version of the game, or - you can convert the breed to that version for your own use. It appears that this has simply muddled people; - sorry about that. I've been intending to convert all of them, therefore, and post them on the "tutorial examples" page. This is very low on my list of priorities just now, though! -

- - - -

- Playscene easy-edits, Toyz, Clothes, Doors and Mice.
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Changing the tail colour on the yarn ball toy -

- -

- NOTE 1: You will notice in various places I say that Petz 5 SPR filmstrip files are not - editable. Individually, by hand, this is true; the filmstrips have to be chopped into individual frames for - editing, and they are even more difficult and time-consuming to split apart by hand than the filmstrip-sections - of earlier games. I have not yet written up a "howto" for it -- and now I never shall, because there is no - point, LOL! Tinker is now available for the task, available from my "Nicholas' tools" page, and wannabe - filmstrip editors can make a whole range of great toyz etc without the drudgery :-) Really all my - filmstrip-editing tutorials have now become redundant, useful only to hexing purists and historians... They will - have served their purpose in filling the gap while no tool was available, and in giving the programmers Jonathan - Grinshpan (of Oddballz Eggz Scrambler fame) and Nicholas (of Tinker fame) handy information for tool-making. -

- -

- NOTE 2: Some files -- containing case doors etc -- that we hexers want to edit are .DLL - files. Windows, by default, has files of this type "hidden" -- presumably as some kind of safety feature, but in - our case we need to see them. So if you cannot see them on your machine, open My Computer or Windows Explorer, - choose View and Options, and then under View make sure that "Show all files" is ticked. While you're about it, - un-tick "Hide MS-DOS file extensions", because that's a nuisance too. -

- -

- An easy-edit Kitchen kit for petz 3
- - An easy-edit Adoption Centre for petz 3
- - Extra AC file for International petz 3
- - An easy-edit Toy Closet kit for petz 3 and P3 - International
- - NOTE -- in my included text file on playscene editing, I apparently forgot to include this important bit of - infomation:
- if you have trouble making your scene show up, when you change the ID number, make sureyou change not just one or more of the two main bytes. Change the 05 also, there inseveral of the original scenes, which is a kind of flag byte. Change it to 01, 02 or 03-- all will give you a visible scene.
- My thanks to Minibyte for poking at me until I fixed that point :-)

- - Using LNZPro to make scenes show separately
- - An easy-edit Family Room kit for petz 3 and P3 - International
- - An easy-edit Clothes Closet kit for petz 3 and P3 - International
- - Easy-edit Case, AC door, and mice etc for petz 3
- - Extra items required for petz 3 non-English version
- - Easy-edit Case, AC door, and mice etc for petz 4
- - split Case filmstrips to help petz 3 and P3 Int hexers
- Petz 4 version of split filmstrips will not now be necessary. See note above about Tinker.
- - Go here for Petz 4 Playscene Easy-edit kits
- - Changing Petz 5 Scene backdrops (and sounds)
- - Extracting stuff from Petz 4 playscenes to use in Petz 5
- - Petz 5 case doors etc can be swapped (also good for PII,3,4,etc) -

- -

- Petz 5 mice can be edited, as well as the stick etc:
- Click here for a page with instructions and info, or
- click here for my easy-edit Petz 5 Mice etc package.
- Easy-edit Adoption Centre kit for Petz 5

- I have made the backdrops 256-colour to make a smaller download, and I have altered the daytime backdrop to the - Petz 3 or Petz 4 one for nostalgia freaks like me :-) If you want the Adoption Centre birdsong, download this 'Sounds For P5 playscenes' file.
- - "Easy-edit" Playscene Editor Petz - 5
- Actually there isn't a lot of point to this one, but it's had all the un-needed rubbish cut out of it for people - who don't like files bigger than they need to be, and you can edit the two icons that appear in the drop-down - "go to" menu if you wish. Useful for those who like to customise their game as much as possible :-)
- - Easy-edit Family Room kit for Petz - 5
- I have made the backdrops 256-colour to make a smaller download, and I have altered the weather-effects .spr - file also, partly to disable the weather and partly to make a small download. If you want the weather .spr back - again, download this file. It's almost as big a download as - the easy-edit playscene, at over 3 megabytes! If you want the family room sounds, download this 'Sounds For P5 playscenes' file. -

- -

- An easy-edit kit for making new treat toyz for petz 3
- An easy-edit kit for making new treat toyz for petz 3 - International
- An easy-edit kit for making new treat toyz for petz 4
- Un-hiding and giving shelf graphics to difficult - toyz
- This is for Petz 3, Petz 4, Petz 5 and Babyz games. It shows how you can use your hex - editor to make "hidden" toyz show up properly on shelves in all the games, and shows you how to get a - little more into your Petz 5 game than you had before. It is not sensible to edit Petz 5 .spr filmstrips - by hand, so there is no info about that, sorry; go to my "Nicholas' tools" page and grab Tinker instead. -
- Changing "Pointers" in files
- For people who get puzzled about why clothes or toyz don't look right on the shelves - after filmstrips etc have been changed.
- Editing Petz II, 3, 4, Babyz and Oddballz Filmstrips - (advanced)
- Toyz editing, clothes showing up separately, oddballz eggz on shelf, etc.
- Simple filmstrip editing
- hex-painting (colouring) for toyz, clothes on shelf, etc
- Editing toyz in Petz games II, 3, 4, 5.
- Includes very brief info for Catz 1 and Dogz 1.
- Editing clothes in Petz 3, 4 and 5
- FAQ -- Petz 3-4 hidden toyz
- FAQ -- petz shirts -

- - -

- Pet file (and baby file) editing
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- NOTE: As from the middle of 2005, we have had the brilliant LNZPro, available from my Nicholas' Tools pages. - With this, you can open a pet file and edit the .LNZ sections to your heart's content, adding and removing ballz - without having to think about the checksum, exactly as you would edit a breedfile. Some other things are - editable in a petfile with it also. Most of what's in the tutorials in this section was written pre-LNZPro so, - although the info is still valid it's mostly just being kept online here for the interested few. -

- -

- Basic Pet And Baby File Editing (July 2004) -

- -

- Apart from the "basic" tutorial, these "howto"s tend to assume that you already know how to edit .pet files. - Some of them are also relevant to editing baby files, but don't let that confuse you. The methods are the same. -

- -

- Adding stuff into pet files, example fangs on a cat
- A rare fixable corruption in a pet or babyz
- Bringing Runaways home in Petz 3, 4 and 5 as well as Petz II
- Unsticking pregnancies in Petz 3, 4 and 5
- I had this pregnancy fix in with one of my tutorials, but I thought I'd better put it up - separately and make it (I hope) easier to follow
- Bringing Runaways home in Petz II; more details
- Get your Petz II runaways fully recovered at last!
- Cure your Desert Lynxes, Chinchilla Persians etc of "Sleepy - Sickness"
- Updated with screengrab illustrations 13 April 2004
- Edit the Trotting and Floofing gene
- Cure your already-adopted Alley pets of the Eternal - Sickness!!
- Updated with screengrab illustrations 13 April 2004
- Why is my pet covered in black blobs (etc) updated 08 March - 2004
- This one tells you about Paint Ball oddities, apparently ineradicable blobs on the pet, - the #IND Nasties.
- - - Edit eyelids in pet files
- This "howto" assumes that you already know how to edit .pet files. It tells how to do - the job even when there is no [Paint Ballz] section, also how to change the number of digits in the - eyelid colours.
- Changing Pet eyelids (yes, again)
- Changing Pet eyelids in more detail
- Pet eyelids adding or subtracting digits
- Pet editing without a Paint Ballz section
- Pet eye colour -- how?
- - - - Finding your pet's ID when there's a problem
- When you've fast-forwarded, here's how to fix your pet's birth - date
- Changing the breed in a petfile
- Not sure why you'd want to -- it's much easier to change the name and ID in the breedfile -- - but here it is for those who do want to know :-) -

- - -

- Updated missing-breedfile error "howto"
- This is the "error" part of the "More Advanced Pet And Baby Files Editing", separated out - for your convenience. For the complete "howto", see below
- Changing gender and neuter status
- separated out from the main "howto"s for your convenience
- More Pet and Baby file editing
- Putting bellybuttons on Babyz, and how to increase a pet's eye colour to a greater-digit - number or decrease it to a lesser-digit number. Includes example babyz and petz. -

- -

eyes before and after

- -

- - Changing Furfiles on Pet Files
-
- This is the updated part of the "More Advanced Pet And Baby Files Editing", updated to explain more about how to - give textures to pets. If you need the example pet etc, then download that file instead, you'll see it further - down this page as having been updated 20 June 2003. -

- -

- More Advanced Pet And Baby Files - Editing (Updated 20 June 2003)
- Includes examples
- Advanced Pet And Baby File Editing (Jan 2003)
- Pet Editing -- Tabby stripes.
- Includes example pets etc.
- Extracting Petz 5 pictures from Pet files
- Getting stubborn Runaways home
- (works for Petz 3, 4 and 5) -

- -

- Note 1: If you play with a pet in Petz 5 you can not play with it in Petz 4 or 3 again. Petz 5 puts extra - data into a petfile, and we would need to alter checksums in order to even try removing that. - Soon we may have a tool to do precisely that, and then maybe there will be more - "corruptions" that we can fix. But by hand, for now, the only thing that can we can do is to "clone" your - pet from the data within it, either directly into another adopted pet via LNZPro or into a breedfile and - re-adopt it as a puppy or kitten from the Petz 3 or Petz 4 Adoption centre. It will lose its memory and - history, but the body will be your pet's. You can even pop your original pet's personality/genetics into - the new petfile, although out of consideration for the new pet I'd be inclined to do this in a copy - of the new pet. And no, I haven't got a "howto" up on how to do this; it's complicated "surgery" and - I've still got to find a way of explaining it.
- Meanwhile click here for a pictorial partial breakdown of the - structure of a .petfile.
- Note 2: Petz 3 and 4 petz can be swapped between the two games.
- Petz 3 and 4 petz can be opened in Petz 5, but Petz 5 petz cannot be opened in Petz 3 or 4.
- Petz II petz can be imported into later games, but their petfiles can never be opened or imported into - Petz II.
- Note 3: Petz II petz do not have the same editable .lnz sections as the later games. -

- - -

- Breedfile editing -- Main tutorials
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- go down to "Breedfile editing -- Breedz bits and pieces"
- for individual "howto"s on items such as ears, tails, etc.
- Go to "Breedfile editing -- Special Info"
- for my 2nd-gen status report/tips and stuff on variations, moving ballz around, and the - ID number. -

- -

- Absolute Total Easy-Peasy Pet To Breed,
- Honest, It Doesn't Come Easier, Trust Me -- I'm A Hexer! October 2005 -

- -

- Ultra easy Pet to breed "howto" Updated Aug 2004
- It tells you how to take a pet and make a breed or litter from it using my external .lnz - method; also it gives info on how to make your pet-based breed non-overwriting.
- For those who want to make their own easy-edit breedz, here is a precursor to my easy-edit packages:
- See your petz at the Adoption Centre while you edit
- or at least, almost while you edit. Keep the game running, take a pet out of the AC, - edit the .lnz "on the fly" and take another pet out to compare -- this method is easy quick, and less - prone to corruptions than using Resource Hacker!
- Hex Painting to make litterz or overwriting breedz
- Hexing Petz II, 3, 4 and 5 Breedz -- Part 1
- Hexing Petz II, 3, 4 and 5 Breedz -- Part 2
- Hexing Petz II, 3, 4 and 5 Breedz -- Part 3
- Advanced hexing of Petz breedz
- Updated Apr 2003. Originally for Petz 2, 3, 4; works for Petz 5 also. -

- -

- Breed editing in Catz 1
- For Windows and Mac users, updated and including a colour chart in bitmap form.
- Breed editing in Dogz 1
- For Windows, basically. The .LNZ information is the same for the Mac version of the - game.
- How to easily make your own overwriting versions of - any P3-5 breed
- - Converting Petz breedz from one version to - another
- This has been updated somewhat; it includes converting Petz 3 breedz from English to - International, also converting to petz 5. It attempts to cover converting back and forward between all - versions of the Petz games. Note that, since this tutorial was written, Resource Hacker became usable and - it swept the newer hexing community by storm. The trouble with this is that, if you are trying to convert - a ResHacked breed, it's no longer so simple to do it in a hex editor, because Resource Hacker moves - things around inside the file when it compiles and saves. If the ones you want to convert have been - "ResHacked", then your best bet is either to copy out the .lnz sections and any bitmaps, and make an - overwriting breed using my External-LNZ breedz, or to get ResHacker yourself and become familiar with its - use. I do not do Resource Hacker tutorials, although I do have hints on odd things such as how to insert - bitmaps with it.
- Converting Petz 4 breedz to Petz 5
- NOTE: With LNZPro 3.2 or later, you no longer need to convert breedz between Petz 3, 3 Non-english, 4, and 5. - Just open your breed in LNZPro, choose "Convert to Unibreed" from the File menu, and follow the - instructions.
- Swapping behaviour of breedz.
- This tells you how to change the personality (or attitude) of one breed for that of - another. It also talks about changing sounds for sound-stripped breedfiles. It works for all versions of - the game, and for dogz breedz as well as catz. It includes an example cat breed for Petz 3, 4 and 5; the - Orange Shorthair with a choice of personalities. For instance, the picture below shows the OSH breed with - Alley Attifude. If you want to change the personality of a Poodle for, say, that of a Labrador, the same - method can be used.
- NOTE Since LNZPro has got better and better, you can now swap the SCP (attitude) files with utmost - simplicity. Open the breedfile which has the SCP that you want. Choose Edit, "Save to file". Now open the - breedfile in which you wish to replace the SCP. Choose Edit, "Replace from file". Save. Ta-da! Changed - SCP.
-

- -

Alley Attitude Orange Shorthair

- -

- How to make your breed show up separately
- Changing the default pet name at the AC
- How to fix sleepy and alley sicknesses in breedz
- Hexing Mice (and roaches) in your game -

- -

Pig mom with baby

- -

- Making Petz 5 Pigz adoptable
- Also making it so that all pigz from previous versions of the game can be imported. - Petz 5 Breedable Pigz
- Read the included instructions carefully to get your pigz and pigz mixes to breed. - Petz 3 Breedable Pigz
- Pig family to go with P3/P4 Breedable Pigz file
- Bunny family to go with P3/P4 Breedable Bunnyz file
- Petz 3 breedable Bunnies
- Petz 3 breedable Bunnies (international ver)
- Petz 4 Breedable bunnies
- Petz 4 breedable Pigz -

- - -

- Breedfile editing -- Special Info
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - - Variations
- This is my "Howto" on Variations, updated to explain in greater depth about hooking up - patches with ball-colours etc. 27 May 2003.
- Still more on Variations. And how to use - [Omissions].
- Please read this if you are having Variation problems
- Making a variation be always the gender you want Updated 10 - april 2004
- Making furfile variations and stretching noses and - ears
- Blazes, Catz ear problems, Furfile explanations, Variations -

- - -

- Moving Add Ballz around
- x, y, z positions -- how to figure it out
- Paint Ball xyz oddities, or "Why is my pet covered in black - blobs"
-

- -

Talk about ID clashing

- -

Doing sounds for breedz

- - -

- Status report on 2nd-gen research Updated lotsa new stuff 11 April - 2004
- Another way to deal with 2nd-gen dogz nose problems
- Some 2nd-gen Add Ball and Linez problem fixes
- Updated Apr 2003 -- some 2nd-generation - problems
- with ball-colours and non-joined ballz, scrambled chickenz heads. Also fixing - Whiskers. -

- - -

- Breedfile editing -- Bits and pieces
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - How to add stuff from clothing items to your breed
- - Moustachioed Calico - Pepe Babyz
- - How to make Add Ball tattoos
- Star tattoos
- Tails lengthening and whiskers removing
- Teddybear ears on catz
- The Wizard.bmp problem
- Alleycat eyes on Dogz
- My "flighty-dane" type wingz -- if you're having problems
- Dogz legs and Catz ears
- Making your baby stage look different from the - adult
- Make your own Mystery-moticon petz
- - mystery emoticons - more mysteryemoticons
- - Make your own emoticon petz with variations
- Putting various different drop tails on catz.
- Shows four different drop-tail types; Includes sample breed. Yes, it really is a cat. I - used my "102" breed but with some differences.
- - Drop tails on catz
- - Change and expand drop-tails -- Dogz and Catz
- Giving your petz' eyes a texture
- - droptail, emoticon, eyeball petz
- - Slant legz on Dogz and round ears on Catz
- I had this one up for a while, on the Infobits page, but people were having difficulty - finding it there. So here it is now :-) - Unicorn horns, talons, spikes...
- How to add lots of different spikes to your breed, including add-ons all the way down - the spine, to the toes, and to the head. Includes four different example breedz.
- - Unicorn petz - Spiky petz
- - Making a Baby or Pet with missing limbs.
- and before anyone sends me hate-mail for this one, please read the readme. This tutorial - is intended as a service for people who need to relate to virtual playmates who do not have the "body - perfect".
- Bunny ears on catz and dogz.
- Shows three examples of how to attach bunny ears, and there's a set of fangs on the - Scottie too. Includes example breedz.
- - Bunny ears - more bunny ears
- - Bunny ears on a Great Dane.
- Yes, I still get asked about ears!
- Ears and tails
- Yes, ears again on dogz -- this time, how to make a pup's ears different from an adult's - -- and how to make up-and-over tails. Includes example breeds.
- - Tail and Ears
- - Wings on Breedz
- How to put wings on your catz or dogz breed. Includes example breedz
- - Wingz
- - Aargh, yet more ear-changing, on a Dane.
- Chihuahua ears again. Includes example breed.
- Please, people, no more ears -- I'll go mad if I hear another "how do I put x ears on a y?" question. - Just read the "howtos" and try to understand; then you'll be able to put any type of ear on any other - breed.

- - Chi Ears on Dane - Chi Ears on Dali
- - Even more ear-changing, and whiskers on Dogz
- It's Chihuahua ears this time. Includes example breed.
- Details on how to make drop tails.
- Includes example breed.
- - Drop tail on Labrador
- - Feathering tails, legs, necks, chests, bellies etc - on breedz updated April 30th
- - Feathered Dane
- - Yet another ear-change on Dogz
- this time up-pointing ears on a Lab. Includes example breed
- Putting floppy ears on a Dane
- Includes example breed
- Putting one flop ear on a Dane
- Includes example breed
- Putting flop ears on Catz
- Includes example breed
- Making Leopard spots on Catz
- Includes example pets
- Making Leopard spots on Dogz
- Includes example pets
- Making Leopard spots speedily
- (but with no texture). Includes example breed
- - - FAQ -- how to make minis
- FAQ -- deleting bytes (for hex editor methods)
- FAQ -- spots on breedz
- FAQ -- fuzzy feet (etc)
- FAQs -- surprise chicken blobs
- FAQ -- pigz etc (why babies so small)
- FAQ -- changing nose colour
- FAQ -- changing default AC clothes -

- -

- Older tutorials and FAQs
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- All have been updated and improved at least slightly now. Look in the relevant sections above for the ones that - you wish to see. -

- -

.

-
- - diff --git a/carolyns_creations/frames/petz/tutbreedz.html b/carolyns_creations/frames/petz/tutbreedz.html deleted file mode 100644 index 4d9437f..0000000 --- a/carolyns_creations/frames/petz/tutbreedz.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - Tutorial Example Breedz - - - - - - -
-

Tutorial Example Breedz

- -

- Click breed photo or name to download.
- Remember to download the one for the version of the game that you have.
- Thes breedz are all sound-stripped. -

- - - - - - - - - - - - - - - - - - - - - - - -
- - Silver Tabby for Catz 3
- Silver Tabby for Catz 3 -
/ - for Catz 4 / - for Catz 5 -
- - Jabber Mutt for Dogz 3
- Jabber Mutt for Dogz 3 -
/ - for Dogz 4 / - for Dogz 5 -
- - Dalmatip3 for Dogz 3
- Dalmatip for Dogz 3 -
/ - for Dogz 4 / - for Dogz 5 -
- - Dalmatail for Dogz 3
- Dalmatail for Dogz 3 -
/ - for Dogz 4 / - for Dogz 5 -
- - Great Dane (chi ears) for Dogz 3
- G D (chi ears) for Dogz 3 -
/ - Dogz 4 / - Dogz 5 -
- - Great Dane (flop ear) for Dogz 3
- G D (flop ear) for Dogz 3 -
/ - Dogz 4 / - Dogz 5 -
- - Great Dane (one flop ear) for Dogz 3
- G D (one flop ear) for Dogz 3 -
/ - Dogz - 4 / - Dogz - 5 -
-
- - diff --git a/carolyns_creations/frames/petz6.html b/carolyns_creations/frames/petz6.html deleted file mode 100644 index 74b0713..0000000 --- a/carolyns_creations/frames/petz6.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - 2006 and later Catz and Dogz - - - - - - -
-

.

- -

- - 2006 and later Catz, Dogz and Horsez games
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- As of late 2006 and beyond... Just a note to anyone who potters along to Petz.com or Babyz.net and sees - the new games that were released recently.
-
- Most of you already knew that a bunch of virtual life games have been released by UbiSoft since 2006, for - various consoles and for the PC. Hamsterz Life, Hamsterz 2 and Bunnyz are apparently only for the Nintendo DS, - Horsez and Horsez 2 are released for NDS and PS2 as well as for PC, and there are some wildlife "petz" games - also for the NDS centered around Tigerz and Dolphinz. various Catz and Dogz games have been released for mobile - phone, Gameboy Advance, NDS, PS2, Wii and PC. Although most of these would be playable and, presumably, moddable - on the PC using emulators, it's the native PC versions that I'm talking about here. If anyone wants to mod, or - hex, the NDS or mobile phone versions of the games you'll find very active modding communities amongst the - emulator scene. There is also a PS2 emulator for anyone who wants to try that, and there may well be a modding - community for PS2 games, but I don't believe that there is any way as yet to play a Wii game on an emulator. -

- -

- Although they are named Catz and Dogz or Catz 2 and Dogz 2, the latest "Petz" games for - Windows are not really part of the Petz series we know and love.
- They are not really a "Petz 6" although for convenience people have referred to them that way; the first two - were also known as Catz 2006 and Dogz 2006 for a while. There are many differences between these latest games - and the ones that we have so far enjoyed, the most obvious being that the catz and dogz are 3D and that you have - to earn points, or coins, to get even the basics that your pet will need. I'm sure a lot of people will enjoy - the games, but they are not a part of the original series and you will not be able to import your petz from Petz - 5 or earlier. If you enjoy these games, you might like to check out Lost Sock - Games titles -- Puppy Luv, Kitty Luv, Pony Luv and Hollywood Pets are very similar in many ways. -

- -

- As regards modifying the games, however, things have been made easy enough for us "hexers" apart from the 3D - models. The files used by the game are: -

- -

- LUA, INI, and TXT files all of which are text files which can be edited in Notepad.
- You'd have to get used to what all the various column headers and key words mean, but there's no harm in - experimenting -- so long as you keep backups of everything of course. The saved-game files, which is where your - pets are stored, are .sav files, also just text files, which can be edited. They are stored in your
- C:\Documents and Settings\All Users\Application Data\Ubisoft\Catz (or Catz2)
- folder or
- C:\Documents and Settings\All Users\Application Data\Ubisoft\Dogz (or Dogz2). -

- -

TGA files which are a recognisable format for most paint programs.

- -

WAV and MP3 files which are editable sounds.

- -

- DDS files, which are actually editable with the correct tools. They can easily be edited using a plug-in - which works with either Paint Shop Pro or Photoshop, available for free from Nvidia's site -- the is dds.8bi
- http://developer.nvidia.com/docs/IO/1176/ATT/dds.8bi -

- -

- GR2 files, which are "Granny 3D" files. These are not so easy to edit and are, in a way, the 3D "bones" of the - game. Of course anyone who has the Granny 3D SDK would be able to edit them, but that's beyond the pocket of - most of us I'd have thought! I have heard rumours that there is a Milkshape plug-in that allows these to be - edited, but if not there is at least a tool that allows them to be viewed, obtainable for free from the Granny 3D site
- Update as of mid-2008 -- there is now a free way to extract the GR2 files so that they can be edited in a - 3D modelling program. A close friend of mine called Topper Carson has the games and he found that there are - some amazing people who have been picking away at the Gr2 files which so many games use these days. For - useful tools and info pop along to the "Decode - Gr2" site. So theoretically you should be able to modify anything that you wish in these games. -

- -

- The Horsez game, as with Catz 2006 and Dogz 2006 and beyond, is not a real part of the Petz series. You're - supposed to care for your chosen horse as well as enter it for shows and have some adventures with it, and - the environment is a 3D one. For anyone who has the game and wants to edit it, the graphics are in the form - of editable .tga files which you should be able to edit in a reasonable paint package, and the "bones" of it - are in the form of .nmo files which will have been created via Virtools. If you have Virtools of course - you'll be able to edit them. I don't know if there is a cheaper utility for editing such things, but if - you're keen you could have a look around Google. The saved-game files are in a directory off the Horsez one, - called Save, and the files in there are .txt files and therefore should be easy to edit. You'd have to get - used to what all the various column headers and key words mean, but there's no harm in experimenting -- so - long as you keep backups of everything of course. -

- -

- Babyz players, the only new games available for you from Ubisoft now seem to be only for the NDS. So far - there is "Imagine Babies" (also called "Imagine Babyz" in the US) and possibly due for release in September - 2008, "Imagine Baby Club". The first one is probably closer to the original Babyz experience, but in my - opinion neither seems like a good replacement. They are part of the extremely girly Imagine series for - NDS
- A footnote for Babyz players -- there is a new game out called "Bratz Babyz", which starts up with a - "Babyz.exe", which you might stumble across when looking for updates etc. As far as I know, it is not a - UbiSoft game and it is certainly not in any way a new kind of Babyz game, plus the Babyz.exe will not work - with your old favourite babyz game.
-

- -

- I doubt that I'll be editing any of these newer PC games. Even apart from the fact that they aren't likely to - work under my beloved Win 95, I don't really have the time even to play these days, and as for my skill in - editing graphics, well... let's just say I'm "graphically challenged", LOL. Of course I'd have no trouble - cheating in the catz and dogz games, as the saved-game (i.e. pet) files are just LUA files -- in other - words, they are editable in Notepad. -

- -

Enjoy

- -

Carolyn

- -

- For people who are interested in such things, since 2006 the rather complex ownership of the games is as - follows. The Petz titles are now trademarks owned by "Ubisoft Entertainment". The mobile phone versions of - Petz, Catz and Dogz have been released by Gameloft. The DS Catz games were developed by Powerhead Games - while the DS and GBA Dogz games and the Catz GBA game are copyright to MTO Inc. For the Wii and PS2 the Dogz - and Catz games are copyright to YUKE’S Co. as well as Ubisoft. For the PC, the Dogz and catz games were - developed by ImaginEngine which is a division of Foundation 9 Entertainment.
It's all a long way from the - day in 1995 when P.F. Magic created and put up for download their own unique and exciting game "Dogz". You - could download it and try it, and if you liked it you could buy a key online -- which also was a new concept - back then. It was so popular that it was also then released for the Apple Mac in 1996.
-

- -

.

-
- - diff --git a/carolyns_creations/frames/sounds/index.html b/carolyns_creations/frames/sounds/index.html deleted file mode 100644 index 3bbd729..0000000 --- a/carolyns_creations/frames/sounds/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - Sounds for the original Catz and Dogz breedz - - - - - - -
-

- NOTE: These sounds will work with the "for easy-editing" sound-stripped breedz that I'm making available for you - all at this site. I intend that they will also work with my sound-stripped hexie breedz.
- Instructions for use should be found in with the actual breedfile zips; these sounds zipfiles simply contain the - wavs and sounds .txt files. But they are all zipped up along with their directories, so they should all go into - the correct places if you unzip them into your game's main directory -- where the game's .exe is. If you didn't - choose your own place for installing the game, that main directory would probably be
- C:\Program Files\UBI Soft\Studio Mythos\Petz 5 or
- C:\Program Files\PF.Magic\Petz 4 or
- C:\Program Files\PF.Magic\Petz 3 or -

- -

- Sounds for the basic Catz breedz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Alley Cat sounds (for Flealess breed)
- Black and White Shorthair sounds
- Calico Cat sounds
- Chinchilla Persian sounds
- Desert Lynx sounds
- Egyptian Mau sounds
- Honey Bear sounds
- Japanese Bobtail sounds
- Maine Coon sounds
- Orange Shorthair sounds
- Persian sounds
- Persian sounds "fix" for sheepdog-based "cat" - breedz
- Russian Blue sounds
- Scottish Fold sounds
- Siamese sounds
- Tabby Cat sounds -

- -

- General Catz sounds
- These General Catz sounds are for people who don't have the catz games but want to hear all the sounds for - dogz-based "cat" breedz (such as Vickie's PersianDog). Note, if you already have the catz part of your petz - game, you don't need this. -

- -

- That's it for the original catz-breedz sounds; the Petz 4 and 5 official bunny does not contain sounds. I have - my own special quiet bunny sounds available for my own bunny breedz of course. -

- -

- Sounds for the basic Dogz breedz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Bulldog sounds
- Chihuahua sounds
- Dachshund sounds
- Dalmatian sounds
- German Shepherd sounds
- Great Dane sounds
- Golden Retriever sounds
- Jack Russell sounds
- Labrador sounds
- Mutt sounds
- Papillon sounds
- Poodle sounds
- Pug sounds
- Scottie sounds
- Sheepdog sounds -

- -

- And that's the lot. I do not intend at this time to strip out the pig sounds, as the game's actual pig breed - file is not a good basis from which to hex new breedz. I already have my own Pig-hog sounds which work with my - own pig-hog breed, of course. -

- -

.

-
- - diff --git a/carolyns_creations/frames/sounds/sounds.html b/carolyns_creations/frames/sounds/sounds.html deleted file mode 100644 index 569f1d2..0000000 --- a/carolyns_creations/frames/sounds/sounds.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - Sounds for Special Petz and Oddballz - - - - - - - - -
-

- Sounds Species and Fantasies in Petz Games
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- NOTE: many of these sounds were made before Petz 5 came out. All sounds and sound .txt files work fine in - Petz 5 also. However, some of the zips, such as the Spinosaurus, contain furfiles also, which made things easier - for installing in Petz 3 and 4. Petz 5 breedz have to have their own furfiles, which I distribute with the - breedz. So please, when installing sounds, don't overwrite existing .bmp files with those in the sounds - zip or your game will probably crash. -

- -

- NOTE 2: these sounds were made for use originally with my breedz. It was only years later that - others started to use my sounds with their breedz. For many of the sounds zips, the required sound .txt file is - packaged in with the actual breed, as it can be slightly different depending on the breed. So if you - don't get any sound using someone else's breedfile, download the relevant breed zip of mine and follow the - instructions in that. You can always throw my breed away once you've got your sounds sorted out. -

- -

- "102" (Oddballz to Petz series) breed's sounds
- Ant sounds
- Appaloosa sounds
- Babyz sounds (for Catz and Dogz games)
- Bear sounds (sounds for all games, .txt is for Dogz II)
- Bear extra .txt bit for Dogz3, 4 and 5
- Boy sounds (for Catz and Dogz games)
- Bunny sounds
- Butterfly sounds
- Chickenz sounds
- Cow sounds
- Dracoz and Dragonz sounds
- Dragonair sounds
- Duck sounds
- Dynaroo (Oddballz to Petz series) sounds
- Elephant, Miniphant, Phantele sounds
- Fishie sounds
- Frog sounds
- Galiceno and Horsez sounds
- Giraf sounds
- Gorilape sounds
- Grinnz (Oddballz to Petz series) sounds
- Grashopper sounds
- Guinea Pig sounds
- Guinea Pig extra .txt bit for Catz
- Honker (Oddballz to Petz series) and Honkbirdie sounds
- Jester (Oddballz to Petz series) sounds
- Lips (Oddballz to Petz series) sounds
- Modvark (Oddballz to Petz series) sounds
- Norvil (Oddballz to Petz series) sounds
- Ostrich sounds
- Panda sounds
- If your panda is silent after installing the sounds, download the little Panda sounds fix and with it overwrite - the gpsnd.txt that's in your Resource\Dogz\gp directory.
- Panda sound fix
- Pegasicorn sounds
- Pegasus sounds
- PFMice sounds
- Pighog sounds
- Ponyta and Rapidash sounds
- Quadrapus (Oddballz to Petz series) sounds
- Reindeer sounds
- Rhinoceros sounds
- Sheep sounds
- Skorch (Oddballz to Petz series) sounds
- Snowbo (Oddballz to Petz series) sounds
- Snowbo (Oddballz to Petz series) sounds for Catz 1 only
- Spider sounds
- Spinosaurus sounds
- Turkey sounds
- Tyger sounds (Big Cat sounds)
- Tyger/big cat extra .txt bit for Catz
- Unicorn sounds
- Walret (Oddballz to Petz series) sounds
- Whazzit sounds
- Yoshi sounds
- Zebra sounds
- Zott (Oddballz to Petz series) sounds for Catz 1 only
- Zott (Oddballz to Petz series) sounds for Catz II - Catz 5
- Monkey sounds
- Ratz sounds
- Killer Whale sounds -

- -

- Sounds for Oddballz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Buckaroo and Bucbronc sounds
- Caramba! sounds
- Deardear sounds
- Kat and Cat breed sounds
- Valentin sounds -

-
- - diff --git a/carolyns_creations/frames/sounds/soundsorig.html b/carolyns_creations/frames/sounds/soundsorig.html deleted file mode 100644 index 379142b..0000000 --- a/carolyns_creations/frames/sounds/soundsorig.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - Sounds for the original Catz and Dogz breedz - - - - - - -
-

- NOTE: These sounds will work with the "for easy-editing" sound-stripped breedz that I'm making available for you - all at this site. I intend that they will also work with my sound-stripped hexie breedz.
- Instructions for use should be found in with the actual breedfile zips; these sounds zipfiles simply contain the - wavs and sounds .txt files. But they are all zipped up along with their directories, so they should all go into - the correct places if you unzip them into your game's main directory -- where the game's .exe is. If you didn't - choose your own place for installing the game, that main directory would probably be
- C:\Program Files\UBI Soft\Studio Mythos\Petz 5 or
- C:\Program Files\PF.Magic\Petz 4 or
- C:\Program Files\PF.Magic\Petz 3 or -

- -

- Sounds for the basic Catz breedz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Alley Cat sounds (for Flealess breed)
- Black and White Shorthair sounds
- Calico Cat sounds
- Chinchilla Persian sounds
- Desert Lynx sounds
- Egyptian Mau sounds
- Honey Bear sounds
- Japanese Bobtail sounds
- Maine Coon sounds
- Orange Shorthair sounds
- Persian sounds
- Persian sounds "fix" for sheepdog-based "cat" - breedz
- Russian Blue sounds
- Scottish Fold sounds
- Siamese sounds
- Tabby Cat sounds -

- -

- General Catz sounds
- These General Catz sounds are for people who don't have the catz games but want to hear all the sounds for - dogz-based "cat" breedz (such as Vickie's PersianDog). Note, if you already have the catz part of your petz - game, you don't need this. -

- -

- That's it for the original catz-breedz sounds; the Petz 4 and 5 official bunny does not contain sounds. I have - my own special quiet bunny sounds available for my own bunny breedz of course. -

- -

- Sounds for the basic Dogz breedz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Bulldog sounds
- Chihuahua sounds
- Dachshund sounds
- Dalmatian sounds
- German Shepherd sounds
- Great Dane sounds
- Golden Retriever sounds
- Jack Russell sounds
- Labrador sounds
- Mutt sounds
- Papillon sounds
- Poodle sounds
- Pug sounds
- Scottie sounds
- Sheepdog sounds -

- -

- And that's the lot. I do not intend at this time to strip out the pig sounds, as the game's actual pig breed - file is not a good basis from which to hex new breedz. I already have my own Pig-hog sounds which work with my - own pig-hog breed, of course. -

- -

.

-
- - diff --git a/carolyns_creations/frames/specials/bugzlife.html b/carolyns_creations/frames/specials/bugzlife.html deleted file mode 100644 index fe0573b..0000000 --- a/carolyns_creations/frames/specials/bugzlife.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - Arthropods, playscenes etc for your exoskeletal Petz - - - - - - -
-

.

- -

- Arthropods, playscenes etc for your exoskeletal Petz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- For Insect and spider fanciers out there, I thought it would be a good idea to make it easy for you to find all - the exoskeletal items that are on this site, so here they are with a separate section of their own :-) -

- -

- Arthropodz for the Babyz game
- a spider - a butterfly
- - Arthropodz, spiders, and butterflies for the Catz games 3, 4 and 5
- an arthropod family - butterflies
- - Go to Pinecone Cattery for a - fantastic environment for your spiders! -

- -

- Butterfly Chaser's insect breedz and playscenes for the Dogz games -

- -

- And last but by no means least,
- Smarti's butterflies!
- The first-ever butterflies, for dogz games, by Smarti; with added sounds by yours truly. - You can download the sounds from Smarti's site or from here - -

-
- - diff --git a/carolyns_creations/frames/specials/catz345mice.html b/carolyns_creations/frames/specials/catz345mice.html deleted file mode 100644 index 63b4f7e..0000000 --- a/carolyns_creations/frames/specials/catz345mice.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - Catz 3, 4 5 Mice - - - - - - -
-

- Catz 3, 4 and 5 Mouse "grubz" for you
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- NOTE: To use these, you will need to either download and install my mice etc Easy-edit packages, available from - my Petz Easy-edit page, or you'll need to edit your game's Resource file in order to insert these grubz. I - advise the first of those two options, as you can keep shuffling your mice and grubz around to your heart's - content :-) -

- -

- These "grubz" will overwrite your game's own mouse files. Please put your originals somewhere safe, and read the - readme files included! -

- -

-
- pink and green grubz -

- -

-
- Yellow/black and, well, eurgh grubz -

- -

.

-
- - diff --git a/carolyns_creations/frames/specials/collaborations.html b/carolyns_creations/frames/specials/collaborations.html deleted file mode 100644 index 153a2cd..0000000 --- a/carolyns_creations/frames/specials/collaborations.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - Collaborations with other hexers - - - -
-

- Collaborations with other hexers
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - These pages will show any breedz which were the idea and production of another hexer, but which turned out to be - something of a team effort with myself. They go up here with the permission of the other team member(s), of - course! -

- -

- NOTE: If one of the breedz crashes your game,
- please read this. -

- -

- Go here for Species sounds and - here for original Catz and Dogz sounds
- Various Species or Fantasy breedz should have their special sounds; also, all the catz and dogz breedz on this - site use external sounds. So if you want them to sound right in your game, you will have to download the sounds - as well. -

- -

- With Sue Briley and Nintendo-6444
- Get the Honkie and Artie here -

- -

- With Butterfly Chaser
- get the Great Tree here.
- Butterfly Chaser's Sauropod
- Click here for more of Butterfly Chaser's breedz - pages
- and here for Butterfly Chaser's own site! Yay! -

- -

- With Casey Miller
- get the Chocolate Joy cat here. -

- -

- With Nicole
- get the Rhino and Ostrich here. -

- -

- With Melanie
- get the Turtle here. -

- -

- With meerii
- From this page you can get LNZ files made from meerii's selectively-bred petz. They are designed to work with my - External-lnz packages which you can get from my "For LNZ-files 'n' easy-edits" pages. -

-
- - - diff --git a/carolyns_creations/frames/specials/emoticonpetz1.html b/carolyns_creations/frames/specials/emoticonpetz1.html deleted file mode 100644 index e198635..0000000 --- a/carolyns_creations/frames/specials/emoticonpetz1.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - Emoticon petz - - - - - - -
-

- Emoticon Petz for you
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Inspired by Ashien's pet-orb pictures, I thought I'd enlarge upon the theme by making petz with secret "orb-ish" - emoticons and others with permanent emoticons -- wearing their hearts on their sleeves (or ears, tails etc - anyway).
- On this page you can see Ashien's original orbed pictures.
- Gohere to get the Perma-moticon petz. -

- -

- This page contains the Mystery-moticon petz...
- Click here to download The OddballzDream breedfiles for Catz 3, 3 - International, 4 and 5.
- Click here to download a package which helps you to make - your own. -

- -

- To see their own particular emoticons, you need to wait until they get excited. A good way to excite them is to - put them in the Basket; sometimes you need to take them out of it and put them back in again one or two times - before they get emotional enough. This is not any form of abuse, by the way; they have fun playing with the - basket. They work in Petz 3, 4 or 5. The emoticons, once they appear, will remain on your pet until you either - put it away or you take it to the clothes closet and put, say, a hat on it.
- - mystery emoticons - more mysteryemoticons
- - These are just examples of some of the emoticons which will emerge; no two of the pets on this page are - identical. Click on the names below each picture to download the pet. -

- -

- Jesmina
- Jesmina (female) -

- -

- Leonardo
- Leonardo (male) -

- -

- Jombo
- Jombo (male) -

- -

- Kalila
- Kalila (female) -

- -

- Querida
- Querida (female) -

- -

- Quontama
- Quontama (female) -

- -

- Jondolo
- Jondolo (male) -

- -

- Jonboo
- Jonboo (male) -

- -

- You can also find petz with permanent orbs which show in the game, at Sue's the - Petz Boardwalk -

-
- - diff --git a/carolyns_creations/frames/specials/img/litterz_chesamutt.gif b/carolyns_creations/frames/specials/img/litterz_chesamutt.gif deleted file mode 100644 index ded5060..0000000 Binary files a/carolyns_creations/frames/specials/img/litterz_chesamutt.gif and /dev/null differ diff --git a/carolyns_creations/frames/specials/index.html b/carolyns_creations/frames/specials/index.html deleted file mode 100644 index 0e2e1d6..0000000 --- a/carolyns_creations/frames/specials/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - Fish, playscenes etc for your water-loving Petz - - - - - - -
-

.

- -

- Fish, playscenes etc for your water-loving Petz and Babyz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- For water-lovers out there, I thought it would be a good idea to make it easy for you to find all the aquatic - items that are on this site, so here they are with a separate section of their own :-) -

- -

- Frogs and tadpoles for the Petz games 3, 4 and 5
- Fishies for the Petz games 11, 3, 4 and 5
- Ducks for the Petz games 3, 4 and 5
- Liberated goldfish - for Petz 11 , Petz 4, and Petz 5!
- - Petz 4 beach as seen by fish
- Petz II -- beach as seen by fish
- fishy beach scene
- - Babyz Fishies
- - Go here for Merbabyz
- Anne of Gold Bell Babyz has made some great little merbabyz for you; pop along to her - site to get them!
- - Get Wardah Ahmar's custom-made Schools - of fish for petz here
- Wardah Ahmar's Seascape for Babyz
- Minibyte's Seascape for Petz 3, 4, 5
- Miranda made - a beautiful undersea scene for Petz 4 - - Judy's fantastic fish tank for - Petz 4 and 5
- Judy of the Pine Cone Cattery made a terrific tank scene for the fishes, so go and visit - her site to get it!
- - Pools for your Babyz
- - - the KidPond
- The KidPond -

- - This pool shows up in the Nursery shelves. I use it in my "Secret - Wood"
- It works like the bath, but does not overwrite it. The babyz need not get clothed inbubbles -- either remove - the bubble clothes from your game's clothes directory, or download my exotic "bikini-bottom" replacements :-) -
-

- -

- - Gambolo in the KidPool
- The KidPool -
- This pool shows up in the Playroom and Attic closets.
- It works like the Bath, but does not overwrite it and the babyz need not get clothed in bubbles. -

-
- - diff --git a/carolyns_creations/frames/specials/litterz.html b/carolyns_creations/frames/specials/litterz.html deleted file mode 100644 index c0c88b3..0000000 --- a/carolyns_creations/frames/specials/litterz.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - Hex-painted litterz - - - -
-

- Hex-painted litterz
- Click breed photo or name to download. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Black Daliaffs
- Black Daliaffs -
-
- - Brindled Himalayans
- Brindled Himalayans -
-
- - Calico Tabbies
- Calico Tabbies -
-
- - Chesamutts
- Chesamutts -
-
- - Chinchilla Tabbies - Chinchilla Tabbies - - - - Devilled Labs - Devilled Labs - -
- - Egyptian Sphinx - Egyptian Sphinx - - - - Fawn Daliaffs - Fawn Daliaffs - -
- - Persian Purees - Persian Purees - - - - Siamflitters - Siamflitters - -
- - Speckle Tabbies - Speckle Tabbies - -
-
- - diff --git a/carolyns_creations/frames/specials/nicholastools.html b/carolyns_creations/frames/specials/nicholastools.html deleted file mode 100644 index 95592ef..0000000 --- a/carolyns_creations/frames/specials/nicholastools.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - Utilities by Nicholas Sherlock - - - - - - -
-

- Utilities by Nicholas Sherlock
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - On this page you'll find pictures and info about the great utilites made by Nicholas Sherlock.
- Go to his site
- to download his great utilities :-) Also there you'll find a useful forum; go there to suggest ideas or ask for - help. -

- -

- These work on my Windows 95 system, and should work for everyone. Nicholas has provided helpfiles for some of - the utilities, but anyway they are super-easy to use. There is of course now the LNZ info helpfile compiled by - Nicholas from my LNZ Info early last year, and Kishi Kat of the beautiful The Light Fantastic site has made a neat - tutorial for Tinker. Go to her site for some great toyz and other goodies!
- I have also now made some tips on using Tinker and more for - LNZPro version 2 (or later), you can also get to those from my main - tutorials page. Nicholas has now made a great helpfile on using Pet Workshop for variations, you can get it from - his site, and go to Genuine Kennels' All Purpose Petz for a superb illustrated tutorial on using Pet - Workshop! -

- -

- The programs did not cause any problems with corruptions or crashes in my game, but they are basically still in - development and of course you should always make backup copies of any file that you are going to edit. -

- -

- Take a look below to see screengrabs from many of Nicholas' great utilities -- and download a Petz 5 toy, too - :-)
- New Petz II, 3, 4, 5 and Babyz Features! -

- -

- - -

- -

- LNZPro, designed specifically for Petz and Babyz editing.
- Now does all that Resource Hacker does, and much much more! Yay! -

- -

- -

- Pet Workshop -- a visual tool for Petz editing. Babyz editing should be available soon. -

- -

- -

- Tinker -- the perfect tool for editing SPR and FLH/FLM filmstrips. Also useful to make toyz show up in the Petz - 5 carry-case. -

- -

- -

- LNZ info helpfile
- compiled by Nicholas from my breakdown chunks etc, with extras :-) Only up to date as far as Feb 2005; check out - my LNZ breakdown chunks for any later info. -

- -

- -

- Here's a brilliant example for you of an edited toy, made by Nicholas with his incredible Tinker... -

- -

-
- A Spray Bottle for Petz 5
- This will overwrite your game's Water Spray Bottle, so make sure you keep a copy of your original. -

- -

.

-
- - diff --git a/carolyns_creations/frames/specials/petz3-5lnz.html b/carolyns_creations/frames/specials/petz3-5lnz.html deleted file mode 100644 index 47a4311..0000000 --- a/carolyns_creations/frames/specials/petz3-5lnz.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - My External-LNZ breedz - - - -
-

- My External-LNZ breedz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- LNZ breedfiles are simply overwriting breedfiles which go in a ptzfilesdogxx or ptzfilescatxx directory - instead of a resourcedogz or resourcecatz directory. Once you have my "For Easy LNZ" packages for the - relevant original breedz installed, your downloaded LNZ hexie will work just like any DOG or CAT hexie. - Breeders will find that breedz stored in the form of .LNZ files are as easy to manage and keep track of as - any overwriting .DOG or .CAT breed, and have the advantage of being a lot smaller. These LNZ files will work - with those packages in any of Petz 3, Petz 4 or Petz 5.
- For details of where the files go in your game, click here
- Hexers, feel free to use the .lnz files if you wish for your own breedz, but I would appreciate an - acknowledgement of my work. -

- -

- For the People breed, go to the People LNZ breed page
- For my older LNZ breedz, go here -

- -

- Another special request, rather late in appearing -- thanks for your patience, - hypershad0w!
- Kirby Cat lnz
- Here are the .LNZ files, for use with my external-lnz Calico - packages which you can get from the "For Easy LNZ" pages; it will of course overwrite the normal Calico's - .LNZ.
- Go to - Miranda's - Kirby page to download some fantastic variations for Catz 3, 4 and 5!
- Note that Kirby, like Chao, tends to kick the food away. No problem, both he and Chao can eat treats and drink - from the bottles, so feed them that way. -

- -

- A special request for Asokei...
- Rein Wolf lnz
- Here are the .LNZ files, for use with my external-lnz Great Dane - packages which you can get from the "For Easy LNZ" pages; it will of course overwrite the normal Great Dane's - .LNZ. -

- -

 

- -

.

-
- - diff --git a/carolyns_creations/frames/specials/petzpeople.html b/carolyns_creations/frames/specials/petzpeople.html deleted file mode 100644 index 5c041aa..0000000 --- a/carolyns_creations/frames/specials/petzpeople.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - People to populate your petz games - - - -
-

.

- -

- People to populate your petz games
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-

- -

I expect this may grow, but for now what we have are:

- -

- My "People" breedfile for the Catz games 3, 4 and 5 in LNZ - form
- Both PG-rated and naughty versions. If you download and use the naughty version, I shall not be held responsible - if your computer or parents blow a fuse or i fyou end up dancing naked in the snow. Catz II version to follow - eventually. Note that this is designed to work with My "For LNZ-files 'n' easy-edits" Calico cat packages. I did - think of making them Alleys, but what the heck -- I started with the Calico and was too lazy to change :-)
- People adults -

- -

- Various people for the Petz games II, 3, 4 and 5 -

- -

- Go here for Babyz for dogz
- Vickie of the Petz Zoo has made some babyz for the Dogz games, for which I provided the sounds (available on my - species sounds page too of course); pop along to her site for the breed! -

-
- - diff --git a/carolyns_creations/frames/specials/sandzcat.html b/carolyns_creations/frames/specials/sandzcat.html deleted file mode 100644 index a4d39c2..0000000 --- a/carolyns_creations/frames/specials/sandzcat.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - Sand'z Cattery's Official Breed - - - -
-

- NOTE: If one of my breedz crashes your game,
- please read this. -

- -

- Sand'z Cattery and the Sand'z Cat
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- This page is dedicated to Wendy Zerla (also known as beach girl), who bred loads of fantastic catz which she - made available to us all, and to the Sand'z Cat which I made for her from her special Fug pet. -

- -

- Sand'z Cattery site is still online, but hasn't been updated for several years. It - contains an incredible array of fantastic downloadable adoptions, all of which will work in Catz 3, Catz 4, or - Catz 5. Wendy was not only a very imaginative breeder; she also worked hard at hexing and was always eager to - get tips from me. That's why her site has a beautiful "shades of brown" set of downloadable petz dedicated to - myself *blush*. She became one of the more imaginative hexers of the day. I miss her. Every so often I go to her - site with sadness, mixed with pleasure that she has left her site online for each new generations of Petz fans - to enjoy. Almost everything there is still downloadable.
- Sandz Catz
- Here's what Wendy had to say about the breed: "Sand'z Catz are sweet, gentle giants. They are born 2 to 3 times - larger than a normal catz. They get smaller as they grow up. When full grown they will be up to 2 times larger - than an normal catz. This breed was hexed (by Carolyn) from our mascott Fug, a naturally occuring mutation." -

- -

- Sandz Cat (Catz 3)/
- Catz 3 Non-English - ver/
- Sandz Cat (Catz 4)/
- Sandz Cat (Catz 5) -

- -

- Go here for original Russian Blue sounds -

-
- - diff --git a/carolyns_creations/frames/specials/sealife.html b/carolyns_creations/frames/specials/sealife.html deleted file mode 100644 index c89d426..0000000 --- a/carolyns_creations/frames/specials/sealife.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - Fish, playscenes etc for your water-loving Petz - - - - - - -
-

.

- -

- Fish, playscenes etc for your water-loving Petz and Babyz
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- For water-lovers out there, I thought it would be a good idea to make it easy for you to find all the aquatic - items that are on this site, so here they are with a separate section of their own :-) -

- -

- Frogs and tadpoles for the Petz games 3, 4 and 5
- Fishies for the Petz games 11, 3, 4 and 5
- Ducks for the Petz games 3, 4 and 5
- Liberated goldfish - for Petz 11 , Petz 4, and Petz 5!
- - Petz 4 beach as seen by fish
- Petz II -- beach as seen by fish
- fishy beach scene
- - Babyz Fishies
- - Go here for Merbabyz
- Anne of Gold Bell Babyz has made some great little merbabyz for you; pop along to her - site to get them!
- - Get Wardah Ahmar's custom-made Schools - of fish for petz here
- Wardah Ahmar's Seascape for Babyz
- Minibyte's Seascape for Petz 3, 4, 5
- Miranda made - a beautiful undersea scene for Petz 4 - - Judy's fantastic fish tank for - Petz 4 and 5
- Judy of the Pine Cone Cattery made a terrific tank scene for the fishes, so go and visit - her site to get it!
- - Pools for your Babyz
- - - the KidPond
- The KidPond -

- - This pool shows up in the Nursery shelves. I use it in my "Secret - Wood"
- It works like the bath, but does not overwrite it. The babyz need not get clothed inbubbles -- either remove - the bubble clothes from your game's clothes directory, or download my exotic "bikini-bottom" replacements :-) -
-

- -

- - Gambolo in the KidPool
- The KidPool -
- This pool shows up in the Playroom and Attic closets.
- It works like the Bath, but does not overwrite it and the babyz need not get clothed in bubbles. -

-
- - diff --git a/carolyns_creations/frames/style.css b/carolyns_creations/frames/style.css deleted file mode 100644 index db08948..0000000 --- a/carolyns_creations/frames/style.css +++ /dev/null @@ -1,2 +0,0 @@ -html{--background-color:#fff7d7;--color:#810541;background-color:#fff7d7;background-color:var(--background-color);font-family:Comic Sans MS,serif}body{color:#810541;color:var(--color);padding:0}.menu,body{font-size:13px;margin:0}.menu{color:#600;padding:7px}.menu li{list-style:none}a{color:#f63}a:visited{color:#8a2be2}a:active{color:#0f0}.defunct{-webkit-text-decoration:line-through;text-decoration:line-through}p{padding:5px 10px}.green{color:#006400}.purple{color:purple}.brown{color:#600}.normal{font-size:13px}.big{font-size:16px}.bigger{font-size:18px}.courier{font-family:Courier New,serif}.comic-sans{font-family:Comic Sans MS,serif}.times-new-roman{font-family:Times New Roman,serif}.bold{font-weight:700}.center{padding:10px 0;text-align:center}.float-left{float:left}.left-align{text-align:left}.first,.padding-top{padding-top:90px}.small-gap-top{margin-top:50px}.tiny-gap-top{margin-top:3px}.side-padding{display:table;margin:0 auto;width:80%}.more-side-padding{display:table;margin:0 auto;width:60%}.less-side-padding{display:table;margin:0 auto;width:90%}table.img-size img{height:224px;width:320px}table.center-table{margin:0 auto;width:50%}table.wide-center-table{margin:0 auto;width:90%}.border-outer{border:2px solid;margin:0 auto;width:-moz-max-content;width:max-content}.border-outer .border-inner{border:1px solid;margin:2px;padding:30px;width:90vw}.border-brown{border-color:#600}.img-border img{border:1px solid}#sandz{--background-color:#dafae8;--color:#00552b}#sandz a{color:purple}#sandz a:visited{color:grey}#sandz a:active{color:#f0f}#catz1dex{--background-color:#3cc;--color:#000;font-family:Times,serif}#catz1dex a,#catz1dex a:visited{color:#fff}#dogz1fooler{--background-color:#8442ef;--color:#f7f5d7;font-family:Times,serif}#dogz1fooler a{color:#0f0}#dogz1fooler a:visited{color:#fff} -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNhcm9seW5zX2NyZWF0aW9ucy9mcmFtZXMvY2Fyb2x5bnNfY3JlYXRpb25zX2ZyYW1lcy5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsS0FDSSwwQkFBMkIsQ0FDM0IsZUFBZ0IsQ0FFaEIsd0JBQXlDLENBQXpDLHdDQUF5QyxDQUN6QywrQkFDSixDQUVBLEtBRUksYUFBbUIsQ0FBbkIsa0JBQW1CLENBRW5CLFNBQ0osQ0FJQSxXQVJJLGNBQWUsQ0FFZixRQVdKLENBTEEsTUFHSSxVQUFjLENBRmQsV0FJSixDQUVBLFNBQVcsZUFBa0IsQ0FJN0IsRUFBSSxVQUFhLENBQ2pCLFVBQVksYUFBZ0IsQ0FDNUIsU0FBVyxVQUFhLENBRXhCLFNBQVcsb0NBQTZCLENBQTdCLDRCQUErQixDQUkxQyxFQUFJLGdCQUFtQixDQUV2QixPQUFTLGFBQWdCLENBQ3pCLFFBQVUsWUFBZ0IsQ0FDMUIsT0FBUyxVQUFnQixDQUV6QixRQUFVLGNBQWlCLENBQzNCLEtBQU8sY0FBaUIsQ0FDeEIsUUFBVSxjQUFpQixDQUUzQixTQUFXLDZCQUFtQyxDQUM5QyxZQUFjLCtCQUFxQyxDQUNuRCxpQkFBbUIsaUNBQXVDLENBRTFELE1BQVEsZUFBa0IsQ0FJMUIsUUFFSSxjQUFlLENBRGYsaUJBRUosQ0FFQSxZQUFjLFVBQWEsQ0FFM0IsWUFBYyxlQUFrQixDQUdoQyxvQkFBdUIsZ0JBQW1CLENBQzFDLGVBQWlCLGVBQWtCLENBQ25DLGNBQWdCLGNBQWlCLENBR2pDLGNBRUksYUFBYyxDQUNkLGFBQWMsQ0FGZCxTQUdKLENBRUEsbUJBRUksYUFBYyxDQUNkLGFBQWMsQ0FGZCxTQUdKLENBRUEsbUJBRUksYUFBYyxDQUNkLGFBQWMsQ0FGZCxTQUdKLENBRUEsbUJBRUksWUFBYSxDQURiLFdBRUosQ0FFQSxtQkFFSSxhQUFjLENBRGQsU0FFSixDQUVBLHdCQUVJLGFBQWMsQ0FEZCxTQUVKLENBRUEsY0FHSSxnQkFBaUIsQ0FEakIsYUFBYyxDQURkLHNCQUFrQixDQUFsQixpQkFHSixDQUVBLDRCQUlJLGdCQUFpQixDQUZqQixVQUFXLENBQ1gsWUFBYSxDQUZiLFVBSUosQ0FFQSxjQUFnQixpQkFBdUIsQ0FFdkMsZ0JBQWtCLGdCQUFtQixDQUlyQyxPQUNJLDBCQUEyQixDQUMzQixlQUNKLENBRUEsU0FBVyxZQUFnQixDQUMzQixpQkFBbUIsVUFBZ0IsQ0FDbkMsZ0JBQWtCLFVBQWEsQ0FFL0IsVUFDSSx1QkFBMkIsQ0FDM0IsWUFBYSxDQUNiLHVCQUNKLENBR0EsZ0NBQXNCLFVBQWEsQ0FFbkMsYUFDSSwwQkFBMkIsQ0FDM0IsZUFBZ0IsQ0FDaEIsdUJBQ0osQ0FFQSxlQUFpQixVQUFnQixDQUNqQyx1QkFBeUIsVUFBYSIsImZpbGUiOiJjYXJvbHluc19jcmVhdGlvbnMvZnJhbWVzL3N0eWxlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIEdFTkVSQUwgKi9cblxuaHRtbCB7XG4gICAgLS1iYWNrZ3JvdW5kLWNvbG9yOiAjZmZmN2Q3O1xuICAgIC0tY29sb3I6ICM4MTA1NDE7XG5cbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1iYWNrZ3JvdW5kLWNvbG9yKTtcbiAgICBmb250LWZhbWlseTogJ0NvbWljIFNhbnMgTVMnLCBzZXJpZjtcbn1cblxuYm9keSB7XG4gICAgZm9udC1zaXplOiAxM3B4O1xuICAgIGNvbG9yOiB2YXIoLS1jb2xvcik7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG59XG5cbi8qIE1FTlUgKi9cblxuLm1lbnUge1xuICAgIHBhZGRpbmc6IDdweDtcbiAgICBtYXJnaW46IDA7XG4gICAgY29sb3I6ICM2NjAwMDA7XG4gICAgZm9udC1zaXplOiAxM3B4O1xufVxuXG4ubWVudSBsaSB7IGxpc3Qtc3R5bGU6IG5vbmU7IH1cblxuLyogTElOS1MgKi9cblxuYSB7IGNvbG9yOiAjZjYzOyB9XG5hOnZpc2l0ZWQgeyBjb2xvcjogIzhhMmJlMjsgfVxuYTphY3RpdmUgeyBjb2xvcjogIzBmMDsgfVxuXG4uZGVmdW5jdCB7IHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoOyB9XG5cbi8qIFRFWFQgKi9cblxucCB7IHBhZGRpbmc6IDVweCAxMHB4OyB9XG5cbi5ncmVlbiB7IGNvbG9yOiAjMDA2NDAwOyB9XG4ucHVycGxlIHsgY29sb3I6ICM4MDAwODA7IH1cbi5icm93biB7IGNvbG9yOiAjNjYwMDAwOyB9XG5cbi5ub3JtYWwgeyBmb250LXNpemU6IDEzcHg7IH1cbi5iaWcgeyBmb250LXNpemU6IDE2cHg7IH1cbi5iaWdnZXIgeyBmb250LXNpemU6IDE4cHg7IH1cblxuLmNvdXJpZXIgeyBmb250LWZhbWlseTogJ0NvdXJpZXIgTmV3Jywgc2VyaWY7IH1cbi5jb21pYy1zYW5zIHsgZm9udC1mYW1pbHk6ICdDb21pYyBTYW5zIE1TJywgc2VyaWY7IH1cbi50aW1lcy1uZXctcm9tYW4geyBmb250LWZhbWlseTogJ1RpbWVzIE5ldyBSb21hbicsIHNlcmlmOyB9XG5cbi5ib2xkIHsgZm9udC13ZWlnaHQ6IDcwMDsgfVxuXG4vKiBGT1JNQVRUSU5HICovXG5cbi5jZW50ZXIge1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBwYWRkaW5nOiAxMHB4IDA7XG59XG5cbi5mbG9hdC1sZWZ0IHsgZmxvYXQ6IGxlZnQ7IH1cblxuLmxlZnQtYWxpZ24geyB0ZXh0LWFsaWduOiBsZWZ0OyB9XG5cbi8qIFRPRE8gLmZpcnN0IGtlcHQgaW4gc28gSSBkb24ndCBoYXZlIHRvIGdvIGNoYW5naW5nIHByZXZpb3VzIHBhZ2VzICovXG4uZmlyc3QsIC5wYWRkaW5nLXRvcCB7IHBhZGRpbmctdG9wOiA5MHB4OyB9XG4uc21hbGwtZ2FwLXRvcCB7IG1hcmdpbi10b3A6IDUwcHg7IH1cbi50aW55LWdhcC10b3AgeyBtYXJnaW4tdG9wOiAzcHg7IH1cblxuXG4uc2lkZS1wYWRkaW5nIHtcbiAgICB3aWR0aDogODAlO1xuICAgIGRpc3BsYXk6IHRhYmxlO1xuICAgIG1hcmdpbjogMCBhdXRvO1xufVxuXG4ubW9yZS1zaWRlLXBhZGRpbmcge1xuICAgIHdpZHRoOiA2MCU7XG4gICAgZGlzcGxheTogdGFibGU7XG4gICAgbWFyZ2luOiAwIGF1dG87XG59XG5cbi5sZXNzLXNpZGUtcGFkZGluZyB7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBkaXNwbGF5OiB0YWJsZTtcbiAgICBtYXJnaW46IDAgYXV0bztcbn1cblxudGFibGUuaW1nLXNpemUgaW1nIHtcbiAgICB3aWR0aDogMzIwcHg7XG4gICAgaGVpZ2h0OiAyMjRweDtcbn1cblxudGFibGUuY2VudGVyLXRhYmxlIHtcbiAgICB3aWR0aDogNTAlO1xuICAgIG1hcmdpbjogMCBhdXRvO1xufVxuXG50YWJsZS53aWRlLWNlbnRlci10YWJsZSB7XG4gICAgd2lkdGg6IDkwJTtcbiAgICBtYXJnaW46IDAgYXV0bztcbn1cblxuLmJvcmRlci1vdXRlciB7XG4gICAgd2lkdGg6IG1heC1jb250ZW50O1xuICAgIG1hcmdpbjogMCBhdXRvO1xuICAgIGJvcmRlcjogMnB4IHNvbGlkO1xufVxuXG4uYm9yZGVyLW91dGVyIC5ib3JkZXItaW5uZXIge1xuICAgIHdpZHRoOiA5MHZ3O1xuICAgIG1hcmdpbjogMnB4O1xuICAgIHBhZGRpbmc6IDMwcHg7XG4gICAgYm9yZGVyOiAxcHggc29saWQ7XG59XG5cbi5ib3JkZXItYnJvd24geyBib3JkZXItY29sb3I6ICM2NjAwMDA7IH1cblxuLmltZy1ib3JkZXIgaW1nIHsgYm9yZGVyOiAxcHggc29saWQ7IH1cblxuLyogVE9ETyBQQUdFIFNQRUNJRklDICovXG5cbiNzYW5keiB7XG4gICAgLS1iYWNrZ3JvdW5kLWNvbG9yOiAjZGFmYWU4O1xuICAgIC0tY29sb3I6ICMwMDU1MmI7XG59XG5cbiNzYW5keiBhIHsgY29sb3I6ICM4MDAwODA7IH1cbiNzYW5keiBhOnZpc2l0ZWQgeyBjb2xvcjogIzgwODA4MDsgfVxuI3NhbmR6IGE6YWN0aXZlIHsgY29sb3I6ICNmMGY7IH1cblxuI2NhdHoxZGV4IHtcbiAgICAtLWJhY2tncm91bmQtY29sb3I6ICMzM2NjY2M7XG4gICAgLS1jb2xvcjogIzAwMDtcbiAgICBmb250LWZhbWlseTogVGltZXMsIHNlcmlmO1xufVxuXG4jY2F0ejFkZXggYSB7IGNvbG9yOiAjZmZmOyB9XG4jY2F0ejFkZXggYTp2aXNpdGVkIHsgY29sb3I6ICNmZmY7IH1cblxuI2RvZ3oxZm9vbGVyIHtcbiAgICAtLWJhY2tncm91bmQtY29sb3I6ICM4NDQyZWY7XG4gICAgLS1jb2xvcjogI2Y3ZjVkNztcbiAgICBmb250LWZhbWlseTogVGltZXMsIHNlcmlmO1xufVxuXG4jZG9nejFmb29sZXIgYSB7IGNvbG9yOiAjMDBmZjAwOyB9XG4jZG9nejFmb29sZXIgYTp2aXNpdGVkIHsgY29sb3I6ICNmZmY7IH1cbiJdfQ== */ diff --git a/carolyns_creations/frames/tutorials/LNZdetails.html b/carolyns_creations/frames/tutorials/LNZdetails.html deleted file mode 100644 index bbb97fa..0000000 --- a/carolyns_creations/frames/tutorials/LNZdetails.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - Lnz file details - - - - - - -
-
-

- The Mad Scientist Hexer Reveals the secrets of the LNZ files
- ahahahaaaa! Hah! Ahaha...

- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-

- -

- What I'm going to try and do here is to explain to you all in more depth what all those mysterious parts of - a .LNZ file are for, what they do, and how to change them. Once you understand it, you will be able to make - a breedfile that's almost any shape and have it breed reasonably true, or a Babyz of any shape, or a weird - and wonderful Oddballz breed... -

- -

- Trust me. I'm a hexer (bwahahaha...) -

- -

- The .LNZ file, or "Linez" file, is the core data that the game reads when it is making a pet from a - breedfile or a baby from the main Resource dll file. You will also find .LNZ sections used for the simpler - mice or grubz, also in or for a few toyz, such as the Auto-rolling Ball or milk bottle. These .LNZ files - work the same way as the ones for Breedz and Babyz, but because they are associated with simpler behavours - we are more limited in what we can do with them that will actually show up in the game. -

- -

- Clothing files have a .CLZ section which is very, very similar to .LNZ files. ball-covering clothes (shirts - etc) make use of Paint Ballz, and hats etc make use of Add Ballz. If you want to insert a clothing style - into a breedz or babyz .LNZ (for instance, to make the antlers permanent), be aware that you can't just - copy/paste and change the ball numbers. You will also need to do a bit of fiddling -- for instance, there - are fewer columns in the .CLZ add ball sections than there are in the .LNZ ones. -

- -

- It has come to my notice that many people don't find how the .LNZ file works and what the various - programmers' comments, mnemonics, keywords and Key Texts are, as blindingly obvious as I do; so I'm writing - more detailed notes here in hopes that it will help. -

- -

- As a prologue, here are
- Some Important Notes and a Summary -

- -

- Now for the meat of the innards (cackle snurk) ;-) I'm breaking the whole thing down into chunks.
- - The first chunk, here,
- contains several areas of the .LNZ which are not present in all breedz. These seem to confuse people - most
- - The second chunk, here,
- contains the major areas which are common to all breedz.
- NOTE that Bodyarea numbers matter for some issues (see the [Add Ball] section in the 2nd Chunk).
- Here are the Bodyarea numbers for Babyz and for Catz and for Dogz
- - The third chunk, here,
- is all about areas which you can insert into your breed even though they are not always actually seen inside - an original P.F.Magic breedfile.
- April 29, I've fixed up some typos in this third chunk -- sorry if any of them confused you before.
- - The fourth chunk, here,
- is all about areas which are entirely specific only to Oddballz. -

- -

- Okay, away off now and make some fantastic new breedz or babyz. Hexing is fun, enjoy it!
-

- -

Carolyn Horn

-
- -

.

-

.

-

.

-

.

- -

- What have we here? It seems to be a present of some kind... -

- -

- - try clicking here -

-
- - diff --git a/carolyns_creations/frames/tutorials/index.html b/carolyns_creations/frames/tutorials/index.html deleted file mode 100644 index d3fbb25..0000000 --- a/carolyns_creations/frames/tutorials/index.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - Tutorials and Howtos - - - - - - -
-

- - Reference... - Utilities... - Guest Info... - -

- -

- Go to the mad Scientist Page
- for Demo Foolers, modified exe files and other unusual stuff
- - Go to my LNZ breakdown chunks
- for some very useful information on the LNZ files which make up the core of your new Petz breed, Oddballz breed, - or Babyz. Also helps in understanding the .CLZ part of a clothing file etc. Really. No, really. Do go and see. - It might stop you from writing to me to pick my brains; most of my brain-pickings are there :-)
- - Download the petz editing manual
- Compiled by Nicholas Sherlock of Sherlock - Software from my LNZ information and other info. Makes the sections easier to find, as well as providing a - set of great colour-charts for all of the games and a good visual aid to x,y,z coordinates. The file is in CHM - help format. Only up to date as far as Feb 2005; check out my LNZ breakdown chunks for later info
- - Go here for a brief note on the 2006 UbiSoft "Petz" games
- Go here for my Babyz-specific tutorials, fixes and howtos
- Go here for my Oddballz-specific tutorials, fixes and howtos
- Go here for my Petz-specific tutorials and howtos
- Go here for modified .exe files and oddities like sprite-swapping etc
- And here for Tinker, LNZPro, Pet Workshop, and extra petz - features
- LNZPro 2 tips here
- Tinker and LNZPro 2 tips here
- - PLEASE NOTE that almost all the tutorials and howtos on my pages were written before Nicholas created the - marvellous LNZPro and Tinker tools. All the info in my howtos is still valid for anyone who wants to - understand what goes on "under the hood", and my "easy" packages are still fun to use, but these two new - tools make things amazingly easy for us hexers. Give 'em a try, you know you want to :-)
-

- -

- Reference items and Fixes
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- What IS "hexing"?
- What to do if Petz won't start or crashes.
- What to do if Babyz won't start or crashes.
- An explanation of how I personally edit and why I do it that way
- What hexing is and what tools you need
- My Colour Chart for Petz II, 3, 4, 5 hexing
- My Colour Chart for Babyz hexing
- How to find the ID number ('The Byte' or 'Offset')
- My own breedz ID numbers list
- as sent to Petz Offset Numbers Directory at the end of Aug 2003, for anyone who cares
- How to play with petz from same-name, different-ID breedz
- Where to find serials for older games
- What to do if my breedz crash your game.
- This is the Windows XP problem. Also added info on Petz 5 sound not working in WinXP SP2
- What to do if your game freezes, or Omar's Debugger gets stuck
- A quick subsitute for the important part of Omar's debugger
- Also known as the Brain Sliders, or Biorhytm Sliders.
- Useful for breeding petz and for altering pet age, health etc
- Status report on 2nd-gen research
- updated 02 October 2005 (more on [Fur Color Areas])
- - Getting all the Petz 5 toys in your toycase
- Note -- Daniel of Odd-petz has created a newer version of this.
- Mine was made before I had the game, so I was working "blind" and one or two toyz may be - missing.
- I keep it here because it basically works, it's the one I use (because I'm too lazy to change it), and - it's a kind of curiosity for people who collect my stuff :-)

- - Some tips for fixing ResHacker problems
- ResHacker versus "easy-edit" packages
- ResHacker -- changing bitmaps
- Yet another attempt to explain how to edit the ID number
- - How to put bitmap headers on filmstrips
- Not really needed since the arrival of Tinker for easy filmstrip-splitting, but - interesting perhaps to some. -

- -

- USEFUL UTILITIES
- ~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Nicholas Sherlock's utilities
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Petz 5 toyz editor, LNZ file editor... -

- -

- PFE, useful for Pet to breed editing:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- PFE (programmer's file editor)
- don't be put off by the "programmer's"; it's just a very useful text editor. -

- -

- Hex editors:
- ~~~~~~~~~~~~~~~~~~~~~~~
- Axe hex editor I use this for splitting filmstrips.
- Hex Workshop Shareware, handy because it has a checksum - facility.
- There are loads of hex editors available; just do a search using
- Google for: "Hex editor" Freeware
- Note: I will not send you the hex editors etc that I use (download them yourself) and I will not recommend any - particularly; the ones listed here I happen to use but that doesn't mean you'll like them best. Lots of people - use different ones. Find one that you like and experiment with it on something unimportant. -

- -

- Resource editors:
- ~~~~~~~~~~~~~~~~~~~~~~~
- ResHacker
- Freeware, use for Win 32 resource files only (Petz 2-5 .dog or .cat files etc)
- eXeScope
- Shareware, use for Oddballz, Dogz 1 or Catz 1 resource files -- Windows ones; Mac users - have ResEdit :-) -

- -

- Other handy tools:
- ~~~~~~~~~~~~~~~~~~~~~~~
- Pet2bmp by Bryan Franklin (Fraggle)
I use this for getting a quick - Adoption-centre picture of a pet. For Petz II, Petz 3 or Petz 4 petz only. - - Pet2ply by Bryan Franklin (Fraggle)
Makes online "player" files such - as the one I have of Phantarella on my front page. Compatible only with the Petz 3 or Petz 4 players.
- - Speedwagon75's brilliant "unmute" utility for Petz 5 pets
- - Firebird's excellent Hexing tools
- - Omar's PetzDebug utility for Petz II, 3, 4 and 5.
- If you're looking for the Debugger while Omar's site is down, you should be able to find - it at Turn Blue K&C in - the Help section, under Downloads; also I believe that it's now available at Daniel Wright's Odd-Petz site Also there's a partial alternative -- which is what I use -- at the - top of this page. - - Lesley's Petz 4 - Playscene Converter -

- -

- Guest Information
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These are pages of information which Ron Tigat had up at his Odd Planet site; while that - site is down, it seemed a shame for this information to be lost. These pages are of interest to people - who edit for Oddballz and like to know in-depth stuff. Although Oddballz is not a Win32 game, the - information is still useful for those of us who edit for the Win32 Petz games.
- Changing the size of a file
- A study of the .flh section -

- -

.

-
- - diff --git a/carolyns_creations/frames/tutorials/petbreakdown.html b/carolyns_creations/frames/tutorials/petbreakdown.html deleted file mode 100644 index fcd3a8b..0000000 --- a/carolyns_creations/frames/tutorials/petbreakdown.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - Rough breakdown of a petfile - - - - - - -
-

- Rough breakdown of a petfile
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - This is for people who want to know what the various sections of a pet file contain. The structure is very - similar for a baby file. I'm just going to show this as links to a series of screengrabs, as I don't have time - to do anything fancy with it. Pet and baby files are in fact saved-game files, so their internal information is - changing all the time. However, the basic structure remains the same throughout, so we can do a fair bit of - analytical work just looking at a pet or babyz in a hex editor. I'm not including any breakdown of Petz II .pet - files, as they are very different. -

- -

- Here is the start of a typical Pet adopted in - Petz 3, 4 or 5.
- In it you can see the pet ID up there in the first two bytes, before the name Rosie. This is the section - containing the petname, ID and main breedfile name. In a pet which has been imported from PetzII there is a - bunch of other stuff in there too, but it's not really important. -

- -

- This is the end of the first section.
- The part which you see highlighted is where the checksum information resides. -

- -

- This is the start of the section which - contains brainslider data etc
- note for those who want to cheat -- this section is where you should find the things that your pet learns, its - tricks abilities etc. -

- -

- here's where the actual slider data - is kept
- The highlighted section shows where these important bytes are stored. I show how to deal with these in one of my - tutorials. -

- -

- This is the end of the section containing - sliders. -

- -

- And immediately after that: -

- -

- this is the section with your pet's colour - data
- This is where the game stores whatever paint you throw at your pet from the can; if you don't paint the pet, it - stores the pet's default colours here. It's the reason why, when you change certain ball colours in the .lnz - section, you have to say "restore original colours" within the game before you see them. It's also why babyz' - hexed eyelids don't show up as altered; there is no "restore" in babyz because there's no paint pot. But of - course you can edit the relevant byte in this section, as I show in a "howto" elsewhere. -

- -

- The start of the .LNZ sections
- Where the shape, default colours etc of the pet are defined. It comes in two chunks, the first of which is the - adult data and the second of which is the puppy or kitten data. As of 2005, you can now edit these directly in - Nicholas' LNZPro utility of course. -

- -

- The end of the LNZ section. -

- -

- The clothes and breedfiles section
- This section directly after the lnz info is where you'll see listed any clothing items that your pet is wearing. - No need to edit this, just take the clothes off your pet or baby in the game! If there is a problem with - starting the game because the clothing item is missing or damaged, just re-set your game as you start it up by - hitting Ctrl and Shift together. -

- -

- End of clothes and breedfiles section
- As you can see, the breedfiles which the pet needs are listed here, usually with their ID numbers.
- Here's another pet's similar section
- so that you can see how it's done a bit clearer. -

- -

- This section contains gender and - main breed ID info
- Here's the section that you need to concentrate on if you're changing a petfile's gender, or if you're trying to - make it accept a different breed ID. -

- -

- The gender and neutering - section
- The highlighted bytes are where you change gender or neuter and un-neuter your pet. I show how to deal with this - in one of my tutorials. Of course as of 2005, you can alter the gender using Nicholas' Petza utility. -

- -

- Also in this section of a pet, after YALP and before the breed ID info, you'll see an area which varies in - length as your pet's experiences in life occur -- experiences such as finding a mate and so on. -

- -

- The breed ID info
- The highlighted bytes show where you would find the main breed ID number that your pet needs. I show how to deal - with this in my tutorials. -

- -

- End of YALP - section, start of Genetics
- This is where an important part of your pet resides -- its genetics. I show in howtos elsewhere how to find and - alter some of the important genetic bytes such as the Alley Sickness etc. You can now change these of course in - Nicholas' LNZPro utility, but there's still plenty to explore here :-) -

- -

- The end of your pet's genetics section. -

- -

- Start of the Family Tree section. -

- -

- Date of birth in Family Tree
- The highlighted bytes are where the date of birth resides. I show how to deal with this in one of my tutorials. -

- -

- Number of generations for pet
- The byte which you see highlighted is the number of generations, in hexadecimal of course. -

- -

- The pink or blue outline in Family Tree
- The part which you see highlighted is where the pink or blue byte is stored. I show how to deal with this in one - of my tutorials. -

- -

- End of family tree - section.
- This particular pet is pregnant, so what you see here is also the start of a pup's data. -

- -

- The start of the puppy's file.
- Here is the start of the puppy's data. The structure of the puppy file is the same as that of the mother, but it - doesn't have the initial loading section with the pet ID and name because of course the game doesn't need that - until the pup becomes separated from the mother. If there is more than one pup (or of course kitten for a catz - pet), each pup or kitten's data follows the other after the previous one's family tree data. -

- -

- Start of bitmap
- And this is the end of the petfile, the bitmap which you see when the pet comes out of the door. This is not - included in the checksum, so if this part only is corrupted you can simply replace it with another bmp file in - order to get the game to accept the pet or baby. I show how to do this in one of my tutorials. -

-
- - diff --git a/carolyns_creations/frames/tutorials/tutorials.html b/carolyns_creations/frames/tutorials/tutorials.html deleted file mode 100644 index a57fafe..0000000 --- a/carolyns_creations/frames/tutorials/tutorials.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - Tutorials and Howtos - - - - - - -
-

- - Reference... - Utilities... - Guest Info... - -

- -

- Go to the mad Scientist Page
- for Demo Foolers, modified exe files and other unusual stuff
- - Go to my LNZ breakdown chunks
- for some very useful information on the LNZ files which make up the core of your new Petz breed, Oddballz breed, - or Babyz. Also helps in understanding the .CLZ part of a clothing file etc. Really. No, really. Do go and see. - It might stop you from writing to me to pick my brains; most of my brain-pickings are there :-)
- - Download the petz editing manual
- Compiled by Nicholas Sherlock of Sherlock - Software from my LNZ information and other info. Makes the sections easier to find, as well as providing a - set of great colour-charts for all of the games and a good visual aid to x,y,z coordinates. The file is in CHM - help format. Only up to date as far as Feb 2005; check out my LNZ breakdown chunks for later info
- - Go here for a brief note on the 2006 UbiSoft "Petz" games
- Go here for my Babyz-specific tutorials, fixes and howtos
- Go here for my Oddballz-specific tutorials, fixes and howtos
- Go here for my Petz-specific tutorials and howtos
- Go here for modified .exe files and oddities like sprite-swapping etc
- And here for Tinker, LNZPro, Pet Workshop, and extra petz - features
- LNZPro 2 tips here
- Tinker and LNZPro 2 tips here
- - PLEASE NOTE that almost all the tutorials and howtos on my pages were written before Nicholas created the - marvellous LNZPro and Tinker tools. All the info in my howtos is still valid for anyone who wants to - understand what goes on "under the hood", and my "easy" packages are still fun to use, but these two new - tools make things amazingly easy for us hexers. Give 'em a try, you know you want to :-)
-

- -

- Reference items and Fixes
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- What IS "hexing"?
- What to do if Petz won't start or crashes.
- What to do if Babyz won't start or crashes.
- An explanation of how I personally edit and why I do it that way
- What hexing is and what tools you need
- My Colour Chart for Petz II, 3, 4, 5 hexing
- My Colour Chart for Babyz hexing
- How to find the ID number ('The Byte' or 'Offset')
- My own breedz ID numbers list
- as sent to Petz Offset Numbers Directory at the end of Aug 2003, for anyone who cares
- How to play with petz from same-name, different-ID breedz
- Where to find serials for older games
- What to do if my breedz crash your game.
- This is the Windows XP problem. Also added info on Petz 5 sound not working in WinXP SP2
- What to do if your game freezes, or Omar's Debugger gets stuck
- A quick subsitute for the important part of Omar's debugger
- Also known as the Brain Sliders, or Biorhytm Sliders.
- Useful for breeding petz and for altering pet age, health etc
- Status report on 2nd-gen research
- updated 02 October 2005 (more on [Fur Color Areas])
- - Getting all the Petz 5 toys in your toycase
- Note -- Daniel of Odd-petz has created a newer version of this.
- Mine was made before I had the game, so I was working "blind" and one or two toyz may be - missing.
- I keep it here because it basically works, it's the one I use (because I'm too lazy to change it), and - it's a kind of curiosity for people who collect my stuff :-)

- - Some tips for fixing ResHacker problems
- ResHacker versus "easy-edit" packages
- ResHacker -- changing bitmaps
- Yet another attempt to explain how to edit the ID number
- - How to put bitmap headers on filmstrips
- Not really needed since the arrival of Tinker for easy filmstrip-splitting, but - interesting perhaps to some. -

- -

- USEFUL UTILITIES
- ~~~~~~~~~~~~~~~~~~~~~~~ -

- -

- Nicholas Sherlock's utilities
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Petz 5 toyz editor, LNZ file editor... -

- -

- PFE, useful for Pet to breed editing:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- PFE (programmer's file editor)
- don't be put off by the "programmer's"; it's just a very useful text editor. -

- -

- Hex editors:
- ~~~~~~~~~~~~~~~~~~~~~~~
- Axe hex editor I use this for splitting filmstrips.
- Hex Workshop Shareware, handy because it has a checksum - facility.
- There are loads of hex editors available; just do a search using
- Google for: "Hex editor" Freeware
- Note: I will not send you the hex editors etc that I use (download them yourself) and I will not recommend any - particularly; the ones listed here I happen to use but that doesn't mean you'll like them best. Lots of people - use different ones. Find one that you like and experiment with it on something unimportant. -

- -

- Resource editors:
- ~~~~~~~~~~~~~~~~~~~~~~~
- ResHacker
- Freeware, use for Win 32 resource files only (Petz 2-5 .dog or .cat files etc)
- eXeScope
- Shareware, use for Oddballz, Dogz 1 or Catz 1 resource files -- Windows ones; Mac users - have ResEdit :-) -

- -

- Other handy tools:
- ~~~~~~~~~~~~~~~~~~~~~~~
- Pet2bmp by Bryan Franklin (Fraggle)
I use this for getting a quick - Adoption-centre picture of a pet. For Petz II, Petz 3 or Petz 4 petz only. - - Pet2ply by Bryan Franklin (Fraggle)
Makes online "player" files such - as the one I have of Phantarella on my front page. Compatible only with the Petz 3 or Petz 4 players.
- - Speedwagon75's brilliant "unmute" utility for Petz 5 pets
- - Firebird's excellent Hexing tools
- - Omar's PetzDebug utility for Petz II, 3, 4 and 5.
- If you're looking for the Debugger while Omar's site is down, you should be able to find - it at Turn Blue K&C in - the Help section, under Downloads; also I believe that it's now available at Daniel Wright's Odd-Petz site Also there's a partial alternative -- which is what I use -- at the - top of this page. - - Lesley's Petz 4 - Playscene Converter -

- -

- Guest Information
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These are pages of information which Ron Tigat had up at his Odd Planet site; while that - site is down, it seemed a shame for this information to be lost. These pages are of interest to people - who edit for Oddballz and like to know in-depth stuff. Although Oddballz is not a Win32 game, the - information is still useful for those of us who edit for the Win32 Petz games.
- Changing the size of a file
- A study of the .flh section -

- -

.

-
- - diff --git a/carolyns_creations/frames/whatsnew.html b/carolyns_creations/frames/whatsnew.html deleted file mode 100644 index e359e8e..0000000 --- a/carolyns_creations/frames/whatsnew.html +++ /dev/null @@ -1,644 +0,0 @@ - - - - - What's new - - - - - - -
-

- What's New
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -

- -
-

- Click here for
- the archive of older news items
-

- -

- Thanks to Sue of Petz Boardwalk for so generously - providing mirror space for so many months, and then for taking on the full bandwidth burden of my monster of - a site when Abby could no longer do so. You're a special lady, Sue! My enormous thanks also to Abby of the - Petzwarehouse for hosting my site for all those years.
- Thanks to our amazing Minibyte, I now have a full mirror of this site at her domain, thank you Minibyte!!
- If my site goes down at any time -- woah, that would be quite a day! -- pop along to this page, where - I'll keep you informed of whatever is going on. -

- -

- 18 Mar 2010
- Wow, I hear you say, it lives! Well, in a way... I still care about this site and the old Petz games, but I - have no time. This update is a small bit of maintenance -- the page for the Petz 5 backup CD now has some - necessary Catz dlls. You couldn't get catz to load on it before, but with these dll files you should be able - to. And the links page -- I have kept the old pages as an archive but now, when you click on the "links and - contact" it takes you to a simple page with urls on it that I have checked. Plus, I have a new sister site - :) Oh yes, and now that Daniel's site is down, I've added the original bunny and pig file downloads to the - "catz in dogz" and "dogz in catz" pages. I'm very sad to see his site down again, and am not sure of exactly - what is "broken" on this site of mine because of it. I will try to find broken links and fix them, but if - you find such a link please drop me an email. The mail is still the hex-help at hornsc clara co uk one. -

- -

- 20 Aug 2009
- Wow, nearly a year later, an update! Well actually I've been adding odd things here and there for a while - now, but not really "Carolyn's Creations" so I've not been mentioning them. But people who are having - trouble searching for everything for the game foolers are getting the odd pleasant surprise if they keep - their eyes open; I'm hoping that people who have lost or damaged irreplaceable CDs will find them helpful - also. -

- -

- I have also uploaded what you would need in order to be able to play with Petz Player files, such as - Phantarella on my main page, Babyz player files such as the ones on my "play online" Babyz page, and perhaps - most important, to go into the Catz 1 shrine! ;-) -

- -

- Last but not least, the very big news; I now have a full mirror of this giant of a site! Bookmark this link. Huge thanks to Minibyte!! -

- -

- 30 Sep 2008
- I know, I know, I hardly ever update these days. I really don't have the time, but I still love the old - Petz, Babyz and Oddballz games so I've not abandoned you :-) No new hexings for you, but for Babyz players I - have zipped up the ViaVoice files so that people who have been having - problems with downloading the individual files can get them, plus on that page you will see a link to help - those of you with damaged or lost CDs. Also there are a few links to creative and useful sites on my "small but beautiful" links page. I have put a little more - information on the new "petz" games -- the ones that Ubisoft now calls Catz 2 and - Dogz 2. These are in no way like the older Petz II game of course, but the info is there for completeness. - It's a real nuisance that UbiSoft have chosen to call their new 3D pet games Catz, Dogz, Catz 2 and Dogz 2. -

- -

- 15 May 2008
- Just a really tiny thing -- a new link on my "small but - beautiful" links page :-) I know people have written to me before asking for links to be updated; - forgive me, I have had various things such as computer crashes over the past few months and am not now able - to find the messages. If you want a link changed, please write to me again. -

- -

- 03 May 2008
- It's like a bus, isn't it -- you wait for ages and then two come along at once ;-) Okay, the site should now - be complete, including the FinFin and Petz4 demo downloads. As far as I can see, everything is as it was - before the site's foundations got slipped from under it. Nothing new, and still a messy monster of a site, - but hey, the "olds" are back. -

- -

- 02 May 2008
- Site is back up and running!
- Wow. Almost a year since last we spoke. And even now this is not an update -- it's just a note that the site - has been fixed after a few weeks of downtime. I think everything has been fixed apart from Finfin and the - Petz 4 demo, I hope so anyway. The Petz 4 demo and Finfin downloads I hope to fix tomorrow. Please note what - I say above, if my site goes down again pop along to this page (click) - at Blueyonder, where I hope to be able to keep you informed of whatever is going on. -

- -

- 30 June 2007
- Just a few tweaks to a couple of the foolers, and some links to other places of Petz interest, for you - today. My computer play time has narrowed down to almost zero while I bottlefeed some grey furries... First - up, The Petz5 Palace has moved so - I've changed the link on my "Small is Beautiful" page and I've fixed up one or two other links on a couple - of the links pages. Next, I have a new links page for PetzHexz which is there with its affiliates to help with Petz and other virtual life - games -- and the Virtual Life forum is back up!
- Next, for Babyz fooler fans I have - put up some files from the unpacked Babyz demo for those of you who can't get the demo to install. Also - on the ViaVoice fix page, I've tried to make things a little clearer. For - people who wanted the Petz 3 playscene Petz Vet and had trouble with the patchfile, I've uploaded the full - scene on the Old Petz 3 - Scenespage 3. That's the lot for now. -

- -

- 10 June 2007
- As always, in a huge rush. I have for you the abandonware game Fin Fin
- This update is not actually a Petz item nor is it a Carolyn's Creation, but it's a game that has been dumped - by its craetors and is too cute to lose -- and Sue has kindly agreed to host it. I don't provide any help - with getting it running, but I do give a link on the download page to a very helpful site and forum. -

- -

- Approx. 20 April 2007
- Wups, I uploaded some bits and pieces a few days ago and forgot to update this What's New. Things in Real - Life here are going like crazy, so the site tends to get a bit neglected but uploads still do happen now and - then. Let's see... I put up a "Pointless Info 2" page to show that all the games can be made to work in - Windows Vista -- an Operating System that I won't touch of course, it's even worse than XP, but I thought - you'd be interested. I've made it easier to use the Petz II demo fooler, it has a whole page to itself now. - A tweak or two on the Tutorials pages, can't remember in detail now exactly what. And some items for Babyz - players and hexers on the "newest babyz" page. Sorry that updates are so random and far apart, but really I - do stuff for the site as and when I can. I seem to have lost my latest notes on sites which I promised to - add to my links pages, my deepest apologies to anyone who was expecting a link to go up but really my links - pages are horribly out of date these days. -

- -

- 18 March 2007
- It can't be March already?? Well, a lot has happened so far this year but very little of it has been - petz-related for me. All I have for you this time is an updated link and a tweak or two on my tutorials page - (a bit more info in my "what to do if petz crashes" and "what to do if Babyz crashes" howtos) and my Petz 4 - demo-fooler page (get to it via my Mad Scientist page). The reason for the demo-fooler update is because it - seems that demo-download sites now check to see what part of the world you live in before letting you - download the demo, and if your area isn't right they won't let the download start. That is plain evil -- - what the heck has happened to the Internet?? Gah. Oh, and I realised I'd accidentally removed the - Phantarella player link from my main page when I moved to Boardwalkerz, so she's back on the main page - again.
- For those interested in my fostercats, Paddlepat didn't make it through. Poor baby. His sisters were spayed - this week and, thank heaven, it seems that they don't have the same latent disease that he had. They are - lively and healthy. I am now running the "adopt-a-cat" scheme which helps to bring in some much-needed cash for the Cat Register - and Rescue, so my time is now even more limited. And a wonderful thing happened which I'd like to shout to - the heavens, but I can't put it on the sites, aaaargh. -

- -

- 09 February 2007
- Just to let you know I'm still here, but 2007 is being a bit of a pain so not much is updated. I did a tiny - update to the Oddballz and oddballz fooler pages a couple of weeks ago - but am blowed if I can remember what exactly. Updated my "new links" page. And - today I have a great new sister site -- Miranda's PAC, which will - be updated shortly with new breedz etc, so keep an eye on it! That's it for now. I've got a very very sick - cat at the moment, PaddlepatPaddlepat needs all my care and attention but he probably won't - survive, so please keep the wee fellow in your thoughts and prayers. -

- -

- 07 January 2007
- Already the year is starting to zoom along... But I have a small update for Babyz players -- kitchen magnets separated. Sorry that's it for now, I have a new cat in who - needs plenty of attention. -

- -

- 02 January 2007
- Woah, another year has started... Happy New Year! Just another small update for Petz 4 players a bunch of un-hidden toyz. It doesn't include the ones which don't have on-shelf - graphics, nor does it include the four gemstones. I may get those up soon, if Real Life doesn't take off too - fast. And for Petz 3, 4 and 5 people who like to dabble in editing the binary parts of petz with a hex - editor, I've put a little more info up on the Rough Pet Info page. -

- -

- 31 December 2006
- Happy Hogmanay!! I have one small updates for you -- a howto on Trotting and Floofing. wrote the thing ages ago and then - forgot to upload it because LNZPro had a tick-box for it. But it seems that doesn't really work, so here's - how to do it manually. Including how to make your chinchilla Persians trot, LOL. -

- -

- 28 December 2006
- I hope your Yuletide is going well -- that the celebrations continue and that the coming weekend will - produce a great hogmanay. I have one or two very small updates for you -- a howto on changing the Yarn Ball tail colour, a page of new links and a bit more on Ubisoft's latest "Petz" - games including info about the Windows Horsez. Finally, for those of you who are interested in my - fostercats, there's updates at that site too. -

- -

- 22 December 2006
- My hearty thanks to Sue for the lovely new splash page that she has made for me, and for the terrific new - link banner and button, which are now of course on my links page -- although I've not managed to update it - apart from that...
- a banner
-
- a button
-
- Wishing you all a very happy holiday season and a joyous christmas, Hanukkah, New Year, Solstice -- or - whatever else you enjoy celebrating at this time of year. Me, I like to just sit and listen to the world - turn on its axis :-) May 2007 be a good year for us all, and a fun year for Petz and modding. I now have a - wordy little treatise on What IS "hexing?" -- MODDING! -

- -

- 16 December 2006
- Nothing new for you at all today, I'm so sorry -- well, apart from the Babyz - ViaVoice fix which I uploaded a while ago and forgot to mention -- I've not even managed to get the - links I promised to update for various wonderful site-owners all fixed up, I promise I'll try to get that - done on my next update. All that's happening this time is that my site is moving over fully now to the - mirror that Sue provided for several months. Abby has been wonderful for hosting my stuff for so long after - she lost interest in Petz, and Sue has been a trojan for seamlessly taking over the bandwidth burden. For - anyone who has been linking directly to various pages at my Petzwarehouse site, such as the Babyz colour - chart, I'm sorry -- the link will have broken. Come along to my site here at Boardwalkerz for all the information and charts that used to be there. -

- -

- 01 December 2006
- Still nothing really for you -- but I do have a brief note about the latest Virtual life games from Ubisoft - here . They really are not a part of the Petz series, but for completeness I - mention them. -

- -

- 14 November 2006
- Another month on, and nothing much for you -- but for Babyz fans I have three versions of Stewie and three - different "cow bells" for them to wear on my Newest Babyz page. Real Life and my kitties are taking so much of my time, bless - the furry ones. -

- -

- 19 October 2006
- Sorry it's been so long... and even now there's nothing new really, but I've adjusted a few pages to make - things a little easier to find -- I hope. I've put the "if you can't download you're at the wrong place" - info even easier to find as well as trying to make things such as the Babyz Fooler easier to follow. Also - not new, but just to let anyone who needs help with Tinker or LNZPro or Petza/Babyza know -- the link to his - download site is on my Nicholas' Tools page, along with links to useful info. My links pages are woefully - unkempt now, I'm sorry -- I can't face going through it all but I hope to adjust the most obvious and add an - extra page of fresh, interesting sites soon. I've simply not been getting the time to do things properly -- - take a look at my fostercats site for some idea of how busy I've been. And a lot has happened - even since I updated there, LOL! -

- -

- 30 July 2006
- Yes, I know, I've not updated for two months -- I can't begin to tell you how busy things have been here, so - I've not updated either this site or my fostercats one in all that time. As for this update, it's just for - oddballz fans. Because Daniel's site is down and now, it seems, also Don's Amberoddballz, plus nowhere else - on the net seems to have the demos, I've uploaded a demo and the official breedz to this site, also Ron - Tigat's Oddballz Eggz Scrambler. You will find these things on the Oddballz Fixes and Oddballz - Fooler pages.
- Also uploaded on the new p2, p3, p4 and p5 pages are the skorch breedfiles for Catz games. They are on the - relevant New Breedz pages, and the sound files are on the species sounds page. These were once exclusive to - Daniel's site but since I created them and his site is down they have come home to me.
- I wanted to do more, but that's it for now. Hopefully not so long before the next update. Must dash. -

- -

- 21 May 2006
- Sorry, a late update and I've not got much for you -- Real Life has been getting in the way big-time and - I've only managed to update my My foster-cat site since I last updated here -- and even there I'm not up to date. And - I'm not managing to do half of what I've been promising people on this update, sorry. But there are some - little things.
- A bunch of experimental babyz, and more of my "Harem set" on the Newest Babyz page. Yes, I know there aren't any pictures and that - I should have the harem clothes on the clothes page. I don't have time to do it right!
- On the Team creations page you'll - find a new Catz breed made from Casey Miller's pet. Also there, my few Unibreedz -- Artie, Honkie and - Sauropod -- should be fixed for cross-breeding as they were re-done with the latest LNZPro.
- I've put the catz 1 demo up for download on my Catz 1 demo fooler page.
- If you go to my sister site, Sue Briley's Babyz - Punked, you'll find there a couple of unusual babyz and a babyz clothing item, for Naturists, made by - myself.
- I've got a couple of great cyberpets from Dulua Land up on my Cyberpets page.
- NOT YET done -- a whole bunch of howtos, which will eventually go on a "pot-luck" page, more half-done hexed - stuff, and fixing up my links pages. I don't know when these will get done, but one thing I will try to get - fixed and up soon is Miranda's brilliant sounds for Kirby. -

- -

- 03 March 2006
- As always later than intended, but I added what I believe to be the final soundfixes to the Babyz soundfix for XP page. The new downloads and replacements are - marked with the date beside them, so if you downloaded most of the files before today, just download those - which are marked. My friend gave the whole thing a quick test, and with any luck this will prevent any - sound-related freezes in your game now. Remember, people, you do need to also download 9 toyz from - Twilight's site -- the link is clearly on my soundfix page. And yay for Sandi of Forever Babyz -- she gave an - award to myself and Twilight, and I'm displaying it with pride :-) Thank you so much!
- -

- -

- 27 February 2006
- Well, I fell over today and twisted and bruised me poor arthritic old bones, so not as much done as I'd - hoped. But I have a couple of great breedz for you on the Team Creations, "With Sue Briley and Nintendo-6444" page,
-
- and yesterday and today I added to the Babyz soundfix for XP -- - have not been able to test the latest fixes myself yet but have had good reports so far. I am intending to - fine-tune the soundfix over the next day or two. -

- -

- 25 February 2006
- I know, I know, I've not done anything much this month so far. Real Life has been taking almost all my time. - All I have for you today is a Babyz soundfix for XP, but with - any luck that'll at least make many of the Babyz Commumity happy. -

- -

- 07 February 2006
- Once again, I've not managed to update as I wanted to. I've been having some Real Life difficulties, so - updates are of necessity going to be slow for the near future -- but they will happen, truly. But for now, - great news! Not only do we have a new version of Tinker, but also - Nicholas has his - own site. The latest versions of his software will always be found there :-) Also there are some updates - on the links pages. -

- -

- 28 January 2006
- Yes, I know -- I've not updated in ages. There have been all sorts of Real Life crises, all getting resolved - okay but taking time, so all my wonderful hexing plans have had to wait. The Great Present Caper is of - course finished, but I'm making my donations for Petz games available for you all. You can download them - when you find the picture of a present. Also downloadable now, from my babyz toyz pages, is the Christmas - Spoon that I made for DRN's Advent Calendar. I've fixed up some items on my links pages, and got a new - "Sister". And finally, some weird and wacky babyz for your downloading pleasure on the pasted-heads page.
-
- Coming soon (I hope) will be some "Team Creation" breedz, for some of which I just need to get the pages - done. -

- -

- 02 January 2006
- Nicholas has updated Petza to fix the Petz II and Babyz bugs. It - works beautifully now -- go get it!! That's it for today, but pretty good all the same :-) -

- -

- 01 January 2006
- Happy New Year!!
- So I didn't get the hexing time I'd hoped for this past week... But we have from the wonderful Nicholas -- - another new version of Petza from his Nicholas' Tools pages. This - update, version 2.0.2, fixes some problems for Petz 3, 4 and 5 players. On my machine it crashes in Babyz - and Petz II, so I've left 2.0.1 up for you as well just in case the same happens with you. I've also got - some changes on my links pages, a new sister, and a changed link to Miranda's Kirby page on my P3,4,5 LNZ - breedz page. -

- -

- 26 December 2005
- The Great Present Caper is apparently delayed until tomorrow. Should be good anyway! And now, from Nicholas - -- a new version of Petza from his Nicholas' Tools pages. This - update, version 2.0.1, fixes the "weather" bug for Petz 5 players! -

- -

- 24 December 2005
- The Great Present Caper should be under way -- good hunting! The big Christmas present for you at this site - today is from Nicholas -- a new version of Petza from his Nicholas' - Tools pages. There's some good stuff in it, including a great new feature for Babyz players; you can - at last add new playscenes! Remember that you will need to make them non-overwriting with their own name and - ID numbers of course. Apart from that, my Cyberpet has grown up at last, there - are a couple of updated links, and I've had a nice time with my "gifts from friends" pages. Yes, I meant to get a lot of hexed items up, but in the - end I only managed to complete some presents for the Great Present Caper. Am hoping for some peaceful days - over this coming week to finish off other goodies. Merry Yueltide! -

- -

- 07 December 2005
- Just the Great Present Caper notice above, and a couple of updated links; Miranda's PAC on the main links page , and Tigger's site on the babyz - links page. -

- -

- 04 December 2005
- The last of the demo-foolers is now online, thanks to Daniel! This time it's the turn of Mac players of the - games. Get the - Catz 1 demo fooler , and the Dogz 1 demo - fooler -- and last but not least, the Oddballz demo - fooler! Now everyone can join the fun :-) -

- -

- 03 December 2005
- Another one of my toyz converted on my petz 5 page -- the freedom fish to - overwrite your fish bowl. I'll be converting the playscene for it soon, but that's not done yet. The big - thing for you today is the Catz 1 demo fooler (yay!) and my own Dogz 1 demo fooler, which allows you to go back to the adoption - centre and take Daphne's quiz. I have captured the flavour of the Catz 1 site as it was when the game first - came out, complete with some little surprises, a find-it and the part which I personally adored -- the - VRML temple. I totally loved that thing, and I can still play it on my old - browser. You may not be able to see it, which would be a shame, but I do have links to viewers on that page. - If you can install the Cosmo player, that would be optimum. If you do manage to play it, the links within it - have been updated to links that actually work. Also, all actual links on the pages should lead to - interesting things. Anyway, have fun! -

- -

- 28 November 2005
- Managing to get some stuff done at last. Some conversions... The Secret Wood, with its toyz, for you on the - Petz 5 Playscene page. Some of my toyz converted on my petz 5 page, including a gem hairball for dracoz (I intend to improve the P3 and - P4 ones some day too). An exciting new toy for petz II -- fishes swimming in - and out of a tank, yay! I intend to make a Petz 3 version of that soon. Also for Petz II, the Fishie breed and a scene backdrop for - the fish petz and toyz to play in. Oh, and a couple of versions of the "surprise box" for Babyz, mostly as a service for hexers who requested it. - Plus again a few updated tweaks over the past couple of weeks, on tutorials and links pages, which I can't - remember in detail, sorry, but do check out the "small is beautiful" links page.
- -

- -

- 22 October 2005
- A few more things for you from all the stuff I'm trying to finish... A brand new Butterfly Chaser breed, - with some finishing-off by me on this "Team" page. A few pages - of detailed info on using LNZPro on this tutorials page, - plus a few updated tweaks here and there on tutorials and links pages which I can't recall in detail.
- -

- -

- 18 October 2005
- Time races past as ever. I've got a few things for you... some links and updates on all three links pages. - three new babyz from the new babyz page. This picture shows just - one of them :-)
-
- An update to the texture List info on the 2nd LNZ info chunk page -- - thanks to Lynelle for pointing out the missing bits -- and a new breed from - Lynelle who has made creative use of the Oddballz-petz breedz and made a brand new one of her own.
-
- Oh, and my cyberpet has grown a little :-) I tried to get more up, but constant - interruptions today (and over the weekend) have got in the way. Expect some new Butterfly Chaser breedz - soon. -

- -

- 05 October 2005
- For your downloading pleasure... Yet more updated versions of Pet Workshop and of LNZPro, from the Nicholas' Tools pages :-) Also some links on the - "small is beautiful" page. -

- -

- 04 October 2005
- The most amazing tool -- a brand new version of pet Workshop! Does tattoos, paint ballz and lots of other - good stuff. Pet Workshop page. -

- -

- 02-03 October 2005
- A fantastic new version of LNZPro on the, yes, LNZPro page. A - brilliant new idea and base baby, also, from L41N (Wardah Ahmar) is downloadable from the babyz tutorials - page, specifically from its own page. I added a bit of a tidy-up to - the baby file to make it a little clearer, and tried to explain how it's used and the potential that it has - :-) Finally, a bit of info for people who might have been pulling out hair trying to make hexed Petz - playscenes show up -- on the Petz tutorials page -- and extra - information on passing on colours in the "fixes for 2nd-gen - problems" page. -

- -

- 29 September 2005
- A new version of Tinker on the (heh) Tinker page. On the Real Life - front, I've recently updated my fostercats site too. Must dash, - chores to do... Happy daze... -

- -

- 26 September 2005
- Over the past week or so, a few odd bits and pieces got uploaded here and there mostly on my Tutorials pages. Firs off, a grand Variations tutorial by Nicholas, - which - is on my main tutorials page and on his Pet Workshop page. Also on - that main page are a new "What to do if Petz won't start or crashes" FAQ and a similar one for Babyz, plus - I've updated my LNZPro tips. On the Petz-specific page I've put a howto on making non-hidden emoticon - variations in a breed, how to change and expand tails for dogz and catz, giving your petz' eyes or "irises" - a texture (includes example petz), and putting bunny ears on a Dane. The perspicacious amongst you will have - spotted that I've got a new page called Rough Pet Info which is - exactly what it says. It breaks a pet file into sections so that you can see the structure, and see where - the important parts are when it comes to cloning a corrupted pet. It really is rough -- a series of - screengrabs -- so if you don't understand anything about pet files it won't help. But it's a handy reference - that I made for myself ages ago and I'm sharing with you now. I'm also sharing with you a set of lists of - Bodyarea numbers that I intended to put in with some "howtos" but as I've not managed to get those written, - you'll find the lists on my Vital LNZ info main page. I added some - info into the relevant LNZ chunk also. Slight improvement to my Petz 5 - demo-fooler . Errr... I think that's the lot, it's been a weird couple of weeks and difficult to do more - than snatch a moment or two at the computer now and then. -

- -

- 15 September 2005
- Just a real quickie -- a new brilliant version of LNZPro on Nicholas' - Tools pages! Edit .baby files, and make Unibreed versions of your breedz that should work on Non-English - petz 3 games as well! -

- -

- 11 September 2005
- New bug-fix version of Pet Workshop -- and a great new beta-test version of LNZPro on Nicholas' Tools pages! Note that the LNZPro has not been tested - thoroughly, but I think you'll like the newest feature. New links on my main links - page, a couple of them in the tutorials etc section to help people who ask about website making, and one of - them is also in the section called "Sites for "realistic" petz standards, and petz clubs" because it's a - promising new breed registry site which also offers hosting of breedz. The week went by too fast, still none - of the other things that I meant to do are finished, sorry. But my fostercats site - was updated a couple of days ago for those who are interested. -

- -

- 04 September 2005
- New versions of Petza/babyza, LNZPro 2, and Pet Workshop on Nicholas' - Tools pages! New features and bugfixes... I'm so trying to get other things up, odds and bods of my own, - almost finished but not quite, hopefully this coming week will see some goodies. -

- -

- 24 August 2005
- A new version of Petza/babyza on Nicholas' Tools pages. This has - no new features, it's another version he's made to try and help track down the problem that some people have - with it, so if it's working for you there's no need to download. Also one link removed from my - "small is beautiful" page; after I had given them info on how to make files - available for download, Sarah and Ruby proceeded to "hotlink" to other sites' breedz. folks, this is a huge - no-no on the Internet; don't do it! They appear to no longer be answering emails, so until they do and fix - the problem, their link will stay down. -

- -

- 22 August 2005
-
- Whew, that was a tough few days -- it looked as if Petzwarehouse was down for good, and I was worried about - Abby. But last night I heard from Abby, she's fine :-D and the site should be up today *happy-dance*
- Meanwhile, my good pal Sue picked up my broken pieces and generously offered to mirror my site; see the link - above :-)
- Updates to the site are a couple of Nicholas' Tools -- go fetch - the latest Pet Workshop and LNZPro 2. Also there are some new links to great sites on my "small is beautiful" and babyz links pages, and - a few small tweaks on the tutorials pages. -

- -

- 10 August 2005
-
- Not much, just a howto for people who are having difficulty working out how to use Tinker and LNZPro 2. On - my Tutorials page. For those who are interested in my fostercats - site, - I'm going to update there also today, with some cheerful news and a new family member. All a bit rushed, - Real Life is running away with me :-) -

- -

- 03 August 2005
-
- Yup, another version of Petza/Babyza, version 1.1.4; also another version of Pet Workshop, also version - 1.1.4. As always, they are on Nicholas' Tools pages. I've got a - small howto on the tutorials, Petz-specific page because I've been - asked a few times how to change the default pet name at the AC. I have a bunch of other howtos waiting to be - polished up and uploaded, they're too rough at the moment. Some nice shiny new links on the "small is beautiful" and babyz links pages, - you really want to check them out! Also, for my own pleasure, I have a Cyberpet - page for my site (thanks, Rachel!) and some lovely updates on my "gifts from - friends" pages. Nothing else for you today, but for those who are interested in my fostercats, I - recently had another update there also but be warned, the latest update was quite sad. -

- -

- 28 July 2005
-
- Another version of Petza/Babyza, this time a "bugfix" version 1.4.3 thanks to people who sent Nicholas their - bug reports, and to Nicholas too of course :-) as usual on Nicholas' - Tools page; thanks yet again, Nicholas! Also another neat link on my "small - is beautiful" links page. -

- -

- 22 July 2005
-
- Nearly 3 weeks since I last uploaded... So sorry! Well, today I've uploaded Pet Workshop version 1.1.3 on Nicholas' Tools page; thanks, Nicholas! Various improvements for the - program's fans, so go see! One or two little tweaks here and there on the site too, including adjustments to - the Petz 4, Babyz and Petz 5 foolers. Also some updated links on my links pages, and for those who follow my - fostercats I've recently updated there also. Oh, and I don't think I mentioned earlier that I am hosting Iola's Miniature Bows for Dogz on my - Off-site specials, as she has had some server problems - and in fact had lost all of them. Well, they are all back online again now :-) -

- -

- 02 July 2005
-
- We had Live 8 up here in Edinburgh today -- nearly a quarter of a million people marching to Make Poverty - History -- yay!
- But, back to Petz -- we have version 1.4.2 of Petza.toy (which is also Babyza of course) for you on Nicholas' Tools page. A minor update, but hopefully a useful one. - Also, Kirby fans check out the link on my P3,4,5 LNZ breedz page -- - Miranda has made some great variations! - I meant to get some other things uploaded, but the day has been chaos -- well, the whole week has really. - Hope to do more soon. -

-
-
- - diff --git a/carolyns_creations/index.html b/carolyns_creations/index.html deleted file mode 100644 index 10fdcdd..0000000 --- a/carolyns_creations/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - Carolyn's Creations - - - - - - -
-

Welcome to Carolyn's Creations!
- Enter frames or No Frames -

- - Image showing several exotic Petz,
-		Oddballz, and a Babyz. - -

Petz, Babyz, Oddballz, Tutorials and More!

-
- - diff --git a/carolyns_creations/frames/img/justforlaughs_AllGames.jpg b/carolyns_creations/justforlaughs/AllGames.jpg similarity index 100% rename from carolyns_creations/frames/img/justforlaughs_AllGames.jpg rename to carolyns_creations/justforlaughs/AllGames.jpg diff --git a/carolyns_creations/justforlaughs/justforlaughs.html b/carolyns_creations/justforlaughs/justforlaughs.html new file mode 100644 index 0000000..3edbd34 --- /dev/null +++ b/carolyns_creations/justforlaughs/justforlaughs.html @@ -0,0 +1,49 @@ + + + + + + Just for laughs + + + + + + + + + +
+

Fun stuff that fits nowhere else
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Here's proof, for anyone who cares, that every + single P.F.Magic and Petz game can be opened at the same time on one + computer. Below is a screenshot, taken after I had brought out one or more + petz in all of: Dogz original, Catz original, Oddballz, Petz II, Petz 3, + Petz 4, Babyz, and Petz 5. Not only did they run perfectly together at a + normal speed, but also I was able to tend to each of the pets in the various + games with no problems at all either to the computer or the pets -- although + my own brain nearly fried :-) The picture is completely un-edited; all + that's been done is to reduce the size and save as jpg instead of bmp.

+ +

All games at once
+
+ In Babyz, you can see that Cyril's "eyeshadow" has been changed again, and + he's getting along well with little Laretha. In Petz 5 I'm testing Butterfly + Chaser's latest creation (the Whazzit, not yet ready for release so don't + ask). In Petz 4 another Whazzit and a Buzzo are waiting by the mousehole, in + Petz 3 my site's guardian angel cat is playing with a recently-rescued + friend, in Petz II I've got a Doberman test-pet and in Oddballz dear old + Honker has just been tootling for me. In Catz, the mouse has just caused the + (still-unfinished and therefore unreleased) Snowbo to fall over; and in + Dogz, my faithful old Bootz is waiting for me to refill his dish.
+ A note for those who are interested -- this was done on a Pentium III 600, + with 384 megabytes of RAM, under Windows 95 OSR2. The German version of + Petz 3 doesn't open at the same time as the English version on my computer + -- it thinks it's the same game -- and the US version of Oddballz similarly + doesn't open at the same time as the UK version.

+
+ + diff --git a/carolyns_creations/frames/dl/justforlaughs2_BabyzRegistry.zip b/carolyns_creations/justforlaughs2/BabyzRegistry.zip similarity index 100% rename from carolyns_creations/frames/dl/justforlaughs2_BabyzRegistry.zip rename to carolyns_creations/justforlaughs2/BabyzRegistry.zip diff --git a/carolyns_creations/frames/dl/justforlaughs2_Petz234Registry.zip b/carolyns_creations/justforlaughs2/Petz234Registry.zip similarity index 100% rename from carolyns_creations/frames/dl/justforlaughs2_Petz234Registry.zip rename to carolyns_creations/justforlaughs2/Petz234Registry.zip diff --git a/carolyns_creations/frames/dl/justforlaughs2_Petz5Registry.zip b/carolyns_creations/justforlaughs2/Petz5Registry.zip similarity index 100% rename from carolyns_creations/frames/dl/justforlaughs2_Petz5Registry.zip rename to carolyns_creations/justforlaughs2/Petz5Registry.zip diff --git a/carolyns_creations/frames/img/justforlaughs2_VistaAllGames.jpg b/carolyns_creations/justforlaughs2/VistaAllGames.jpg similarity index 100% rename from carolyns_creations/frames/img/justforlaughs2_VistaAllGames.jpg rename to carolyns_creations/justforlaughs2/VistaAllGames.jpg diff --git a/carolyns_creations/frames/dl/justforlaughs2_WingDLLs.zip b/carolyns_creations/justforlaughs2/WingDLLs.zip similarity index 100% rename from carolyns_creations/frames/dl/justforlaughs2_WingDLLs.zip rename to carolyns_creations/justforlaughs2/WingDLLs.zip diff --git a/carolyns_creations/justforlaughs2/justforlaughs2.html b/carolyns_creations/justforlaughs2/justforlaughs2.html new file mode 100644 index 0000000..65811af --- /dev/null +++ b/carolyns_creations/justforlaughs2/justforlaughs2.html @@ -0,0 +1,85 @@ + + + + + + Just for laughs -- Vista and Petz + + + + + + + + + +
+

Vista and Petz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Here's proof that all the P.F.Magic games, including + Babyz and Oddballz, and the Studio Mythos Petz 5, can be run on a computer + running VISTA (ugh). Below is a screenshot, taken after I had brought out + one or more petz in all of: Dogz original, Catz original, Oddballz, Petz II, + Petz 3, Petz 4, Babyz, and Petz 5. As with the picture on my "Pointless + Info" page, the picture is completely un-edited; all that's been done is to + reduce the size and save as jpg instead of bmp.

+ +

All games at once on Vista

+ +

MyChi is having a well-earned meal in Dogz 1, Jiggles + is enjoying a game with a "grubz" mouse in catz 1, Snowball is being cute in + the basket while Frosty runs around in Petz II, Pouncer is carrying her + half-full foodbowl around in Petz 3, Scamp is enjoying a rare moment of + peace, happily kneading a cushion, in Petz 4, Scaredy and Fluffy are larking + about and waiting for the mouse in Petz 5, Vistatest is not too sure about + the jar of food in Babyz, and Caramba! is about to eat his Liqui-Food in + Oddballz.

+ +

Most of these games were simply copied across from my + machine, so we haven't done tests to see if all of the installation files + work, but we have tested that it's possible to adopt new Pets in all the + games.

+ +

The two games which were actually installed properly were: + the Dogz 1 game, installed from the demo on Minibyte's site and then made + into the full game with my fooler. Petz 4, installed from the 120-megabyte + demo (available on my site and elsewhere on the net), then "fooled" using + Nicholas' Petza and finally run with a Registry fix.

+ +

All of the games from Petz II onwards, including Babyz, + need a registry fix and (in most cases, anyway) Nicholas' Petza; without + those they will crash at some stage.

+ +

Oddballz we think needs to have the XP fix -- we + didn't try it without. Oddballz, Catz 1 and Dogz 1 need files which go in + the Windows and System directories and which you can find in my foolers. The + only files which are not at present in my foolers are the WinG dlls which + you may or may not already have. If you get error messages about missing + files with Wing in the name, you can grab them from here (click). Unzip them into your System or + System32 directories.

+ +

You can get the Registry fixes for Petz II, Petz 3 and petz + 4 here (click). Unzip them and then + double-click on whichever reg file is for your game. You may wish to open + the reg file in Notepad first and change all the places where you see, say, + D:\\Games\\Petz3 to C:\\Program Files\\P.F.Magic\\Petz 3 or wherever you + actually installed the game. You can get the Registry fix for Petz 5 here (click). Unzip it and move the Keys + folder into your game's Resource folder, then double-click on the reg file + -- but you may wish first to open it in Notepad and, wherever you see + D:\\Games\\Petz5\\ change it to, say, C:\\Program Files\\UBI Soft\\Studio + Mythos\\Petz 5\\ or wherever you installed the game. And finally, Babyz + players can get their registry fix here + (click). Unzip it and move the Keys folder into your game's Resource + folder, then double-click on the reg file -- but you may wish first to open + it in Notepad and, wherever you see D:\\Games\\babyznew\\ change it to, say, + C:\\Program Files\\Mindscape\\Babyz or wherever you installed the game.

+ +

A note for those who are interested -- this was done on a + machine with Pentium D CPU 2.80 GHz processors and 2.00 GB of Ram, under + Vista Ultimate.

+
+ + diff --git a/carolyns_creations/links/links.html b/carolyns_creations/links/links.html new file mode 100644 index 0000000..a5bfb75 --- /dev/null +++ b/carolyns_creations/links/links.html @@ -0,0 +1,113 @@ + + + + + + Links to sister sites + + + + + + + + + +
+

Sister Sites :-)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Judy + Roy's Pine Cone Cattery
+ + Miranda's Pet Actorz Cattery (PAC)
+ + Jordyn's Jewels

+ +

Important links which should + work
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + Nicholas' own site
+ + Firebird's Magic Kennel & Cattery
+ + Don's Virtual Amberz
+ + Jinxfold + Cattery
+ + Dani's + DRN
+ + Minibyte's Petz Archive +

+ +

Forums:

+ +

+ Virtual Life forum
+ + The RKC Petz + Forum
+ excellent for people who want serious hexing talk as + well as general chatter.
+ Run by RatQueen of Ratqueen Kennelz and Cattery
+ + The + All About Petz Forum
+ is a great one also; very similar to RKC but with its + own individuality.
+ Run by JinxFoldJulie of The + JinxFold Cattery
+ + The Petz + Community Gathering
+ is where the people who used to be at "The petz + Shiznit" and before that the old "The Petz Board" hang out now :-) +

+ +

Links archive
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

All my links except for the ones on this page are unlikely to + work. I have kept the pages of links as an archive which you my by all means + browse; you might strike lucky and find one which works. I do not have time + to check them all, sorry.
+ Links archive

+ +

How to contact me
+ ~~~~~~~~~~~~~~~~~~~~~~~

+ hex-help at hornsc dot clara dot co.uk
+ (change "at" for an @ sign and "dot" for a period.

+ I've done it like this to try and keep spam at bay)
+ If you try to write to me and the mail bounces, well -- it shouldn't, so try + again. I don't have any filters in place to prevent your mail from getting + to me, so if there is a problem of any kind it will be something temporary + at either my or your ISP.
+ Please note that I always reply to email as soon as I can, and deal with + items that have been sent to me or at least acknowledge receipt of them. If + you haven't heard back from me within 48 hours, please drop me a note to + check that I did get the message or file; I don't mind little reminders, and + it is just possible that email is getting lost sometimes.
+ Also I always try to make my reply as useful as possible. So I find it + really annoying when I've spent time on a careful reply to someone, only to + have it bounced back with "not accepting mail from this sender". If you are + going to ask me a question, please try to make sure that you can receive my + answers!!

+ +

.

+
+ + diff --git a/carolyns_creations/frames/img/madscientist_Babyz2.jpg b/carolyns_creations/madscientist/Babyz2.jpg similarity index 100% rename from carolyns_creations/frames/img/madscientist_Babyz2.jpg rename to carolyns_creations/madscientist/Babyz2.jpg diff --git a/carolyns_creations/frames/dl/madscientist_BabyzEXEWithMenu.zip b/carolyns_creations/madscientist/BabyzEXEWithMenu.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_BabyzEXEWithMenu.zip rename to carolyns_creations/madscientist/BabyzEXEWithMenu.zip diff --git a/carolyns_creations/frames/img/madscientist_CatChewFam.gif b/carolyns_creations/madscientist/CatChewFam.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_CatChewFam.gif rename to carolyns_creations/madscientist/CatChewFam.gif diff --git a/carolyns_creations/frames/dl/madscientist_CatONineTailsLNZ.zip b/carolyns_creations/madscientist/CatONineTailsLNZ.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_CatONineTailsLNZ.zip rename to carolyns_creations/madscientist/CatONineTailsLNZ.zip diff --git a/carolyns_creations/frames/img/madscientist_Cerberus1.gif b/carolyns_creations/madscientist/Cerberus1.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_Cerberus1.gif rename to carolyns_creations/madscientist/Cerberus1.gif diff --git a/carolyns_creations/frames/img/madscientist_Cerberus2.gif b/carolyns_creations/madscientist/Cerberus2.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_Cerberus2.gif rename to carolyns_creations/madscientist/Cerberus2.gif diff --git a/carolyns_creations/frames/dl/madscientist_CerberusLNZ.zip b/carolyns_creations/madscientist/CerberusLNZ.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_CerberusLNZ.zip rename to carolyns_creations/madscientist/CerberusLNZ.zip diff --git a/carolyns_creations/frames/dl/madscientist_CerberusPetz.zip b/carolyns_creations/madscientist/CerberusPetz.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_CerberusPetz.zip rename to carolyns_creations/madscientist/CerberusPetz.zip diff --git a/carolyns_creations/frames/dl/madscientist_ChilliChazoo.zip b/carolyns_creations/madscientist/ChilliChazoo.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_ChilliChazoo.zip rename to carolyns_creations/madscientist/ChilliChazoo.zip diff --git a/carolyns_creations/frames/img/madscientist_NurseryfreeFamily.jpg b/carolyns_creations/madscientist/NurseryfreeFamily.jpg similarity index 100% rename from carolyns_creations/frames/img/madscientist_NurseryfreeFamily.jpg rename to carolyns_creations/madscientist/NurseryfreeFamily.jpg diff --git a/carolyns_creations/frames/dl/madscientist_P5OriginalBunny.zip b/carolyns_creations/madscientist/P5OriginalBunny.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_P5OriginalBunny.zip rename to carolyns_creations/madscientist/P5OriginalBunny.zip diff --git a/carolyns_creations/frames/dl/madscientist_P5OriginalPig.zip b/carolyns_creations/madscientist/P5OriginalPig.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_P5OriginalPig.zip rename to carolyns_creations/madscientist/P5OriginalPig.zip diff --git a/carolyns_creations/frames/dl/madscientist_Petz3FoolerStuff.zip b/carolyns_creations/madscientist/Petz3FoolerStuff.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Petz3FoolerStuff.zip rename to carolyns_creations/madscientist/Petz3FoolerStuff.zip diff --git a/carolyns_creations/frames/dl/madscientist_Petz3GermanEXE.zip b/carolyns_creations/madscientist/Petz3GermanEXE.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Petz3GermanEXE.zip rename to carolyns_creations/madscientist/Petz3GermanEXE.zip diff --git a/carolyns_creations/frames/dl/madscientist_Petz3IntFoolerStuff.zip b/carolyns_creations/madscientist/Petz3IntFoolerStuff.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Petz3IntFoolerStuff.zip rename to carolyns_creations/madscientist/Petz3IntFoolerStuff.zip diff --git a/carolyns_creations/frames/dl/madscientist_Petz3exe.zip b/carolyns_creations/madscientist/Petz3exe.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Petz3exe.zip rename to carolyns_creations/madscientist/Petz3exe.zip diff --git a/carolyns_creations/frames/dl/madscientist_Petz5exeNurseryFreedom.zip b/carolyns_creations/madscientist/Petz5exeNurseryFreedom.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Petz5exeNurseryFreedom.zip rename to carolyns_creations/madscientist/Petz5exeNurseryFreedom.zip diff --git a/carolyns_creations/frames/dl/madscientist_PetzIIDemo.zip b/carolyns_creations/madscientist/PetzIIDemo.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_PetzIIDemo.zip rename to carolyns_creations/madscientist/PetzIIDemo.zip diff --git a/carolyns_creations/frames/dl/madscientist_PetzIIModifiedExe.zip b/carolyns_creations/madscientist/PetzIIModifiedExe.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_PetzIIModifiedExe.zip rename to carolyns_creations/madscientist/PetzIIModifiedExe.zip diff --git a/carolyns_creations/frames/dl/madscientist_Rainbopolly.zip b/carolyns_creations/madscientist/Rainbopolly.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Rainbopolly.zip rename to carolyns_creations/madscientist/Rainbopolly.zip diff --git a/carolyns_creations/frames/dl/madscientist_Scamparella.zip b/carolyns_creations/madscientist/Scamparella.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_Scamparella.zip rename to carolyns_creations/madscientist/Scamparella.zip diff --git a/carolyns_creations/frames/dl/madscientist_TheCatChewFamily.zip b/carolyns_creations/madscientist/TheCatChewFamily.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_TheCatChewFamily.zip rename to carolyns_creations/madscientist/TheCatChewFamily.zip diff --git a/carolyns_creations/frames/img/madscientist_calicodogz.jpg b/carolyns_creations/madscientist/calicodogz.jpg similarity index 100% rename from carolyns_creations/frames/img/madscientist_calicodogz.jpg rename to carolyns_creations/madscientist/calicodogz.jpg diff --git a/carolyns_creations/frames/img/madscientist_calicodogza.jpg b/carolyns_creations/madscientist/calicodogza.jpg similarity index 100% rename from carolyns_creations/frames/img/madscientist_calicodogza.jpg rename to carolyns_creations/madscientist/calicodogza.jpg diff --git a/carolyns_creations/frames/img/madscientist_chillichazzie.gif b/carolyns_creations/madscientist/chillichazzie.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_chillichazzie.gif rename to carolyns_creations/madscientist/chillichazzie.gif diff --git a/carolyns_creations/frames/dl/madscientist_crazycalicodogz_d3.zip b/carolyns_creations/madscientist/crazycalicodogz_d3.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_crazycalicodogz_d3.zip rename to carolyns_creations/madscientist/crazycalicodogz_d3.zip diff --git a/carolyns_creations/frames/dl/madscientist_crazycalicodogz_d4.zip b/carolyns_creations/madscientist/crazycalicodogz_d4.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_crazycalicodogz_d4.zip rename to carolyns_creations/madscientist/crazycalicodogz_d4.zip diff --git a/carolyns_creations/frames/dl/madscientist_crazycalicodogz_d5.zip b/carolyns_creations/madscientist/crazycalicodogz_d5.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_crazycalicodogz_d5.zip rename to carolyns_creations/madscientist/crazycalicodogz_d5.zip diff --git a/carolyns_creations/madscientist/madscientist.html b/carolyns_creations/madscientist/madscientist.html new file mode 100644 index 0000000..c8ee31a --- /dev/null +++ b/carolyns_creations/madscientist/madscientist.html @@ -0,0 +1,270 @@ + + + + + + Mad Scientist's petz etc + + + + + + + + + +
+

Mad Scientist's petz etc for you
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Click here for the Scientist's + Sprite-swapping insanity
+ + Click here for my delvings into the .LNZ + file.
+ + Click here for the Scientist's Petz 5 + Easy-edit mice kit
+ + Click here for Nursery-freedom Petz 5 + exe file
+ Note: if you get the multiple-cloned-babes effect, go + to the Nursery, put mum away and then go back to another scene. The + "clones" will disappear. If you don't know what I'm talking about, then + you're not being bothered by it :-)
+ + Click here for the Petz II demo
+ This Petz II demo will install for people who have + Windows ME, 2000, and XP as well as the 95 and 98 operating systems. It's + simply the original Catz II and Dogz II demos unpacked and installed, then + zipped up for easy unpacking.
+ + + Click here for the Petz II modified + exe
+ This is modified to let brain-slider users see what + some of the sliders mean.
+ + Click here for a backup of your Petz 3 exe + file
+ This backup should work with all English-language + versions of the game
+ + Click here for a backup of your Petz 3 + German-language exe file
+ The German one should work with other + non-English-language versions of the game
+ + + Click here for my Petz 5 + "fooler"
+ For those who don't have the game. It leads you on a + kind of scavenger-hunt, and itworks -- trust the mad hexer, oh yes. + *cackles* aha aha bwahahaha...
+ P.S. if you cannot find the game-originals anywhere, here are the pig and bunny
+ and for those who have lost or broken their CDs and need a backup, Click here.

+ + Babyz Demo Fooler be here, oh + yes.
+ + Click here for modified Babyz exe + file
+ + Oddballz Demo Fooler are here, + indeed kind sir.
+ + Wey-hey-hey! At last, the catz 1 demo + fooler!
+ + What do I see here? Aha! A dogz 1 demo + fooler
+ many thanks to SuperSwampert67.
+ Note, I also now have a second fooler of my own, downloadable from the same + page, that you may want to try. My fooler lets you adopt new pets, but + remember to keep backups of your old petz before doing so! Dogz 1 only + expects you to want to keep one pet.

+ + Woah, another SuperSwampert67 Fooler! + Petz + 4!
+ Note, I also now have a second fooler, downloadable from the same page, that + you may want to try. This fooler requires a large download of about 120 + megabytes.
+ + At last, my demo-fooler for Petz 3 + :-)
+ + And Bwahahaha, a fooler for Petz 3 + non-English
+ + Now for your delectation, a demo-fooler + for + Petz II

+ + +

Today The Mad Scientist presents the ultimate in inbreeding for your + disgust or entertainment. The zipfile contains the hidden "test" .LNZ from + Petz 5's resource .dlls, and the pet which it creates. But being crazy of + course I go further than that; I then copied the pet, turned the copy into a + boy, and thus bred the pet with itself.
+ + _Cat_Chew family
+ + As you can see, the little lady isn't quite sure where those horns came from + on her dainty little babe...
+ + The _Cat_Chew_ family for Catz 3, 4 or 5. +

+ + +

More crazy graftings! The Mad Scientist presents Cerberus, the + snake-tailed 3-headed dog, for your delectation. Actually, a pair of + Cerberus family petz...
+ + Cerberus pet + Cerberus pet
+ + For Dogz 3, 4 or 5. The cute li'l baby is not + included, awwww... but, for those who want to breed with these petz + (youmust be bonkers!!) here is the .LNZ + file, for use with my external-lnz Great Dane packages which you can + get from the "For LNZ-files 'n' easy-edits" pages; it will of course + overwrite the normal Dane's .LNZ. Read the readme in the easy-edit package + if you don't know what to do with .LNZ files.

+ + +

The Mad Scientist has taken to grafting things onto petz -- bwahahaha! + She presents the Cat 'o' Nine Tails (and three heads, she got really carried + away). Cerberus, the snake-tailed 3-headed dog will be with us at a later + date.
+ + cat o nine tails + cat o nine tails
+ + For Catz 3, 4 or 5. For those who want to + breed with it (are you crazy)?? here is the .LNZ file, for use with my + external-lnz Alley-cat packages which you can get from the "For LNZ-files + 'n' easy-edits" pages; it will of course overwrite the normal Alley's .LNZ. + Read the readme in the easy-edit package if you don't know what to do with + .LNZ files.

+ + +

The mad scientist strikes again... Freeing your nursing mothers from the + drudgery of the Nursery, allowing the fathers to play or two mothers to chat + while their broods play together. You can either do it yourself or you can + download an especially-modified exe file + As a + bonus, this modified exe contains three fixes; one allows your nursing + mothers to come out of the Nursery if they wish, the second provides the + "import from Petz 4" menu item, and the third provides the Petz profile as + a menu item. I found it irritating having to partway open the carry-case in + order to select a pet, also I sometimes want to see pet data without taking + out any pets. This menu item allows this. I also changed the splash screen + so that you know which exe you're using. Make sure that you keep your + original somewhere safe -- this one overwrites your original, and I take no + responsibility if it crashes your game. It works fine in my game, so if it + doesn't in yours and you get abducted by aliens in white coats instead -- + well, that's life.
+ + petz 4 import in menu . + Petz profile in menu
+ nursery-free family
+ + Note: if you get the multiple-cloned-babes effect, go to the Nursery, put + mum away and then go back to another scene. The "clones" will disappear. Or + you can close the game and re-open it; they will have gone then too. If you + don't know what I'm talking about, then you're not being bothered by it + and you need do nothing :-)

+ + +

+ Modified Babyz Exe for Playpen access
+ + The mad scientist produces her ongoing testbed .exe file for Babyz. The idea + was to eventually be able to get the game to accept more playscenes, by + avoiding the need to use the house icon which goes berserk if a + non-overwriting scene is added. As yet in my game I have not been able to + get it to work for the Attic and Nursery, so have not got as far as further + scenes. It does have one feature that Babyz players might enjoy; the Playpen + and Desktop "scenes" are both usable. NOTE: It overwrites your original so + please, folks, put yours somewhere safe. The mad scientist takes no + responsibility for anything from game-crashes through to flame-throwers + decimating your backyard and more;remember, she's crazy :-)
+ + Babyz pplayscene menu +

+ + +

+ Click here for LNZ debowellings +

+ +

Read a whole bunch of the mad scientist's delvings into the .LNZ file. + All the gory details are laid bare in a minute dissection of the Key Texts + (or commands), key-words and programmers' comments. This is not a tutorial + or a how-to, it is an explanation of all those mysterious gobbets of data + inside the .lnz files. Mainly it's a Petz breakdown, but Oddballz and babyz + fans take note, most of what I describe in this is relevant to you also. + Plus, I shall be making similar breakdowns of the areas which are different, + or specific only to, those games as soon as I can.

+ + +

Click here for the Scientist's Sprite + insanity

+ + +

I have been experimenting for many years to find the limits of what these + games can take, and delving deep into the files, dabbling my fingers in the + genetic pool, gender-bending petz and generally creating strangenesses of + great peculiarity. And at last the mad-scientist brain has snapped and I + present to you...
+ (sound effects of crazy cackling, sudden thunderstorm lashes at window, wind + comes howling though, lightning flashes...)
+ Download inmates of The Insane Dogz-catz Asylum!
+ + Insane Calicoz + Insane Calicoz
+ + Insane Calicos for Petz 3 / Petz 4 / Petz 5
+ + To see the above breed in action, you will need the dogz part of the game + and either the catz part of the game or the "catz behaviours" package + which I've got on my "Cat species in dogz" page. It will not work if you + only have catz or only have dogz. Hah! A true cross-breed! But please read + the included Readme textfile. You cannot adopt from this breed... So, + included in the package are a pair of petz who are happy in their total + insanity. And for the soft-hearted, if you cannot bear the sight of Jilli + and Jeffri tearing themselves apart, also included in the package is a zip + of the two of them restored to sanity.

+ + +

And now for something completely different. The petz can breed and I + include a baby, freshly separated from her mother, in the zipfile; on the + other hand, the wire Babyz doesn't breed but it does grow :-)
+ + wireframe calicos + wireframe babyz
+ + The wireframe calico family / the wireframe babyz +

+ + +

And finally, for Babyz, the experimenter went crazy on polygons...
+ + Rainbopolly
+ + Polygon babyz

+ +

Happy daze...

+
+ + diff --git a/carolyns_creations/frames/img/madscientist_Rainbopolly.gif b/carolyns_creations/madscientist/madscientist_Rainbopolly.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_Rainbopolly.gif rename to carolyns_creations/madscientist/madscientist_Rainbopolly.gif diff --git a/carolyns_creations/frames/img/madscientist_Scamparella.gif b/carolyns_creations/madscientist/madscientist_Scamparella.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_Scamparella.gif rename to carolyns_creations/madscientist/madscientist_Scamparella.gif diff --git a/carolyns_creations/frames/img/madscientist_Scamparella2.gif b/carolyns_creations/madscientist/madscientist_Scamparella2.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_Scamparella2.gif rename to carolyns_creations/madscientist/madscientist_Scamparella2.gif diff --git a/carolyns_creations/frames/img/madscientist_petz4import.jpg b/carolyns_creations/madscientist/madscientist_petz4import.jpg similarity index 100% rename from carolyns_creations/frames/img/madscientist_petz4import.jpg rename to carolyns_creations/madscientist/madscientist_petz4import.jpg diff --git a/carolyns_creations/frames/img/madscientist_petzprofile.jpg b/carolyns_creations/madscientist/madscientist_petzprofile.jpg similarity index 100% rename from carolyns_creations/frames/img/madscientist_petzprofile.jpg rename to carolyns_creations/madscientist/madscientist_petzprofile.jpg diff --git a/carolyns_creations/frames/img/madscientist_wirebaby.gif b/carolyns_creations/madscientist/madscientist_wirebaby.gif similarity index 100% rename from carolyns_creations/frames/img/madscientist_wirebaby.gif rename to carolyns_creations/madscientist/madscientist_wirebaby.gif diff --git a/carolyns_creations/frames/dl/madscientist_wirebabyz.zip b/carolyns_creations/madscientist/wirebabyz.zip similarity index 100% rename from carolyns_creations/frames/dl/madscientist_wirebabyz.zip rename to carolyns_creations/madscientist/wirebabyz.zip diff --git a/carolyns_creations/frames/dl/main_Netscape4InstallFiles.zip b/carolyns_creations/main/Netscape4InstallFiles.zip similarity index 100% rename from carolyns_creations/frames/dl/main_Netscape4InstallFiles.zip rename to carolyns_creations/main/Netscape4InstallFiles.zip diff --git a/carolyns_creations/frames/dl/main_PetzPlayer.exe b/carolyns_creations/main/PetzPlayer.exe similarity index 100% rename from carolyns_creations/frames/dl/main_PetzPlayer.exe rename to carolyns_creations/main/PetzPlayer.exe diff --git a/carolyns_creations/frames/img/main_alley-lover.gif b/carolyns_creations/main/alley-lover.gif similarity index 100% rename from carolyns_creations/frames/img/main_alley-lover.gif rename to carolyns_creations/main/alley-lover.gif diff --git a/carolyns_creations/main/main.html b/carolyns_creations/main/main.html new file mode 100644 index 0000000..4e8c3fa --- /dev/null +++ b/carolyns_creations/main/main.html @@ -0,0 +1,247 @@ + + + + + + Carolyn's Creations + + + + + + + + + +
+ Welcome to Carolyn's Creations! + +

+ + Download info... + Important Info... + Acknowledgements + +

+ +

+ **On behalf of my dear friend, Carolyn and myself,
+ I'd like to give a HUGE THANKS to Arie for now hosting Carolyn's + Creations!
+ -Sue Briley +

+ +

My lovely Guardian Angel Cat logo was a gift from Thowraa's FBKC
+ To play with her online, click here. You'll need + the Petz player plug-in (click), and + the latest browsers won't support that So unless you already have Netscape, + you also need to download Netscape + Commander 4 (click). Unzip and install Netscape, it won't affect any + of your other browsers. Choose to install the included cosmo Player if it + asks, because then you'll be able to play with the Catz 1 Catz World ! Then double-click on the Player to + install it and you'll be able to play with Phantarella.

+ +

This is an archive of all the items that I have ever hex-edited or + converted for the various P.F.Magic Petz, Oddballz and Babyz games. It also + includes my stuff for Petz 5 which was created in 2002 by Studio Mythos and + is in the same style as the older games. The websites for these games are + now gone -- the new Dogz, Catz etc games which you see at Ubisoft's Petz site, and + the various girly games for Nintendo DS at their + "Babyz.net" site are in no way similar to the + original Petz etc games and are not covered in my tutorials. I also do not + have downloads for any Ubisoft games created from 2006 onwards. All that I + have for you of those later games is my Info + Only page, which may be useful + for anyone wanting to "hex" or modify the PC versions of those games.

+ +

People with Dogz-only or Catz-only parts of the Petz games + please read
+ If you want one of my breedz, please don't ask me to convert between dogz + and catz games -- instead, download the relevant package from my "Cat + species in dogz" or "Dog species in catz" pages, read the instructions + carefully and install it. That will fool the game, and you can then download + and play with my various species etc.

+ +

NOTE for site owners:
+ please do not directly link to the files or pictures at my site. I + have no objection to anyone putting my breedz up elsewhere, provided that + you put an acknowledgement also that they are my work. The same applies to + my tutorials, although a link instead to my tutorials page would be a better + idea as I am always in process of updating them.

+ +

Please note that my site has moved to Boardwalkerz + thanks to Sue Briley's generosity.
+ I've left a few pages at the Petzwarehouse, with grateful thanks to Abby, so + that people know where to come for my files. Bless you, Abby, for hosting my + monster of a site for so long!

+ +

Registered with
+ + Petz Yellow Page Directory +
+
+ + + Breed-lover +

+ +

The "What's new" section has moved to its + own page. Click here to go to + it

+ +

Where my site is now
+ Thanks to Abby of The Petzwarehouse for kindly hosting my site for so + long, without complaint as it grew and grew... And thanks to Sue of Petz Boardwalk for so generously providing mirror + space for several months, and now taking on the whole burden.
+ If my site goes down at any time -- Eeeek! -- pop along to this page, where I'll keep you informed of whatever is + going on.

+ +

Download problems? Read here
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

PLEASE READ IF YOU HAVE DOWNLOAD PROBLEMS
+ or my files confuse you:

+ If you have problems downloading a file from this site... right-click on it + and choose "save link as" or "save target as" (whichever your browser says), + follow the dialogue box which opens in order to save it to a place on your + hard drive (usually the Desktop), then open it afterwards. Please do not + write to me about any files which "have nothing in them" unless you have + tried this method.
+ The Petz 3, 4 and 5 breedfiles are all sound-stripped. I've produced + external sounds for all the original breedz as well as most of my "species" + or "fantasy" breedz so that you can choose whether to download the sounds or + play with the files mute.

+ +

Important Information
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Windows XP, Windows 2000 (or NT), Windows ME users, and people who have some + update to their system that is beyond mine -- if you have some problem with + my breedz that I cannot duplicate on either my Windows 95 or my husband's + plain Windows 98 system, then I cannot help you. If I am able to duplicate + the problem, then there is something wrong with the file that I can (I hope) + fix and of course I shall do my best to do so. If I am not able to duplicate + it, then there is nothing wrong with the file and it is some mysterious + problem related to an incomprehensible alchemy between your operating system + and/or game and my file so I cannot fix it. Sorry. The only thing I can + suggest is a possible fix for you to do for yourself; you'll find it here. Windows XP with SP2 has + special new quirks, woop-de-doo. WinXP is bleurgh and Vista -- + AAAARGH!! *hugs nice comfy Win95 setup, warts an' all*

+ +

It came to my attention a while ago that there were Petz 5 versions of + some of my breedz at Nicky's Petzfriends site, and that those versions have + wrong ID numbers etc. Nicky and I eventually reached an agreement which + should fix any problems that people may have with this. Read here if you would like to know more about + it, and about how to get your pets to breed if you downloaded one of the + "conversions" from her site.
+ Please note that you do not need to convert any of my breedz to Petz + 5, I make them all available for that game myself. I shall not convert + anyone else's breedz, I do not have the time, but I have "howtos" up for you + to try or you can ask for help on the various forums.

+ +

Mac users (or anyone else with this problem) if you download files and + get gibberish appearing in your browser, ending up with a corrupted file + when you try to save it, try either downloading with a download manager or + look in your browser's cache and copy it directly from there. The copy + that's in your cache should not be corrupted.

+ +

What's Happening Here
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ I checked through this again, and a lot of stuff has changed, so this is the + latest state of play:

+ +

There's a bunch of odd bits and pieces that I need to + finish off, but I have no idea when I'll get the time to do so. Foolers for + all of the games are now available at my Boardwalkerz site.

+ +

The Oddballz-to-petz line -- still got a bunch of + Transformations to do. I intend to put them together as two or three more + all-in-one breedz. These will probably be the last "full" breedz I shall + ever make, plus one breed that I promised years ago and will probably never + be finished, for someone who has already left the Petz Community 8-}

+ +

I need to finish off the LNZ breakdown chunks, with special + attention to the Oddballz info which has been sadly neglected. I also need + to gather together various other little howtos, and the breakdown of a .pet + and .baby file, and make them as comprehensible as possible (hah!) so y'all + can fix petz, game-crashes etc.

+ +

I no longer need to fix the oversize-pet corruptions, + thanks to Nicholas' Tools. Yay for Petza!

+ +

I've continued to tidy up my tutorials pages; I really hope + that people can find things now. The actual tutorials are mostly written + some time ago and newer available tools etc (such as Tinker, LNZPro 2, my + easy-edit kits) have made things easier, so some of the tuts are more + complicated than they should be, but they are mostly still valid.

+ +

Through lack of time, and because I don't breed or show + petz, I no longer research 2nd-gen problems, so it's up to all you guys and + gals to find out any new quirks in that area.

+ +

I also do not, and never shall, make "exclusives" for + individuals. Everything that I make is downloadable for all. To be honest, I + cannot understand this modern fashion for exclusivity. My ethos has always + been to make information and game modifications free for all.

+ +

Real Life and a steady stream of sweet, vulnerable + foster-cats and kitties clamour for my attention almost constantly. Hexing + and these games have to come second, and can only be done in small snatches + of free time. So I don't take breed-making requests any more, I just don't + have the time. Really, the answer has to be "no" to requests. However, + anyone can try it nowadays, as there is a choice of several tools, including + LNZPro and Pet Workshop, as well as the utilities at MK&C, Resource Hacker, + and my own Easy-edit packages.

+ +

There are lots of good hexers out there on the Internet, + some of whom are kind-hearted or will do requests, so if you cannot bear to + try hexing yourself, just ask around the various message-boards and forums. + Look in my links pages for some forums that you can start with. I know the + links pages are badly out of date as of December 2006, but I don't have time + to fix them right now.

+ +

+ +

Acknowledgments
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ I'd like to thank Tom for the wonderful web pages that he maintained at the + Petzwarehouse for so long, and I'd like to thank Abby of the PetzWarehouse for her patience and for providing the + space to store my files for so many years.

+ +

Big thanks also to my pal Sue of Petz Boardwalk for coming to my rescue in the hard + times, generously mirroring my lummox of a site, and finally hosting the + whole shebang.

+ +

Thanks to Misty (aka Acid Chaos), for giving me the kick I + needed to get interested in site making. Of her original design all that is + left is the calculation of graphic sizes on the breedz pages -- left to + myself, the graphics would have been all different sizes! Her original + design was beautiful, but I couldn't see it in my favourite browser so in + the end it had to go. But I am very grateful for her work, as without it I + might never have repaired this site when we moved to the new server.

+
+ + diff --git a/carolyns_creations/frames/img/main_petz-yellow-page-directory.jpg b/carolyns_creations/main/petz-yellow-page-directory.jpg similarity index 100% rename from carolyns_creations/frames/img/main_petz-yellow-page-directory.jpg rename to carolyns_creations/main/petz-yellow-page-directory.jpg diff --git a/carolyns_creations/frames/img/main_phantarella-logo.gif b/carolyns_creations/main/phantarella-logo.gif similarity index 100% rename from carolyns_creations/frames/img/main_phantarella-logo.gif rename to carolyns_creations/main/phantarella-logo.gif diff --git a/carolyns_creations/menu/menu.html b/carolyns_creations/menu/menu.html new file mode 100644 index 0000000..36d3232 --- /dev/null +++ b/carolyns_creations/menu/menu.html @@ -0,0 +1,325 @@ + + + Menu + + + + + + + diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_BlackMousegrubz.zip b/carolyns_creations/oddballz/oddballz/BlackMousegrubz.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_BlackMousegrubz.zip rename to carolyns_creations/oddballz/oddballz/BlackMousegrubz.zip diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_BrownMousegrubz.zip b/carolyns_creations/oddballz/oddballz/BrownMousegrubz.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_BrownMousegrubz.zip rename to carolyns_creations/oddballz/oddballz/BrownMousegrubz.zip diff --git a/carolyns_creations/frames/oddballz/img/oddballz_Egypt3.gif b/carolyns_creations/oddballz/oddballz/Egypt3.gif similarity index 100% rename from carolyns_creations/frames/oddballz/img/oddballz_Egypt3.gif rename to carolyns_creations/oddballz/oddballz/Egypt3.gif diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_EgyptShelf.zip b/carolyns_creations/oddballz/oddballz/EgyptShelf.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_EgyptShelf.zip rename to carolyns_creations/oddballz/oddballz/EgyptShelf.zip diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_JoshuaMouse.zip b/carolyns_creations/oddballz/oddballz/JoshuaMouse.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_JoshuaMouse.zip rename to carolyns_creations/oddballz/oddballz/JoshuaMouse.zip diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz1.zip b/carolyns_creations/oddballz/oddballz/MouseGrubz1.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz1.zip rename to carolyns_creations/oddballz/oddballz/MouseGrubz1.zip diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz2.zip b/carolyns_creations/oddballz/oddballz/MouseGrubz2.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_MouseGrubz2.zip rename to carolyns_creations/oddballz/oddballz/MouseGrubz2.zip diff --git a/carolyns_creations/frames/oddballz/img/oddballz_Mousegrubz.gif b/carolyns_creations/oddballz/oddballz/Mousegrubz.gif similarity index 100% rename from carolyns_creations/frames/oddballz/img/oddballz_Mousegrubz.gif rename to carolyns_creations/oddballz/oddballz/Mousegrubz.gif diff --git a/carolyns_creations/frames/oddballz/img/oddballz_Mousegrubz2.gif b/carolyns_creations/oddballz/oddballz/Mousegrubz2.gif similarity index 100% rename from carolyns_creations/frames/oddballz/img/oddballz_Mousegrubz2.gif rename to carolyns_creations/oddballz/oddballz/Mousegrubz2.gif diff --git a/carolyns_creations/frames/oddballz/dl/oddballz_OddzRezEasy-edit.zip b/carolyns_creations/oddballz/oddballz/OddzRezEasy-edit.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballz_OddzRezEasy-edit.zip rename to carolyns_creations/oddballz/oddballz/OddzRezEasy-edit.zip diff --git a/carolyns_creations/frames/oddballz/img/oddballz_grubzmouse.gif b/carolyns_creations/oddballz/oddballz/grubzmouse.gif similarity index 100% rename from carolyns_creations/frames/oddballz/img/oddballz_grubzmouse.gif rename to carolyns_creations/oddballz/oddballz/grubzmouse.gif diff --git a/carolyns_creations/oddballz/oddballz/oddballz.html b/carolyns_creations/oddballz/oddballz/oddballz.html new file mode 100644 index 0000000..ee00bf3 --- /dev/null +++ b/carolyns_creations/oddballz/oddballz/oddballz.html @@ -0,0 +1,95 @@ + + + + + + + + + Oddballz + + + + + + + + + +
+

Go here for my Oddballz + breedz
+ Go here for my Oddballz' sounds
+ click here to get the demo/starter + kit
+ Go here to get the game-fooler + kit
+ There is now a fooler for the Mac demo too :-)
+ Go here for my Easy breedz kit
+ (Windows packages, Mac users need to use ResEdit)

+ +

A new look for your Oddballz game
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+
+ My Egyptian-style toyshelf
+ To make this work you also need
+ my Oddballz Easy Shelf kit
+ NOTE -- Since the arrival of Tinker + 1.5, editing the "Easy kit" filmstrips and customising the whole + look of your game is now beautifully simple! You can change the whole look + of your game and toyz, and you can share the results with other Easy kit + users :-)

+ +

Other Oddballz Goodies...
+ Mouse "grubz" for you

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

NOTE: These "mice" will overwrite your game's own grubz files. Please put + your originals somewhere safe, and read the readme files included!

+ +


+ Joshua's mouse
+ Here is a mouse, made by Joshua of Joshua's Petz Laboratory, using my Oddballz Easy kit which you need to + already have installed before you can use the mouse. Note that the oddballz + will eat or fall in love with the mouse (depending on the particular + Oddballz' leanings) just as they would any grubz!

+ +

And here are some different mice that I made using the Catz 1 and Petz 3 + mice .LNZ files as reference. They also need my Oddballz Easy kit to be installed + first.
+
+ the petz-game white mouse
+ the Petz-game grey mouse

+ +


+ A black mouse
+ A brown mouse

+ +

Other useful pages for game-modders
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Nicholas' tools
+ You can find the link to the download site and some info on using LNZPro and + Tinker here, both of which can be used along with my easy-edit kits to + customise your own game.

+ +

Vital LNZ info
+ The "lnz info" pages are a breakdown of all the items which can be put into + your breedz' lnz, along with information and syntax. The Oddballz-specific + ones are still not yet written up, but if you browse through all the ones + for Petz you should get a clear idea of what each part does.

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/oddballz/dl/oddballzedit_MacScrambler.hqx b/carolyns_creations/oddballz/oddballzedit/MacScrambler.hqx similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballzedit_MacScrambler.hqx rename to carolyns_creations/oddballz/oddballzedit/MacScrambler.hqx diff --git a/carolyns_creations/frames/oddballz/dl/oddballzedit_WinScrambler.zip b/carolyns_creations/oddballz/oddballzedit/WinScrambler.zip similarity index 100% rename from carolyns_creations/frames/oddballz/dl/oddballzedit_WinScrambler.zip rename to carolyns_creations/oddballz/oddballzedit/WinScrambler.zip diff --git a/carolyns_creations/oddballz/oddballzedit/oddballzedit.html b/carolyns_creations/oddballz/oddballzedit/oddballzedit.html new file mode 100644 index 0000000..775e8d5 --- /dev/null +++ b/carolyns_creations/oddballz/oddballzedit/oddballzedit.html @@ -0,0 +1,42 @@ + + + + + + Oddballz Makeover + + + +
+

.

+ +

Oddballz PLAYERS, you can have more fun with your game!
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Go here to download what you + need.
+ Extra fun for your Oddballz gaming -- you don't need to be a hexer to enjoy + the wackiness! Swap, be zany, and share! When you've installed all the + files, you can change things in your game just by swapping them around, and + you can download all those juicy external-file items which the "hexers" + amongst us make :-)

+ +

.

+ +

Oddballz HEXERS, discover the feedom of Easy-edit kits!
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Go here to download what you + need.
+ You can now customise just about everything in your game, and share the + results with others including non-hexers! Yay!

+ +

For anyone who finds an .opj file or wants to make them and swap with + friends, here is Ron Tigat's Eggz + Scrambler for Windows and here is the one + for Mac. I think that these are the latest versions. The Windows one + is UOPWD Eggz Scrambler Build 0310 and was created in August 2002, I'm not + sure of the date and version of the Mac one.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/img/orbs_Cassie.gif b/carolyns_creations/orbs/Cassie.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Cassie.gif rename to carolyns_creations/orbs/Cassie.gif diff --git a/carolyns_creations/frames/img/orbs_DamboCute.gif b/carolyns_creations/orbs/DamboCute.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_DamboCute.gif rename to carolyns_creations/orbs/DamboCute.gif diff --git a/carolyns_creations/frames/img/orbs_DamboDevilish.gif b/carolyns_creations/orbs/DamboDevilish.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_DamboDevilish.gif rename to carolyns_creations/orbs/DamboDevilish.gif diff --git a/carolyns_creations/frames/img/orbs_Demon1.gif b/carolyns_creations/orbs/Demon1.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Demon1.gif rename to carolyns_creations/orbs/Demon1.gif diff --git a/carolyns_creations/frames/img/orbs_Demon2.gif b/carolyns_creations/orbs/Demon2.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Demon2.gif rename to carolyns_creations/orbs/Demon2.gif diff --git a/carolyns_creations/frames/img/orbs_Jordan.gif b/carolyns_creations/orbs/Jordan.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Jordan.gif rename to carolyns_creations/orbs/Jordan.gif diff --git a/carolyns_creations/frames/img/orbs_Oscar.gif b/carolyns_creations/orbs/Oscar.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Oscar.gif rename to carolyns_creations/orbs/Oscar.gif diff --git a/carolyns_creations/frames/img/orbs_Perky.gif b/carolyns_creations/orbs/Perky.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Perky.gif rename to carolyns_creations/orbs/Perky.gif diff --git a/carolyns_creations/orbs/orbs.html b/carolyns_creations/orbs/orbs.html new file mode 100644 index 0000000..ca718f3 --- /dev/null +++ b/carolyns_creations/orbs/orbs.html @@ -0,0 +1,78 @@ + + + + + + Gifts from friends + + + + + + + + + +
+

+ +

Pet Orbs! I got Pet orbs!
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Thanks to Ashien, my petz now have orbs to reflect + their natures and poses. An enchanting idea, along the lines of having + guardian angels for your site -- but instead, it's orbs which match the mood + of your pet's picture.

+ +

Oscar running his Orb

+ +

Oscar running his Orb

+ +

And Dambo in cute and devilish nood

+ +

cute Dambo + devilish Dambo

+ +

Here's Perky, chubby little so-and-so...

+ +

Perky

+ +

...Just as aloof whilst doing a balancing-act with + Dambo!

+ +

Perky And Dambo

+ +

Demon deep in meditation, then coming around from it

+ +

meditative Demon + provocative Demon

+ +

Cassie doing what Cassie does best:

+ +

Cassie's balancing act

+ +

While Jordan and Skyheaven show off their Orbs with + Auras!

+ +

Jordan + Skyheaven

+ +

Aren't they great? If you want some too, I quote her words + from The Petz Board: 'To have your pictures "orbified" all you have to do is + e-mail me your pictures (as bitmaps, please!) to + Kait.Az@unseeuniversity.zzn.com and I will assign them an appropriate orb as + soon as humanly possible.'

+ +

If you want orbs on your actual petz, take a look at my Emoticon + petz\breed pages

+ +

You can also find petz with permanent orbs which show in + the game, at Sue's the Petz Boardwalk

+ +

.

+
+ + diff --git a/carolyns_creations/frames/img/orbs_PerkyAndDambo.gif b/carolyns_creations/orbs/orbs_PerkyAndDambo.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_PerkyAndDambo.gif rename to carolyns_creations/orbs/orbs_PerkyAndDambo.gif diff --git a/carolyns_creations/frames/img/orbs_Skyheaven.gif b/carolyns_creations/orbs/orbs_Skyheaven.gif similarity index 100% rename from carolyns_creations/frames/img/orbs_Skyheaven.gif rename to carolyns_creations/orbs/orbs_Skyheaven.gif diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c4.zip b/carolyns_creations/petz/catbehaviours/Bunnyorig_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c4.zip rename to carolyns_creations/petz/catbehaviours/Bunnyorig_c4.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c5.zip b/carolyns_creations/petz/catbehaviours/Bunnyorig_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Bunnyorig_c5.zip rename to carolyns_creations/petz/catbehaviours/Bunnyorig_c5.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c3.zip b/carolyns_creations/petz/catbehaviours/Catbehaviours_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c3.zip rename to carolyns_creations/petz/catbehaviours/Catbehaviours_c3.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c4c5.zip b/carolyns_creations/petz/catbehaviours/Catbehaviours_c4c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Catbehaviours_c4c5.zip rename to carolyns_creations/petz/catbehaviours/Catbehaviours_c4c5.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_RezInt_c3.zip b/carolyns_creations/petz/catbehaviours/RezInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_RezInt_c3.zip rename to carolyns_creations/petz/catbehaviours/RezInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c2.zip b/carolyns_creations/petz/catbehaviours/Rez_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Rez_c2.zip rename to carolyns_creations/petz/catbehaviours/Rez_c2.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c3.zip b/carolyns_creations/petz/catbehaviours/Rez_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Rez_c3.zip rename to carolyns_creations/petz/catbehaviours/Rez_c3.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c4.zip b/carolyns_creations/petz/catbehaviours/Rez_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Rez_c4.zip rename to carolyns_creations/petz/catbehaviours/Rez_c4.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_Rez_c5.zip b/carolyns_creations/petz/catbehaviours/Rez_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_Rez_c5.zip rename to carolyns_creations/petz/catbehaviours/Rez_c5.zip diff --git a/carolyns_creations/petz/catbehaviours/catbehaviours.html b/carolyns_creations/petz/catbehaviours/catbehaviours.html new file mode 100644 index 0000000..392dfc6 --- /dev/null +++ b/carolyns_creations/petz/catbehaviours/catbehaviours.html @@ -0,0 +1,121 @@ + + + + + + Cat Behaviours for Dogz II, 3, 4, 5 + + + + + + + + + +
+

 

+ +

Catz Behaviours for Dogz games
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ I am supplying the cut down cat-behaviour files that are on this page so + that people who have only the dogz part of the Petz games can play with my + catz-based Oddballz-to-petz breedz. I do not wish to convert all of the + Oddballz-petz to Dogz-based breedz, partly because, at heart, Oddballz are + more like catz than dogz -- and partly because converting them all would be + an enormous task.

+ +

However, I did promise some people that I would make it so that they + could play with Oddballz-petz in their dogz games. So here is a compromise + that I hope Dogz-games players will accept. Please read the readme texts + included in the zipfiles carefully; they tell you how to install the + files.

+ +

These files are only for Petz II upwards; the original Dogz game was + never part of a full "petz" game, and nor was the original Catz game, so + there is no way to make the one work with the other's game engine.

+ +

NOTE to anyone who thinks that they would be getting the full + catz games with this kit; this is not the case, even though the game + is fooled into thinking that the Catz part of Petz is present. There are + several important items still missing, such as the sounds resources, but you + don't need those items in order to play with my custom-crafted Oddballz-petz + :-)

+ +

For Petz 3, 4 or 5 you need to download the relevant Basic + Cat Behaviours file for that game (sorry it's a large file) and then you + need to download whichever of the small cut-down cat rez files goes with + your version of the game.
+ For Petz 4 and 5, download the bunny for your game version also -- you'll + need it.
+ Bunny file for Petz 4
+ Bunny file for Petz 5
+ For Petz II, there is just the single large download.

+ +

NOTE: These zips contain .DLL files. .DLL files need to + be "un-hidden".
+ Windows, by default, has files of this type "hidden" -- presumably as some + kind of safety feature, but in your case you need to see them. So if you + cannot see them on your machine, open My Computer or Windows Explorer, + choose View and Options or Tools and Folder Opetions, and then under View + make sure that "Show all files" or "show hidden files and folders is ticked. + While you're about it, un-tick "Hide MS-DOS file extensions" or "Hide + extensions", because that's a nuisance too. Click + here for screengrabs if you need help.

+ +

IMPORTANT -- Please Click here + if, after installation, your CAT files seem to become "some kind of + catalog".

+ +

Basic Cat behaviours for + Petz 4 and Petz 5 (4.8 megabytes)
+ Small cut-down Catz Rez file for Petz 5
+ Original Bunny for Petz 5
+ Small cut-down Catz Rez file for Petz 4
+ Original Bunny for Petz 4

+ +

Basic Cat behaviours for Petz + 3 English and International versions (4.8 megabytes)
+ Small cut-down Catz Rez file for Petz 3 English
+ Small cut-down Catz Rez file for Petz 3 + International

+ +

Cat behaviour files for Petz II (4.3 + megabytes)

+ +

For people who have trouble understanding my + instructions, here's an example of how it works:
+ I'll assume it's Dogz 5 and you want the game fooled into playing Catz 5 + breedz. Okay, from this Catz in Dogz page, you will need to download the + "Basic Cat behaviours for Petz 4 and Petz 5 (4.8 megabytes)" file which will + download as Catbehaviours_c4c5.zip, the "Small cut-down Catz Rez file for + Petz 5" file which downloads as Rez_c5.zip, and the "Original Bunny for Petz + 5".

+ +

Unzip the Catbehaviours_c4c5.zip file into the root directory of your + game -- where the Petz 5.exe is. This is wherever you installed the game. If + you didn't choose your own place for installing the game, that would + probably be

+ +

C:\Program Files\UBI Soft\Studio Mythos\Petz 5

+ +

Everything should then go into the right places. You only have to worry + about shuffling stuff around if it doesn't. Then unzip the Rez_c5.zip into + your game's Resource directory. If you didn't choose your own place for + installing the game, that would probably be

+ +

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource

+ +

Then make a directory off the Resource one and rename it Catz. So you + would now have this:

+ +

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource\Catz

+ +

Unzip the bunny into that directory and of course all your catz breedz -- + any breedfiles which you download that are .cat files -- need to go in + there.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_p4originalbunny.zip b/carolyns_creations/petz/catbehaviours/p4originalbunny.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_p4originalbunny.zip rename to carolyns_creations/petz/catbehaviours/p4originalbunny.zip diff --git a/carolyns_creations/frames/petz/dl/catbehaviours_p5originalbunny.zip b/carolyns_creations/petz/catbehaviours/p5originalbunny.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catbehaviours_p5originalbunny.zip rename to carolyns_creations/petz/catbehaviours/p5originalbunny.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c3.zip b/carolyns_creations/petz/dogbehaviours/Dogbehaviours_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c3.zip rename to carolyns_creations/petz/dogbehaviours/Dogbehaviours_c3.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c4_c5.zip b/carolyns_creations/petz/dogbehaviours/Dogbehaviours_c4_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_Dogbehaviours_c4_c5.zip rename to carolyns_creations/petz/dogbehaviours/Dogbehaviours_c4_c5.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_RezInt_d3.zip b/carolyns_creations/petz/dogbehaviours/RezInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_RezInt_d3.zip rename to carolyns_creations/petz/dogbehaviours/RezInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d2.zip b/carolyns_creations/petz/dogbehaviours/Rez_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d2.zip rename to carolyns_creations/petz/dogbehaviours/Rez_d2.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d3.zip b/carolyns_creations/petz/dogbehaviours/Rez_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d3.zip rename to carolyns_creations/petz/dogbehaviours/Rez_d3.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d4.zip b/carolyns_creations/petz/dogbehaviours/Rez_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d4.zip rename to carolyns_creations/petz/dogbehaviours/Rez_d4.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d5.zip b/carolyns_creations/petz/dogbehaviours/Rez_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_Rez_d5.zip rename to carolyns_creations/petz/dogbehaviours/Rez_d5.zip diff --git a/carolyns_creations/petz/dogbehaviours/dogbehaviours.html b/carolyns_creations/petz/dogbehaviours/dogbehaviours.html new file mode 100644 index 0000000..d756658 --- /dev/null +++ b/carolyns_creations/petz/dogbehaviours/dogbehaviours.html @@ -0,0 +1,110 @@ + + + + + + Dogz Behaviours for Catz II, 3, 4, 5 + + + + + + + + + +
+

Dogz Behaviours for Catz games
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ I am supplying the cut down dog-behaviour files that are on this page so + that people who have only the catz part of the Petz games can play with my + dogz-based fantasy and species breedz. I do not wish to convert all of my + Dogz-based specials to the catz games, largely because converting them all + would take too much time.

+ +

However, I get a lot of requests from people who are keen to play with my + specials, so here is a compromise that I hope Catz-games players will + accept. Please read the readme texts included in the zipfiles carefully; + they tell you how to install the files.

+ +

These files are only for Petz II upwards; the original Dogz game was + never part of a full "petz" game, and nor was the original Catz game, so + there is no way to make the one work with the other's game engine.

+ +

NOTE to anyone who thinks that they would be getting the full dogz games + with this kit; this is not the case, even though the game is fooled into + thinking that the Dogz part of Petz is present. There are several important + items still missing, such as the sounds resources, but you don't need those + items in order to play with my custom-crafted fantasies and species :-)

+ +

For Petz 3, 4 or 5 you need to download the relevant Basic + Dog Behaviours file (sorry it's a large file) and then you need to download + whichever of the small cut-down dogz rez files goes with your version of the + game.
+ For Petz 4 and 5, download the pig also.
+ Pig file for Petz 4
+ Pig file for Petz 5
+ For Petz II, there is just the single large download.

+ +

NOTE: These zips contain .DLL files. .DLL files need to + be "un-hidden".
+ Windows, by default, has files of this type "hidden" -- presumably as some + kind of safety feature, but in your case you need to see them. So if you + cannot see them on your machine, open My Computer or Windows Explorer, + choose View and Options, and then under View make sure that "Show all files" + is ticked. While you're about it, un-tick "Hide MS-DOS file extensions", + because that's a nuisance too.

+ +

Basic Dog behaviours for + Petz 4 and Petz 5 (4.3 megabytes)
+ Small cut-down Dogz Rez file for Petz 5
+ Small cut-down Dogz Rez file for Petz 4

+ +

 

+ +

Basic Dog behaviours for Petz + 3 English and International versions (4.35 megabytes)
+ Small cut-down Dogz Rez file for Petz 3 English
+ Small cut-down Dogz Rez file for Petz 3 + International +

+ +

Dog behaviour files for Petz II (3.7 + megabytes)

+ +

For people who have trouble understanding my + instructions, here's an example of how it works:
+ I'll assume it's Catz 5 and you want the game fooled into playing Dogz 5 + breedz. Okay, from this Dogz in Catz page, you will need to download the + "Basic Dog behaviours for Petz 4 and Petz 5 (4.3 megabytes)" file which will + download as Dogbehaviours_c4_c5.zip, the "Small cut-down Dogz Rez file for + Petz 5" file which downloads as Rez_d5.zip, plus you'll need to go and get + the Pig breed.

+ +

Unzip the Dogbehaviours_c4_c5.zip file into the root directory of your + game -- where the Petz 5.exe is. This is wherever you installed the game. If + you didn't choose your own place for installing the game, that would + probably be

+ +

C:\Program Files\UBI Soft\Studio Mythos\Petz 5

+ +

Everything should then go into the right places. You only have to worry + about shuffling stuff around if it doesn't. Then unzip the Rez_d5.zip into + your game's Resource directory. If you didn't choose your own place for + installing the game, that would probably be

+ +

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource

+ +

Then make a directory off the Resource one and rename it Dogz. So you + would now have this:

+ +

C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource\Dogz

+ +

Unpack the pig into that directory and of course all your dogz breedz -- + any breedfiles which you download that are .dog files -- need to go in + there.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_p4originalpig.zip b/carolyns_creations/petz/dogbehaviours/p4originalpig.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_p4originalpig.zip rename to carolyns_creations/petz/dogbehaviours/p4originalpig.zip diff --git a/carolyns_creations/frames/petz/dl/dogbehaviours_p5originalpig.zip b/carolyns_creations/petz/dogbehaviours/p5originalpig.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/dogbehaviours_p5originalpig.zip rename to carolyns_creations/petz/dogbehaviours/p5originalpig.zip diff --git a/carolyns_creations/frames/petz/img/c1breedz_FuzzyTiger.gif b/carolyns_creations/petz/petz1/c1breedz/FuzzyTiger.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c1breedz_FuzzyTiger.gif rename to carolyns_creations/petz/petz1/c1breedz/FuzzyTiger.gif diff --git a/carolyns_creations/frames/petz/dl/c1breedz_FuzzyTiger_catz.zip b/carolyns_creations/petz/petz1/c1breedz/FuzzyTiger_catz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_FuzzyTiger_catz.zip rename to carolyns_creations/petz/petz1/c1breedz/FuzzyTiger_catz.zip diff --git a/carolyns_creations/frames/petz/img/c1breedz_GingerMix.gif b/carolyns_creations/petz/petz1/c1breedz/GingerMix.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c1breedz_GingerMix.gif rename to carolyns_creations/petz/petz1/c1breedz/GingerMix.gif diff --git a/carolyns_creations/frames/petz/dl/c1breedz_GingerMix_catz.zip b/carolyns_creations/petz/petz1/c1breedz/GingerMix_catz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_GingerMix_catz.zip rename to carolyns_creations/petz/petz1/c1breedz/GingerMix_catz.zip diff --git a/carolyns_creations/frames/petz/img/c1breedz_Slinker.gif b/carolyns_creations/petz/petz1/c1breedz/Slinker.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c1breedz_Slinker.gif rename to carolyns_creations/petz/petz1/c1breedz/Slinker.gif diff --git a/carolyns_creations/frames/petz/dl/c1breedz_Slinker_catz.zip b/carolyns_creations/petz/petz1/c1breedz/Slinker_catz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_Slinker_catz.zip rename to carolyns_creations/petz/petz1/c1breedz/Slinker_catz.zip diff --git a/carolyns_creations/frames/petz/dl/c1breedz_Snowbo4mac_c1.zip b/carolyns_creations/petz/petz1/c1breedz/Snowbo4mac_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_Snowbo4mac_c1.zip rename to carolyns_creations/petz/petz1/c1breedz/Snowbo4mac_c1.zip diff --git a/carolyns_creations/frames/petz/dl/c1breedz_Snowbo_c1.zip b/carolyns_creations/petz/petz1/c1breedz/Snowbo_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_Snowbo_c1.zip rename to carolyns_creations/petz/petz1/c1breedz/Snowbo_c1.zip diff --git a/carolyns_creations/frames/petz/img/c1breedz_Snowboc1.gif b/carolyns_creations/petz/petz1/c1breedz/Snowboc1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c1breedz_Snowboc1.gif rename to carolyns_creations/petz/petz1/c1breedz/Snowboc1.gif diff --git a/carolyns_creations/frames/petz/dl/c1breedz_Zott_c1.zip b/carolyns_creations/petz/petz1/c1breedz/Zott_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_Zott_c1.zip rename to carolyns_creations/petz/petz1/c1breedz/Zott_c1.zip diff --git a/carolyns_creations/petz/petz1/c1breedz/c1breedz.html b/carolyns_creations/petz/petz1/c1breedz/c1breedz.html new file mode 100644 index 0000000..f710828 --- /dev/null +++ b/carolyns_creations/petz/petz1/c1breedz/c1breedz.html @@ -0,0 +1,75 @@ + + + + + + + + + Catz 1 Breedz + + + + + + + + + +
+

Catz 1 Breedz
+ Click breed photo or name to download.

+ +

Go here for + Species sounds
+ Various Species or Fantasy breedz need sounds; if you want them to sound + right in your game, you will have to download the sounds as well.

+
+ + + + + + + + + + + + + + + + + +
+ + Fuzzy Tiger
+ Fuzzy Tiger +
+
+ + Ginger Mix
+ Ginger Mix +
+
+ + Slinker
+ Slinker +
+
+ + Zott (Windows)
+ Zott (Windows ver)
/ + Zott (Mac + version) +
+ + Snowbo
+ Snowbo
/ + Snowbo + (Mac version) +
+ + + diff --git a/carolyns_creations/frames/petz/dl/c1breedz_zott4mac_c1.zip b/carolyns_creations/petz/petz1/c1breedz/zott4mac_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c1breedz_zott4mac_c1.zip rename to carolyns_creations/petz/petz1/c1breedz/zott4mac_c1.zip diff --git a/carolyns_creations/frames/petz/img/c1breedz_zott_c1.gif b/carolyns_creations/petz/petz1/c1breedz/zott_c1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c1breedz_zott_c1.gif rename to carolyns_creations/petz/petz1/c1breedz/zott_c1.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_1_club.gif b/carolyns_creations/petz/petz1/catz1dex/1_club.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_1_club.gif rename to carolyns_creations/petz/petz1/catz1dex/1_club.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_1_downld.gif b/carolyns_creations/petz/petz1/catz1dex/1_downld.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_1_downld.gif rename to carolyns_creations/petz/petz1/catz1dex/1_downld.gif diff --git a/carolyns_creations/petz/petz1/catz1dex/catz1dex.html b/carolyns_creations/petz/petz1/catz1dex/catz1dex.html new file mode 100644 index 0000000..1fe680a --- /dev/null +++ b/carolyns_creations/petz/petz1/catz1dex/catz1dex.html @@ -0,0 +1,69 @@ + + + + + + + + + Catz Your Computer Petz + + + + + + + + + +
+ Welcome to Catz Home Page! +
+ Catz are the next in line of Your Computer Petz,
+ following in the successful pawprints of Dogz.
+ Catz live on your computer and they don't mind sharing it with you.
+ You can play with them and watch them stalk the mouse across your + documents.
+ In screen-saver mode they enjoy taking CatNapz. + +

Get to know the Catz while downloading the FREE + adoption kit.
+ When you've got the demo, click the "Download Catz" button below to download + the "fooler".

+ +

+

+ +

+ + Be sure to check out the world's first
+ Computer Petz too --
+ get the demo from Daniel's or Minibyte's
+ and remember you can download a demo + fooler for it also.

+ +

+ + + +

+ +

© 1996 + PF Magic
+ This Site Best Viewed with
+ Netscape 3.0 [ATLAS]
+ and Microsoft Explorer 2.0

+ + +
+ + + diff --git a/carolyns_creations/frames/petz/dl/catz1dex_catzinst.zip b/carolyns_creations/petz/petz1/catz1dex/catzinst.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catz1dex_catzinst.zip rename to carolyns_creations/petz/petz1/catz1dex/catzinst.zip diff --git a/carolyns_creations/frames/petz/img/catz1dex_catzlogo.gif b/carolyns_creations/petz/petz1/catz1dex/catzlogo.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_catzlogo.gif rename to carolyns_creations/petz/petz1/catz1dex/catzlogo.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_dog.gif b/carolyns_creations/petz/petz1/catz1dex/dog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_dog.gif rename to carolyns_creations/petz/petz1/catz1dex/dog.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_kitten.gif b/carolyns_creations/petz/petz1/catz1dex/kitten.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_kitten.gif rename to carolyns_creations/petz/petz1/catz1dex/kitten.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_msnow.gif b/carolyns_creations/petz/petz1/catz1dex/msnow.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_msnow.gif rename to carolyns_creations/petz/petz1/catz1dex/msnow.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_ns3now.gif b/carolyns_creations/petz/petz1/catz1dex/ns3now.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_ns3now.gif rename to carolyns_creations/petz/petz1/catz1dex/ns3now.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_pfmlogo.gif b/carolyns_creations/petz/petz1/catz1dex/pfmlogo.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_pfmlogo.gif rename to carolyns_creations/petz/petz1/catz1dex/pfmlogo.gif diff --git a/carolyns_creations/frames/petz/img/catz1dex_wdg3.gif b/carolyns_creations/petz/petz1/catz1dex/wdg3.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1dex_wdg3.gif rename to carolyns_creations/petz/petz1/catz1dex/wdg3.gif diff --git a/carolyns_creations/frames/petz/img/catz1mice_GreenGrubzcatz1.gif b/carolyns_creations/petz/petz1/catz1mice/GreenGrubzcatz1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1mice_GreenGrubzcatz1.gif rename to carolyns_creations/petz/petz1/catz1mice/GreenGrubzcatz1.gif diff --git a/carolyns_creations/frames/petz/dl/catz1mice_Greengrubz_c1.zip b/carolyns_creations/petz/petz1/catz1mice/Greengrubz_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catz1mice_Greengrubz_c1.zip rename to carolyns_creations/petz/petz1/catz1mice/Greengrubz_c1.zip diff --git a/carolyns_creations/frames/petz/img/catz1mice_PinkGrubzcatz1.gif b/carolyns_creations/petz/petz1/catz1mice/PinkGrubzcatz1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1mice_PinkGrubzcatz1.gif rename to carolyns_creations/petz/petz1/catz1mice/PinkGrubzcatz1.gif diff --git a/carolyns_creations/frames/petz/dl/catz1mice_Pinkgrubz_c1.zip b/carolyns_creations/petz/petz1/catz1mice/Pinkgrubz_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catz1mice_Pinkgrubz_c1.zip rename to carolyns_creations/petz/petz1/catz1mice/Pinkgrubz_c1.zip diff --git a/carolyns_creations/frames/petz/img/catz1mice_YellowGrubzcatz1.gif b/carolyns_creations/petz/petz1/catz1mice/YellowGrubzcatz1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/catz1mice_YellowGrubzcatz1.gif rename to carolyns_creations/petz/petz1/catz1mice/YellowGrubzcatz1.gif diff --git a/carolyns_creations/frames/petz/dl/catz1mice_Yellowgrubz_c1.zip b/carolyns_creations/petz/petz1/catz1mice/Yellowgrubz_c1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/catz1mice_Yellowgrubz_c1.zip rename to carolyns_creations/petz/petz1/catz1mice/Yellowgrubz_c1.zip diff --git a/carolyns_creations/petz/petz1/catz1mice/catz1mice.html b/carolyns_creations/petz/petz1/catz1mice/catz1mice.html new file mode 100644 index 0000000..2ca622f --- /dev/null +++ b/carolyns_creations/petz/petz1/catz1mice/catz1mice.html @@ -0,0 +1,39 @@ + + + + + + + + + Catz 1 Mice + + + + + + + + + +
+

Catz 1 Mouse "grubz" for you
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

NOTE: These "grubz" will overwrite your game's own mouse files. Please + put your originals somewhere safe, and read the readme files included!

+ +


+ pink grubz

+ +


+ Green grubz

+ +


+ Yellow grubz

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/petz/img/d1breedz_AmericanStaffy.gif b/carolyns_creations/petz/petz1/d1breedz/AmericanStaffy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_AmericanStaffy.gif rename to carolyns_creations/petz/petz1/d1breedz/AmericanStaffy.gif diff --git a/carolyns_creations/frames/petz/dl/d1breedz_AmericanStaffy.zip b/carolyns_creations/petz/petz1/d1breedz/AmericanStaffy.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_AmericanStaffy.zip rename to carolyns_creations/petz/petz1/d1breedz/AmericanStaffy.zip diff --git a/carolyns_creations/frames/petz/img/d1breedz_BWCocker.gif b/carolyns_creations/petz/petz1/d1breedz/BWCocker.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_BWCocker.gif rename to carolyns_creations/petz/petz1/d1breedz/BWCocker.gif diff --git a/carolyns_creations/frames/petz/dl/d1breedz_BlackWhiteCocker_dogz.zip b/carolyns_creations/petz/petz1/d1breedz/BlackWhiteCocker_dogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_BlackWhiteCocker_dogz.zip rename to carolyns_creations/petz/petz1/d1breedz/BlackWhiteCocker_dogz.zip diff --git a/carolyns_creations/frames/petz/img/d1breedz_BrownCocker.gif b/carolyns_creations/petz/petz1/d1breedz/BrownCocker.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_BrownCocker.gif rename to carolyns_creations/petz/petz1/d1breedz/BrownCocker.gif diff --git a/carolyns_creations/frames/petz/dl/d1breedz_BrownCocker_dogz.zip b/carolyns_creations/petz/petz1/d1breedz/BrownCocker_dogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_BrownCocker_dogz.zip rename to carolyns_creations/petz/petz1/d1breedz/BrownCocker_dogz.zip diff --git a/carolyns_creations/frames/petz/img/d1breedz_BuffCocker.gif b/carolyns_creations/petz/petz1/d1breedz/BuffCocker.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_BuffCocker.gif rename to carolyns_creations/petz/petz1/d1breedz/BuffCocker.gif diff --git a/carolyns_creations/frames/petz/dl/d1breedz_BuffCocker_dogz.zip b/carolyns_creations/petz/petz1/d1breedz/BuffCocker_dogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_BuffCocker_dogz.zip rename to carolyns_creations/petz/petz1/d1breedz/BuffCocker_dogz.zip diff --git a/carolyns_creations/frames/petz/dl/d1breedz_Snowbo2_d1.zip b/carolyns_creations/petz/petz1/d1breedz/Snowbo2_d1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_Snowbo2_d1.zip rename to carolyns_creations/petz/petz1/d1breedz/Snowbo2_d1.zip diff --git a/carolyns_creations/frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip b/carolyns_creations/petz/petz1/d1breedz/Snowbo2forMac_d1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_Snowbo2forMac_d1.zip rename to carolyns_creations/petz/petz1/d1breedz/Snowbo2forMac_d1.zip diff --git a/carolyns_creations/frames/petz/img/d1breedz_Wolf.gif b/carolyns_creations/petz/petz1/d1breedz/Wolf.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_Wolf.gif rename to carolyns_creations/petz/petz1/d1breedz/Wolf.gif diff --git a/carolyns_creations/frames/petz/dl/d1breedz_Wolf_dogz.zip b/carolyns_creations/petz/petz1/d1breedz/Wolf_dogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_Wolf_dogz.zip rename to carolyns_creations/petz/petz1/d1breedz/Wolf_dogz.zip diff --git a/carolyns_creations/frames/petz/img/d1breedz_Wolfie.gif b/carolyns_creations/petz/petz1/d1breedz/Wolfie.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_Wolfie.gif rename to carolyns_creations/petz/petz1/d1breedz/Wolfie.gif diff --git a/carolyns_creations/frames/petz/dl/d1breedz_Wolfie_dogz.zip b/carolyns_creations/petz/petz1/d1breedz/Wolfie_dogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d1breedz_Wolfie_dogz.zip rename to carolyns_creations/petz/petz1/d1breedz/Wolfie_dogz.zip diff --git a/carolyns_creations/petz/petz1/d1breedz/d1breedz.html b/carolyns_creations/petz/petz1/d1breedz/d1breedz.html new file mode 100644 index 0000000..73dc4b5 --- /dev/null +++ b/carolyns_creations/petz/petz1/d1breedz/d1breedz.html @@ -0,0 +1,93 @@ + + + + + + + + + Dogz 1 Breedz + + + + + + + + + +
+

Dogz 1 Breedz
+ Click breed photo or name to download.

+ +

Go here for + Species sounds
+ Various Species or Fantasy breedz need sounds; if you want them to sound + right in your game, you will have to download the sounds as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + American Staffy
+ American Staffy +
+
+ + Brown Cocker
+ Brown Cocker +
+
+ + Buff Cocker
+ Buff Cocker +
+
+ + Black and White Cocker
+ Black and White Cocker +
+
+ + Snowbo for Dogz
+ Snowbo for Dogz (Windows ver)
/ (Mac version) +
+ + Wolf
+ Wolf +
+
+ + Wolfie
+ Wolfie +
+
+ + + diff --git a/carolyns_creations/frames/petz/img/d1breedz_snowbo2_d1.gif b/carolyns_creations/petz/petz1/d1breedz/snowbo2_d1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d1breedz_snowbo2_d1.gif rename to carolyns_creations/petz/petz1/d1breedz/snowbo2_d1.gif diff --git a/carolyns_creations/frames/petz/img/dogz1fooler_bb.gif b/carolyns_creations/petz/petz1/dogz1fooler/bb.gif similarity index 100% rename from carolyns_creations/frames/petz/img/dogz1fooler_bb.gif rename to carolyns_creations/petz/petz1/dogz1fooler/bb.gif diff --git a/carolyns_creations/frames/petz/img/dogz1fooler_dog2.gif b/carolyns_creations/petz/petz1/dogz1fooler/dog2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/dogz1fooler_dog2.gif rename to carolyns_creations/petz/petz1/dogz1fooler/dog2.gif diff --git a/carolyns_creations/petz/petz1/dogz1fooler/dogz1fooler.html b/carolyns_creations/petz/petz1/dogz1fooler/dogz1fooler.html new file mode 100644 index 0000000..1e8a57c --- /dev/null +++ b/carolyns_creations/petz/petz1/dogz1fooler/dogz1fooler.html @@ -0,0 +1,60 @@ + + + + + + + + + DOGZ! + + + + + + + + + +
+
+ + + + + +

Dogz are the first pets to live on a computer, giving you the joys of + owning a dog
+ without needing a pooper scooper! Dogz live on your desktop where they can + scamper
+ across applications, play games like keep away, fetch and chase, or nap in + the corner
+ of your screen while you're working.

+ +

+ +

Adoption Kits allow you to play with five different
+ little puppy-Dogz before deciding which one to adopt.

+ +

If you haven't Adopted a Dogz - go to the Adopt Now area where you
+ can find links to demos and download a Dogz Demo fooler for the PC or + Mac!

+ +

If you've already Adopted a Dogz and are now looking for some
+ things to do with Dogz, look around here for more dogz stuff
+ and check out Flyinskull's site and + Minibyte's Archive too.

+ +

+ +

+ +

Copyright © 1995 PF. Magic, Inc.

+
+ + + diff --git a/carolyns_creations/frames/petz/img/dogz1fooler_dogzlogo2.gif b/carolyns_creations/petz/petz1/dogz1fooler/dogzlogo2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/dogz1fooler_dogzlogo2.gif rename to carolyns_creations/petz/petz1/dogz1fooler/dogzlogo2.gif diff --git a/carolyns_creations/frames/petz/img/dogz1fooler_kitten2.gif b/carolyns_creations/petz/petz1/dogz1fooler/kitten2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/dogz1fooler_kitten2.gif rename to carolyns_creations/petz/petz1/dogz1fooler/kitten2.gif diff --git a/carolyns_creations/frames/petz/img/c2breedz_Appaloosa.gif b/carolyns_creations/petz/petz2/c2breedz/Appaloosa.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Appaloosa.gif rename to carolyns_creations/petz/petz2/c2breedz/Appaloosa.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Appaloosa_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Appaloosa_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Appaloosa_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Appaloosa_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Bearz.gif b/carolyns_creations/petz/petz2/c2breedz/Bearz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Bearz.gif rename to carolyns_creations/petz/petz2/c2breedz/Bearz.gif diff --git a/carolyns_creations/frames/petz/img/c2breedz_Chickenz.gif b/carolyns_creations/petz/petz2/c2breedz/Chickenz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Chickenz.gif rename to carolyns_creations/petz/petz2/c2breedz/Chickenz.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_ChickenzNoEggz_c2.zip b/carolyns_creations/petz/petz2/c2breedz/ChickenzNoEggz_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_ChickenzNoEggz_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/ChickenzNoEggz_c2.zip diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Chickenz_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Chickenz_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Chickenz_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Chickenz_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Dragonair.gif b/carolyns_creations/petz/petz2/c2breedz/Dragonair.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Dragonair.gif rename to carolyns_creations/petz/petz2/c2breedz/Dragonair.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Dragonair_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Dragonair_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Dragonair_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Dragonair_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Dynaroo.gif b/carolyns_creations/petz/petz2/c2breedz/Dynaroo.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Dynaroo.gif rename to carolyns_creations/petz/petz2/c2breedz/Dynaroo.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Dynaroo_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Dynaroo_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Dynaroo_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Dynaroo_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Grinnz.gif b/carolyns_creations/petz/petz2/c2breedz/Grinnz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Grinnz.gif rename to carolyns_creations/petz/petz2/c2breedz/Grinnz.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Grinnz_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Grinnz_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Grinnz_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Grinnz_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Himalayan.gif b/carolyns_creations/petz/petz2/c2breedz/Himalayan.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Himalayan.gif rename to carolyns_creations/petz/petz2/c2breedz/Himalayan.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Himalayan_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Himalayan_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Himalayan_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Himalayan_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Honkbirdie.gif b/carolyns_creations/petz/petz2/c2breedz/Honkbirdie.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Honkbirdie.gif rename to carolyns_creations/petz/petz2/c2breedz/Honkbirdie.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Honkbirdie_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Honkbirdie_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Honkbirdie_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Honkbirdie_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Honker.gif b/carolyns_creations/petz/petz2/c2breedz/Honker.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Honker.gif rename to carolyns_creations/petz/petz2/c2breedz/Honker.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Honker_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Honker_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Honker_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Honker_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Modvark.gif b/carolyns_creations/petz/petz2/c2breedz/Modvark.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Modvark.gif rename to carolyns_creations/petz/petz2/c2breedz/Modvark.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Modvark_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Modvark_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Modvark_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Modvark_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Norvil.gif b/carolyns_creations/petz/petz2/c2breedz/Norvil.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Norvil.gif rename to carolyns_creations/petz/petz2/c2breedz/Norvil.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Norvil_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Norvil_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Norvil_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Norvil_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Quadrapus.gif b/carolyns_creations/petz/petz2/c2breedz/Quadrapus.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Quadrapus.gif rename to carolyns_creations/petz/petz2/c2breedz/Quadrapus.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Quadrapus_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Quadrapus_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Quadrapus_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Quadrapus_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Reindeerz.gif b/carolyns_creations/petz/petz2/c2breedz/Reindeerz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Reindeerz.gif rename to carolyns_creations/petz/petz2/c2breedz/Reindeerz.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Reindeerz_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Reindeerz_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Reindeerz_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Reindeerz_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Snowbo.gif b/carolyns_creations/petz/petz2/c2breedz/Snowbo.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Snowbo.gif rename to carolyns_creations/petz/petz2/c2breedz/Snowbo.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Snowbo_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Snowbo_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Snowbo_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Snowbo_c2.zip diff --git a/carolyns_creations/frames/petz/img/c2breedz_Zott.gif b/carolyns_creations/petz/petz2/c2breedz/Zott.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c2breedz_Zott.gif rename to carolyns_creations/petz/petz2/c2breedz/Zott.gif diff --git a/carolyns_creations/frames/petz/dl/c2breedz_Zott_c2.zip b/carolyns_creations/petz/petz2/c2breedz/Zott_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c2breedz_Zott_c2.zip rename to carolyns_creations/petz/petz2/c2breedz/Zott_c2.zip diff --git a/carolyns_creations/petz/petz2/c2breedz/c2breedz.html b/carolyns_creations/petz/petz2/c2breedz/c2breedz.html new file mode 100644 index 0000000..2bbeb69 --- /dev/null +++ b/carolyns_creations/petz/petz2/c2breedz/c2breedz.html @@ -0,0 +1,145 @@ + + + + + + + + + Catz 2 Breedz + + + + + + + + + +
+

Catz 2 Breedz
+ Click breed photo or name to download.

+ +

Go here for + Species sounds
+ Various Species or Fantasy breedz need sounds; if you want them to sound + right in your game, you will have to download the sounds as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Appaloosa
+ Appaloosa +
+
+ + Chickenz
+ Chickenz With "Eggz"
/ + Without "Eggz" +
+ + Dragonair
+ Dragonair +
+
+ + Dynaroo
+ Dynaroo +
+
+ + Grinnz
+ Grinnz +
+
+ + Himalayan
+ Himalayan +
+
+ + Honkbirdie
+ Honkbirdie +
+
+ + Honker
+ Honker +
+
+ + Modvark
+ Modvark +
+
+ + Norvil
+ Norvil +
+
+ + Quadrapus
+ Quadrapus +
+
+ + Reindeerz
+ Reindeerz +
+
+ + Snowbo
+ Snowbo +
+
+ + Zott
+ Zott +
+
+ + + diff --git a/carolyns_creations/frames/petz/img/d2breedz_AmericanStaffy.gif b/carolyns_creations/petz/petz2/d2breedz/AmericanStaffy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_AmericanStaffy.gif rename to carolyns_creations/petz/petz2/d2breedz/AmericanStaffy.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_AmericanStaffy_d2.zip b/carolyns_creations/petz/petz2/d2breedz/AmericanStaffy_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_AmericanStaffy_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/AmericanStaffy_d2.zip diff --git a/carolyns_creations/petz/petz2/d2breedz/Bear_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Bear_d2.zip new file mode 100644 index 0000000..23ca712 Binary files /dev/null and b/carolyns_creations/petz/petz2/d2breedz/Bear_d2.zip differ diff --git a/carolyns_creations/frames/petz/img/d3breedz_Bearz.gif b/carolyns_creations/petz/petz2/d2breedz/Bearz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Bearz.gif rename to carolyns_creations/petz/petz2/d2breedz/Bearz.gif diff --git a/carolyns_creations/frames/petz/img/d2breedz_Galiceno.gif b/carolyns_creations/petz/petz2/d2breedz/Galiceno.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_Galiceno.gif rename to carolyns_creations/petz/petz2/d2breedz/Galiceno.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Galiceno_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Galiceno_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Galiceno_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Galiceno_d2.zip diff --git a/carolyns_creations/frames/petz/img/d2breedz_Gorilape.gif b/carolyns_creations/petz/petz2/d2breedz/Gorilape.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_Gorilape.gif rename to carolyns_creations/petz/petz2/d2breedz/Gorilape.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Gorilape_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Gorilape_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Gorilape_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Gorilape_d2.zip diff --git a/carolyns_creations/frames/petz/img/d2breedz_GuineaPig.gif b/carolyns_creations/petz/petz2/d2breedz/GuineaPig.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_GuineaPig.gif rename to carolyns_creations/petz/petz2/d2breedz/GuineaPig.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Guineapig2_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Guineapig2_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Guineapig2_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Guineapig2_d2.zip diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Guineapig_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Guineapig_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Guineapig_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Guineapig_d2.zip diff --git a/carolyns_creations/frames/petz/img/d2breedz_Horse.gif b/carolyns_creations/petz/petz2/d2breedz/Horse.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_Horse.gif rename to carolyns_creations/petz/petz2/d2breedz/Horse.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Horseequus_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Horseequus_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Horseequus_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Horseequus_d2.zip diff --git a/carolyns_creations/frames/petz/img/d2breedz_Pig-hog.gif b/carolyns_creations/petz/petz2/d2breedz/Pig-hog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_Pig-hog.gif rename to carolyns_creations/petz/petz2/d2breedz/Pig-hog.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Pighog_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Pighog_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Pighog_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Pighog_d2.zip diff --git a/carolyns_creations/frames/petz/img/d2breedz_Snowbo2.gif b/carolyns_creations/petz/petz2/d2breedz/Snowbo2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_Snowbo2.gif rename to carolyns_creations/petz/petz2/d2breedz/Snowbo2.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Snowbo2_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Snowbo2_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Snowbo2_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Snowbo2_d2.zip diff --git a/carolyns_creations/frames/petz/img/d2breedz_Turkey.gif b/carolyns_creations/petz/petz2/d2breedz/Turkey.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d2breedz_Turkey.gif rename to carolyns_creations/petz/petz2/d2breedz/Turkey.gif diff --git a/carolyns_creations/frames/petz/dl/d2breedz_TurkeyNoEggz_d2.zip b/carolyns_creations/petz/petz2/d2breedz/TurkeyNoEggz_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_TurkeyNoEggz_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/TurkeyNoEggz_d2.zip diff --git a/carolyns_creations/frames/petz/dl/d2breedz_Turkey_d2.zip b/carolyns_creations/petz/petz2/d2breedz/Turkey_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_Turkey_d2.zip rename to carolyns_creations/petz/petz2/d2breedz/Turkey_d2.zip diff --git a/carolyns_creations/petz/petz2/d2breedz/d2breedz.html b/carolyns_creations/petz/petz2/d2breedz/d2breedz.html new file mode 100644 index 0000000..3ead89b --- /dev/null +++ b/carolyns_creations/petz/petz2/d2breedz/d2breedz.html @@ -0,0 +1,117 @@ + + + + + + + + + Dogz II breedz + + + + + + + + + +
+

Dogz II Breedz
+ Click breed photo or name to download.

+ +

Go here for + Species sounds
+ Various Species or Fantasy breedz need sounds; if you want them to sound + right in your game, you will have to download the sounds as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + AmericanStaffy
+ American Staffy +
+
+ + Bearz
+ Bearz +
+
+ + Galiceno
+ Galiceno +
+
+ + Gorilape
+ Gorilape +
+
+ + Guineapig
+ Guineapig, Patchy +
/ + Plain or two-tone +
+ + Horseequus
+ Horseequus +
+
+ + Pighog
+ Pighog +
+
+ + Snowbo2
+ Snowbo2 +
+
+ + Turkey
+ Turkey with "Eggz"
/ Without + "Eggz" +
+ + + diff --git a/carolyns_creations/frames/petz/dl/p2breedz_102_c2.zip b/carolyns_creations/petz/petz2/p2breedz/102_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2breedz_102_c2.zip rename to carolyns_creations/petz/petz2/p2breedz/102_c2.zip diff --git a/carolyns_creations/frames/petz/img/p2breedz_102dalmatians.gif b/carolyns_creations/petz/petz2/p2breedz/102dalmatians.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2breedz_102dalmatians.gif rename to carolyns_creations/petz/petz2/p2breedz/102dalmatians.gif diff --git a/carolyns_creations/frames/petz/dl/p2breedz_Bunny_c2.zip b/carolyns_creations/petz/petz2/p2breedz/Bunny_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2breedz_Bunny_c2.zip rename to carolyns_creations/petz/petz2/p2breedz/Bunny_c2.zip diff --git a/carolyns_creations/frames/petz/img/p2breedz_Bunnyp2.gif b/carolyns_creations/petz/petz2/p2breedz/Bunnyp2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2breedz_Bunnyp2.gif rename to carolyns_creations/petz/petz2/p2breedz/Bunnyp2.gif diff --git a/carolyns_creations/frames/petz/img/p2breedz_Jester.gif b/carolyns_creations/petz/petz2/p2breedz/Jester.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2breedz_Jester.gif rename to carolyns_creations/petz/petz2/p2breedz/Jester.gif diff --git a/carolyns_creations/frames/petz/dl/p2breedz_Jester_c2.zip b/carolyns_creations/petz/petz2/p2breedz/Jester_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2breedz_Jester_c2.zip rename to carolyns_creations/petz/petz2/p2breedz/Jester_c2.zip diff --git a/carolyns_creations/frames/petz/img/p2breedz_Lips.gif b/carolyns_creations/petz/petz2/p2breedz/Lips.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2breedz_Lips.gif rename to carolyns_creations/petz/petz2/p2breedz/Lips.gif diff --git a/carolyns_creations/frames/petz/dl/p2breedz_Lips_c2.zip b/carolyns_creations/petz/petz2/p2breedz/Lips_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2breedz_Lips_c2.zip rename to carolyns_creations/petz/petz2/p2breedz/Lips_c2.zip diff --git a/carolyns_creations/frames/petz/img/p2breedz_Walret.gif b/carolyns_creations/petz/petz2/p2breedz/Walret.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2breedz_Walret.gif rename to carolyns_creations/petz/petz2/p2breedz/Walret.gif diff --git a/carolyns_creations/frames/petz/dl/p2breedz_Walret_c2.zip b/carolyns_creations/petz/petz2/p2breedz/Walret_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2breedz_Walret_c2.zip rename to carolyns_creations/petz/petz2/p2breedz/Walret_c2.zip diff --git a/carolyns_creations/petz/petz2/p2breedz/p2breedz.html b/carolyns_creations/petz/petz2/p2breedz/p2breedz.html new file mode 100644 index 0000000..dd3d4a6 --- /dev/null +++ b/carolyns_creations/petz/petz2/p2breedz/p2breedz.html @@ -0,0 +1,77 @@ + + + + + + + + + New Petz 2 Breedz + + + + + + + + + +
+

New Petz 2 Breedz
+ Click breed photo or name to download.

+ Go here for Species + sounds
+ Various Species or Fantasy breedz need sounds; if you want them to sound + right in your game, you will have to download the sounds as well. (note -- + the bunny's sounds are included in the bunny breed zip)

+ +

My Skorch Odd-petz breed is now available + here. All 13 of the originals have now been brought into the Catz + games.

+
+ + + + + + + + + + + + + + + + + +
+ + Walret
+ Walret (Catz) +
+
+ + 102
+ 102 (Catz) +
+
+ + Jester
+ Jester (Catz) +
+
+ + Lips
+ Lips (Catz) +
+
+ + Bunny
+ Bunny (Catz) +
+
+ + + diff --git a/carolyns_creations/frames/petz/dl/p2breedz_skorchc2.zip b/carolyns_creations/petz/petz2/p2breedz/skorchc2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2breedz_skorchc2.zip rename to carolyns_creations/petz/petz2/p2breedz/skorchc2.zip diff --git a/carolyns_creations/frames/petz/dl/p2playscene_Fishbeach_p2.zip b/carolyns_creations/petz/petz2/p2playscene/Fishbeach_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2playscene_Fishbeach_p2.zip rename to carolyns_creations/petz/petz2/p2playscene/Fishbeach_p2.zip diff --git a/carolyns_creations/frames/petz/img/p2playscene_beachfishy.jpg b/carolyns_creations/petz/petz2/p2playscene/beachfishy.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p2playscene_beachfishy.jpg rename to carolyns_creations/petz/petz2/p2playscene/beachfishy.jpg diff --git a/carolyns_creations/petz/petz2/p2playscene/p2playscene.html b/carolyns_creations/petz/petz2/p2playscene/p2playscene.html new file mode 100644 index 0000000..ef29fd1 --- /dev/null +++ b/carolyns_creations/petz/petz2/p2playscene/p2playscene.html @@ -0,0 +1,41 @@ + + + + + + + + + New Petz II Playscene items + + + + + + + + + +
+

Petz II Playscenes
+ Click picture or name to download.

+ +

This page contains any playscene backdrops that I may make for the + petz II game.

+ +

Here you can find the fish-eye view of Petz 3's beach scene for your Petz + II aquatic petz and fish toyz to enjoy
+ + Fish beach
+ Fish beach For petz II +

+ +

+ +

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/petz/img/p2toyz_Blooms.gif b/carolyns_creations/petz/petz2/p2toyz/Blooms.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_Blooms.gif rename to carolyns_creations/petz/petz2/p2toyz/Blooms.gif diff --git a/carolyns_creations/frames/petz/dl/p2toyz_Blooms_p2.zip b/carolyns_creations/petz/petz2/p2toyz/Blooms_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_Blooms_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/Blooms_p2.zip diff --git a/carolyns_creations/frames/petz/img/p2toyz_Blowers.gif b/carolyns_creations/petz/petz2/p2toyz/Blowers.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_Blowers.gif rename to carolyns_creations/petz/petz2/p2toyz/Blowers.gif diff --git a/carolyns_creations/frames/petz/dl/p2toyz_Blowers_p2.zip b/carolyns_creations/petz/petz2/p2toyz/Blowers_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_Blowers_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/Blowers_p2.zip diff --git a/carolyns_creations/frames/petz/dl/p2toyz_ButterflyAttractor_p2.zip b/carolyns_creations/petz/petz2/p2toyz/ButterflyAttractor_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_ButterflyAttractor_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/ButterflyAttractor_p2.zip diff --git a/carolyns_creations/frames/petz/img/p2toyz_CarrotTreatBag.gif b/carolyns_creations/petz/petz2/p2toyz/CarrotTreatBag.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_CarrotTreatBag.gif rename to carolyns_creations/petz/petz2/p2toyz/CarrotTreatBag.gif diff --git a/carolyns_creations/frames/petz/dl/p2toyz_Carrottreatbag_p2.zip b/carolyns_creations/petz/petz2/p2toyz/Carrottreatbag_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_Carrottreatbag_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/Carrottreatbag_p2.zip diff --git a/carolyns_creations/frames/petz/dl/p2toyz_Doll_p2.zip b/carolyns_creations/petz/petz2/p2toyz/Doll_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_Doll_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/Doll_p2.zip diff --git a/carolyns_creations/frames/petz/img/p2toyz_Dollz4petz.gif b/carolyns_creations/petz/petz2/p2toyz/Dollz4petz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_Dollz4petz.gif rename to carolyns_creations/petz/petz2/p2toyz/Dollz4petz.gif diff --git a/carolyns_creations/frames/img/whatsnew_2005-11-28.jpg b/carolyns_creations/petz/petz2/p2toyz/Fishtoyz.jpg similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2005-11-28.jpg rename to carolyns_creations/petz/petz2/p2toyz/Fishtoyz.jpg diff --git a/carolyns_creations/frames/petz/dl/p2toyz_Gemhairball_p2.zip b/carolyns_creations/petz/petz2/p2toyz/Gemhairball_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_Gemhairball_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/Gemhairball_p2.zip diff --git a/carolyns_creations/frames/petz/dl/p2toyz_GoldfishTank_p2.zip b/carolyns_creations/petz/petz2/p2toyz/GoldfishTank_p2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p2toyz_GoldfishTank_p2.zip rename to carolyns_creations/petz/petz2/p2toyz/GoldfishTank_p2.zip diff --git a/carolyns_creations/frames/petz/img/p2toyz_butterflyattractor.gif b/carolyns_creations/petz/petz2/p2toyz/butterflyattractor.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_butterflyattractor.gif rename to carolyns_creations/petz/petz2/p2toyz/butterflyattractor.gif diff --git a/carolyns_creations/frames/petz/img/p2toyz_gemhairball.gif b/carolyns_creations/petz/petz2/p2toyz/gemhairball.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_gemhairball.gif rename to carolyns_creations/petz/petz2/p2toyz/gemhairball.gif diff --git a/carolyns_creations/petz/petz2/p2toyz/p2toyz.html b/carolyns_creations/petz/petz2/p2toyz/p2toyz.html new file mode 100644 index 0000000..70547bc --- /dev/null +++ b/carolyns_creations/petz/petz2/p2toyz/p2toyz.html @@ -0,0 +1,98 @@ + + + + + + + + + Hex edited toyz for Petz II + + + + + + +
+

Hex edited Toyz for Petz II
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These are the few toyz that I've made for the Petz II game. The Blooms and + Blowers were made using the simpler filmstrip-recolouring technique, in + response to someone a long time ago asking for different-coloured + butterflies. The Carrot-treat bag and gem hairball use more advanced + filmstrip-editing techniques. Yes, I know I'm not the greatest graphic + artist in the world; if you want better-looking toyz, I have + filmstrip-editing tutorials for you on my tutorials page, or now that we + have Tinker you can get that from my "Nicholas' Tools" page and use that + :-)

+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + Fishtank
+ Free-swimming Fish and Tank +
+
+ + Babyz doll
+ Babyz Doll +
+
+ + Butterfly Attractor
+ Butterfly Attractor +

+ This is a more exciting attractor
+ for your butterflies than the
+ original potted flowers.
+ It also sometimes produces strange effects... +
+ + Blooms
+ Pretty blooms and butterflies for your game +
+
+ + Blowers
+ Blowers +

+ more unusual-looking blooms and butterflies +
+ + Carrot Treat bag
+ Carrot Treat bag +

+ for vegetarian petz +
+ + Sapphire hairball
+ Replace that squishy hairball with a sapphire +

+ especially important for Dracoz +
+ + + diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_GreatdanepII.zip b/carolyns_creations/petz/petz2/petzIIfooler/GreatdanepII.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_GreatdanepII.zip rename to carolyns_creations/petz/petz2/petzIIfooler/GreatdanepII.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PIIOriginalToyz.zip b/carolyns_creations/petz/petz2/petzIIfooler/PIIOriginalToyz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PIIOriginalToyz.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PIIOriginalToyz.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatz.zip b/carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalCatz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatz.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalCatz.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatzDownloadables.zip b/carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalCatzDownloadables.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalCatzDownloadables.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalCatzDownloadables.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogz.zip b/carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalDogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogz.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalDogz.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogzDownloadables.zip b/carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalDogzDownloadables.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalDogzDownloadables.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalDogzDownloadables.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalWallpaper.zip b/carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalWallpaper.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PIIoriginalWallpaper.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PIIoriginalWallpaper.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIModifiedExe.zip b/carolyns_creations/petz/petz2/petzIIfooler/PetzIIModifiedExe.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIModifiedExe.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PetzIIModifiedExe.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemo.zip b/carolyns_creations/petz/petz2/petzIIfooler/PetzIIdemo.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemo.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PetzIIdemo.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemoFooler.zip b/carolyns_creations/petz/petz2/petzIIfooler/PetzIIdemoFooler.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_PetzIIdemoFooler.zip rename to carolyns_creations/petz/petz2/petzIIfooler/PetzIIdemoFooler.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_Rez_c2.zip b/carolyns_creations/petz/petz2/petzIIfooler/Rez_c2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_Rez_c2.zip rename to carolyns_creations/petz/petz2/petzIIfooler/Rez_c2.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_Rez_d2.zip b/carolyns_creations/petz/petz2/petzIIfooler/Rez_d2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_Rez_d2.zip rename to carolyns_creations/petz/petz2/petzIIfooler/Rez_d2.zip diff --git a/carolyns_creations/frames/petz/dl/petzIIfooler_SiamesepII.zip b/carolyns_creations/petz/petz2/petzIIfooler/SiamesepII.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzIIfooler_SiamesepII.zip rename to carolyns_creations/petz/petz2/petzIIfooler/SiamesepII.zip diff --git a/carolyns_creations/petz/petz2/petzIIfooler/petzIIfooler.html b/carolyns_creations/petz/petz2/petzIIfooler/petzIIfooler.html new file mode 100644 index 0000000..2484fb6 --- /dev/null +++ b/carolyns_creations/petz/petz2/petzIIfooler/petzIIfooler.html @@ -0,0 +1,83 @@ + + + + + + + + + Petz II Fooler + + + + + + + + + +
+

.

+ +

The Petz II Demo
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

The Petz II demo, unpacked for those who cannot + install
+ This is the DogzII and CatsII demos, both unpacked and installed into a + folder called PetzII and then zipped up for download. It is here to help + people with XP or other operating systems that tend to have problems with + old game installers -- or for people who, like myself, hate automatic + installers anyway.

+ +

The Petz II fooler
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

The fooler.
+ Please follow the included instructions carefully.

+ +

works for XP also, but on that OS unless you download Nicholas' Petza + (find his url on my Nicholas' tools page) you will be unable to adopt new + petz.
+ For those who don't use Nicholas' Petza, and need them for the fooler + petz:
+ The Petz II Great Dane -- unpack into Dogz + folder
+ The Petz II Siamese -- unpack into catz folder +

+ +

NOTE: if you installed the Petz II demo files from Daniel's site, and you + use the shortcut to start the game, it will probably still start in demo + mode even with my fooler in place. The best thing to do is to delete the + shortcut and then right-click on the .exe and drag-and-drop a new shortcut + onto your desktop. Thanks to SuperSwampert67 for the heads-up!

+ +

Since Daniel's site went down, it's harder to find the original backup + breedz etc. So I have them here in a few zips:
+ The original Catz breedz
+ The original extra Catz + breedz
+ (these extras were once downloadable from the official site)
+ The original Dogz breedz
+ The original extra Dogz + breedz
+ (these extras were once downloadable from the official site)

+ +

And here are some other backup files that you might like to have in your + game...
+ The original Toyz
+ The original Wallpapers

+ +

And for people who have trouble finding them elsewhere on my site, here + are a bunch of required files to go with the fooler
+ Click here for the Petz II modified + exe
+ Cat behaviour files for Petz II
+ Dog behaviour files for Petz II
+ .

+ +

.

+
+ + + diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSFlealessAlley_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSFlealessAlley_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSFlealessAlley_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSFlealessAlley_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSbwshorthair_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSbwshorthair_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSbwshorthair_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSbwshorthair_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSScalico_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSScalico_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSScalico_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSScalico_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSchinchillapersian_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSchinchillapersian_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSchinchillapersian_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSchinchillapersian_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSdesertlynx_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSdesertlynx_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSdesertlynx_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSdesertlynx_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSegyptianmau_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSegyptianmau_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSegyptianmau_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSegyptianmau_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSShoneybear_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSShoneybear_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSShoneybear_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSShoneybear_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSjapanesebobtail_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSjapanesebobtail_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSjapanesebobtail_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSjapanesebobtail_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSmainecoon_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSmainecoon_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSmainecoon_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSmainecoon_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSorangeshorthair_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSorangeshorthair_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSorangeshorthair_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSorangeshorthair_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSpersian_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSpersian_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSpersian_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSpersian_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSrussianblue_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSrussianblue_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSrussianblue_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSrussianblue_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSscottishfold_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSscottishfold_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSscottishfold_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSscottishfold_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSsiamese_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSSsiamese_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSSsiamese_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSSsiamese_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSStabby_c3.zip b/carolyns_creations/petz/petz3/c3breeded/ExtLnzSStabby_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_ExtLnzSStabby_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/ExtLnzSStabby_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSFFalleycat_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSFFalleycat_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSFFalleycat_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSFFalleycat_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSbwshorthair_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSbwshorthair_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSbwshorthair_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSbwshorthair_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SScalico_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SScalico_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SScalico_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SScalico_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSchinchillapersian_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSchinchillapersian_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSchinchillapersian_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSchinchillapersian_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSdesertlynx_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSdesertlynx_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSdesertlynx_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSdesertlynx_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSegyptianmau_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSegyptianmau_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSegyptianmau_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSegyptianmau_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SShoneybear_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SShoneybear_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SShoneybear_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SShoneybear_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSjapanesebobtail_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSjapanesebobtail_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSjapanesebobtail_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSjapanesebobtail_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSmainecoon_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSmainecoon_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSmainecoon_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSmainecoon_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSorangeshorthair_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSorangeshorthair_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSorangeshorthair_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSorangeshorthair_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSpersian_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSpersian_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSpersian_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSpersian_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSrussianblue_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSrussianblue_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSrussianblue_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSrussianblue_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSscottishfold_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSscottishfold_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSscottishfold_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSscottishfold_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SSsiamese_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SSsiamese_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SSsiamese_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SSsiamese_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breeded_SStabby_c3.zip b/carolyns_creations/petz/petz3/c3breeded/SStabby_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breeded_SStabby_c3.zip rename to carolyns_creations/petz/petz3/c3breeded/SStabby_c3.zip diff --git a/carolyns_creations/petz/petz3/c3breeded/c3breeded.html b/carolyns_creations/petz/petz3/c3breeded/c3breeded.html new file mode 100644 index 0000000..7e69b1d --- /dev/null +++ b/carolyns_creations/petz/petz3/c3breeded/c3breeded.html @@ -0,0 +1,94 @@ + + + + + + + + + Special sound-stripped originals + + + + + + + + + +
+

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, click here

+ +

Sound-stripped, external-lnz Original Breedz + for Catz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These breedz are the original P.F.Magic or Studio Mythos originals, with the + single exception of the Flea-free Alleys; all I've done in the other breedz + is to make it so that the sounds and .lnz files that were internal are now + external. The external .lnz files will allow people who are afraid of hex + editors to use Notepad only for making litterz and overwriting breedz. The + sounds are external so that, if the sounds have been downloaded once, + all breed downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page. As regards the Flea-free Alley, this is a true Alley with + Attitude and is PKC-accepted. I refuse to work with the original P.F.Magic + Alleys, because I believe it to be wrong to force all alley pets to have + constant fleas and sickness.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ + Alley Cat -- flea-free version (PKC + accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby +

+ +

Sound-stripped + Original Breedz for Catz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ Alley Cat -- flea-free version (PKC + accepted)
+ B+W Shorthair
+ Calico
+ Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby +

+
+ + + diff --git a/carolyns_creations/frames/petz/img/c3breedz_Abyssinian.gif b/carolyns_creations/petz/petz3/c3breedz/Abyssinian.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Abyssinian.gif rename to carolyns_creations/petz/petz3/c3breedz/Abyssinian.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Abyssinian2_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Abyssinian2_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Abyssinian2_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Abyssinian2_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_Appaloosa.gif b/carolyns_creations/petz/petz3/c3breedz/Appaloosa.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Appaloosa.gif rename to carolyns_creations/petz/petz3/c3breedz/Appaloosa.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Appaloosa_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Appaloosa_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Appaloosa_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Appaloosa_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_AsianSnowCurl.gif b/carolyns_creations/petz/petz3/c3breedz/AsianSnowCurl.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_AsianSnowCurl.gif rename to carolyns_creations/petz/petz3/c3breedz/AsianSnowCurl.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_AsianSnowCurl_c3.zip b/carolyns_creations/petz/petz3/c3breedz/AsianSnowCurl_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_AsianSnowCurl_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/AsianSnowCurl_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_AutumnFlurry.gif b/carolyns_creations/petz/petz3/c3breedz/AutumnFlurry.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_AutumnFlurry.gif rename to carolyns_creations/petz/petz3/c3breedz/AutumnFlurry.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_AutumnFlurry_c3.zip b/carolyns_creations/petz/petz3/c3breedz/AutumnFlurry_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_AutumnFlurry_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/AutumnFlurry_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_B+WBritishFold.gif b/carolyns_creations/petz/petz3/c3breedz/B+WBritishFold.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_B+WBritishFold.gif rename to carolyns_creations/petz/petz3/c3breedz/B+WBritishFold.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_B+WBritishFold_c3.zip b/carolyns_creations/petz/petz3/c3breedz/B+WBritishFold_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_B+WBritishFold_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/B+WBritishFold_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_B+WLonghair.gif b/carolyns_creations/petz/petz3/c3breedz/B+WLonghair.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_B+WLonghair.gif rename to carolyns_creations/petz/petz3/c3breedz/B+WLonghair.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Blackandwhitelonghair_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Blackandwhitelonghair_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Blackandwhitelonghair_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Blackandwhitelonghair_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_Blinka.gif b/carolyns_creations/petz/petz3/c3breedz/Blinka.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Blinka.gif rename to carolyns_creations/petz/petz3/c3breedz/Blinka.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Blinka_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Blinka_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Blinka_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Blinka_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_BritishG+W.gif b/carolyns_creations/petz/petz3/c3breedz/BritishG+W.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_BritishG+W.gif rename to carolyns_creations/petz/petz3/c3breedz/BritishG+W.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_BritishGinger+White_c3.zip b/carolyns_creations/petz/petz3/c3breedz/BritishGinger+White_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_BritishGinger+White_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/BritishGinger+White_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_BrownFuzzTabby_c3.zip b/carolyns_creations/petz/petz3/c3breedz/BrownFuzzTabby_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_BrownFuzzTabby_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/BrownFuzzTabby_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_BrownfuzzTabby.gif b/carolyns_creations/petz/petz3/c3breedz/BrownfuzzTabby.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_BrownfuzzTabby.gif rename to carolyns_creations/petz/petz3/c3breedz/BrownfuzzTabby.gif diff --git a/carolyns_creations/frames/petz/img/c3breedz_BunnyCat.gif b/carolyns_creations/petz/petz3/c3breedz/BunnyCat.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_BunnyCat.gif rename to carolyns_creations/petz/petz3/c3breedz/BunnyCat.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_BunnyFamily.zip b/carolyns_creations/petz/petz3/c3breedz/BunnyFamily.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_BunnyFamily.zip rename to carolyns_creations/petz/petz3/c3breedz/BunnyFamily.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Bunnycat_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Bunnycat_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Bunnycat_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Bunnycat_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_Calibean.gif b/carolyns_creations/petz/petz3/c3breedz/Calibean.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Calibean.gif rename to carolyns_creations/petz/petz3/c3breedz/Calibean.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Calibean_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Calibean_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Calibean_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Calibean_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_Catwingz.gif b/carolyns_creations/petz/petz3/c3breedz/Catwingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Catwingz.gif rename to carolyns_creations/petz/petz3/c3breedz/Catwingz.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Catwingz_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Catwingz_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Catwingz_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Catwingz_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_CharcoalAngora.gif b/carolyns_creations/petz/petz3/c3breedz/CharcoalAngora.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_CharcoalAngora.gif rename to carolyns_creations/petz/petz3/c3breedz/CharcoalAngora.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_CharcoalAngora_c3.zip b/carolyns_creations/petz/petz3/c3breedz/CharcoalAngora_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_CharcoalAngora_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/CharcoalAngora_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_Chickenz.gif b/carolyns_creations/petz/petz3/c3breedz/Chickenz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Chickenz.gif rename to carolyns_creations/petz/petz3/c3breedz/Chickenz.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_ChickenzNoEggz_c3.zip b/carolyns_creations/petz/petz3/c3breedz/ChickenzNoEggz_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_ChickenzNoEggz_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/ChickenzNoEggz_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Chickenz_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Chickenz_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Chickenz_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Chickenz_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_ChinchiFluttacorn.gif b/carolyns_creations/petz/petz3/c3breedz/ChinchiFluttacorn.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_ChinchiFluttacorn.gif rename to carolyns_creations/petz/petz3/c3breedz/ChinchiFluttacorn.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Chinchifluttacorn_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Chinchifluttacorn_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Chinchifluttacorn_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Chinchifluttacorn_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_ChinchillaFold.gif b/carolyns_creations/petz/petz3/c3breedz/ChinchillaFold.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_ChinchillaFold.gif rename to carolyns_creations/petz/petz3/c3breedz/ChinchillaFold.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Chinchillafold_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Chinchillafold_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Chinchillafold_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Chinchillafold_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_CottonBunny.gif b/carolyns_creations/petz/petz3/c3breedz/CottonBunny.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_CottonBunny.gif rename to carolyns_creations/petz/petz3/c3breedz/CottonBunny.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_CottonBunny_c3.zip b/carolyns_creations/petz/petz3/c3breedz/CottonBunny_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_CottonBunny_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/CottonBunny_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Cowtaurus_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Cowtaurus_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Cowtaurus_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Cowtaurus_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_Cowz.gif b/carolyns_creations/petz/petz3/c3breedz/Cowz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_Cowz.gif rename to carolyns_creations/petz/petz3/c3breedz/Cowz.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(English)_c3.zip b/carolyns_creations/petz/petz3/c3breedz/CreamFluff(English)_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(English)_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/CreamFluff(English)_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(International)_c3.zip b/carolyns_creations/petz/petz3/c3breedz/CreamFluff(International)_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_CreamFluff(International)_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/CreamFluff(International)_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_CreamFluff.gif b/carolyns_creations/petz/petz3/c3breedz/CreamFluff.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_CreamFluff.gif rename to carolyns_creations/petz/petz3/c3breedz/CreamFluff.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Dalmatian(correctNumber)_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Dalmatian(correctNumber)_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Dalmatian(correctNumber)_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Dalmatian(correctNumber)_c3.zip diff --git a/carolyns_creations/frames/petz/img/c3breedz_DalmatianCat.gif b/carolyns_creations/petz/petz3/c3breedz/DalmatianCat.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c3breedz_DalmatianCat.gif rename to carolyns_creations/petz/petz3/c3breedz/DalmatianCat.gif diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Dalmatian_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Dalmatian_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Dalmatian_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Dalmatian_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Desertlynx_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Desertlynx_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Desertlynx_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Desertlynx_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Egyptianmau_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Egyptianmau_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Egyptianmau_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Egyptianmau_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Honeybear_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Honeybear_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Honeybear_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Honeybear_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Japanesebobtail_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Japanesebobtail_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Japanesebobtail_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Japanesebobtail_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Petz3BreedableBunnies.zip b/carolyns_creations/petz/petz3/c3breedz/Petz3BreedableBunnies.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Petz3BreedableBunnies.zip rename to carolyns_creations/petz/petz3/c3breedz/Petz3BreedableBunnies.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Petz3IntBreedableBunnies.zip b/carolyns_creations/petz/petz3/c3breedz/Petz3IntBreedableBunnies.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Petz3IntBreedableBunnies.zip rename to carolyns_creations/petz/petz3/c3breedz/Petz3IntBreedableBunnies.zip diff --git a/carolyns_creations/frames/petz/dl/c3breedz_Scottishfold_c3.zip b/carolyns_creations/petz/petz3/c3breedz/Scottishfold_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3breedz_Scottishfold_c3.zip rename to carolyns_creations/petz/petz3/c3breedz/Scottishfold_c3.zip diff --git a/carolyns_creations/petz/petz3/c3breedz/c3breedz.html b/carolyns_creations/petz/petz3/c3breedz/c3breedz.html new file mode 100644 index 0000000..17fc39d --- /dev/null +++ b/carolyns_creations/petz/petz3/c3breedz/c3breedz.html @@ -0,0 +1,265 @@ + + + + + + + + + Catz 3 Breedz + + + + + + + + + +
+

Catz 3 Breedz
+ Click breed photo or name to download.

+ +

+ +

Page: 1 + 2 + 3 + 4 + 5

+ +

Catz 3 breedz converted from Catz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Desert + Lynx
+ Egyptian + Mau
+ Honey + Bear
+ Japanese Bobtail
+ Scottish + Fold

+ +

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

The Catz 4 Bunny in Catz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Bunny family to go with Breedable Bunnyz + file
+ Petz 3 breedable Bunnies / + Non-English version

+ +

Other Catz 3 Breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ Go here for Species sounds + and here + for original Catz and Dogz sounds Various Species or Fantasy + breedz should have their special sounds; also, all the catz and dogz + breedz on this site use external sounds. So if you want them to sound + right in your game, you will have to download the sounds as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Abyssinian2
+ Abyssinian2 +
+
+ + Appaloosa
+ Appaloosa +
+
+ + Asian Snow Curl
+ Asian Snow Curl +
+
+ + Autumn Flurry
+ Autumn Flurry +
+
+ + Blackandwhitelonghair
+ Black and White Longhair +
+
+ + Blinka
+ Blinka +
+
+ + Black and White British Fold
+ Black and White British Fold +
+
+ + BritishGinger+White
+ British Ginger and White +
+
+ + BrownFuzzTabby
+ BrownFuzzTabby +
+
+ + Bunnycat
+ Bunnycat +
+
+ + Calibean
+ Calibean +
+
+ + Catwingz
+ Catwingz +
+
+ + CharcoalAngora
+ Charcoal Angora +
+
+ + Chickenz
+ Chickenz With "Eggz"
/
+ Chickenz + Without "Eggz" -- WKC accepted +
+ + Chinchifluttacorn
+ Chinchi Fluttacorn +
+
+ + Chinchilla Fold
+ Chinchilla Fold +
+
+ + CottonBunny
+ CottonBunny +
+
+ + Cowtaurus
+ Cowtaurus
-- WKC accepted +
+ + CreamFluff
+ Cream Fluff (English)
/ Cream Fluff + (International) +
+ + Dalmatian
+ Dalmatian (previous ID)
/ *Dalmatian + (correct ID) +
+ +
+

* the original Dalmatian Cat for Catz 3 had a different ID number from + the Catz 4 version. If you are trying to play with a Dalmatian cat pet which + was adopted previously from my Catz 4 breedfile, you should use the "Correct + ID" version of the breedfile. It will overwrite the other one, so if you + already have that one, keep it safe somewhere in case you need it.

+ +

+ Page: 1 + 2 + 3 + 4 + 5 +

+
+ + + diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSFlealessAlleyinternational_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSFlealessAlleyinternational_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSFlealessAlleyinternational_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSFlealessAlleyinternational_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSbwshorthairInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSbwshorthairInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSbwshorthairInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSbwshorthairInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSScalicoInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSScalicoInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSScalicoInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSScalicoInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSchinchillapersianInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSchinchillapersianInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSchinchillapersianInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSchinchillapersianInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSdesertlynxInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSdesertlynxInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSdesertlynxInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSdesertlynxInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSegyptianmauInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSegyptianmauInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSegyptianmauInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSegyptianmauInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSShoneybearInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSShoneybearInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSShoneybearInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSShoneybearInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSjapanesebobtailInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSjapanesebobtailInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSjapanesebobtailInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSjapanesebobtailInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSmainecoonInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSmainecoonInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSmainecoonInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSmainecoonInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSorangeshorthairInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSorangeshorthairInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSorangeshorthairInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSorangeshorthairInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSpersianInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSpersianInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSpersianInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSpersianInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSrussianblueInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSrussianblueInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSrussianblueInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSrussianblueInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSscottishfoldInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSscottishfoldInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSscottishfoldInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSscottishfoldInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSsiameseInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSsiameseInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSSsiameseInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSSsiameseInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSStabbyInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSStabbyInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_ExtLnzSStabbyInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/ExtLnzSStabbyInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSFFalleycatinternational_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSFFalleycatinternational_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSFFalleycatinternational_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSFFalleycatinternational_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSbwshorthairInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSbwshorthairInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSbwshorthairInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSbwshorthairInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SScalicoInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SScalicoInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SScalicoInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SScalicoInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSchinchillapersianInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSchinchillapersianInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSchinchillapersianInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSchinchillapersianInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSdesertlynxInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSdesertlynxInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSdesertlynxInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSdesertlynxInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSegyptianmauInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSegyptianmauInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSegyptianmauInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSegyptianmauInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SShoneybearInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SShoneybearInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SShoneybearInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SShoneybearInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSjapanesebobtailInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSjapanesebobtailInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSjapanesebobtailInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSjapanesebobtailInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSmainecoonInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSmainecoonInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSmainecoonInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSmainecoonInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSorangeshorthairInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSorangeshorthairInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSorangeshorthairInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSorangeshorthairInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSpersianInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSpersianInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSpersianInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSpersianInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSrussianblueInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSrussianblueInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSrussianblueInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSrussianblueInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSscottishfoldInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSscottishfoldInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSscottishfoldInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSscottishfoldInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SSsiameseInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SSsiameseInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SSsiameseInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SSsiameseInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/c3intbreeded_SStabbyInt_c3.zip b/carolyns_creations/petz/petz3/c3intbreeded/SStabbyInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c3intbreeded_SStabbyInt_c3.zip rename to carolyns_creations/petz/petz3/c3intbreeded/SStabbyInt_c3.zip diff --git a/carolyns_creations/petz/petz3/c3intbreeded/c3intbreeded.html b/carolyns_creations/petz/petz3/c3intbreeded/c3intbreeded.html new file mode 100644 index 0000000..d467b63 --- /dev/null +++ b/carolyns_creations/petz/petz3/c3intbreeded/c3intbreeded.html @@ -0,0 +1,94 @@ + + + + + + + + + Special sound-stripped originals + + + + + + + + + +
+

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, click here

+ +

Sound-stripped, external-lnz Original + Breedz for Catz 3 (non-English)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These breedz are the original P.F.Magic or Studio Mythos originals, with the + single exception of the Flea-free Alleys; all I've done in the other breedz + is to make it so that the sounds and .lnz files that were internal are now + external. The external .lnz files will allow people who are afraid of hex + editors to use Notepad only for making litterz and overwriting breedz. The + sounds are external so that, if the sounds have been downloaded once, all + breed downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page. As regards the Flea-free Alley, this is a true Alley with + Attitude and is PKC-accepted. I refuse to work with the original P.F.Magic + Alleys, because I believe it to be wrong to force all alley pets to have + constant fleas and sickness.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ + Alley Cat -- flea-free + version (PKC accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby +

+ +

Sound-stripped Original Breedz for Catz + 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ + Alley Cat -- flea-free version + (PKC accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby +

+
+ + + diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSBulldog_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSBulldog_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSBulldog_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSBulldog_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSChihuahua_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSChihuahua_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSChihuahua_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSChihuahua_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDachshund_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSDachshund_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDachshund_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSDachshund_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDalmatian_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSDalmatian_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSDalmatian_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSDalmatian_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGermanshepherd_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSGermanshepherd_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGermanshepherd_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSGermanshepherd_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGoldenretriever_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSGoldenretriever_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGoldenretriever_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSGoldenretriever_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGreatdane_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSGreatdane_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSGreatdane_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSGreatdane_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSJackrussell_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSJackrussell_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSJackrussell_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSJackrussell_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSLabrador_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSLabrador_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSLabrador_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSLabrador_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSMutt_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSMutt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSMutt_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSMutt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPapillon_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSPapillon_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPapillon_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSPapillon_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPoodle_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSPoodle_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPoodle_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSPoodle_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPug_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSPug_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSPug_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSPug_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSScottie_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSScottie_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSScottie_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSScottie_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSSheepdog_d3.zip b/carolyns_creations/petz/petz3/d3breeded/ExtLnzSSSheepdog_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_ExtLnzSSSheepdog_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/ExtLnzSSSheepdog_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSBulldog_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSBulldog_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSBulldog_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSBulldog_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSChihuahua_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSChihuahua_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSChihuahua_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSChihuahua_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSDachshund_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSDachshund_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSDachshund_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSDachshund_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSDalmatian_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSDalmatian_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSDalmatian_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSDalmatian_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSGermanshepherd_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSGermanshepherd_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSGermanshepherd_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSGermanshepherd_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSGoldenretriever_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSGoldenretriever_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSGoldenretriever_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSGoldenretriever_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSGreatdane_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSGreatdane_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSGreatdane_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSGreatdane_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSJackrussell_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSJackrussell_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSJackrussell_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSJackrussell_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSLabrador_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSLabrador_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSLabrador_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSLabrador_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSMutt_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSMutt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSMutt_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSMutt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSPapillon_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSPapillon_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSPapillon_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSPapillon_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSPoodle_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSPoodle_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSPoodle_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSPoodle_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSPug_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSPug_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSPug_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSPug_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSScottie_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSScottie_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSScottie_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSScottie_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breeded_SSSheepdog_d3.zip b/carolyns_creations/petz/petz3/d3breeded/SSSheepdog_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breeded_SSSheepdog_d3.zip rename to carolyns_creations/petz/petz3/d3breeded/SSSheepdog_d3.zip diff --git a/carolyns_creations/petz/petz3/d3breeded/d3breeded.html b/carolyns_creations/petz/petz3/d3breeded/d3breeded.html new file mode 100644 index 0000000..08a1041 --- /dev/null +++ b/carolyns_creations/petz/petz3/d3breeded/d3breeded.html @@ -0,0 +1,89 @@ + + + + + + + + + Special sound-stripped originals + + + + + + + + + +
+

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, click here

+ +

Sound-stripped, external-lnz Original + Breedz for Dogz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These breedz are the original P.F.Magic or Studio Mythos originals. The Pug + is the version that I "fixed" so that the tongue is properly attached. Apart + from that, all that I've done in that and the other breedz is to make it so + that the sounds and .lnz files that were internal are now external. The + external .lnz files will allow people who are afraid of hex editors to use + Notepad only for making litterz and overwriting breedz. The sounds are + external so that, if the sounds have been downloaded once, all breed + downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ + Bulldog
+ Chihuahua
+ Dachshund
+ Dalmation
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog +

+ +

Sound-stripped Original Breedz for Dogz + 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog +

+
+ + + diff --git a/carolyns_creations/frames/petz/img/d3breedz_Affelaffe.gif b/carolyns_creations/petz/petz3/d3breedz/Affelaffe.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Affelaffe.gif rename to carolyns_creations/petz/petz3/d3breedz/Affelaffe.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Affelaffe_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Affelaffe_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Affelaffe_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Affelaffe_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_Airedale.gif b/carolyns_creations/petz/petz3/d3breedz/Airedale.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Airedale.gif rename to carolyns_creations/petz/petz3/d3breedz/Airedale.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Airedale_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Airedale_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Airedale_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Airedale_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_AmericanStaffy.gif b/carolyns_creations/petz/petz3/d3breedz/AmericanStaffy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_AmericanStaffy.gif rename to carolyns_creations/petz/petz3/d3breedz/AmericanStaffy.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_AmericanStaffy_d3.zip b/carolyns_creations/petz/petz3/d3breedz/AmericanStaffy_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_AmericanStaffy_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/AmericanStaffy_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_AncestorLizard.gif b/carolyns_creations/petz/petz3/d3breedz/AncestorLizard.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_AncestorLizard.gif rename to carolyns_creations/petz/petz3/d3breedz/AncestorLizard.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Ancestorlizard_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Ancestorlizard_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Ancestorlizard_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Ancestorlizard_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_Apaws.gif b/carolyns_creations/petz/petz3/d3breedz/Apaws.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Apaws.gif rename to carolyns_creations/petz/petz3/d3breedz/Apaws.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Apaws_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Apaws_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Apaws_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Apaws_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_AustralianCattleDog.gif b/carolyns_creations/petz/petz3/d3breedz/AustralianCattleDog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_AustralianCattleDog.gif rename to carolyns_creations/petz/petz3/d3breedz/AustralianCattleDog.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_AustralianCattleDog_d3.zip b/carolyns_creations/petz/petz3/d3breedz/AustralianCattleDog_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_AustralianCattleDog_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/AustralianCattleDog_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_BeachDog.gif b/carolyns_creations/petz/petz3/d3breedz/BeachDog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_BeachDog.gif rename to carolyns_creations/petz/petz3/d3breedz/BeachDog.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_BeachDog_d3.zip b/carolyns_creations/petz/petz3/d3breedz/BeachDog_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_BeachDog_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/BeachDog_d3.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_Bearz.gif b/carolyns_creations/petz/petz3/d3breedz/Bearz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Bearz.gif rename to carolyns_creations/petz/petz3/d3breedz/Bearz.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Bearz_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Bearz_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Bearz_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Bearz_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_Blackdal.gif b/carolyns_creations/petz/petz3/d3breedz/Blackdal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Blackdal.gif rename to carolyns_creations/petz/petz3/d3breedz/Blackdal.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Blackdal_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Blackdal_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Blackdal_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Blackdal_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_BlacknKhaki.gif b/carolyns_creations/petz/petz3/d3breedz/BlacknKhaki.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_BlacknKhaki.gif rename to carolyns_creations/petz/petz3/d3breedz/BlacknKhaki.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_BlacknKhaki_d3.zip b/carolyns_creations/petz/petz3/d3breedz/BlacknKhaki_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_BlacknKhaki_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/BlacknKhaki_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_Breyer.gif b/carolyns_creations/petz/petz3/d3breedz/Breyer.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Breyer.gif rename to carolyns_creations/petz/petz3/d3breedz/Breyer.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Breyer_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Breyer_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Breyer_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Breyer_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_BrownDal_d3.zip b/carolyns_creations/petz/petz3/d3breedz/BrownDal_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_BrownDal_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/BrownDal_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_BrownPyrShepherd.gif b/carolyns_creations/petz/petz3/d3breedz/BrownPyrShepherd.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_BrownPyrShepherd.gif rename to carolyns_creations/petz/petz3/d3breedz/BrownPyrShepherd.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_BrownPyrShepherd_d3.zip b/carolyns_creations/petz/petz3/d3breedz/BrownPyrShepherd_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_BrownPyrShepherd_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/BrownPyrShepherd_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_Browndal.gif b/carolyns_creations/petz/petz3/d3breedz/Browndal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Browndal.gif rename to carolyns_creations/petz/petz3/d3breedz/Browndal.gif diff --git a/carolyns_creations/frames/petz/img/d3breedz_CalicoMutt.gif b/carolyns_creations/petz/petz3/d3breedz/CalicoMutt.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_CalicoMutt.gif rename to carolyns_creations/petz/petz3/d3breedz/CalicoMutt.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_CalicoMutt_d3.zip b/carolyns_creations/petz/petz3/d3breedz/CalicoMutt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_CalicoMutt_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/CalicoMutt_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_Calicochi.gif b/carolyns_creations/petz/petz3/d3breedz/Calicochi.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_Calicochi.gif rename to carolyns_creations/petz/petz3/d3breedz/Calicochi.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Calicochi_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Calicochi_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Calicochi_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Calicochi_d3.zip diff --git a/carolyns_creations/frames/petz/img/d3breedz_ChalkBlueDal.gif b/carolyns_creations/petz/petz3/d3breedz/ChalkBlueDal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d3breedz_ChalkBlueDal.gif rename to carolyns_creations/petz/petz3/d3breedz/ChalkBlueDal.gif diff --git a/carolyns_creations/frames/petz/dl/d3breedz_ChalkBlueDal_d3.zip b/carolyns_creations/petz/petz3/d3breedz/ChalkBlueDal_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_ChalkBlueDal_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/ChalkBlueDal_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Germanshepherd_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Germanshepherd_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Germanshepherd_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Germanshepherd_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Goldenretriever_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Goldenretriever_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Goldenretriever_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Goldenretriever_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_GreatbearSS_d3.zip b/carolyns_creations/petz/petz3/d3breedz/GreatbearSS_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_GreatbearSS_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/GreatbearSS_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Jackrussell_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Jackrussell_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Jackrussell_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Jackrussell_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Papillon_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Papillon_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Papillon_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Papillon_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Petz3BreedablePigz.zip b/carolyns_creations/petz/petz3/d3breedz/Petz3BreedablePigz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Petz3BreedablePigz.zip rename to carolyns_creations/petz/petz3/d3breedz/Petz3BreedablePigz.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_PigFamily.zip b/carolyns_creations/petz/petz3/d3breedz/PigFamily.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_PigFamily.zip rename to carolyns_creations/petz/petz3/d3breedz/PigFamily.zip diff --git a/carolyns_creations/frames/petz/dl/d3breedz_Pug_d3.zip b/carolyns_creations/petz/petz3/d3breedz/Pug_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3breedz_Pug_d3.zip rename to carolyns_creations/petz/petz3/d3breedz/Pug_d3.zip diff --git a/carolyns_creations/petz/petz3/d3breedz/d3breedz.html b/carolyns_creations/petz/petz3/d3breedz/d3breedz.html new file mode 100644 index 0000000..89e78c3 --- /dev/null +++ b/carolyns_creations/petz/petz3/d3breedz/d3breedz.html @@ -0,0 +1,212 @@ + + + + + + + + + Dogz 3 Breedz + + + + + + + + + +
+

Dogz 3 Breedz
+ Click breed photo or name to download.

+ +

Page: + 1 + 2 + 3 + 4 + 5

+ +

Dogz 5 Breedz converted to Dogz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

German + Shepherd
+ Golden + Retriever
+ Jack + Russell
+ Papillon
+ Pug

+ +

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

The Dogz 4 Pigz in Dogz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Pig family to go with Breedable Pigz file
+ Petz 3 Breedable Pigz

+ +

Other Dogz 3 Breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ Go here for Species + sounds and here for original Catz + and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Affelaffe
+ Affelaffe +
+
+ + Airedale
+ Airedale +
+
+ + AmericanStaffy
+ American Staffy +
+
+ + Ancestorlizard
+ Ancestor Lizard +
+
+ + Apaws
+ Apaws +
+
+ + AustralianCattleDog
+ Australian Cattle Dog +
+
+ + BeachDog
+ Beach Dog +
+
+ + Bearz
+ Bearz
-- WKC accepted -- external-sounds version +
+ + Blackdal
+ Blackdal +
+
+ + BlacknKhaki
+ Black n Khaki +
+
+ + Breyer
+ Breyer +
+
+ + BrownPyrShepherd
+ Brown Pyr Shepherd +
+
+ + BrownDal
+ BrownDal +
+
+ + CalicoMutt
+ CalicoMutt +
+
+ + Calicochi
+ Calicochi +
+
+ + ChalkBlueDal
+ ChalkBlueDal +
+
+ +
+

Page: + 1 + 2 + 3 + 4 + 5

+
+ + + diff --git a/carolyns_creations/frames/petz/dl/d2breedz_ExtLnzSSBulldogInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSBulldogInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d2breedz_ExtLnzSSBulldogInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSBulldogInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSChihuahuaInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSChihuahuaInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSChihuahuaInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSChihuahuaInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDachshundInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSDachshundInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDachshundInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSDachshundInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDalmatianInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSDalmatianInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSDalmatianInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSDalmatianInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGermanshepherdInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSGermanshepherdInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGermanshepherdInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSGermanshepherdInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGoldenretrieverInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSGoldenretrieverInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGoldenretrieverInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSGoldenretrieverInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGreatdaneInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSGreatdaneInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSGreatdaneInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSGreatdaneInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSJackrussellInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSJackrussellInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSJackrussellInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSJackrussellInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSLabradorInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSLabradorInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSLabradorInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSLabradorInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSMuttInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSMuttInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSMuttInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSMuttInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPapillonInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSPapillonInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPapillonInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSPapillonInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPoodleInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSPoodleInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPoodleInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSPoodleInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPugInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSPugInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSPugInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSPugInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSScottieInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSScottieInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSScottieInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSScottieInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSSheepdogInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSSheepdogInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_ExtLnzSSSheepdogInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/ExtLnzSSSheepdogInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSBulldogInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSBulldogInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSBulldogInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSBulldogInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSChihuahuaInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSChihuahuaInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSChihuahuaInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSChihuahuaInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSDachshundInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSDachshundInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSDachshundInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSDachshundInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSDalmatianInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSDalmatianInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSDalmatianInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSDalmatianInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSGermanshepherdInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSGermanshepherdInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSGermanshepherdInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSGermanshepherdInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSGoldenretrieverInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSGoldenretrieverInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSGoldenretrieverInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSGoldenretrieverInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSGreatdaneInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSGreatdaneInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSGreatdaneInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSGreatdaneInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSJackrussellInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSJackrussellInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSJackrussellInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSJackrussellInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSLabradorInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSLabradorInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSLabradorInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSLabradorInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSMuttInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSMuttInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSMuttInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSMuttInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSPapillonInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSPapillonInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSPapillonInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSPapillonInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSPoodleInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSPoodleInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSPoodleInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSPoodleInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSPugInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSPugInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSPugInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSPugInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSScottieInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSScottieInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSScottieInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSScottieInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/d3intbreeded_SSSheepdogInt_d3.zip b/carolyns_creations/petz/petz3/d3intbreeded/SSSheepdogInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d3intbreeded_SSSheepdogInt_d3.zip rename to carolyns_creations/petz/petz3/d3intbreeded/SSSheepdogInt_d3.zip diff --git a/carolyns_creations/petz/petz3/d3intbreeded/d3intbreeded.html b/carolyns_creations/petz/petz3/d3intbreeded/d3intbreeded.html new file mode 100644 index 0000000..b9cdb71 --- /dev/null +++ b/carolyns_creations/petz/petz3/d3intbreeded/d3intbreeded.html @@ -0,0 +1,87 @@ + + + + + + + + + Special sound-stripped originals + + + + + + + + + +
+

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, + click here

+ +

Sound-stripped, external-lnz Original + Breedz for Dogz 3 (non-English)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These breedz are the original P.F.Magic or Studio Mythos originals. The Pug + is the version that I "fixed" so that the tongue is properly attached. Apart + from that, all that I've done in that and the other breedz is to make it so + that the sounds and .lnz files that were internal are now external. The + external .lnz files will allow people who are afraid of hex editors to use + Notepad only for making litterz and overwriting breedz. The sounds are + external so that, if the sounds have been downloaded once, all breed + downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page.
Please note that the readme in with the breedfile + explains where everything should go, including the sounds that are + downloadable from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog

+ +

Sound-stripped Original Breedz for Dogz + 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog +

+
+ + + diff --git a/carolyns_creations/frames/petz/dl/p3breedz_102_c3.zip b/carolyns_creations/petz/petz3/p3breedz/102_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_102_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/102_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_102dalmatians.gif b/carolyns_creations/petz/petz3/p3breedz/102dalmatians.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_102dalmatians.gif rename to carolyns_creations/petz/petz3/p3breedz/102dalmatians.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Alley2_OW_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Alley2_OW_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Alley2_OW_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Alley2_OW_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Alley2_OWinternational_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Alley2_OWinternational_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Alley2_OWinternational_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Alley2_OWinternational_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Alley3_OW_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Alley3_OW_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Alley3_OW_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Alley3_OW_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Alley3_OWinternational_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Alley3_OWinternational_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Alley3_OWinternational_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Alley3_OWinternational_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_AlleycatOW_c3.zip b/carolyns_creations/petz/petz3/p3breedz/AlleycatOW_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_AlleycatOW_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/AlleycatOW_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Alleyvaried.gif b/carolyns_creations/petz/petz3/p3breedz/Alleyvaried.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Alleyvaried.gif rename to carolyns_creations/petz/petz3/p3breedz/Alleyvaried.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OW_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Alleyvaried_OW_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OW_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Alleyvaried_OW_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OWinternational_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Alleyvaried_OWinternational_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Alleyvaried_OWinternational_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Alleyvaried_OWinternational_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Arthropodz.gif b/carolyns_creations/petz/petz3/p3breedz/Arthropodz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Arthropodz.gif rename to carolyns_creations/petz/petz3/p3breedz/Arthropodz.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_ArthropodzInt_c3.zip b/carolyns_creations/petz/petz3/p3breedz/ArthropodzInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_ArthropodzInt_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/ArthropodzInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Arthropodz_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Arthropodz_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Arthropodz_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Arthropodz_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Boy.gif b/carolyns_creations/petz/petz3/p3breedz/Boy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Boy.gif rename to carolyns_creations/petz/petz3/p3breedz/Boy.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_BoyInt_d3.zip b/carolyns_creations/petz/petz3/p3breedz/BoyInt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_BoyInt_d3.zip rename to carolyns_creations/petz/petz3/p3breedz/BoyInt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Boy_d3.zip b/carolyns_creations/petz/petz3/p3breedz/Boy_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Boy_d3.zip rename to carolyns_creations/petz/petz3/p3breedz/Boy_d3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Boyz.gif b/carolyns_creations/petz/petz3/p3breedz/Boyz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Boyz.gif rename to carolyns_creations/petz/petz3/p3breedz/Boyz.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_BoyzInt_c3.zip b/carolyns_creations/petz/petz3/p3breedz/BoyzInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_BoyzInt_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/BoyzInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Boyz_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Boyz_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Boyz_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Boyz_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Caliwingz.gif b/carolyns_creations/petz/petz3/p3breedz/Caliwingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Caliwingz.gif rename to carolyns_creations/petz/petz3/p3breedz/Caliwingz.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Caliwingz_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Caliwingz_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Caliwingz_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Caliwingz_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Fishie.gif b/carolyns_creations/petz/petz3/p3breedz/Fishie.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Fishie.gif rename to carolyns_creations/petz/petz3/p3breedz/Fishie.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_FishieInt_c3.zip b/carolyns_creations/petz/petz3/p3breedz/FishieInt_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_FishieInt_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/FishieInt_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Fishie_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Fishie_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Fishie_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Fishie_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_FlealessAlleys.gif b/carolyns_creations/petz/petz3/p3breedz/FlealessAlleys.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_FlealessAlleys.gif rename to carolyns_creations/petz/petz3/p3breedz/FlealessAlleys.gif diff --git a/carolyns_creations/frames/petz/img/p3breedz_FlealessAlleys2.gif b/carolyns_creations/petz/petz3/p3breedz/FlealessAlleys2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_FlealessAlleys2.gif rename to carolyns_creations/petz/petz3/p3breedz/FlealessAlleys2.gif diff --git a/carolyns_creations/frames/petz/img/p3breedz_Jester.gif b/carolyns_creations/petz/petz3/p3breedz/Jester.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Jester.gif rename to carolyns_creations/petz/petz3/p3breedz/Jester.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Jester_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Jester_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Jester_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Jester_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Lips.gif b/carolyns_creations/petz/petz3/p3breedz/Lips.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Lips.gif rename to carolyns_creations/petz/petz3/p3breedz/Lips.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_LipsInternational_c3.zip b/carolyns_creations/petz/petz3/p3breedz/LipsInternational_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_LipsInternational_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/LipsInternational_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Lips_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Lips_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Lips_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Lips_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Walret.gif b/carolyns_creations/petz/petz3/p3breedz/Walret.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Walret.gif rename to carolyns_creations/petz/petz3/p3breedz/Walret.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Walret_c3.zip b/carolyns_creations/petz/petz3/p3breedz/Walret_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Walret_c3.zip rename to carolyns_creations/petz/petz3/p3breedz/Walret_c3.zip diff --git a/carolyns_creations/frames/petz/img/p3breedz_Wetterhoun.gif b/carolyns_creations/petz/petz3/p3breedz/Wetterhoun.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3breedz_Wetterhoun.gif rename to carolyns_creations/petz/petz3/p3breedz/Wetterhoun.gif diff --git a/carolyns_creations/frames/petz/dl/p3breedz_Wetterhoun_d3.zip b/carolyns_creations/petz/petz3/p3breedz/Wetterhoun_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_Wetterhoun_d3.zip rename to carolyns_creations/petz/petz3/p3breedz/Wetterhoun_d3.zip diff --git a/carolyns_creations/petz/petz3/p3breedz/p3breedz.html b/carolyns_creations/petz/petz3/p3breedz/p3breedz.html new file mode 100644 index 0000000..9cadf3a --- /dev/null +++ b/carolyns_creations/petz/petz3/p3breedz/p3breedz.html @@ -0,0 +1,221 @@ + + + + + + + + + New Petz 3 Breedz + + + + + + + + + +
+

New Petz 3 Breedz
+ Click breed photo or name to download.

+ +

+ +

NOTE: If one of my breedz crashes your game at the Adoption Centre,
+ please read this.

+ +

For my People In Petz breedz go here
+ For my Latest breedz (overwriting and for use with my LNZ-files packages), + go here
+ For my Team Creation breedz (Rhino, Ostrich etc), go here
+ For my P.F.Magic Mice breedz go here
+ For my Oddpetz Transformation breedz (Duckoddz etc) go here
+ For my Arthropod breedz (Spiders, butterflies etc) go here
+ For my aquatic stuff (fishies, frogs etc) go here
+ For my Emoticon breed "OddballzDream" and petz go here
+ + Go here for Species sounds and here for original Catz and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+ +

My Skorch Odd-petz breed is now available + here. All 13 of the originals have now been brought into the Catz + games.

+ +

.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Caliwingz
+ Caliwingz (Catz) +
+
+ + Walret
+ Walret (Catz) +
+
+ + 102
+ 102 (Catz) +
+
+ + Jester
+ Jester (Catz) +
+
+ + Flealess Alleys
+ Flealess Alleys (Catz) +

+ Overwriting. With Sleepycat's variation.
+ Does not have Alley attitude. Download sounds for this breed. +
+ + Flealess Alleys
+ Flealess Alleys (Catz) +
/
+ Non-English + version
+ Overwriting. With variations listed at + PKC
+ Does not have Alley attitude. Download sounds for this breed. +
+ + Flealess Alleys
+ Flealess Alleys With Attitude (Catz) +
/
+ Non-English + version +
+ Overwriting. PKC accepted.
+ Download sounds for this breed. True to type, has Alley Attitude +
+ + Lips
+ Lips (Catz) +
/ Non-English version
+ The 13th and final Original Oddballz converted to Petz 3!
+ And yes, I do intend to make emoticon clothes...
+ Eventually... +
+ + Varied Flealess Alleys
+ Varied Alleys With Attitude (Catz) +
/
+ Non-English + version +
+ Overwriting. Download sounds for this breed. Flealess, with Alley + Attitude +
+ + Wetterhoun
+ Wetterhoun (Dogz) +
+
+ + Boyz
+ Boyz (Catz) +
/
+ Non-English version
+ Download sounds for this breed. Breed should be male only. +
+ + Boy
+ Boy (Dogz) +
/
+ Non-English version
+ Download sounds for this breed. Breed should be male only. +
+ + Fishie
+ Fishie (Catz) +
/
+ Non-English + version
+ Download sounds for this breed. +
+ + Arthropodz
+ Arthropodz (Catz) +
/ Non-English + version
+ Download sounds for this breed.
+ -- WKC accepted +
+ + + diff --git a/carolyns_creations/frames/petz/dl/p3breedz_skorchc3.zip b/carolyns_creations/petz/petz3/p3breedz/skorchc3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3breedz_skorchc3.zip rename to carolyns_creations/petz/petz3/p3breedz/skorchc3.zip diff --git a/carolyns_creations/frames/petz/dl/p3clothes_DanceDress_p3.zip b/carolyns_creations/petz/petz3/p3clothes/DanceDress_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3clothes_DanceDress_p3.zip rename to carolyns_creations/petz/petz3/p3clothes/DanceDress_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3clothes_Dancedress.gif b/carolyns_creations/petz/petz3/p3clothes/Dancedress.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3clothes_Dancedress.gif rename to carolyns_creations/petz/petz3/p3clothes/Dancedress.gif diff --git a/carolyns_creations/frames/petz/dl/p3clothes_WigDread2_p3.zip b/carolyns_creations/petz/petz3/p3clothes/WigDread2_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3clothes_WigDread2_p3.zip rename to carolyns_creations/petz/petz3/p3clothes/WigDread2_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3clothes_WigDreads_p3.zip b/carolyns_creations/petz/petz3/p3clothes/WigDreads_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3clothes_WigDreads_p3.zip rename to carolyns_creations/petz/petz3/p3clothes/WigDreads_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3clothes_WigJudges_p3.zip b/carolyns_creations/petz/petz3/p3clothes/WigJudges_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3clothes_WigJudges_p3.zip rename to carolyns_creations/petz/petz3/p3clothes/WigJudges_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3clothes_Wigz.gif b/carolyns_creations/petz/petz3/p3clothes/Wigz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3clothes_Wigz.gif rename to carolyns_creations/petz/petz3/p3clothes/Wigz.gif diff --git a/carolyns_creations/frames/petz/img/p3clothes_Wingz.gif b/carolyns_creations/petz/petz3/p3clothes/Wingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3clothes_Wingz.gif rename to carolyns_creations/petz/petz3/p3clothes/Wingz.gif diff --git a/carolyns_creations/frames/petz/dl/p3clothes_Wingz_p3.zip b/carolyns_creations/petz/petz3/p3clothes/Wingz_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3clothes_Wingz_p3.zip rename to carolyns_creations/petz/petz3/p3clothes/Wingz_p3.zip diff --git a/carolyns_creations/petz/petz3/p3clothes/p3clothes.html b/carolyns_creations/petz/petz3/p3clothes/p3clothes.html new file mode 100644 index 0000000..01ea620 --- /dev/null +++ b/carolyns_creations/petz/petz3/p3clothes/p3clothes.html @@ -0,0 +1,44 @@ + + + + + + Hex edited Clothes for Petz 3 + + + + + + + + + +
+

Hex edited Clothes for Petz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These are the very few clothes that I've made for the Petz 3 game. I don't + have a great interest in making petz clothes, mainly because there have + always been a lot of people out there making great stuff pretty much since + the game first came out. But there were a couple of things that people + wanted to know how to do, and here they are.

+ +

+ Dance Dress
+ Two Dance Dresses in one +

+ + + Wingz
+ Wingz for your petz +

+ + + Wigz
+ Wigz for your petz
/ Dreadlocks + 2 / Judge's + wigz

+
+ + diff --git a/carolyns_creations/frames/petz/img/p3hosts_Bailey.gif b/carolyns_creations/petz/petz3/p3hosts/Bailey.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Bailey.gif rename to carolyns_creations/petz/petz3/p3hosts/Bailey.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_BearHost.gif b/carolyns_creations/petz/petz3/p3hosts/BearHost.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_BearHost.gif rename to carolyns_creations/petz/petz3/p3hosts/BearHost.gif diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostBear_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostBear_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostBear_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostBear_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostJones_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostJones_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostJones_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostJones_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostMisha_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostMisha_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostMisha_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostMisha_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostMitzy_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostMitzy_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostMitzy_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostMitzy_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostPeg2_c3.zip b/carolyns_creations/petz/petz3/p3hosts/HostPeg2_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostPeg2_c3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostPeg2_c3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostPeg_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostPeg_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostPeg_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostPeg_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostPepe_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostPepe_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostPepe_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostPepe_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostPharaoh_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostPharaoh_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostPharaoh_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostPharaoh_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostRingmasterBailey_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostRingmasterBailey_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostRingmasterBailey_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostRingmasterBailey_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostTheAdmiral_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostTheAdmiral_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostTheAdmiral_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostTheAdmiral_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3hosts_HostWyatt_p3.zip b/carolyns_creations/petz/petz3/p3hosts/HostWyatt_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_HostWyatt_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/HostWyatt_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3hosts_Jones.gif b/carolyns_creations/petz/petz3/p3hosts/Jones.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Jones.gif rename to carolyns_creations/petz/petz3/p3hosts/Jones.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_Misha.gif b/carolyns_creations/petz/petz3/p3hosts/Misha.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Misha.gif rename to carolyns_creations/petz/petz3/p3hosts/Misha.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_Mitzy.gif b/carolyns_creations/petz/petz3/p3hosts/Mitzy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Mitzy.gif rename to carolyns_creations/petz/petz3/p3hosts/Mitzy.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_Peg.gif b/carolyns_creations/petz/petz3/p3hosts/Peg.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Peg.gif rename to carolyns_creations/petz/petz3/p3hosts/Peg.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_Pepe.gif b/carolyns_creations/petz/petz3/p3hosts/Pepe.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Pepe.gif rename to carolyns_creations/petz/petz3/p3hosts/Pepe.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_Pharaoh.gif b/carolyns_creations/petz/petz3/p3hosts/Pharaoh.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Pharaoh.gif rename to carolyns_creations/petz/petz3/p3hosts/Pharaoh.gif diff --git a/carolyns_creations/frames/petz/dl/p3hosts_PharaohGlitzySandals_p3.zip b/carolyns_creations/petz/petz3/p3hosts/PharaohGlitzySandals_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3hosts_PharaohGlitzySandals_p3.zip rename to carolyns_creations/petz/petz3/p3hosts/PharaohGlitzySandals_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3hosts_TheAdmiral.gif b/carolyns_creations/petz/petz3/p3hosts/TheAdmiral.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_TheAdmiral.gif rename to carolyns_creations/petz/petz3/p3hosts/TheAdmiral.gif diff --git a/carolyns_creations/frames/petz/img/p3hosts_Wyatt.gif b/carolyns_creations/petz/petz3/p3hosts/Wyatt.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3hosts_Wyatt.gif rename to carolyns_creations/petz/petz3/p3hosts/Wyatt.gif diff --git a/carolyns_creations/petz/petz3/p3hosts/p3hosts.html b/carolyns_creations/petz/petz3/p3hosts/p3hosts.html new file mode 100644 index 0000000..0e77fc3 --- /dev/null +++ b/carolyns_creations/petz/petz3/p3hosts/p3hosts.html @@ -0,0 +1,124 @@ + + + + + + Document + + + + + + + + + +
+

Petz 3 versions of the P4 Hosts Adoptable With Clothing + For All P3 Petz
+ Click photo or name to download.

+ +

My thanks to Carol, aka Minibyte, for converting my Petz 4 versions to + Petz 3 -- and for re-kindling my interest so that I made them look right in + the closet at last!

+ +

Please note -- these are the Hosts, exactly as they were made by the + game's creators. They were of course never intended to have a "normal" petz + life in the game, without their special clothes. I wanted you to have the + real Hosts, so I made no changes. If you don't like Bear's back legs, + or Wyatt's ears and wrists, or the way Peg and Pharaoh look, then I suggest + that you either adopt a different pet instead or always keep their proper + clothes on.
+ Also I am providing an alternative Peg, because I gather that in some + people's games Peg does not have the grey wrist-cuffs that she does in mine. + So you get to choose :-)

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Host Pharaoh
+ Pharaoh with clothes P3 +
/ Glitzy sandals +
+ + The Admiral
+ The Admiral with clothes P3 +
+
+ + Host Bear
+ Host Bear with clothes P3 +
+
+ + Host Jones
+ Jones with clothes P3 +
+
+ + Host Misha
+ Misha with clothes P3 +
+
+ + Host Mitzy
+ Host Mitzy with clothes P3 +
+
+ + Host Peg
+ Peg with clothes P3 +
/ The + alternative Peg +
+ + Host Pepe
+ Pepe with clothes P3 +
+
+ + Ringmaster Bailey
+ Bailey with clothes P3 +
+
+ + Host Wyatt
+ Wyatt with clothes P3 +
+
+ + diff --git a/carolyns_creations/frames/petz/dl/p3official_artdecoclock.exe b/carolyns_creations/petz/petz3/p3official/artdecoclock.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_artdecoclock.exe rename to carolyns_creations/petz/petz3/p3official/artdecoclock.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_brownframe.exe b/carolyns_creations/petz/petz3/p3official/brownframe.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_brownframe.exe rename to carolyns_creations/petz/petz3/p3official/brownframe.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_carnations.exe b/carolyns_creations/petz/petz3/p3official/carnations.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_carnations.exe rename to carolyns_creations/petz/petz3/p3official/carnations.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_carrotseeds.exe b/carolyns_creations/petz/petz3/p3official/carrotseeds.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_carrotseeds.exe rename to carolyns_creations/petz/petz3/p3official/carrotseeds.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_healthytreat.exe b/carolyns_creations/petz/petz3/p3official/healthytreat.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_healthytreat.exe rename to carolyns_creations/petz/petz3/p3official/healthytreat.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_holidaytoyz.exe b/carolyns_creations/petz/petz3/p3official/holidaytoyz.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_holidaytoyz.exe rename to carolyns_creations/petz/petz3/p3official/holidaytoyz.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_jackolantern.exe b/carolyns_creations/petz/petz3/p3official/jackolantern.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_jackolantern.exe rename to carolyns_creations/petz/petz3/p3official/jackolantern.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_lovepotion.exe b/carolyns_creations/petz/petz3/p3official/lovepotion.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_lovepotion.exe rename to carolyns_creations/petz/petz3/p3official/lovepotion.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_marblevase.exe b/carolyns_creations/petz/petz3/p3official/marblevase.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_marblevase.exe rename to carolyns_creations/petz/petz3/p3official/marblevase.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_menorah.exe b/carolyns_creations/petz/petz3/p3official/menorah.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_menorah.exe rename to carolyns_creations/petz/petz3/p3official/menorah.exe diff --git a/carolyns_creations/petz/petz3/p3official/p3official.html b/carolyns_creations/petz/petz3/p3official/p3official.html new file mode 100644 index 0000000..dff693e --- /dev/null +++ b/carolyns_creations/petz/petz3/p3official/p3official.html @@ -0,0 +1,49 @@ + + + + + + + + + Petz 3 Official Downloads + + + + + + + + + +
+

Petz 3 Official Downloads
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

I have been told that these old Petz 3 official downloads are no longer + available anywhere. I've not had time to check all possible places myself to + find out if this is so, but until I hear otherwise I'm putting them on this + page for players of the best-ever petz game to grab :-)

+ +

art deco clock
+ brown frame
+ carnations
+ carrot seeds
+ healthy treat
+ holiday toyz
+ jack o lantern
+ love potion
+ marble vase
+ menorah
+ roach motel
+ sneaker
+ snowscene
+ snow toyz
+ soccer ball
+ sunflower seeds
+ tennis ball
+ violet seeds

+
+ + + diff --git a/carolyns_creations/frames/petz/dl/p3official_roachmotel.exe b/carolyns_creations/petz/petz3/p3official/roachmotel.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_roachmotel.exe rename to carolyns_creations/petz/petz3/p3official/roachmotel.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_sneaker.exe b/carolyns_creations/petz/petz3/p3official/sneaker.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_sneaker.exe rename to carolyns_creations/petz/petz3/p3official/sneaker.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_snowscene.exe b/carolyns_creations/petz/petz3/p3official/snowscene.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_snowscene.exe rename to carolyns_creations/petz/petz3/p3official/snowscene.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_snowtoyz.exe b/carolyns_creations/petz/petz3/p3official/snowtoyz.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_snowtoyz.exe rename to carolyns_creations/petz/petz3/p3official/snowtoyz.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_soccerball.exe b/carolyns_creations/petz/petz3/p3official/soccerball.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_soccerball.exe rename to carolyns_creations/petz/petz3/p3official/soccerball.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_sunflowerseeds.exe b/carolyns_creations/petz/petz3/p3official/sunflowerseeds.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_sunflowerseeds.exe rename to carolyns_creations/petz/petz3/p3official/sunflowerseeds.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_tennisball.exe b/carolyns_creations/petz/petz3/p3official/tennisball.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_tennisball.exe rename to carolyns_creations/petz/petz3/p3official/tennisball.exe diff --git a/carolyns_creations/frames/petz/dl/p3official_violetseeds.exe b/carolyns_creations/petz/petz3/p3official/violetseeds.exe similarity index 100% rename from carolyns_creations/frames/petz/dl/p3official_violetseeds.exe rename to carolyns_creations/petz/petz3/p3official/violetseeds.exe diff --git a/carolyns_creations/frames/petz/img/p3playscene_Carrycase.gif b/carolyns_creations/petz/petz3/p3playscene/Carrycase.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3playscene_Carrycase.gif rename to carolyns_creations/petz/petz3/p3playscene/Carrycase.gif diff --git a/carolyns_creations/frames/petz/dl/p3playscene_Carrycase_p3.zip b/carolyns_creations/petz/petz3/p3playscene/Carrycase_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3playscene_Carrycase_p3.zip rename to carolyns_creations/petz/petz3/p3playscene/Carrycase_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3playscene_SecretWoodSounds.zip b/carolyns_creations/petz/petz3/p3playscene/SecretWoodSounds.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3playscene_SecretWoodSounds.zip rename to carolyns_creations/petz/petz3/p3playscene/SecretWoodSounds.zip diff --git a/carolyns_creations/frames/petz/dl/p3playscene_SecretWoodToyz_p3.zip b/carolyns_creations/petz/petz3/p3playscene/SecretWoodToyz_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3playscene_SecretWoodToyz_p3.zip rename to carolyns_creations/petz/petz3/p3playscene/SecretWoodToyz_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3playscene_SecretWood_p3.zip b/carolyns_creations/petz/petz3/p3playscene/SecretWood_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3playscene_SecretWood_p3.zip rename to carolyns_creations/petz/petz3/p3playscene/SecretWood_p3.zip diff --git a/carolyns_creations/petz/petz3/p3playscene/p3playscene.html b/carolyns_creations/petz/petz3/p3playscene/p3playscene.html new file mode 100644 index 0000000..73235ee --- /dev/null +++ b/carolyns_creations/petz/petz3/p3playscene/p3playscene.html @@ -0,0 +1,78 @@ + + + + + + + + + New Petz 3 Playscene items + + + + + + + + + +
+

New Petz 3 Playscene items
+ Click picture or name to download.

+ +

This page contains any playscenes or special items to go with + playscenes that I make for the Petz 3 game. Unless otherwise stated, they + are for the English-language version; I do intend to make them for the + International version also, and when I do they will be clearly + labelled.

+ +

NOTE: if you are trying to use my carrycase patch but can't see any + .dll files in your game's Resource directory, then they are "hidden" and you + need to un-hide them. Open either "My Computer" or "Windows Explorer" and, + from the "View" drop-down menu, choose "Options". Now in the View pane of + the dialogue box that pops up, choose "show all files" and not "hide files + of these types". Click "OK", then go to that directory and you'll see the + .dll files just fine. Make a copy of any file that you intend to patch, as + these are important files and you might want your original back + again!

+ +

The Secret Wood is now finished and available complete for you to + download! It will look best if you download the special Carry-case with + mice, and the toyz -- and I strongly recommend that you download the sounds + also. Click on various things, such as the knot-hole by the lion's nose, for + some little surprises, and have fun with the birdie-house and Scarab + (dung-beetle). You can pick them up and move them around the place. The + beetle does a dung-beetle's job of clearing up dirt, and the birdie-house + keeps time for you. Oh, and there is a shelf in the bower above the + Lion.
+ I hope you enjoy this scene and find it as magical as I do. I shall be + putting together my notes and filmstrip bitmaps into a tutorial to help + other people make their own carry-case and playscene.

+
+ + + + + diff --git a/carolyns_creations/frames/petz/img/p3playscene_scene.gif b/carolyns_creations/petz/petz3/p3playscene/scene.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3playscene_scene.gif rename to carolyns_creations/petz/petz3/p3playscene/scene.gif diff --git a/carolyns_creations/frames/petz/img/p3playscene_toyz.gif b/carolyns_creations/petz/petz3/p3playscene/toyz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3playscene_toyz.gif rename to carolyns_creations/petz/petz3/p3playscene/toyz.gif diff --git a/carolyns_creations/petz/petz3/p3playscenz/Citystreet_p3.zip b/carolyns_creations/petz/petz3/p3playscenz/Citystreet_p3.zip new file mode 100644 index 0000000..faec4af Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Citystreet_p3.zip differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Egypt3.jpg b/carolyns_creations/petz/petz3/p3playscenz/Egypt3.jpg new file mode 100644 index 0000000..a0a335a Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Egypt3.jpg differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Egypt_p3.zip b/carolyns_creations/petz/petz3/p3playscenz/Egypt_p3.zip new file mode 100644 index 0000000..53a01bf Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Egypt_p3.zip differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Farm_p3.zip b/carolyns_creations/petz/petz3/p3playscenz/Farm_p3.zip new file mode 100644 index 0000000..34e0e97 Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Farm_p3.zip differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Farmatdawn.jpg b/carolyns_creations/petz/petz3/p3playscenz/Farmatdawn.jpg new file mode 100644 index 0000000..742e659 Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Farmatdawn.jpg differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Forest.jpg b/carolyns_creations/petz/petz3/p3playscenz/Forest.jpg new file mode 100644 index 0000000..dd44dd5 Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Forest.jpg differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Forest_p3.zip b/carolyns_creations/petz/petz3/p3playscenz/Forest_p3.zip new file mode 100644 index 0000000..5c6ad1e Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Forest_p3.zip differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Mars_p3.zip b/carolyns_creations/petz/petz3/p3playscenz/Mars_p3.zip new file mode 100644 index 0000000..46a415f Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Mars_p3.zip differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/NorthernWilderness_p3.zip b/carolyns_creations/petz/petz3/p3playscenz/NorthernWilderness_p3.zip new file mode 100644 index 0000000..175cf5a Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/NorthernWilderness_p3.zip differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/Northernwildernessp3.jpg b/carolyns_creations/petz/petz3/p3playscenz/Northernwildernessp3.jpg new file mode 100644 index 0000000..4a1e393 Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/Northernwildernessp3.jpg differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/citystreet.jpg b/carolyns_creations/petz/petz3/p3playscenz/citystreet.jpg new file mode 100644 index 0000000..03b921b Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/citystreet.jpg differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/marsp3.jpg b/carolyns_creations/petz/petz3/p3playscenz/marsp3.jpg new file mode 100644 index 0000000..3d304f0 Binary files /dev/null and b/carolyns_creations/petz/petz3/p3playscenz/marsp3.jpg differ diff --git a/carolyns_creations/petz/petz3/p3playscenz/p3playscenz.html b/carolyns_creations/petz/petz3/p3playscenz/p3playscenz.html new file mode 100644 index 0000000..1279b0e --- /dev/null +++ b/carolyns_creations/petz/petz3/p3playscenz/p3playscenz.html @@ -0,0 +1,161 @@ + + + + + + + + Old Petz 3 Playscenes + + + + + + + + + + +
+ Old Petz 3 Playscenes by other people
+ Click picture or name to download. +
+ +

+ Page: 1 + 2 + 3 +

+ +

+ This page is intended as a service for petz 3 fans who are now finding that + all playscene sites are inactive. I am putting it up with the special + permission of Abby, who hosts my site, as there seems to be a definite need + for the service. It contains playscenes made by other people -- NOT + myself -- for the Petz 3 game. The major creators of most Petz 3 playscenes + were Alexa of the old Playscene Paradise and Birgit of the old PetzGallery. + Birgit was an amazingly active person in the great Petz 3 days, and she was + the only other person I know of apart from myself to figure out the existence + and importance of ID numbers. One of the best things that she did was to + create many unusual playscenes from scratch and help others to do so as well, + including Alexa. Alexa, as well as making some great playscenes, ran the + marvellous "Jester's Playscene Paradise", which included some useful + information about the scenes. Terri, of Terri's Petz, and Lyrra of Pride + Kennels and Cattery both made marvellous backgrounds which Birgit turned into + scenes.
+ Exciting news for fans of Lyrra's work! Pride K&C has re-opened! It's Petz 5 only, but already Lyrra + is starting to breed petz for adoption. It'll be great to see how the re-born + site develops :-) I'll be putting the last of her Petz 3 scenes up here soon + -- thanks, Lyrra!
+ I have been unable to trace or contact the other creators, as all the contact + addresses appear to be inoperative. If anyone sees their work up here and + wants it taken down, please tell me so; also if I have attributed one of the + scenes wrongly.
+ When the creators altered the sounds enormously, there was no point in trying + to make smaller patchfiles, but wherever possible I've reduced the downloads + by making patches. I've checked all the patches, and the scenes that they + create, in my own game and they work fine for me. There's no point in you + writing to me about any bugs or glitches that may occur in the game for you + with these scenes, as they are not my playscenes.
+ Unless otherwise stated, the scenes are for the English-language version; any + that I find eventually for an International version will be uploaded also if I + have the space, and when I do they will be clearly labelled. +

+ +
+
+ + Northern Wilderness
+ Northern Wilderness +

+ By Lyrra, of Pride Kennels and Cattery, and Birgit. It's best if you + have the official download of the snowball toy in your game. This download + is in the form of a patchfile; you need the original P.F.Magic Snow Scene + to create it. +
+ +
+ + Egypt
+ Egypt, also kown as "Nile in Egypt". +

+ By "Tabi's SBAC". This scene comes with its own "tropical bug" toy which + should be put in the toyz directory. It also works best if you + already have my Dung + Beetle toy in your game. My Dung Beetle is a blue Scarab, very + Egyptian :-) +
+ +
+ + Mars
+ Mars +

+ By Terri and Birgit.
+ This scene looks best if you have the Red Toy Car in your game. +
+ +
+ + City Street
+ A City Street +

+ By Terri of Terri's Petz
+ with its own internal sounds. +
+ +
+ + Farm at Dawn
+ Farm at Dawn +

+ By Alexa and Birgit. Has its own internal sounds; extra sounds done by + Birgit.
+ Alexa said: "Yes, ANOTHER farm scene! I made this one manipulating several + graphics and photos (all my sunrise/sunset pictures in scenes are from my + missions trip to Haiti!) -- when I saw this image of a farm, I just HAD to + make it into a scene! Listen to the sounds of daybreak in this beautiful new + scene!" Birgit said: "This is the Farm at Dawn Scene of Alexa from Playscene + Paradis which you perhaps allready know, but with some new more 'farm like' + sounds" +
+ +
+ + Forest
+ The Forest. +

+ By Birgit. To quote her: "This was the first 'not official' playscene, the + first one that was not made by PF.Magic. Have a little walk with your petz + to the forest. Let them play on this peaceful place with a lot of birds and + butterflies. And calm them, when they hear suddenly a bear roar out of the + forest - the bears never come out..." She gave special thanks to Terri for + her help in testing the scene.
+ Contains its own internal sounds. +
+
+ +

+ Page: 1 + 2 + 3 +

+ + \ No newline at end of file diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Blooms(International)_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Blooms(International)_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Blooms(International)_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Blooms(International)_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_Blooms.gif b/carolyns_creations/petz/petz3/p3toyz/Blooms.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_Blooms.gif rename to carolyns_creations/petz/petz3/p3toyz/Blooms.gif diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Blooms_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Blooms_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Blooms_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Blooms_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_Blowers.gif b/carolyns_creations/petz/petz3/p3toyz/Blowers.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_Blowers.gif rename to carolyns_creations/petz/petz3/p3toyz/Blowers.gif diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Blowers_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Blowers_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Blowers_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Blowers_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractorInt_p3.zip b/carolyns_creations/petz/petz3/p3toyz/ButterflyAttractorInt_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractorInt_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/ButterflyAttractorInt_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractor_p3.zip b/carolyns_creations/petz/petz3/p3toyz/ButterflyAttractor_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_ButterflyAttractor_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/ButterflyAttractor_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag(International)_p3.zip b/carolyns_creations/petz/petz3/p3toyz/CarrotTreatBag(International)_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag(International)_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/CarrotTreatBag(International)_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_CarrotTreatBag.gif b/carolyns_creations/petz/petz3/p3toyz/CarrotTreatBag.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_CarrotTreatBag.gif rename to carolyns_creations/petz/petz3/p3toyz/CarrotTreatBag.gif diff --git a/carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag_p3.zip b/carolyns_creations/petz/petz3/p3toyz/CarrotTreatBag_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_CarrotTreatBag_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/CarrotTreatBag_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy(International)_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Catz1squeakytoy(International)_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy(International)_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Catz1squeakytoy(International)_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_Catz1squeakytoy.gif b/carolyns_creations/petz/petz3/p3toyz/Catz1squeakytoy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_Catz1squeakytoy.gif rename to carolyns_creations/petz/petz3/p3toyz/Catz1squeakytoy.gif diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Catz1squeakytoy_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Catz1squeakytoy_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Catz1squeakytoy_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Doll_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Doll_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Doll_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Doll_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Doll_p3int.zip b/carolyns_creations/petz/petz3/p3toyz/Doll_p3int.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Doll_p3int.zip rename to carolyns_creations/petz/petz3/p3toyz/Doll_p3int.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_Dollz4petz.gif b/carolyns_creations/petz/petz3/p3toyz/Dollz4petz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_Dollz4petz.gif rename to carolyns_creations/petz/petz3/p3toyz/Dollz4petz.gif diff --git a/carolyns_creations/frames/petz/img/p3toyz_Dungbeetle.gif b/carolyns_creations/petz/petz3/p3toyz/Dungbeetle.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_Dungbeetle.gif rename to carolyns_creations/petz/petz3/p3toyz/Dungbeetle.gif diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Dungbeetle_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Dungbeetle_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Dungbeetle_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Dungbeetle_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_ForCloset_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Gemhairball(International)_ForCloset_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_ForCloset_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Gemhairball(International)_ForCloset_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Gemhairball(International)_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Gemhairball(International)_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Gemhairball(International)_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_ForCloset_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Gemhairball_ForCloset_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_ForCloset_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Gemhairball_ForCloset_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Gemhairball_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Gemhairball_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Gemhairball_p3.zip diff --git a/carolyns_creations/frames/petz/dl/p3toyz_LovePotion(International)_p3.zip b/carolyns_creations/petz/petz3/p3toyz/LovePotion(International)_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_LovePotion(International)_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/LovePotion(International)_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_Mintbottle.gif b/carolyns_creations/petz/petz3/p3toyz/Mintbottle.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_Mintbottle.gif rename to carolyns_creations/petz/petz3/p3toyz/Mintbottle.gif diff --git a/carolyns_creations/frames/petz/dl/p3toyz_Mintbottle_p3.zip b/carolyns_creations/petz/petz3/p3toyz/Mintbottle_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p3toyz_Mintbottle_p3.zip rename to carolyns_creations/petz/petz3/p3toyz/Mintbottle_p3.zip diff --git a/carolyns_creations/frames/petz/img/p3toyz_butterflyattractor.gif b/carolyns_creations/petz/petz3/p3toyz/butterflyattractor.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_butterflyattractor.gif rename to carolyns_creations/petz/petz3/p3toyz/butterflyattractor.gif diff --git a/carolyns_creations/frames/petz/img/p3toyz_gemhairball.gif b/carolyns_creations/petz/petz3/p3toyz/gemhairball.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_gemhairball.gif rename to carolyns_creations/petz/petz3/p3toyz/gemhairball.gif diff --git a/carolyns_creations/frames/petz/img/p3toyz_gemhairballshelf.gif b/carolyns_creations/petz/petz3/p3toyz/gemhairballshelf.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_gemhairballshelf.gif rename to carolyns_creations/petz/petz3/p3toyz/gemhairballshelf.gif diff --git a/carolyns_creations/frames/petz/img/p3toyz_lovepotion.gif b/carolyns_creations/petz/petz3/p3toyz/lovepotion.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p3toyz_lovepotion.gif rename to carolyns_creations/petz/petz3/p3toyz/lovepotion.gif diff --git a/carolyns_creations/petz/petz3/p3toyz/p3toyz.html b/carolyns_creations/petz/petz3/p3toyz/p3toyz.html new file mode 100644 index 0000000..4e5057f --- /dev/null +++ b/carolyns_creations/petz/petz3/p3toyz/p3toyz.html @@ -0,0 +1,165 @@ + + + + + + Hex edited toyz for Petz 3 + + + + + + + + + +
+

+ Hex edited Toyz for Petz 3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +

+ +

NOTE This page is for my hexing efforts of course. + But, for those who are searching and cannot now find the official downloads + for Petz 3 anywhere, please click + here.

+ +

These are the few toyz that I've made for the + Petz 3 game. The Blooms and Blowers were made using the simpler + filmstrip-recolouring technique, in response to someone a long time ago + asking for different-coloured butterflies. The Carrot-treat bag and gem + hairball use more advanced filmstrip-editing techniques. Yes, I know I'm not + the greatest graphic artist in the world; if you want better-looking toyz, I + have filmstrip-editing tutorials for you on my tutorials page :-)
+ Note that only people with the non-english-language versions of Petz 3 need + to download the alternative versions of the toyz.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Babyz doll
+ Babyz Doll for Petz 3 +

+ Non-English + version +
+ + Blooms
+ Pretty blooms and butterflies for your game +

+ Non-English version +
+ + Blowers
+ more unusual-looking blooms and butterflies +

+ There is no non-English version +
+ + Carrot Treat bag
+ Carrot Treat bag +

+ for vegetarian petz
+ Non-English version +
+ + Sapphire hairball
+ Replace that hairball with a sapphire +

+ especially important for Dracoz
+ Non-English version +
+ + Love Potion
+ Love Potion for International version only +

+ People with the International version of the game
+ were never able to use the official download.
+ This is my fix for them. +
+ + Sapphire hairball on shelf
+ This gem hairball shows up in the closet +

+ Non-English version +
+ + Dung Beetle
+ Dung Beetle +

+ This is one of the toyz from my Secret Wood
+ Playscene, made now to show up
+ separately in the closet. +
+ + Mint Bottle
+ Mint Bottle +

+ This Mint drink was hexed from the
+ Milk Bottle and is intended as an
+ example for an upcoming tutorial
+
+ + Catz 1 Squeaky toy
+ Catz 1 Squeaky Toy +

+ This is the dear old Squeaky toy
+ from the original Catz game, made
+ available now for all your Petz in Petz 3.
+ Non-English + version +
+ + Butterfly Attractor
+ Butterfly Attractor +

+ This is a more exciting attractor
+ for your butterflies than the
+ original potted flowers.
+ Non-English version +
+ + diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSFlealessAlley_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSFlealessAlley_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSFlealessAlley_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSFlealessAlley_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSbwshorthair_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSbwshorthair_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSbwshorthair_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSbwshorthair_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSScalico_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSScalico_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSScalico_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSScalico_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSchinchillapersian_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSchinchillapersian_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSchinchillapersian_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSchinchillapersian_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSdesertlynx_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSdesertlynx_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSdesertlynx_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSdesertlynx_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSegyptianmau_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSegyptianmau_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSegyptianmau_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSegyptianmau_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSShoneybear_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSShoneybear_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSShoneybear_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSShoneybear_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSjapanesebobtail_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSjapanesebobtail_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSjapanesebobtail_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSjapanesebobtail_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSmainecoon_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSmainecoon_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSmainecoon_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSmainecoon_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSorangeshorthair_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSorangeshorthair_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSorangeshorthair_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSorangeshorthair_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSpersian_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSpersian_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSpersian_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSpersian_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSrussianblue_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSrussianblue_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSrussianblue_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSrussianblue_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSscottishfold_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSscottishfold_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSscottishfold_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSscottishfold_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSsiamese_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSSsiamese_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSSsiamese_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSSsiamese_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSStabby_c4.zip b/carolyns_creations/petz/petz4/c4breeded/ExtLnzSStabby_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_ExtLnzSStabby_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/ExtLnzSStabby_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSFFalleycat_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSFFalleycat_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSFFalleycat_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSFFalleycat_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSbwshorthair_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSbwshorthair_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSbwshorthair_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSbwshorthair_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SScalico_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SScalico_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SScalico_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SScalico_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSchinchillapersian_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSchinchillapersian_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSchinchillapersian_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSchinchillapersian_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSdesertlynx_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSdesertlynx_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSdesertlynx_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSdesertlynx_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSegyptianmau_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSegyptianmau_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSegyptianmau_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSegyptianmau_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SShoneybear_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SShoneybear_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SShoneybear_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SShoneybear_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSjapanesebobtail_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSjapanesebobtail_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSjapanesebobtail_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSjapanesebobtail_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSmainecoon_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSmainecoon_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSmainecoon_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSmainecoon_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSorangeshorthair_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSorangeshorthair_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSorangeshorthair_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSorangeshorthair_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSpersian_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSpersian_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSpersian_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSpersian_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSrussianblue_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSrussianblue_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSrussianblue_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSrussianblue_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSscottishfold_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSscottishfold_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSscottishfold_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSscottishfold_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SSsiamese_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SSsiamese_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SSsiamese_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SSsiamese_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breeded_SStabby_c4.zip b/carolyns_creations/petz/petz4/c4breeded/SStabby_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breeded_SStabby_c4.zip rename to carolyns_creations/petz/petz4/c4breeded/SStabby_c4.zip diff --git a/carolyns_creations/petz/petz4/c4breeded/c4breeded.html b/carolyns_creations/petz/petz4/c4breeded/c4breeded.html new file mode 100644 index 0000000..0f0cde5 --- /dev/null +++ b/carolyns_creations/petz/petz4/c4breeded/c4breeded.html @@ -0,0 +1,93 @@ + + + + + + Special sound-stripped originals + + + + + + + + + +
+

 

+ +

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, click here

+ +

Sound-stripped, external-lnz Original + Breedz for Catz 4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These breedz are the original P.F.Magic or Studio Mythos originals, with the + single exception of the Flea-free Alleys; all I've done in the other breedz + is to make it so that the sounds and .lnz files that were internal are now + external. The external .lnz files will allow people who are afraid of hex + editors to use Notepad only for making litterz and overwriting breedz. The + sounds are external so that, if the sounds have been downloaded once, all + breed downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page. As regards the Flea-free Alley, this is a true Alley with + Attitude and is PKC-accepted. I refuse to work with the original P.F.Magic + Alleys, because I believe it to be wrong to force all alley pets to have + constant fleas and sickness.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ + Alley Cat -- flea-free version (PKC + accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby +

+ +

Sound-stripped Original Breedz for Catz + 4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ + Alley Cat -- flea-free version (PKC + accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby +

+
+ + diff --git a/carolyns_creations/frames/petz/img/c4breedz_Abyssinian.gif b/carolyns_creations/petz/petz4/c4breedz/Abyssinian.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Abyssinian.gif rename to carolyns_creations/petz/petz4/c4breedz/Abyssinian.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Abyssinian2_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Abyssinian2_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Abyssinian2_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Abyssinian2_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_Appaloosa.gif b/carolyns_creations/petz/petz4/c4breedz/Appaloosa.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Appaloosa.gif rename to carolyns_creations/petz/petz4/c4breedz/Appaloosa.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Appaloosa_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Appaloosa_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Appaloosa_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Appaloosa_c4.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_AsianSnowCurl.gif b/carolyns_creations/petz/petz4/c4breedz/AsianSnowCurl.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_AsianSnowCurl.gif rename to carolyns_creations/petz/petz4/c4breedz/AsianSnowCurl.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_AsianSnowCurl_c4.zip b/carolyns_creations/petz/petz4/c4breedz/AsianSnowCurl_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_AsianSnowCurl_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/AsianSnowCurl_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_AutumnFlurry.gif b/carolyns_creations/petz/petz4/c4breedz/AutumnFlurry.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_AutumnFlurry.gif rename to carolyns_creations/petz/petz4/c4breedz/AutumnFlurry.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_AutumnFlurry_c4.zip b/carolyns_creations/petz/petz4/c4breedz/AutumnFlurry_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_AutumnFlurry_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/AutumnFlurry_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_B+WBritishFold.gif b/carolyns_creations/petz/petz4/c4breedz/B+WBritishFold.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_B+WBritishFold.gif rename to carolyns_creations/petz/petz4/c4breedz/B+WBritishFold.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_B+WBritishFold_c4.zip b/carolyns_creations/petz/petz4/c4breedz/B+WBritishFold_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_B+WBritishFold_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/B+WBritishFold_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_B+WLonghair.gif b/carolyns_creations/petz/petz4/c4breedz/B+WLonghair.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_B+WLonghair.gif rename to carolyns_creations/petz/petz4/c4breedz/B+WLonghair.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Blackandwhitelonghair_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Blackandwhitelonghair_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Blackandwhitelonghair_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Blackandwhitelonghair_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_Blinka.gif b/carolyns_creations/petz/petz4/c4breedz/Blinka.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Blinka.gif rename to carolyns_creations/petz/petz4/c4breedz/Blinka.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Blinka_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Blinka_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Blinka_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Blinka_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_BritishG+W.gif b/carolyns_creations/petz/petz4/c4breedz/BritishG+W.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_BritishG+W.gif rename to carolyns_creations/petz/petz4/c4breedz/BritishG+W.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_BritishGinger+White_c4.zip b/carolyns_creations/petz/petz4/c4breedz/BritishGinger+White_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_BritishGinger+White_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/BritishGinger+White_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_BrownFuzzTabby_c4.zip b/carolyns_creations/petz/petz4/c4breedz/BrownFuzzTabby_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_BrownFuzzTabby_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/BrownFuzzTabby_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_BrownfuzzTabby.gif b/carolyns_creations/petz/petz4/c4breedz/BrownfuzzTabby.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_BrownfuzzTabby.gif rename to carolyns_creations/petz/petz4/c4breedz/BrownfuzzTabby.gif diff --git a/carolyns_creations/frames/petz/img/c4breedz_BunnyCat.gif b/carolyns_creations/petz/petz4/c4breedz/BunnyCat.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_BunnyCat.gif rename to carolyns_creations/petz/petz4/c4breedz/BunnyCat.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_BunnyFamily.zip b/carolyns_creations/petz/petz4/c4breedz/BunnyFamily.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_BunnyFamily.zip rename to carolyns_creations/petz/petz4/c4breedz/BunnyFamily.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Bunnycat_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Bunnycat_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Bunnycat_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Bunnycat_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_Calibean.gif b/carolyns_creations/petz/petz4/c4breedz/Calibean.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Calibean.gif rename to carolyns_creations/petz/petz4/c4breedz/Calibean.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Calibean_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Calibean_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Calibean_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Calibean_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_Catwingz.gif b/carolyns_creations/petz/petz4/c4breedz/Catwingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Catwingz.gif rename to carolyns_creations/petz/petz4/c4breedz/Catwingz.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Catwingz_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Catwingz_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Catwingz_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Catwingz_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_CharcoalAngora.gif b/carolyns_creations/petz/petz4/c4breedz/CharcoalAngora.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_CharcoalAngora.gif rename to carolyns_creations/petz/petz4/c4breedz/CharcoalAngora.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_CharcoalAngora_c4.zip b/carolyns_creations/petz/petz4/c4breedz/CharcoalAngora_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_CharcoalAngora_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/CharcoalAngora_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_Chickenz.gif b/carolyns_creations/petz/petz4/c4breedz/Chickenz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Chickenz.gif rename to carolyns_creations/petz/petz4/c4breedz/Chickenz.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_ChickenzNoEggz_c4.zip b/carolyns_creations/petz/petz4/c4breedz/ChickenzNoEggz_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_ChickenzNoEggz_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/ChickenzNoEggz_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Chickenz_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Chickenz_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Chickenz_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Chickenz_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_ChinchiFluttacorn.gif b/carolyns_creations/petz/petz4/c4breedz/ChinchiFluttacorn.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_ChinchiFluttacorn.gif rename to carolyns_creations/petz/petz4/c4breedz/ChinchiFluttacorn.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Chinchifluttacorn_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Chinchifluttacorn_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Chinchifluttacorn_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Chinchifluttacorn_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_ChinchillaFold.gif b/carolyns_creations/petz/petz4/c4breedz/ChinchillaFold.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_ChinchillaFold.gif rename to carolyns_creations/petz/petz4/c4breedz/ChinchillaFold.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Chinchillafold_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Chinchillafold_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Chinchillafold_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Chinchillafold_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_CottonBunny.gif b/carolyns_creations/petz/petz4/c4breedz/CottonBunny.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_CottonBunny.gif rename to carolyns_creations/petz/petz4/c4breedz/CottonBunny.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_CottonBunny_c4.zip b/carolyns_creations/petz/petz4/c4breedz/CottonBunny_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_CottonBunny_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/CottonBunny_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Cowtaurus_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Cowtaurus_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Cowtaurus_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Cowtaurus_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_Cowz.gif b/carolyns_creations/petz/petz4/c4breedz/Cowz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_Cowz.gif rename to carolyns_creations/petz/petz4/c4breedz/Cowz.gif diff --git a/carolyns_creations/frames/petz/img/c4breedz_CreamFluff.gif b/carolyns_creations/petz/petz4/c4breedz/CreamFluff.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_CreamFluff.gif rename to carolyns_creations/petz/petz4/c4breedz/CreamFluff.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_CreamFluff_c4.zip b/carolyns_creations/petz/petz4/c4breedz/CreamFluff_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_CreamFluff_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/CreamFluff_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Dalmatian(alternativeNumber)_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Dalmatian(alternativeNumber)_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Dalmatian(alternativeNumber)_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Dalmatian(alternativeNumber)_c4.zip diff --git a/carolyns_creations/frames/petz/img/c4breedz_DalmatianCat.gif b/carolyns_creations/petz/petz4/c4breedz/DalmatianCat.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c4breedz_DalmatianCat.gif rename to carolyns_creations/petz/petz4/c4breedz/DalmatianCat.gif diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Dalmatian_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Dalmatian_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Dalmatian_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Dalmatian_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Desertlynx_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Desertlynx_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Desertlynx_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Desertlynx_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Egyptianmau_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Egyptianmau_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Egyptianmau_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Egyptianmau_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Honeybear_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Honeybear_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Honeybear_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Honeybear_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Japanesebobtail_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Japanesebobtail_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Japanesebobtail_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Japanesebobtail_c4.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Petz4BreedableBunnies.zip b/carolyns_creations/petz/petz4/c4breedz/Petz4BreedableBunnies.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Petz4BreedableBunnies.zip rename to carolyns_creations/petz/petz4/c4breedz/Petz4BreedableBunnies.zip diff --git a/carolyns_creations/frames/petz/dl/c4breedz_Scottishfold_c4.zip b/carolyns_creations/petz/petz4/c4breedz/Scottishfold_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c4breedz_Scottishfold_c4.zip rename to carolyns_creations/petz/petz4/c4breedz/Scottishfold_c4.zip diff --git a/carolyns_creations/petz/petz4/c4breedz/c4breedz.html b/carolyns_creations/petz/petz4/c4breedz/c4breedz.html new file mode 100644 index 0000000..4fd7918 --- /dev/null +++ b/carolyns_creations/petz/petz4/c4breedz/c4breedz.html @@ -0,0 +1,255 @@ + + + + + + Catz 4 Breedz + + + + + + + + + +
+

Catz 4 Breedz
+ Click breed photo or name to download.

+ +

Page: 1 + 2 + 3 + 4 + 5

+ +

Catz 4 Breedz converted from Catz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Desert + Lynx
+ Egyptian + Mau
+ Honey + Bear
+ Japanese Bobtail
+ Scottish + Fold

+ +

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

The breedable bunny
+ ~~~~~~~~~~~~~~~~~~~~~~
+ Bunny family to go with Breedable Bunnyz + file
+ Petz 4 Breedable bunnies

+ +

Other Catz 4 Breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ Go here for Species sounds and here for original Catz and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Abyssinian2
+ Abyssinian2 +
+
+ + Appaloosa
+ Appaloosa +
+
+ + Asian Snow Curl
+ Asian Snow Curl +
+
+ + Autumn Flurry
+ Autumn Flurry +
+
+ + Blackandwhitelonghair
+ Black and White Longhair +
+
+ + Blinka
+ Blinka +
+
+ + Black and White British Fold +
+ Black and White British Fold +
+
+ + BritishGinger+White
+ British Ginger and White +
+
+ + BrownFuzzTabby
+ BrownFuzzTabby +
+
+ + Bunnycat
+ Bunnycat +
+
+ + Calibean
+ Calibean +
+
+ + Catwingz
+ Catwingz +
+
+ + CharcoalAngora
+ Charcoal Angora +
+
+ + Chickenz
+ Chickenz With "Eggz" +
/ Chickenz Without "Eggz" -- + WKC accepted +
+ + Chinchifluttacorn
+ Chinchi Fluttacorn +
+
+ + Chinchilla Fold
+ Chinchilla Fold +
+
+ + CottonBunny
+ CottonBunny +
+
+ + Cowtaurus
+ Cowtaurus +
-- WKC accepted +
+ + CreamFluff
+ CreamFluff +
+
+ + Dalmation
+ Dalmatian (Correct ID) +
/ *Dalmation + (Catz 3 ID) +
+ +
+

* the original Dalmatian Cat for Catz 3 had a different ID number from + the Catz 4 version. If you are trying to play with a Dalmatian cat pet which + was adopted previously from my Catz 3 breedfile, you should use the + alternative, "Catz 3 ID", version of the breedfile. It will overwrite the + other one, so if you already have that one, keep it safe somewhere in case + you need it.

+ +

Page: 1 + 2 + 3 + 4 + 5

+
+ + diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSBulldog_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSBulldog_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSBulldog_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSBulldog_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSChihuahua_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSChihuahua_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSChihuahua_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSChihuahua_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDachshund_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSDachshund_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDachshund_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSDachshund_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDalmatian_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSDalmatian_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSDalmatian_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSDalmatian_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGermanshepherd_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSGermanshepherd_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGermanshepherd_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSGermanshepherd_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGoldenretriever_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSGoldenretriever_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGoldenretriever_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSGoldenretriever_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGreatdane_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSGreatdane_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSGreatdane_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSGreatdane_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSJackrussell_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSJackrussell_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSJackrussell_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSJackrussell_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSLabrador_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSLabrador_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSLabrador_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSLabrador_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSMutt_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSMutt_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSMutt_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSMutt_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPapillon_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSPapillon_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPapillon_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSPapillon_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPoodle_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSPoodle_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPoodle_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSPoodle_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPug_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSPug_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSPug_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSPug_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSScottie_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSScottie_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSScottie_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSScottie_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSSheepdog_d4.zip b/carolyns_creations/petz/petz4/d4breeded/ExtLnzSSSheepdog_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_ExtLnzSSSheepdog_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/ExtLnzSSSheepdog_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSBulldog_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSBulldog_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSBulldog_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSBulldog_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSChihuahua_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSChihuahua_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSChihuahua_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSChihuahua_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSDachshund_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSDachshund_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSDachshund_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSDachshund_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSDalmatian_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSDalmatian_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSDalmatian_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSDalmatian_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSGermanshepherd_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSGermanshepherd_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSGermanshepherd_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSGermanshepherd_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSGoldenretriever_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSGoldenretriever_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSGoldenretriever_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSGoldenretriever_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSGreatdane_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSGreatdane_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSGreatdane_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSGreatdane_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSJackrussell_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSJackrussell_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSJackrussell_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSJackrussell_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSLabrador_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSLabrador_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSLabrador_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSLabrador_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSMutt_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSMutt_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSMutt_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSMutt_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSPapillon_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSPapillon_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSPapillon_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSPapillon_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSPoodle_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSPoodle_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSPoodle_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSPoodle_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSPug_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSPug_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSPug_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSPug_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSScottie_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSScottie_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSScottie_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSScottie_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breeded_SSSheepdog_d4.zip b/carolyns_creations/petz/petz4/d4breeded/SSSheepdog_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breeded_SSSheepdog_d4.zip rename to carolyns_creations/petz/petz4/d4breeded/SSSheepdog_d4.zip diff --git a/carolyns_creations/petz/petz4/d4breeded/d4breeded.html b/carolyns_creations/petz/petz4/d4breeded/d4breeded.html new file mode 100644 index 0000000..07550bc --- /dev/null +++ b/carolyns_creations/petz/petz4/d4breeded/d4breeded.html @@ -0,0 +1,85 @@ + + + + + + Special sound-stripped originals + + + + + + + + + +
+

 

+ +

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, click here

+ +

Sound-stripped, external-lnz Original + Breedz for Dogz 4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These breedz are the original P.F.Magic or Studio Mythos originals. The Pug + is the version that I "fixed" so that the tongue is properly attached. Apart + from that, all that I've done in that and the other breedz is to make it so + that the sounds and .lnz files that were internal are now external. The + external .lnz files will allow people who are afraid of hex editors to use + Notepad only for making litterz and overwriting breedz. The sounds are + external so that, if the sounds have been downloaded once, all breed + downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog

+ +

Sound-stripped Original Breedz for Dogz + 4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog

+
+ + diff --git a/carolyns_creations/frames/petz/img/d4breedz_Affelaffe.gif b/carolyns_creations/petz/petz4/d4breedz/Affelaffe.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Affelaffe.gif rename to carolyns_creations/petz/petz4/d4breedz/Affelaffe.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Affelaffe_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Affelaffe_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Affelaffe_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Affelaffe_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_Airedale.gif b/carolyns_creations/petz/petz4/d4breedz/Airedale.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Airedale.gif rename to carolyns_creations/petz/petz4/d4breedz/Airedale.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Airedale_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Airedale_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Airedale_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Airedale_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_AmericanStaffy.gif b/carolyns_creations/petz/petz4/d4breedz/AmericanStaffy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_AmericanStaffy.gif rename to carolyns_creations/petz/petz4/d4breedz/AmericanStaffy.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_AmericanStaffy_d4.zip b/carolyns_creations/petz/petz4/d4breedz/AmericanStaffy_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_AmericanStaffy_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/AmericanStaffy_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_AncestorLizard.gif b/carolyns_creations/petz/petz4/d4breedz/AncestorLizard.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_AncestorLizard.gif rename to carolyns_creations/petz/petz4/d4breedz/AncestorLizard.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Ancestorlizard_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Ancestorlizard_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Ancestorlizard_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Ancestorlizard_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_Apaws.gif b/carolyns_creations/petz/petz4/d4breedz/Apaws.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Apaws.gif rename to carolyns_creations/petz/petz4/d4breedz/Apaws.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Apaws_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Apaws_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Apaws_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Apaws_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_AustralianCattleDog.gif b/carolyns_creations/petz/petz4/d4breedz/AustralianCattleDog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_AustralianCattleDog.gif rename to carolyns_creations/petz/petz4/d4breedz/AustralianCattleDog.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_AustralianCattleDog_d4.zip b/carolyns_creations/petz/petz4/d4breedz/AustralianCattleDog_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_AustralianCattleDog_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/AustralianCattleDog_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_BeachDog.gif b/carolyns_creations/petz/petz4/d4breedz/BeachDog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_BeachDog.gif rename to carolyns_creations/petz/petz4/d4breedz/BeachDog.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_BeachDog_d4.zip b/carolyns_creations/petz/petz4/d4breedz/BeachDog_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_BeachDog_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/BeachDog_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Bear_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Bear_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Bear_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Bear_d4.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Bearz.gif b/carolyns_creations/petz/petz4/d4breedz/Bearz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Bearz.gif rename to carolyns_creations/petz/petz4/d4breedz/Bearz.gif diff --git a/carolyns_creations/frames/petz/img/d4breedz_Blackdal.gif b/carolyns_creations/petz/petz4/d4breedz/Blackdal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Blackdal.gif rename to carolyns_creations/petz/petz4/d4breedz/Blackdal.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Blackdal_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Blackdal_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Blackdal_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Blackdal_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_BlacknKhaki.gif b/carolyns_creations/petz/petz4/d4breedz/BlacknKhaki.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_BlacknKhaki.gif rename to carolyns_creations/petz/petz4/d4breedz/BlacknKhaki.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_BlacknKhaki_d4.zip b/carolyns_creations/petz/petz4/d4breedz/BlacknKhaki_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_BlacknKhaki_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/BlacknKhaki_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_Breyer.gif b/carolyns_creations/petz/petz4/d4breedz/Breyer.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Breyer.gif rename to carolyns_creations/petz/petz4/d4breedz/Breyer.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Breyer_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Breyer_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Breyer_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Breyer_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_BrownDal_d4.zip b/carolyns_creations/petz/petz4/d4breedz/BrownDal_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_BrownDal_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/BrownDal_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_BrownPyrShepherd.gif b/carolyns_creations/petz/petz4/d4breedz/BrownPyrShepherd.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_BrownPyrShepherd.gif rename to carolyns_creations/petz/petz4/d4breedz/BrownPyrShepherd.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_BrownPyrShepherd_d4.zip b/carolyns_creations/petz/petz4/d4breedz/BrownPyrShepherd_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_BrownPyrShepherd_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/BrownPyrShepherd_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_Browndal.gif b/carolyns_creations/petz/petz4/d4breedz/Browndal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Browndal.gif rename to carolyns_creations/petz/petz4/d4breedz/Browndal.gif diff --git a/carolyns_creations/frames/petz/img/d4breedz_CalicoMutt.gif b/carolyns_creations/petz/petz4/d4breedz/CalicoMutt.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_CalicoMutt.gif rename to carolyns_creations/petz/petz4/d4breedz/CalicoMutt.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_CalicoMutt_d4.zip b/carolyns_creations/petz/petz4/d4breedz/CalicoMutt_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_CalicoMutt_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/CalicoMutt_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_Calicochi.gif b/carolyns_creations/petz/petz4/d4breedz/Calicochi.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_Calicochi.gif rename to carolyns_creations/petz/petz4/d4breedz/Calicochi.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Calicochi_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Calicochi_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Calicochi_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Calicochi_d4.zip diff --git a/carolyns_creations/frames/petz/img/d4breedz_ChalkBlueDal.gif b/carolyns_creations/petz/petz4/d4breedz/ChalkBlueDal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d4breedz_ChalkBlueDal.gif rename to carolyns_creations/petz/petz4/d4breedz/ChalkBlueDal.gif diff --git a/carolyns_creations/frames/petz/dl/d4breedz_ChalkBlueDal_d4.zip b/carolyns_creations/petz/petz4/d4breedz/ChalkBlueDal_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_ChalkBlueDal_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/ChalkBlueDal_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Germanshepherd_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Germanshepherd_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Germanshepherd_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Germanshepherd_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Goldenretriever_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Goldenretriever_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Goldenretriever_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Goldenretriever_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_GreatbearSS_d4.zip b/carolyns_creations/petz/petz4/d4breedz/GreatbearSS_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_GreatbearSS_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/GreatbearSS_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Jackrussell_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Jackrussell_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Jackrussell_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Jackrussell_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Papillon_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Papillon_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Papillon_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Papillon_d4.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Petz4BreedablePigz.zip b/carolyns_creations/petz/petz4/d4breedz/Petz4BreedablePigz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Petz4BreedablePigz.zip rename to carolyns_creations/petz/petz4/d4breedz/Petz4BreedablePigz.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_PigFamily.zip b/carolyns_creations/petz/petz4/d4breedz/PigFamily.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_PigFamily.zip rename to carolyns_creations/petz/petz4/d4breedz/PigFamily.zip diff --git a/carolyns_creations/frames/petz/dl/d4breedz_Pug_d4.zip b/carolyns_creations/petz/petz4/d4breedz/Pug_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d4breedz_Pug_d4.zip rename to carolyns_creations/petz/petz4/d4breedz/Pug_d4.zip diff --git a/carolyns_creations/petz/petz4/d4breedz/d4breedz.html b/carolyns_creations/petz/petz4/d4breedz/d4breedz.html new file mode 100644 index 0000000..33334d5 --- /dev/null +++ b/carolyns_creations/petz/petz4/d4breedz/d4breedz.html @@ -0,0 +1,208 @@ + + + + + + Dogz 4 Breedz + + + + + + + + + +
+

Dogz 4 Breedz
+ Click breed photo or name to download.

+ +

Page: 1 + 2 + 3 + 4 + 5

+ +

Dogz 4 Breedz converted from Dogz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

German Shepherd
+ Golden Retriever
+ Jack + Russell
+ Papillon
+ Pug

+ +

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

The Dogz 4 Breedable Pigz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Pig family to go with Breedable Pigz file
+ Petz 4 breedable Pigz

+ +

Other Dogz 4 Breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~

+ Go here for Species + sounds and here for original Catz + and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Affelaffe
+ Affelaffe +
+
+ + Airedale
+ Airedale +
+
+ + AmericanStaffy
+ American Staffy +
+
+ + Ancestorlizard
+ Ancestor Lizard +
+
+ + Apaws
+ Apaws +
+
+ + AuestralianCattleDog
+ Australian Cattle Dog +
+
+ + BeachDog
+ Beach Dog +
+
+ + Bearz
+ Bearz +
-- WKC accepted -- external-sounds + version +
+ + Blackdal
+ Blackdal +
+
+ + BlacknKhaki
+ Black n Khaki +
+
+ + Breyer
+ Breyer +
+
+ + BrownPyrShepherd
+ Brown Pyr Shepherd +
+
+ + BrownDal
+ BrownDal +
+
+ + CalicoMutt
+ CalicoMutt +
+
+ + Calicochi
+ Calicochi +
+
+ + ChalkBlueDal
+ ChalkBlueDal +
+
+ +
+

+ Page: 1 + 2 + 3 + 4 + 5

+
+ + diff --git a/carolyns_creations/frames/petz/dl/p4breedz_102_c4.zip b/carolyns_creations/petz/petz4/p4breedz/102_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_102_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/102_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_102dalmatians.gif b/carolyns_creations/petz/petz4/p4breedz/102dalmatians.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_102dalmatians.gif rename to carolyns_creations/petz/petz4/p4breedz/102dalmatians.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Alley2_OW_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Alley2_OW_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Alley2_OW_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Alley2_OW_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Alley3_OW_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Alley3_OW_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Alley3_OW_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Alley3_OW_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4breedz_AlleycatOW_c4.zip b/carolyns_creations/petz/petz4/p4breedz/AlleycatOW_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_AlleycatOW_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/AlleycatOW_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Alleyvaried.gif b/carolyns_creations/petz/petz4/p4breedz/Alleyvaried.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Alleyvaried.gif rename to carolyns_creations/petz/petz4/p4breedz/Alleyvaried.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Alleyvaried_OW_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Alleyvaried_OW_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Alleyvaried_OW_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Alleyvaried_OW_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Arthropodz.gif b/carolyns_creations/petz/petz4/p4breedz/Arthropodz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Arthropodz.gif rename to carolyns_creations/petz/petz4/p4breedz/Arthropodz.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Arthropodz_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Arthropodz_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Arthropodz_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Arthropodz_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Boy.gif b/carolyns_creations/petz/petz4/p4breedz/Boy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Boy.gif rename to carolyns_creations/petz/petz4/p4breedz/Boy.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Boy_d4.zip b/carolyns_creations/petz/petz4/p4breedz/Boy_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Boy_d4.zip rename to carolyns_creations/petz/petz4/p4breedz/Boy_d4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Boyz.gif b/carolyns_creations/petz/petz4/p4breedz/Boyz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Boyz.gif rename to carolyns_creations/petz/petz4/p4breedz/Boyz.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Boyz_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Boyz_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Boyz_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Boyz_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Caliwingz.gif b/carolyns_creations/petz/petz4/p4breedz/Caliwingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Caliwingz.gif rename to carolyns_creations/petz/petz4/p4breedz/Caliwingz.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Caliwingz_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Caliwingz_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Caliwingz_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Caliwingz_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Fishie.gif b/carolyns_creations/petz/petz4/p4breedz/Fishie.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Fishie.gif rename to carolyns_creations/petz/petz4/p4breedz/Fishie.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Fishie_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Fishie_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Fishie_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Fishie_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_FlealessAlleys.gif b/carolyns_creations/petz/petz4/p4breedz/FlealessAlleys.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_FlealessAlleys.gif rename to carolyns_creations/petz/petz4/p4breedz/FlealessAlleys.gif diff --git a/carolyns_creations/frames/petz/img/p4breedz_FlealessAlleys2.gif b/carolyns_creations/petz/petz4/p4breedz/FlealessAlleys2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_FlealessAlleys2.gif rename to carolyns_creations/petz/petz4/p4breedz/FlealessAlleys2.gif diff --git a/carolyns_creations/frames/petz/img/p4breedz_Jester.gif b/carolyns_creations/petz/petz4/p4breedz/Jester.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Jester.gif rename to carolyns_creations/petz/petz4/p4breedz/Jester.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Jester_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Jester_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Jester_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Jester_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Lips.gif b/carolyns_creations/petz/petz4/p4breedz/Lips.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Lips.gif rename to carolyns_creations/petz/petz4/p4breedz/Lips.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Lips_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Lips_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Lips_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Lips_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Walret.gif b/carolyns_creations/petz/petz4/p4breedz/Walret.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Walret.gif rename to carolyns_creations/petz/petz4/p4breedz/Walret.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Walret_c4.zip b/carolyns_creations/petz/petz4/p4breedz/Walret_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Walret_c4.zip rename to carolyns_creations/petz/petz4/p4breedz/Walret_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_Wetterhoun.gif b/carolyns_creations/petz/petz4/p4breedz/Wetterhoun.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_Wetterhoun.gif rename to carolyns_creations/petz/petz4/p4breedz/Wetterhoun.gif diff --git a/carolyns_creations/frames/petz/dl/p4breedz_Wetterhoun_d4.zip b/carolyns_creations/petz/petz4/p4breedz/Wetterhoun_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_Wetterhoun_d4.zip rename to carolyns_creations/petz/petz4/p4breedz/Wetterhoun_d4.zip diff --git a/carolyns_creations/petz/petz4/p4breedz/p4breedz.html b/carolyns_creations/petz/petz4/p4breedz/p4breedz.html new file mode 100644 index 0000000..11152a5 --- /dev/null +++ b/carolyns_creations/petz/petz4/p4breedz/p4breedz.html @@ -0,0 +1,196 @@ + + + + + + New Petz 4 Breedz + + + + + + + + + +
+

New Petz 4 Breedz
+ Click breed photo or name to download.

+ +

 

+ +

NOTE: If one of my breedz crashes your game,
+ please read this. +

+ +

For my People In Petz breedz go here
+ For my Latest breedz (overwriting and for use with my LNZ-files + packages), go here
+ For my Team Creation breedz (Rhino, Ostrich etc), go here
+ For my P.F.Magic Mice breedz go here
+ For my Oddpetz Transformation breedz (Duckoddz etc) go here
+ For my Arthropod breedz (Spiders, butterflies etc) go here
+ For my aquatic stuff (fishies, frogs etc) go here
+ For my Emoticon breed "OddballzDream" and petz go here
+

+ +

Go here for Species sounds and here for original Catz and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+ +

My Skorch Odd-petz breed is now available + here. + All 13 of the originals have now been brought into the Catz games.

+ +

.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Caliwingz
+ Caliwingz (Catz) +
+
+ + Walret
+ Walret (Catz) +
+
+ + 102
+ 102 (Catz) +
+
+ + Jester
+ Jester (Catz) +
+
+ + Flealess Alleys
+ Flealess Alleys (Catz) +

+ Overwriting. With Sleepycat's variation. Does not have Alley + attitude. Download sounds for this breed. +
+ + Flealess Alleys
+ Flealess Alleys (Catz) +

+ Overwriting. With variations listed at PKC
+ Does not have Alley attitude. Download sounds for this breed. +
+ + Flealess Alleys
+ Flealess Alleys with Attitude (Catz) +

+ Overwriting. PKC accepted.
+ Download sounds for this breed. True to type, has Alley Attitude +
+ + Lips
+ Lips (Catz) +

+ The 13th and final Original Oddballz converted to Petz 4!
+ And yes, I do intend to make emoticon clothes... +
+ + Varied Flealess Alleys
+ Varied Alleys With Attitude (Catz) +

+ Download sounds for this breed. Flealess, with Alley Attitude +
+ + Wetterhoun
+ Wetterhoun (Dogz) +
+
+ + Boyz
+ Boyz (Catz) +

+ Download sounds for this breed. Breed should be male only. +
+ + Boy
+ Boy (Dogz) +

+ Download sounds for this breed. Breed should be male only. +
+ + Fishie
+ Fishie (Catz) +

+ Download sounds for this breed. +
+ + Arthropodz
+ Arthropodz (Catz)
-- WKC + accepted
+ Download sounds for this breed. +
+ + diff --git a/carolyns_creations/frames/petz/dl/p4breedz_skorchc4.zip b/carolyns_creations/petz/petz4/p4breedz/skorchc4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4breedz_skorchc4.zip rename to carolyns_creations/petz/petz4/p4breedz/skorchc4.zip diff --git a/carolyns_creations/frames/petz/img/p4clothes_PilgrimSweater.gif b/carolyns_creations/petz/petz4/p4clothes/PilgrimSweater.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4clothes_PilgrimSweater.gif rename to carolyns_creations/petz/petz4/p4clothes/PilgrimSweater.gif diff --git a/carolyns_creations/frames/petz/dl/p4clothes_PilgrimSweater_p4.zip b/carolyns_creations/petz/petz4/p4clothes/PilgrimSweater_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4clothes_PilgrimSweater_p4.zip rename to carolyns_creations/petz/petz4/p4clothes/PilgrimSweater_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4clothes_SantaSweater.gif b/carolyns_creations/petz/petz4/p4clothes/SantaSweater.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4clothes_SantaSweater.gif rename to carolyns_creations/petz/petz4/p4clothes/SantaSweater.gif diff --git a/carolyns_creations/frames/petz/dl/p4clothes_SantaSweater_p4.zip b/carolyns_creations/petz/petz4/p4clothes/SantaSweater_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4clothes_SantaSweater_p4.zip rename to carolyns_creations/petz/petz4/p4clothes/SantaSweater_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4clothes_WigDread2_p4.zip b/carolyns_creations/petz/petz4/p4clothes/WigDread2_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4clothes_WigDread2_p4.zip rename to carolyns_creations/petz/petz4/p4clothes/WigDread2_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4clothes_WigDreads_p4.zip b/carolyns_creations/petz/petz4/p4clothes/WigDreads_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4clothes_WigDreads_p4.zip rename to carolyns_creations/petz/petz4/p4clothes/WigDreads_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4clothes_WigJudges_p4.zip b/carolyns_creations/petz/petz4/p4clothes/WigJudges_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4clothes_WigJudges_p4.zip rename to carolyns_creations/petz/petz4/p4clothes/WigJudges_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4clothes_Wigz.gif b/carolyns_creations/petz/petz4/p4clothes/Wigz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4clothes_Wigz.gif rename to carolyns_creations/petz/petz4/p4clothes/Wigz.gif diff --git a/carolyns_creations/frames/petz/img/p4clothes_Wingz.gif b/carolyns_creations/petz/petz4/p4clothes/Wingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4clothes_Wingz.gif rename to carolyns_creations/petz/petz4/p4clothes/Wingz.gif diff --git a/carolyns_creations/frames/petz/dl/p4clothes_Wingz_p4.zip b/carolyns_creations/petz/petz4/p4clothes/Wingz_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4clothes_Wingz_p4.zip rename to carolyns_creations/petz/petz4/p4clothes/Wingz_p4.zip diff --git a/carolyns_creations/petz/petz4/p4clothes/p4clothes.html b/carolyns_creations/petz/petz4/p4clothes/p4clothes.html new file mode 100644 index 0000000..2e3d1cc --- /dev/null +++ b/carolyns_creations/petz/petz4/p4clothes/p4clothes.html @@ -0,0 +1,52 @@ + + + + + + Hex edited Clothes for Petz 4 + + + + + + + + + +
+

Hex edited Clothes for Petz 4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + These are the very few clothes that I've made for the Petz 4 game. I don't + have a great interest in making petz clothes, mainly because there have + always been a lot of people out there making great stuff pretty much since + the game first came out. But there were a couple of things that people + wanted to know how to do, and here they are, as well as some omissions from + clothing sets (Pilgrim and Santa).
+ + + Wingz
+ Wingz for your petz +

+ + + Santa Sweater
+ Santa Sweater +

+ + + Pilgrim Sweater
+ Pilgrim Sweater +

+ + + Wigz
+ Wigz for your petz +
/ + Dreadlocks 2 / + Judge's wigz

+
+ + diff --git a/carolyns_creations/frames/petz/img/p4hosts_Bailey.gif b/carolyns_creations/petz/petz4/p4hosts/Bailey.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Bailey.gif rename to carolyns_creations/petz/petz4/p4hosts/Bailey.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Bailey_c4.zip b/carolyns_creations/petz/petz4/p4hosts/Bailey_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Bailey_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/Bailey_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_BearHost.gif b/carolyns_creations/petz/petz4/p4hosts/BearHost.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_BearHost.gif rename to carolyns_creations/petz/petz4/p4hosts/BearHost.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Bear_d4.zip b/carolyns_creations/petz/petz4/p4hosts/Bear_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Bear_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/Bear_d4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostBear_d4.zip b/carolyns_creations/petz/petz4/p4hosts/HostBear_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostBear_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostBear_d4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostJones_d4.zip b/carolyns_creations/petz/petz4/p4hosts/HostJones_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostJones_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostJones_d4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostMisha_d4.zip b/carolyns_creations/petz/petz4/p4hosts/HostMisha_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostMisha_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostMisha_d4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostMitzy_c4.zip b/carolyns_creations/petz/petz4/p4hosts/HostMitzy_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostMitzy_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostMitzy_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostPeg2_c4.zip b/carolyns_creations/petz/petz4/p4hosts/HostPeg2_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostPeg2_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostPeg2_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostPeg_c4.zip b/carolyns_creations/petz/petz4/p4hosts/HostPeg_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostPeg_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostPeg_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostPepe_d4.zip b/carolyns_creations/petz/petz4/p4hosts/HostPepe_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostPepe_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostPepe_d4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostPharaoh_p4.zip b/carolyns_creations/petz/petz4/p4hosts/HostPharaoh_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostPharaoh_p4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostPharaoh_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostRingmasterBailey_c4.zip b/carolyns_creations/petz/petz4/p4hosts/HostRingmasterBailey_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostRingmasterBailey_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostRingmasterBailey_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostTheAdmiral_p4.zip b/carolyns_creations/petz/petz4/p4hosts/HostTheAdmiral_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostTheAdmiral_p4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostTheAdmiral_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_HostWyatt_c4.zip b/carolyns_creations/petz/petz4/p4hosts/HostWyatt_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_HostWyatt_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/HostWyatt_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Jones.gif b/carolyns_creations/petz/petz4/p4hosts/Jones.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Jones.gif rename to carolyns_creations/petz/petz4/p4hosts/Jones.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Jones_d4.zip b/carolyns_creations/petz/petz4/p4hosts/Jones_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Jones_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/Jones_d4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Misha.gif b/carolyns_creations/petz/petz4/p4hosts/Misha.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Misha.gif rename to carolyns_creations/petz/petz4/p4hosts/Misha.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_MishaOutfitModsP4.zip b/carolyns_creations/petz/petz4/p4hosts/MishaOutfitModsP4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_MishaOutfitModsP4.zip rename to carolyns_creations/petz/petz4/p4hosts/MishaOutfitModsP4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Misha_d4.zip b/carolyns_creations/petz/petz4/p4hosts/Misha_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Misha_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/Misha_d4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Mitzy.gif b/carolyns_creations/petz/petz4/p4hosts/Mitzy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Mitzy.gif rename to carolyns_creations/petz/petz4/p4hosts/Mitzy.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Mitzy_c4.zip b/carolyns_creations/petz/petz4/p4hosts/Mitzy_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Mitzy_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/Mitzy_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Peg.gif b/carolyns_creations/petz/petz4/p4hosts/Peg.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Peg.gif rename to carolyns_creations/petz/petz4/p4hosts/Peg.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_PegOutfitModsP4.zip b/carolyns_creations/petz/petz4/p4hosts/PegOutfitModsP4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_PegOutfitModsP4.zip rename to carolyns_creations/petz/petz4/p4hosts/PegOutfitModsP4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Peg_c4.zip b/carolyns_creations/petz/petz4/p4hosts/Peg_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Peg_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/Peg_c4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Pepe.gif b/carolyns_creations/petz/petz4/p4hosts/Pepe.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Pepe.gif rename to carolyns_creations/petz/petz4/p4hosts/Pepe.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Pepe_d4.zip b/carolyns_creations/petz/petz4/p4hosts/Pepe_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Pepe_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/Pepe_d4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Pharaoh.gif b/carolyns_creations/petz/petz4/p4hosts/Pharaoh.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Pharaoh.gif rename to carolyns_creations/petz/petz4/p4hosts/Pharaoh.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_PharaohBlackSandals_p4.zip b/carolyns_creations/petz/petz4/p4hosts/PharaohBlackSandals_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_PharaohBlackSandals_p4.zip rename to carolyns_creations/petz/petz4/p4hosts/PharaohBlackSandals_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Pharaoh_c4.zip b/carolyns_creations/petz/petz4/p4hosts/Pharaoh_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Pharaoh_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/Pharaoh_c4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_RingmasterBaileyOutfitModsP4.zip b/carolyns_creations/petz/petz4/p4hosts/RingmasterBaileyOutfitModsP4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_RingmasterBaileyOutfitModsP4.zip rename to carolyns_creations/petz/petz4/p4hosts/RingmasterBaileyOutfitModsP4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_TheAdmiral.gif b/carolyns_creations/petz/petz4/p4hosts/TheAdmiral.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_TheAdmiral.gif rename to carolyns_creations/petz/petz4/p4hosts/TheAdmiral.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_TheAdmiral_d4.zip b/carolyns_creations/petz/petz4/p4hosts/TheAdmiral_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_TheAdmiral_d4.zip rename to carolyns_creations/petz/petz4/p4hosts/TheAdmiral_d4.zip diff --git a/carolyns_creations/frames/petz/img/p4hosts_Wyatt.gif b/carolyns_creations/petz/petz4/p4hosts/Wyatt.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4hosts_Wyatt.gif rename to carolyns_creations/petz/petz4/p4hosts/Wyatt.gif diff --git a/carolyns_creations/frames/petz/dl/p4hosts_WyattOutfitModsP4.zip b/carolyns_creations/petz/petz4/p4hosts/WyattOutfitModsP4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_WyattOutfitModsP4.zip rename to carolyns_creations/petz/petz4/p4hosts/WyattOutfitModsP4.zip diff --git a/carolyns_creations/frames/petz/dl/p4hosts_Wyatt_c4.zip b/carolyns_creations/petz/petz4/p4hosts/Wyatt_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4hosts_Wyatt_c4.zip rename to carolyns_creations/petz/petz4/p4hosts/Wyatt_c4.zip diff --git a/carolyns_creations/petz/petz4/p4hosts/p4hosts.html b/carolyns_creations/petz/petz4/p4hosts/p4hosts.html new file mode 100644 index 0000000..fecde12 --- /dev/null +++ b/carolyns_creations/petz/petz4/p4hosts/p4hosts.html @@ -0,0 +1,163 @@ + + + + + + Petz 4 Hosts + + + + + + + + + +
+

Petz 4 Hosts Adoptable With Clothing For All P4 Petz
+ + Click photo or name to download.
+ Please note -- these are the Hosts, exactly as they were made by the game's + creators. They were of course never intended to have a "normal" petz life in + the game, without their special clothes. I wanted you to have the + real Hosts, so I made no changes. If you don't like Bear's back legs, + or Wyatt's ears and wrists, or the way Peg and Pharaoh look, then I suggest + that you either adopt a different pet instead or always keep their proper + clothes + on.
+ The "modified" clothes which you can download for Misha, Peg, Ringmaster + Bailey and Wyatt were fixed up by Minibyte to work on petz other than the + original; for instance, the Misha Modified files make it so that the cuffs + show on catz, and the Wyatt modified spurs rectify the Monster Dog-chasing + Effect. I have given these clothes their own on-shelf filmstrips, and they + overwrite my originals.
+ Also I am providing an alternative Peg, because I gather that in some + people's games Peg does not have the grey wrist-cuffs that she does in mine. + So you get to choose :-)

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Host Pharaoh
+ Pharaoh with clothes P4 +
/ + Pet + only, Petz 3-5 / + *Black sandals +
+ + The Admiral
+ The Admiral with clothes P4 +
/ + Pet only, Petz + 3-5 +
+ + Host Bear
+ Host Bear with clothes P4 +
/ + Pet only, + Petz 3-5 +
+ + Host Jones
+ Jones with clothes P4 +
/ + Pet + only, Petz 3-5 +
+ + Host Misha
+ Misha with Clothes P4 +
/ + Modified + pants and sweater / + Pet + only, P 3-5 +
+ +  Host Mitzy
+ Host Mitzy with clothes P4 +
/ + Pet + only, Petz 3-5 +
+ + Host Peg
+ Peg with clothes P4 +
/ + Modified shirt + (cuffs and scarf) / + The alternative + Peg / + Pet only, + Petz 3-5 +
+ + Host Pepe
+ Pepe with clothes P4 +
/ + Pet only, + Petz 3-5 +
+ + Ringmaster Bailey
+ Bailey with clothes P4 +
/ + Modified socks and sweater / + Pet + only, Petz 3-5 +
+ + Host Wyatt
+ Wyatt with clothes P4 +
/ + Modified + spurs and vest / + Pet + only, Petz 3-5 +
+ +
+ * the black sandals are courtesy of Carol (Minibyte) who noticed that, since + Pharaoh never takes off his sandals, any other pets who want to wear his + formal gear end up running about barefoot! +
+ + diff --git a/carolyns_creations/frames/petz/img/p4playscene_CarrycaseP4.gif b/carolyns_creations/petz/petz4/p4playscene/CarrycaseP4.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4playscene_CarrycaseP4.gif rename to carolyns_creations/petz/petz4/p4playscene/CarrycaseP4.gif diff --git a/carolyns_creations/frames/petz/dl/p4playscene_Carrycase_p4.zip b/carolyns_creations/petz/petz4/p4playscene/Carrycase_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4playscene_Carrycase_p4.zip rename to carolyns_creations/petz/petz4/p4playscene/Carrycase_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4playscene_Fishybeach_p4.zip b/carolyns_creations/petz/petz4/p4playscene/Fishybeach_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4playscene_Fishybeach_p4.zip rename to carolyns_creations/petz/petz4/p4playscene/Fishybeach_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4playscene_SecretWoodSounds.zip b/carolyns_creations/petz/petz4/p4playscene/SecretWoodSounds.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4playscene_SecretWoodSounds.zip rename to carolyns_creations/petz/petz4/p4playscene/SecretWoodSounds.zip diff --git a/carolyns_creations/frames/petz/dl/p4playscene_SecretWoodToyz_p4.zip b/carolyns_creations/petz/petz4/p4playscene/SecretWoodToyz_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4playscene_SecretWoodToyz_p4.zip rename to carolyns_creations/petz/petz4/p4playscene/SecretWoodToyz_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4playscene_SecretWood_p4.zip b/carolyns_creations/petz/petz4/p4playscene/SecretWood_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4playscene_SecretWood_p4.zip rename to carolyns_creations/petz/petz4/p4playscene/SecretWood_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4playscene_beachfishy.jfif b/carolyns_creations/petz/petz4/p4playscene/beachfishy.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p4playscene_beachfishy.jfif rename to carolyns_creations/petz/petz4/p4playscene/beachfishy.jpg diff --git a/carolyns_creations/petz/petz4/p4playscene/p4playscene.html b/carolyns_creations/petz/petz4/p4playscene/p4playscene.html new file mode 100644 index 0000000..e06df2f --- /dev/null +++ b/carolyns_creations/petz/petz4/p4playscene/p4playscene.html @@ -0,0 +1,83 @@ + + + + + + New Petz 4 Playscene items + + + + + + + + + +
+

New Petz 4 Playscene items
+ Click picture or name to download.

+ +

This page contains any playscenes or special items to go + with playscenes that I make for the Petz 4 game.

+ +

+ fishy beach scene
+ A fishy view of the beach +
To get the "goldfish" toyz that go with this scene, go to my Petz 4 toyz page, and to get the fishies, + go to my Fishies page.
+ Yes, I know that in Real Life, goldfish are supposed to be freshwater fish. + The ones I "liberated" from the goldfish bowl are ambiguous virtual types + and can enjoy salt water :-)

+
+ +
+

NOTE: if you are trying to use my carrycase patch but can't see any .dll + files in your game's Resource directory, then they are "hidden" and you need + to un-hide them. Open either "My Computer" or "Windows Explorer" and, from + the "View" drop-down menu, choose "Options". Now in the View pane of the + dialogue box that pops up, choose "show all files" andnot "hide files + of these types". Click "OK", then go to that directory and you'll see the + .dll files just fine. Make a copy of any file that you intend to patch, as + these are important files and you might want your original back again!

+ +

The Petz 4 version of the Secret Wood is now available complete for you + to download. It will look best if you download the special Carry-case with + mice, and the toyz -- and I strongly recommend that you download the sounds + also. Click on various things, such as the knot-hole by the lion's nose, for + some little surprises, and have fun with the birdie-house and Scarab + (dung-beetle). You can pick them up and move them around the place. The + beetle does a dung-beetle's job of clearing up dirt, and the birdie-house + keeps time for you. Oh, and there is a shelf in the bower above the + Lion.
+ I hope you enjoy this scene and find it as magical as I do. I shall be + putting together my notes and filmstrip bitmaps into a tutorial to help + other people make their own carry-case and playscene. The scene-editing part + will probably not be as interesting to petz 4 people, given that there is a + playscene editor for Petz 4, but perhaps the part about toyz and the + Carry-case will be.

+ +

+ special carry-case and mice
+ Secret Wood Carry-case and Mice +

+ + + The Secret Wood
+ The Secret Wood +
/ + + Sounds for Secret Wood +
+ + + special toyz
+ Secret Wood special toyz +

+ (Sept 16th 2003 I Updated the Dungbeetle)

+
+ + diff --git a/carolyns_creations/frames/petz/img/p4playscene_scene.gif b/carolyns_creations/petz/petz4/p4playscene/scene.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4playscene_scene.gif rename to carolyns_creations/petz/petz4/p4playscene/scene.gif diff --git a/carolyns_creations/frames/petz/img/p4playscene_toyz.gif b/carolyns_creations/petz/petz4/p4playscene/toyz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4playscene_toyz.gif rename to carolyns_creations/petz/petz4/p4playscene/toyz.gif diff --git a/carolyns_creations/frames/petz/img/p4toyz_Blooms.gif b/carolyns_creations/petz/petz4/p4toyz/Blooms.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Blooms.gif rename to carolyns_creations/petz/petz4/p4toyz/Blooms.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Blooms_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Blooms_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Blooms_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Blooms_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_Blowers.gif b/carolyns_creations/petz/petz4/p4toyz/Blowers.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Blowers.gif rename to carolyns_creations/petz/petz4/p4toyz/Blowers.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Blowers_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Blowers_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Blowers_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Blowers_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_CarrotTreatBag.gif b/carolyns_creations/petz/petz4/p4toyz/CarrotTreatBag.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_CarrotTreatBag.gif rename to carolyns_creations/petz/petz4/p4toyz/CarrotTreatBag.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_CarrotTreatBag_p4.zip b/carolyns_creations/petz/petz4/p4toyz/CarrotTreatBag_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_CarrotTreatBag_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/CarrotTreatBag_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_Catz1squeakytoy.gif b/carolyns_creations/petz/petz4/p4toyz/Catz1squeakytoy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Catz1squeakytoy.gif rename to carolyns_creations/petz/petz4/p4toyz/Catz1squeakytoy.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Catz1squeakytoy_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Catz1squeakytoy_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Catz1squeakytoy_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Catz1squeakytoy_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4toyz_CircusGoldfishbowl_p4.zip b/carolyns_creations/petz/petz4/p4toyz/CircusGoldfishbowl_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_CircusGoldfishbowl_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/CircusGoldfishbowl_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Doll_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Doll_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Doll_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Doll_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_Dollz4petz.gif b/carolyns_creations/petz/petz4/p4toyz/Dollz4petz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Dollz4petz.gif rename to carolyns_creations/petz/petz4/p4toyz/Dollz4petz.gif diff --git a/carolyns_creations/frames/petz/img/p4toyz_Dungbeetle.gif b/carolyns_creations/petz/petz4/p4toyz/Dungbeetle.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Dungbeetle.gif rename to carolyns_creations/petz/petz4/p4toyz/Dungbeetle.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Dungbeetle_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Dungbeetle_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Dungbeetle_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Dungbeetle_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_FishtankAdventure.jpg b/carolyns_creations/petz/petz4/p4toyz/FishtankAdventure.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_FishtankAdventure.jpg rename to carolyns_creations/petz/petz4/p4toyz/FishtankAdventure.jpg diff --git a/carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishbowl_p4.zip b/carolyns_creations/petz/petz4/p4toyz/FreedomGoldfishbowl_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishbowl_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/FreedomGoldfishbowl_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishtank_p4.zip b/carolyns_creations/petz/petz4/p4toyz/FreedomGoldfishtank_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_FreedomGoldfishtank_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/FreedomGoldfishtank_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_ForCloset_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Gemhairball_ForCloset_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_ForCloset_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Gemhairball_ForCloset_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Gemhairball_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Gemhairball_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Gemhairball_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_GoldfishTank.gif b/carolyns_creations/petz/petz4/p4toyz/GoldfishTank.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_GoldfishTank.gif rename to carolyns_creations/petz/petz4/p4toyz/GoldfishTank.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_GoldfishTank_p4.zip b/carolyns_creations/petz/petz4/p4toyz/GoldfishTank_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_GoldfishTank_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/GoldfishTank_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_Mintbottle.gif b/carolyns_creations/petz/petz4/p4toyz/Mintbottle.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Mintbottle.gif rename to carolyns_creations/petz/petz4/p4toyz/Mintbottle.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_Mintbottle_p4.zip b/carolyns_creations/petz/petz4/p4toyz/Mintbottle_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_Mintbottle_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/Mintbottle_p4.zip diff --git a/carolyns_creations/frames/petz/dl/p4toyz_P4Sunflowers.zip b/carolyns_creations/petz/petz4/p4toyz/P4Sunflowers.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_P4Sunflowers.zip rename to carolyns_creations/petz/petz4/p4toyz/P4Sunflowers.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_Sunflowers.jpg b/carolyns_creations/petz/petz4/p4toyz/Sunflowers.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_Sunflowers.jpg rename to carolyns_creations/petz/petz4/p4toyz/Sunflowers.jpg diff --git a/carolyns_creations/frames/petz/dl/p4toyz_cannon_p4.zip b/carolyns_creations/petz/petz4/p4toyz/cannon_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_cannon_p4.zip rename to carolyns_creations/petz/petz4/p4toyz/cannon_p4.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_circusfishy.jpg b/carolyns_creations/petz/petz4/p4toyz/circusfishy.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_circusfishy.jpg rename to carolyns_creations/petz/petz4/p4toyz/circusfishy.jpg diff --git a/carolyns_creations/frames/petz/img/p4toyz_gemhairball.gif b/carolyns_creations/petz/petz4/p4toyz/gemhairball.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_gemhairball.gif rename to carolyns_creations/petz/petz4/p4toyz/gemhairball.gif diff --git a/carolyns_creations/frames/petz/img/p4toyz_gemhairballshelf.gif b/carolyns_creations/petz/petz4/p4toyz/gemhairballshelf.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_gemhairballshelf.gif rename to carolyns_creations/petz/petz4/p4toyz/gemhairballshelf.gif diff --git a/carolyns_creations/frames/petz/dl/p4toyz_hiddentoyz1.zip b/carolyns_creations/petz/petz4/p4toyz/hiddentoyz1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p4toyz_hiddentoyz1.zip rename to carolyns_creations/petz/petz4/p4toyz/hiddentoyz1.zip diff --git a/carolyns_creations/frames/petz/img/p4toyz_p4cannon.jpg b/carolyns_creations/petz/petz4/p4toyz/p4cannon.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p4toyz_p4cannon.jpg rename to carolyns_creations/petz/petz4/p4toyz/p4cannon.jpg diff --git a/carolyns_creations/petz/petz4/p4toyz/p4toyz.html b/carolyns_creations/petz/petz4/p4toyz/p4toyz.html new file mode 100644 index 0000000..89e44f5 --- /dev/null +++ b/carolyns_creations/petz/petz4/p4toyz/p4toyz.html @@ -0,0 +1,171 @@ + + + + + + Hex edited toyz for Petz 4 + + + + + + + + + +
+

Hex edited Toyz for Petz 4
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These are the few toyz that I've made for the Petz 4 game. The Blooms and + Blowers were made using the simpler filmstrip-recolouring technique, in + response to someone a long time ago asking for different-coloured + butterflies. The Carrot-treat bag, Fish tank and gem hairball use more + advanced filmstrip-editing techniques. Yes, I know I'm not the greatest + graphic artist in the world; if you want better-looking toyz, I have + filmstrip-editing tutorials for you on my tutorials page -- and of course + nowadays you can use Nicholas' Tinker too :-)

+ +

Here's a zipfile of most of the hidden + toyz
+ It doesn't include any of the ones that don't have on-shelf graphics, nor + does it include the four gemstones.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + cannon
+ Circus Cannon in your closet +
+
+ + Babyz Doll
+ A Babyz Doll for Petz 4 +
+
+ + fishbowl
+ A "circus" goldfish bowl +
/ + A "freedom" goldfish + bowl +
+ + fishtank
+ a "freedom" replacement for my fish tank +
+
+ + Blooms
+ Pretty blooms and butterflies for your game +
+
+ + Blowers
+ more unusual-looking blooms and butterflies +
+
+ + Carrot Treat bag
+ Carrot Treat bag +

+ for vegetarian petz +
+ + Sapphire hairball
+ Replace that hairball with a sapphire +

+ especially important for Dracoz +
+ + Sunflowers
+ Sunflower seeds for Petz 4 at last! +

+ Converted from Petz 3 version.
+ The flowers will not be as tall. +
+ + Sapphire hairball for shelf
+ This gem hairball shows up in the closet +
+
+ + Goldfish Tank
+ Goldfish Tank for Petz 4 +

+ No longer do your fish need
+ to swim endlessly in circles! +
+ + Dung Beetle
+ Dung Beetle +

+ This is one of the toyz from my Secret Wood
+ Playscene, made now to show up
+ separately in the closet. +
+ + Mint Bottle
+ Mint Bottle +

+ This Mint drink was hexed from the
+ Milk Bottle and is intended as an
+ example for an upcoming tutorial +
+ + Catz 1 Squeaky toy
+ Catz 1 Squeaky Toy +

+ This is the dear old Squeaky toy
+ from the original Catz game, made
+ available now for all your Petz in Petz 4. +
+ + diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSFlealessAlley_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSFlealessAlley_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSFlealessAlley_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSFlealessAlley_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSbwshorthair_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSbwshorthair_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSbwshorthair_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSbwshorthair_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSScalico_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSScalico_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSScalico_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSScalico_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSchinchillapersian_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSchinchillapersian_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSchinchillapersian_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSchinchillapersian_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSdesertlynx_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSdesertlynx_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSdesertlynx_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSdesertlynx_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSegyptianmau_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSegyptianmau_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSegyptianmau_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSegyptianmau_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSShoneybear_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSShoneybear_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSShoneybear_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSShoneybear_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSjapanesebobtail_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSjapanesebobtail_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSjapanesebobtail_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSjapanesebobtail_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSmainecoon_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSmainecoon_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSmainecoon_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSmainecoon_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSorangeshorthair_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSorangeshorthair_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSorangeshorthair_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSorangeshorthair_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSpersian_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSpersian_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSpersian_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSpersian_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSrussianblue_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSrussianblue_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSrussianblue_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSrussianblue_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSscottishfold_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSscottishfold_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSscottishfold_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSscottishfold_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSsiamese_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSSsiamese_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSSsiamese_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSSsiamese_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSStabby_c5.zip b/carolyns_creations/petz/petz5/c5breeded/ExtLnzSStabby_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_ExtLnzSStabby_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/ExtLnzSStabby_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSFFalleycat_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSFFalleycat_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSFFalleycat_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSFFalleycat_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSbwshorthair_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSbwshorthair_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSbwshorthair_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSbwshorthair_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SScalico_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SScalico_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SScalico_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SScalico_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSchinchillapersian_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSchinchillapersian_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSchinchillapersian_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSchinchillapersian_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSdesertlynx_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSdesertlynx_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSdesertlynx_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSdesertlynx_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSegyptianmau_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSegyptianmau_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSegyptianmau_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSegyptianmau_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SShoneybear_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SShoneybear_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SShoneybear_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SShoneybear_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSjapanesebobtail_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSjapanesebobtail_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSjapanesebobtail_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSjapanesebobtail_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSmainecoon_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSmainecoon_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSmainecoon_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSmainecoon_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c6breeded_SSorangeshorthair_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSorangeshorthair_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c6breeded_SSorangeshorthair_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSorangeshorthair_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSpersian_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSpersian_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSpersian_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSpersian_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSrussianblue_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSrussianblue_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSrussianblue_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSrussianblue_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSscottishfold_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSscottishfold_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSscottishfold_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSscottishfold_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SSsiamese_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SSsiamese_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SSsiamese_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SSsiamese_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breeded_SStabby_c5.zip b/carolyns_creations/petz/petz5/c5breeded/SStabby_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breeded_SStabby_c5.zip rename to carolyns_creations/petz/petz5/c5breeded/SStabby_c5.zip diff --git a/carolyns_creations/petz/petz5/c5breeded/c5breeded.html b/carolyns_creations/petz/petz5/c5breeded/c5breeded.html new file mode 100644 index 0000000..c0c9886 --- /dev/null +++ b/carolyns_creations/petz/petz5/c5breeded/c5breeded.html @@ -0,0 +1,89 @@ + + + + + + Special sound-stripped originals + + + + + + + + + +
+

 

+ +

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, + click here

+ +

Sound-stripped, external-lnz Original Breedz + for Catz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These breedz are the original P.F.Magic or Studio Mythos originals, with the + single exception of the Flea-free Alleys; all I've done in the other breedz + is to make it so that the sounds and .lnz files that were internal are now + external. The external .lnz files will allow people who are afraid of hex + editors to use Notepad only for making litterz and overwriting breedz. The + sounds are external so that, if the sounds have been downloaded once, all + breed downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page. As regards the Flea-free Alley, this is a true Alley with + Attitude and is PKC-accepted. I refuse to work with the original P.F.Magic + Alleys, because I believe it to be wrong to force all alley pets to have + constant fleas and sickness.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ + Alley Cat -- flea-free version (PKC + accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby

+ +

Sound-stripped Original Breedz for Catz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ + Alley Cat -- flea-free version (PKC + accepted)
+ B+W Shorthair
+ Calico
+ Chinchilla Persian
+ Desert Lynx
+ Egyptian Mau
+ Honey Bear
+ Japanese Bobtail
+ Maine Coon
+ Orange Shorthair
+ Persian
+ Russian Blue
+ Scottish Fold
+ Siamese
+ Tabby

+
+ + diff --git a/carolyns_creations/frames/petz/img/c5breedz_Abyssinian.gif b/carolyns_creations/petz/petz5/c5breedz/Abyssinian.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Abyssinian.gif rename to carolyns_creations/petz/petz5/c5breedz/Abyssinian.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Abyssinian2_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Abyssinian2_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Abyssinian2_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Abyssinian2_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_Appaloosa.gif b/carolyns_creations/petz/petz5/c5breedz/Appaloosa.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Appaloosa.gif rename to carolyns_creations/petz/petz5/c5breedz/Appaloosa.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Appaloosa_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Appaloosa_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Appaloosa_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Appaloosa_c5.zip diff --git a/carolyns_creations/frames/petz/img/p4breedz_AsianSnowCurl.gif b/carolyns_creations/petz/petz5/c5breedz/AsianSnowCurl.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p4breedz_AsianSnowCurl.gif rename to carolyns_creations/petz/petz5/c5breedz/AsianSnowCurl.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_AsianSnowCurl_c5.zip b/carolyns_creations/petz/petz5/c5breedz/AsianSnowCurl_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_AsianSnowCurl_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/AsianSnowCurl_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_AutumnFlurry.gif b/carolyns_creations/petz/petz5/c5breedz/AutumnFlurry.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_AutumnFlurry.gif rename to carolyns_creations/petz/petz5/c5breedz/AutumnFlurry.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_AutumnFlurry_c5.zip b/carolyns_creations/petz/petz5/c5breedz/AutumnFlurry_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_AutumnFlurry_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/AutumnFlurry_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_B+WBritishFold.gif b/carolyns_creations/petz/petz5/c5breedz/B+WBritishFold.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_B+WBritishFold.gif rename to carolyns_creations/petz/petz5/c5breedz/B+WBritishFold.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_B+WBritishFold_c5.zip b/carolyns_creations/petz/petz5/c5breedz/B+WBritishFold_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_B+WBritishFold_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/B+WBritishFold_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_B+WLonghair.gif b/carolyns_creations/petz/petz5/c5breedz/B+WLonghair.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_B+WLonghair.gif rename to carolyns_creations/petz/petz5/c5breedz/B+WLonghair.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Blackandwhitelonghair_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Blackandwhitelonghair_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Blackandwhitelonghair_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Blackandwhitelonghair_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_Blinka.gif b/carolyns_creations/petz/petz5/c5breedz/Blinka.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Blinka.gif rename to carolyns_creations/petz/petz5/c5breedz/Blinka.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Blinka_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Blinka_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Blinka_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Blinka_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_BritishG+W.gif b/carolyns_creations/petz/petz5/c5breedz/BritishG+W.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_BritishG+W.gif rename to carolyns_creations/petz/petz5/c5breedz/BritishG+W.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_BritishGinger+White_c5.zip b/carolyns_creations/petz/petz5/c5breedz/BritishGinger+White_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_BritishGinger+White_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/BritishGinger+White_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breedz_BrownFuzzTabby_c5.zip b/carolyns_creations/petz/petz5/c5breedz/BrownFuzzTabby_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_BrownFuzzTabby_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/BrownFuzzTabby_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_BrownfuzzTabby.gif b/carolyns_creations/petz/petz5/c5breedz/BrownfuzzTabby.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_BrownfuzzTabby.gif rename to carolyns_creations/petz/petz5/c5breedz/BrownfuzzTabby.gif diff --git a/carolyns_creations/frames/petz/img/c5breedz_BunnyCat.gif b/carolyns_creations/petz/petz5/c5breedz/BunnyCat.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_BunnyCat.gif rename to carolyns_creations/petz/petz5/c5breedz/BunnyCat.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Bunnycat_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Bunnycat_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Bunnycat_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Bunnycat_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Bunnyfix_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Bunnyfix_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Bunnyfix_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Bunnyfix_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_Calibean.gif b/carolyns_creations/petz/petz5/c5breedz/Calibean.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Calibean.gif rename to carolyns_creations/petz/petz5/c5breedz/Calibean.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Calibean_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Calibean_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Calibean_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Calibean_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_Catwingz.gif b/carolyns_creations/petz/petz5/c5breedz/Catwingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Catwingz.gif rename to carolyns_creations/petz/petz5/c5breedz/Catwingz.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Catwingz_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Catwingz_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Catwingz_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Catwingz_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_CharcoalAngora.gif b/carolyns_creations/petz/petz5/c5breedz/CharcoalAngora.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_CharcoalAngora.gif rename to carolyns_creations/petz/petz5/c5breedz/CharcoalAngora.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_CharcoalAngora_c5.zip b/carolyns_creations/petz/petz5/c5breedz/CharcoalAngora_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_CharcoalAngora_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/CharcoalAngora_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_Chickenz.gif b/carolyns_creations/petz/petz5/c5breedz/Chickenz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Chickenz.gif rename to carolyns_creations/petz/petz5/c5breedz/Chickenz.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_ChickenzNoEggz_c5.zip b/carolyns_creations/petz/petz5/c5breedz/ChickenzNoEggz_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_ChickenzNoEggz_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/ChickenzNoEggz_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Chickenz_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Chickenz_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Chickenz_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Chickenz_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_ChinchiFluttacorn.gif b/carolyns_creations/petz/petz5/c5breedz/ChinchiFluttacorn.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_ChinchiFluttacorn.gif rename to carolyns_creations/petz/petz5/c5breedz/ChinchiFluttacorn.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Chinchifluttacorn_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Chinchifluttacorn_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Chinchifluttacorn_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Chinchifluttacorn_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_ChinchillaFold.gif b/carolyns_creations/petz/petz5/c5breedz/ChinchillaFold.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_ChinchillaFold.gif rename to carolyns_creations/petz/petz5/c5breedz/ChinchillaFold.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Chinchillafold_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Chinchillafold_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Chinchillafold_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Chinchillafold_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_CottonBunny.gif b/carolyns_creations/petz/petz5/c5breedz/CottonBunny.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_CottonBunny.gif rename to carolyns_creations/petz/petz5/c5breedz/CottonBunny.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_CottonBunny_c5.zip b/carolyns_creations/petz/petz5/c5breedz/CottonBunny_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_CottonBunny_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/CottonBunny_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Cowtaurus_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Cowtaurus_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Cowtaurus_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Cowtaurus_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_Cowz.gif b/carolyns_creations/petz/petz5/c5breedz/Cowz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_Cowz.gif rename to carolyns_creations/petz/petz5/c5breedz/Cowz.gif diff --git a/carolyns_creations/frames/petz/img/c5breedz_CreamFluff.gif b/carolyns_creations/petz/petz5/c5breedz/CreamFluff.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_CreamFluff.gif rename to carolyns_creations/petz/petz5/c5breedz/CreamFluff.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_CreamFluff_c5.zip b/carolyns_creations/petz/petz5/c5breedz/CreamFluff_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_CreamFluff_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/CreamFluff_c5.zip diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Dalmatian(alternativeNumber)_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Dalmatian(alternativeNumber)_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Dalmatian(alternativeNumber)_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Dalmatian(alternativeNumber)_c5.zip diff --git a/carolyns_creations/frames/petz/img/c5breedz_DalmatianCat.gif b/carolyns_creations/petz/petz5/c5breedz/DalmatianCat.gif similarity index 100% rename from carolyns_creations/frames/petz/img/c5breedz_DalmatianCat.gif rename to carolyns_creations/petz/petz5/c5breedz/DalmatianCat.gif diff --git a/carolyns_creations/frames/petz/dl/c5breedz_Dalmatian_c5.zip b/carolyns_creations/petz/petz5/c5breedz/Dalmatian_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/c5breedz_Dalmatian_c5.zip rename to carolyns_creations/petz/petz5/c5breedz/Dalmatian_c5.zip diff --git a/carolyns_creations/petz/petz5/c5breedz/c5breedz.html b/carolyns_creations/petz/petz5/c5breedz/c5breedz.html new file mode 100644 index 0000000..ccaed21 --- /dev/null +++ b/carolyns_creations/petz/petz5/c5breedz/c5breedz.html @@ -0,0 +1,246 @@ + + + + + + Catz 5 Breedz + + + + + + + + + +
+

Catz 5 Breedz
+ Click breed photo or name to download.

+ +

Page: 1 + 2 + 3 + 4 + 5

+ +

 

+ +

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

Bunny + fix to allow adopting and breeding bunnies.
+ It also allows variety in your bunnies. It overwrites the original, so you + need to put that somewhere safe. Please read included instructions in order + to get real bunniez in your game.

+ +

Go here for + Species sounds and here for + original Catz and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Abyssinian.gif
+ Abyssinian2 +
+
+ + Appaloosa
+ Appaloosa +
+
+ + Asian Snow Curl
+ Asian Snow Curl +
+
+ + Autumn Flurry
+ Autumn Flurry +
+
+ + Blackandwhitelonghair
+ Black and White Longhair +
+
+ + Blinka
+ Blinka +
+
+ + Black and White British Fold +
+ Black and White British Fold +
+
+ + BritishGinger+White
+ British Ginger and White +
+
+ + BrownFuzzTabby
+ BrownFuzzTabby +
+
+ + Bunnycat
+ Bunnycat +
+
+ + Calibean
+ Calibean +
+
+ + Catwingz
+ Catwingz +
+
+ + CharcoalAngora
+ Charcoal Angora +
+
+ + Chickenz
+ Chickenz With "Eggz" +
/
+ Without "Eggz" -- + WKC +
+ + Chinchi Fluttacorn
+ Chinchi Fluttacorn +
+
+ + Chinchilla Fold
+ Chinchilla Fold +
+
+ + CottonBunny
+ CottonBunny +
+
+ + Cowtaurus
+ Cowtaurus +
-- WKC +
+ + CreamFluff
+ CreamFluff +
+
+ + Dalmatian
+ Dalmatian (Correct ID) +
/ + Dalmation + (Catz 3 ID) +
+ +
+

* the original Dalmatian Cat for Catz 3 had a different ID number from + the Catz 4 version. If you are trying to play with a Dalmatian cat pet which + was adopted previously from my Catz 3 breedfile, you should use the + alternative, "Catz 3 ID", version of the breedfile. Otherwise use the + "Correct ID" one. Each will overwrite the other one, so if you have them + both, keep the overwritten one safe somewhere in case you need it.

+ +

Page: 1 + 2 + 3 + 4 + 5

+
+ + diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSBulldog_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSBulldog_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSBulldog_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSBulldog_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSChihuahua_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSChihuahua_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSChihuahua_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSChihuahua_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDachshund_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSDachshund_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDachshund_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSDachshund_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDalmatian_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSDalmatian_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSDalmatian_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSDalmatian_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGermanshepherd_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSGermanshepherd_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGermanshepherd_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSGermanshepherd_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGoldenretriever_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSGoldenretriever_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGoldenretriever_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSGoldenretriever_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGreatdane_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSGreatdane_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSGreatdane_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSGreatdane_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSJackrussell_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSJackrussell_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSJackrussell_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSJackrussell_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSLabrador_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSLabrador_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSLabrador_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSLabrador_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSMutt_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSMutt_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSMutt_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSMutt_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPapillon_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSPapillon_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPapillon_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSPapillon_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPoodle_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSPoodle_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPoodle_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSPoodle_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPug_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSPug_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSPug_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSPug_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSScottie_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSScottie_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSScottie_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSScottie_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSSheepdog_d5.zip b/carolyns_creations/petz/petz5/d5breeded/ExtLnzSSSheepdog_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_ExtLnzSSSheepdog_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/ExtLnzSSSheepdog_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSBulldog_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSBulldog_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSBulldog_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSBulldog_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSChihuahua_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSChihuahua_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSChihuahua_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSChihuahua_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSDachshund_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSDachshund_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSDachshund_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSDachshund_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSDalmatian_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSDalmatian_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSDalmatian_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSDalmatian_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSGermanshepherd_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSGermanshepherd_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSGermanshepherd_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSGermanshepherd_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSGoldenretriever_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSGoldenretriever_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSGoldenretriever_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSGoldenretriever_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSGreatdane_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSGreatdane_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSGreatdane_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSGreatdane_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSJackrussell_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSJackrussell_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSJackrussell_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSJackrussell_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSLabrador_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSLabrador_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSLabrador_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSLabrador_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSMutt_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSMutt_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSMutt_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSMutt_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSPapillon_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSPapillon_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSPapillon_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSPapillon_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSPoodle_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSPoodle_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSPoodle_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSPoodle_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSPug_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSPug_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSPug_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSPug_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSScottie_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSScottie_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSScottie_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSScottie_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breeded_SSSheepdog_d5.zip b/carolyns_creations/petz/petz5/d5breeded/SSSheepdog_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breeded_SSSheepdog_d5.zip rename to carolyns_creations/petz/petz5/d5breeded/SSSheepdog_d5.zip diff --git a/carolyns_creations/petz/petz5/d5breeded/d5breeded.html b/carolyns_creations/petz/petz5/d5breeded/d5breeded.html new file mode 100644 index 0000000..e6ce1cf --- /dev/null +++ b/carolyns_creations/petz/petz5/d5breeded/d5breeded.html @@ -0,0 +1,84 @@ + + + + + + Special sound-stripped originals + + + + + + + + + +
+

 

+ +

NOTE: No hexing ability is needed at all!
+ These aren't just for people who want to edit petz. They are also for anyone + who has downloaded a breed in the form of an external LNZ file and wants to + use it in their game.

+ +

For details of where the files go in your game, click here

+ +

Sound-stripped, external-lnz Original + Breedz for Dogz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These breedz are the original P.F.Magic or Studio Mythos originals. The Pug + is the version that I "fixed" so that the tongue is properly attached. Apart + from that, all that I've done in that and the other breedz is to make it so + that the sounds and .lnz files that were internal are now external. The + external .lnz files will allow people who are afraid of hex editors to use + Notepad only for making litterz and overwriting breedz. The sounds are + external so that, if the sounds have been downloaded once, all breed + downloads can be sound-stripped and very small.
+ If you only want the external-sound versions of these breedz, scroll further + down this page.
+ Please note that the readme in with the breedfile explains where everything + should go, including the sounds that are downloadable from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog

+ +

Sound-stripped Original Breedz for Dogz + 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These files are sound-stripped only, for people who do not want the + externally-editable .lnz files but do want the sounds separate.
+ Please note that the readme in with the breedfile explains where to put the + sounds that are downloadable also, from here.
+ Bulldog
+ Chihuahua
+ Dachshund
+ Dalmatian
+ German Shepherd
+ Golden Retriever
+ Great Dane
+ Jack Russell
+ Labrador
+ Mutt
+ Papillon
+ Poodle
+ Pug
+ Scottie
+ Sheepdog

+
+ + diff --git a/carolyns_creations/frames/petz/dl/d5breedz_AdoptablePig_d5.zip b/carolyns_creations/petz/petz5/d5breedz/AdoptablePig_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_AdoptablePig_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/AdoptablePig_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Affelaffe.gif b/carolyns_creations/petz/petz5/d5breedz/Affelaffe.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Affelaffe.gif rename to carolyns_creations/petz/petz5/d5breedz/Affelaffe.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Affelaffe_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Affelaffe_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Affelaffe_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Affelaffe_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Airedale.gif b/carolyns_creations/petz/petz5/d5breedz/Airedale.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Airedale.gif rename to carolyns_creations/petz/petz5/d5breedz/Airedale.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Airedale_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Airedale_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Airedale_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Airedale_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_AmericanStaffy.gif b/carolyns_creations/petz/petz5/d5breedz/AmericanStaffy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_AmericanStaffy.gif rename to carolyns_creations/petz/petz5/d5breedz/AmericanStaffy.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_AmericanStaffy_d5.zip b/carolyns_creations/petz/petz5/d5breedz/AmericanStaffy_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_AmericanStaffy_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/AmericanStaffy_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_AncestorLizard.gif b/carolyns_creations/petz/petz5/d5breedz/AncestorLizard.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_AncestorLizard.gif rename to carolyns_creations/petz/petz5/d5breedz/AncestorLizard.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Ancestorlizard_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Ancestorlizard_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Ancestorlizard_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Ancestorlizard_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Apaws.gif b/carolyns_creations/petz/petz5/d5breedz/Apaws.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Apaws.gif rename to carolyns_creations/petz/petz5/d5breedz/Apaws.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Apaws_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Apaws_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Apaws_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Apaws_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_AustralianCattleDog.gif b/carolyns_creations/petz/petz5/d5breedz/AustralianCattleDog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_AustralianCattleDog.gif rename to carolyns_creations/petz/petz5/d5breedz/AustralianCattleDog.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_AustralianCattleDog_d5.zip b/carolyns_creations/petz/petz5/d5breedz/AustralianCattleDog_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_AustralianCattleDog_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/AustralianCattleDog_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_BeachDog.gif b/carolyns_creations/petz/petz5/d5breedz/BeachDog.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_BeachDog.gif rename to carolyns_creations/petz/petz5/d5breedz/BeachDog.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_BeachDog_d5.zip b/carolyns_creations/petz/petz5/d5breedz/BeachDog_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_BeachDog_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/BeachDog_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Bear_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Bear_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Bear_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Bear_d5.zip diff --git a/carolyns_creations/petz/petz5/d5breedz/Bearz.gif b/carolyns_creations/petz/petz5/d5breedz/Bearz.gif new file mode 100644 index 0000000..71459af Binary files /dev/null and b/carolyns_creations/petz/petz5/d5breedz/Bearz.gif differ diff --git a/carolyns_creations/frames/petz/img/d5breedz_Blackdal.gif b/carolyns_creations/petz/petz5/d5breedz/Blackdal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Blackdal.gif rename to carolyns_creations/petz/petz5/d5breedz/Blackdal.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Blackdal_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Blackdal_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Blackdal_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Blackdal_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_BlacknKhaki.gif b/carolyns_creations/petz/petz5/d5breedz/BlacknKhaki.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_BlacknKhaki.gif rename to carolyns_creations/petz/petz5/d5breedz/BlacknKhaki.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_BlacknKhaki_d5.zip b/carolyns_creations/petz/petz5/d5breedz/BlacknKhaki_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_BlacknKhaki_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/BlacknKhaki_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breedz_BreedablePig_d5.zip b/carolyns_creations/petz/petz5/d5breedz/BreedablePig_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_BreedablePig_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/BreedablePig_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Breyer.gif b/carolyns_creations/petz/petz5/d5breedz/Breyer.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Breyer.gif rename to carolyns_creations/petz/petz5/d5breedz/Breyer.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Breyer_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Breyer_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Breyer_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Breyer_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breedz_BrownDal_d5.zip b/carolyns_creations/petz/petz5/d5breedz/BrownDal_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_BrownDal_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/BrownDal_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_BrownPyrShepherd.gif b/carolyns_creations/petz/petz5/d5breedz/BrownPyrShepherd.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_BrownPyrShepherd.gif rename to carolyns_creations/petz/petz5/d5breedz/BrownPyrShepherd.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_BrownPyrShepherd_d5.zip b/carolyns_creations/petz/petz5/d5breedz/BrownPyrShepherd_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_BrownPyrShepherd_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/BrownPyrShepherd_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Browndal.gif b/carolyns_creations/petz/petz5/d5breedz/Browndal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Browndal.gif rename to carolyns_creations/petz/petz5/d5breedz/Browndal.gif diff --git a/carolyns_creations/frames/petz/img/d5breedz_CalicoMutt.gif b/carolyns_creations/petz/petz5/d5breedz/CalicoMutt.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_CalicoMutt.gif rename to carolyns_creations/petz/petz5/d5breedz/CalicoMutt.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_CalicoMutt_d5.zip b/carolyns_creations/petz/petz5/d5breedz/CalicoMutt_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_CalicoMutt_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/CalicoMutt_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_Calicochi.gif b/carolyns_creations/petz/petz5/d5breedz/Calicochi.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_Calicochi.gif rename to carolyns_creations/petz/petz5/d5breedz/Calicochi.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_Calicochi_d5.zip b/carolyns_creations/petz/petz5/d5breedz/Calicochi_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_Calicochi_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/Calicochi_d5.zip diff --git a/carolyns_creations/frames/petz/img/d5breedz_ChalkBlueDal.gif b/carolyns_creations/petz/petz5/d5breedz/ChalkBlueDal.gif similarity index 100% rename from carolyns_creations/frames/petz/img/d5breedz_ChalkBlueDal.gif rename to carolyns_creations/petz/petz5/d5breedz/ChalkBlueDal.gif diff --git a/carolyns_creations/frames/petz/dl/d5breedz_ChalkBlueDal_d5.zip b/carolyns_creations/petz/petz5/d5breedz/ChalkBlueDal_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_ChalkBlueDal_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/ChalkBlueDal_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breedz_GreatbearSS_d5.zip b/carolyns_creations/petz/petz5/d5breedz/GreatbearSS_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_GreatbearSS_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/GreatbearSS_d5.zip diff --git a/carolyns_creations/frames/petz/dl/d5breedz_ImportablePig_d5.zip b/carolyns_creations/petz/petz5/d5breedz/ImportablePig_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/d5breedz_ImportablePig_d5.zip rename to carolyns_creations/petz/petz5/d5breedz/ImportablePig_d5.zip diff --git a/carolyns_creations/petz/petz5/d5breedz/d5breedz.html b/carolyns_creations/petz/petz5/d5breedz/d5breedz.html new file mode 100644 index 0000000..416d4c3 --- /dev/null +++ b/carolyns_creations/petz/petz5/d5breedz/d5breedz.html @@ -0,0 +1,201 @@ + + + + + + Dogz 5 Breedz + + + + + + + + + +
+

Dogz 5 Breedz
+ Click breed photo or name to download.
+ NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

Page: 1 + 2 + 3 + 4 + 5
+ + Pig fix + to allow adopting of Pigz
+ This one lets you adopt from the Adoption Centre, and you can play with the + Pig Hosts.
+ Pig + fix to allow importing of Pigz
+ If you have problems with importing your Pigz or Pigz mixes into petz 5, + grab this version. Turn off the Host Characters in Scene option if you're + using this one and want to go to the Backyard or Fantasy Castle.
+ Pig + fix to allow breeding of Pigz
+ Go here for Species + sounds and here for original Catz + and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Affelaffe
+ Affelaffe +
+
+ + Airedale
+ Airedale +
+
+ + AmericanStaffy
+ American Staffy +
+
+ + Ancestorlizard
+ Ancestor Lizard +
+
+ + Apaws
+ Apaws +
+
+ + AustralianCattleDog
+ Australian Cattle Dog +
+
+ + BeachDog
+ Beach Dog +
+
+ + Bearz
+ Bearz +
-- WKC accepted -- + external-sounds + version +
+ + Blackdal
+ Blackdal +
+
+ + BlacknKhaki
+ Black n Khaki +
+
+ + Breyer
+ Breyer +
+
+ + BrownPyrShepherd
+ Brown Pyr Shepherd +
+
+ + BrownDal
+ BrownDal +
+
+ + CalicoMutt
+ CalicoMutt +
+
+ + Calicochi
+ Calicochi +
+
+ + ChalkBlueDal
+ ChalkBlueDal +
+
+ Page: 1 + 2 + 3 + 4 + 5 +
+ + diff --git a/carolyns_creations/frames/petz/dl/p5breedz_102_c5.zip b/carolyns_creations/petz/petz5/p5breedz/102_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_102_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/102_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_102dalmatians.gif b/carolyns_creations/petz/petz5/p5breedz/102dalmatians.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_102dalmatians.gif rename to carolyns_creations/petz/petz5/p5breedz/102dalmatians.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Alley2_OW_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Alley2_OW_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Alley2_OW_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Alley2_OW_c5.zip diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Alley3_OW_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Alley3_OW_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Alley3_OW_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Alley3_OW_c5.zip diff --git a/carolyns_creations/frames/petz/dl/p5breedz_AlleycatOW_c5.zip b/carolyns_creations/petz/petz5/p5breedz/AlleycatOW_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_AlleycatOW_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/AlleycatOW_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Alleyvaried.gif b/carolyns_creations/petz/petz5/p5breedz/Alleyvaried.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Alleyvaried.gif rename to carolyns_creations/petz/petz5/p5breedz/Alleyvaried.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Alleyvaried_OW_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Alleyvaried_OW_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Alleyvaried_OW_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Alleyvaried_OW_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Arthropodz.gif b/carolyns_creations/petz/petz5/p5breedz/Arthropodz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Arthropodz.gif rename to carolyns_creations/petz/petz5/p5breedz/Arthropodz.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Arthropodz_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Arthropodz_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Arthropodz_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Arthropodz_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Boy.gif b/carolyns_creations/petz/petz5/p5breedz/Boy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Boy.gif rename to carolyns_creations/petz/petz5/p5breedz/Boy.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Boy_d5.zip b/carolyns_creations/petz/petz5/p5breedz/Boy_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Boy_d5.zip rename to carolyns_creations/petz/petz5/p5breedz/Boy_d5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Boyz.gif b/carolyns_creations/petz/petz5/p5breedz/Boyz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Boyz.gif rename to carolyns_creations/petz/petz5/p5breedz/Boyz.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Boyz_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Boyz_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Boyz_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Boyz_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Caliwingz.gif b/carolyns_creations/petz/petz5/p5breedz/Caliwingz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Caliwingz.gif rename to carolyns_creations/petz/petz5/p5breedz/Caliwingz.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Caliwingz_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Caliwingz_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Caliwingz_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Caliwingz_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Fishie.gif b/carolyns_creations/petz/petz5/p5breedz/Fishie.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Fishie.gif rename to carolyns_creations/petz/petz5/p5breedz/Fishie.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Fishie_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Fishie_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Fishie_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Fishie_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_FlealessAlleys.gif b/carolyns_creations/petz/petz5/p5breedz/FlealessAlleys.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_FlealessAlleys.gif rename to carolyns_creations/petz/petz5/p5breedz/FlealessAlleys.gif diff --git a/carolyns_creations/frames/petz/img/p5breedz_FlealessAlleys2.gif b/carolyns_creations/petz/petz5/p5breedz/FlealessAlleys2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_FlealessAlleys2.gif rename to carolyns_creations/petz/petz5/p5breedz/FlealessAlleys2.gif diff --git a/carolyns_creations/frames/petz/img/p5breedz_Jester.gif b/carolyns_creations/petz/petz5/p5breedz/Jester.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Jester.gif rename to carolyns_creations/petz/petz5/p5breedz/Jester.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Jester_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Jester_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Jester_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Jester_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Lips.gif b/carolyns_creations/petz/petz5/p5breedz/Lips.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Lips.gif rename to carolyns_creations/petz/petz5/p5breedz/Lips.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Lips_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Lips_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Lips_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Lips_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Walret.gif b/carolyns_creations/petz/petz5/p5breedz/Walret.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Walret.gif rename to carolyns_creations/petz/petz5/p5breedz/Walret.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Walret_c5.zip b/carolyns_creations/petz/petz5/p5breedz/Walret_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Walret_c5.zip rename to carolyns_creations/petz/petz5/p5breedz/Walret_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5breedz_Wetterhoun.gif b/carolyns_creations/petz/petz5/p5breedz/Wetterhoun.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5breedz_Wetterhoun.gif rename to carolyns_creations/petz/petz5/p5breedz/Wetterhoun.gif diff --git a/carolyns_creations/frames/petz/dl/p5breedz_Wetterhoun_d5.zip b/carolyns_creations/petz/petz5/p5breedz/Wetterhoun_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_Wetterhoun_d5.zip rename to carolyns_creations/petz/petz5/p5breedz/Wetterhoun_d5.zip diff --git a/carolyns_creations/petz/petz5/p5breedz/p5breedz.html b/carolyns_creations/petz/petz5/p5breedz/p5breedz.html new file mode 100644 index 0000000..8d23318 --- /dev/null +++ b/carolyns_creations/petz/petz5/p5breedz/p5breedz.html @@ -0,0 +1,196 @@ + + + + + + New Petz 5 Breedz + + + + + + + + + +
+

New Petz 5 Breedz
+ Click breed photo or name to download.

+ +

Page: 1

+ +

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

For my People In Petz breedz go here
+ For my Latest breedz (overwriting and for use with my LNZ-files packages), + go here
+ For my Team Creation breedz (Rhino, Ostrich etc), go here
+ For my P.F.Magic Mice breedz go here
+ For my Oddpetz Transformation breedz (Duckoddz etc) go here
+ For my Arthropod breedz (Spiders, butterflies etc) go here

+ For my aquatic stuff (fishies, frogs etc) go here
+ For my Emoticon breed "OddballzDream" and petz go here

+ +

Go here for Species sounds and here for original Catz and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+ +

My Skorch Odd-petz breed is now available + here. + All 13 of the originals have now been brought into the Catz games.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Caliwingz
+ Caliwingz (Catz) +
+
+ + Walret
+ Walret (Catz) +
+
+ + 102
+ 102 (Catz) +
+
+ + Jester
+ Jester (Catz) +
+
+ + Flealess Alleys
+ Flealess Alleys (Catz) +

+ Overwriting. With Sleepycat's variation. Does not have + Alley attitude. Download sounds for this + breed. +
+ + Flealess Alleys
+ Flealess Alleys (Catz) +

+ Overwriting. With variations listed at PKC
+ Does not have Alley attitude. Download sounds for this + breed. +
+ + Flealess Alleys
+ Flealess Alleys with Attitude (Catz) +

+ Overwriting. PKC accepted.
+ Download sounds for this breed. True to type, has Alley Attitude +
+ + Lips
+ Lips (Catz) +

+ The 13th and final Original Oddballz converted to Petz 5!
+ And yes, I do intend to make emoticon clothes... +
+ + Varied Flealess Alleys
+ Varied Alleys With Attitude (Catz) +

+ Download sounds for this breed. Flealess, with Alley Attitude +
+ + Wetterhoun
+ Wetterhoun (Dogz) +
+
+ + Boyz
+ Boyz (Catz) +

+ Download sounds for this breed. Breed should be male only. +
+ + Boy
+ Boy (Dogz) +

+ Download sounds for this breed. Breed should be male only. +
+ + Fishie
+ Fishie (Catz) +

+ Download sounds for this breed. +
+ + Arthropodz
+ Arthropodz (Catz) +
+ -- WKC accepted
+ Download sounds for this breed. +
+ +

Page: 1

+
+ + diff --git a/carolyns_creations/frames/petz/dl/p5breedz_skorchc5.zip b/carolyns_creations/petz/petz5/p5breedz/skorchc5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5breedz_skorchc5.zip rename to carolyns_creations/petz/petz5/p5breedz/skorchc5.zip diff --git a/carolyns_creations/frames/petz/dl/p5clothes_WigDread2_p5.zip b/carolyns_creations/petz/petz5/p5clothes/WigDread2_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5clothes_WigDread2_p5.zip rename to carolyns_creations/petz/petz5/p5clothes/WigDread2_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5clothes_WigDreads_p5.zip b/carolyns_creations/petz/petz5/p5clothes/WigDreads_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5clothes_WigDreads_p5.zip rename to carolyns_creations/petz/petz5/p5clothes/WigDreads_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5clothes_WigJudges_p5.zip b/carolyns_creations/petz/petz5/p5clothes/WigJudges_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5clothes_WigJudges_p5.zip rename to carolyns_creations/petz/petz5/p5clothes/WigJudges_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5clothes_Wigz5.gif b/carolyns_creations/petz/petz5/p5clothes/Wigz5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5clothes_Wigz5.gif rename to carolyns_creations/petz/petz5/p5clothes/Wigz5.gif diff --git a/carolyns_creations/frames/petz/img/p5clothes_Wingz5.gif b/carolyns_creations/petz/petz5/p5clothes/Wingz5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5clothes_Wingz5.gif rename to carolyns_creations/petz/petz5/p5clothes/Wingz5.gif diff --git a/carolyns_creations/frames/petz/dl/p5clothes_Wingz_p5.zip b/carolyns_creations/petz/petz5/p5clothes/Wingz_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5clothes_Wingz_p5.zip rename to carolyns_creations/petz/petz5/p5clothes/Wingz_p5.zip diff --git a/carolyns_creations/petz/petz5/p5clothes/p5clothes.html b/carolyns_creations/petz/petz5/p5clothes/p5clothes.html new file mode 100644 index 0000000..a94d880 --- /dev/null +++ b/carolyns_creations/petz/petz5/p5clothes/p5clothes.html @@ -0,0 +1,37 @@ + + + + + + Hex edited Clothes for Petz 5 + + + +
+

Hex edited Clothes for Petz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These are the very few clothes that I've made for the Petz 5 game. I don't + have a great interest in making petz clothes, mainly because there have + always been a lot of people out there making great stuff pretty much since + the game first came out. But there were a couple of things that people + wanted to know how to do, and here they are. They show up separately on the + shelf with rather different graphics; although those on-shelf graphics don't + look anything like the clothes themselves, you should be able to see which + ones are mine.

+ +

+ Wingz
+ Wingz for your petz +

+ + + Wigz
+ Wigz for your petz +
/ + Dreadlocks + 2 / + Judge's + wigz

+
+ + diff --git a/carolyns_creations/frames/petz/img/p5hosts_Bailey5.gif b/carolyns_creations/petz/petz5/p5hosts/Bailey5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Bailey5.gif rename to carolyns_creations/petz/petz5/p5hosts/Bailey5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Bailey_c5.zip b/carolyns_creations/petz/petz5/p5hosts/Bailey_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Bailey_c5.zip rename to carolyns_creations/petz/petz5/p5hosts/Bailey_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_BearHost5.gif b/carolyns_creations/petz/petz5/p5hosts/BearHost5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_BearHost5.gif rename to carolyns_creations/petz/petz5/p5hosts/BearHost5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Bear_d5.zip b/carolyns_creations/petz/petz5/p5hosts/Bear_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Bear_d5.zip rename to carolyns_creations/petz/petz5/p5hosts/Bear_d5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Jones5.gif b/carolyns_creations/petz/petz5/p5hosts/Jones5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Jones5.gif rename to carolyns_creations/petz/petz5/p5hosts/Jones5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Jones_d5.zip b/carolyns_creations/petz/petz5/p5hosts/Jones_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Jones_d5.zip rename to carolyns_creations/petz/petz5/p5hosts/Jones_d5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Misha5.gif b/carolyns_creations/petz/petz5/p5hosts/Misha5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Misha5.gif rename to carolyns_creations/petz/petz5/p5hosts/Misha5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Misha_d5.zip b/carolyns_creations/petz/petz5/p5hosts/Misha_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Misha_d5.zip rename to carolyns_creations/petz/petz5/p5hosts/Misha_d5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Mitzy5.gif b/carolyns_creations/petz/petz5/p5hosts/Mitzy5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Mitzy5.gif rename to carolyns_creations/petz/petz5/p5hosts/Mitzy5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Mitzy_c5.zip b/carolyns_creations/petz/petz5/p5hosts/Mitzy_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Mitzy_c5.zip rename to carolyns_creations/petz/petz5/p5hosts/Mitzy_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Peg5.gif b/carolyns_creations/petz/petz5/p5hosts/Peg5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Peg5.gif rename to carolyns_creations/petz/petz5/p5hosts/Peg5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Peg_c5.zip b/carolyns_creations/petz/petz5/p5hosts/Peg_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Peg_c5.zip rename to carolyns_creations/petz/petz5/p5hosts/Peg_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Pepe5.gif b/carolyns_creations/petz/petz5/p5hosts/Pepe5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Pepe5.gif rename to carolyns_creations/petz/petz5/p5hosts/Pepe5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Pepe_d5.zip b/carolyns_creations/petz/petz5/p5hosts/Pepe_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Pepe_d5.zip rename to carolyns_creations/petz/petz5/p5hosts/Pepe_d5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Pharaoh5.gif b/carolyns_creations/petz/petz5/p5hosts/Pharaoh5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Pharaoh5.gif rename to carolyns_creations/petz/petz5/p5hosts/Pharaoh5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Pharaoh_c5.zip b/carolyns_creations/petz/petz5/p5hosts/Pharaoh_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Pharaoh_c5.zip rename to carolyns_creations/petz/petz5/p5hosts/Pharaoh_c5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_TheAdmiral5.gif b/carolyns_creations/petz/petz5/p5hosts/TheAdmiral5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_TheAdmiral5.gif rename to carolyns_creations/petz/petz5/p5hosts/TheAdmiral5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_TheAdmiral_d5.zip b/carolyns_creations/petz/petz5/p5hosts/TheAdmiral_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_TheAdmiral_d5.zip rename to carolyns_creations/petz/petz5/p5hosts/TheAdmiral_d5.zip diff --git a/carolyns_creations/frames/petz/img/p5hosts_Wyatt5.gif b/carolyns_creations/petz/petz5/p5hosts/Wyatt5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5hosts_Wyatt5.gif rename to carolyns_creations/petz/petz5/p5hosts/Wyatt5.gif diff --git a/carolyns_creations/frames/petz/dl/p5hosts_Wyatt_c5.zip b/carolyns_creations/petz/petz5/p5hosts/Wyatt_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5hosts_Wyatt_c5.zip rename to carolyns_creations/petz/petz5/p5hosts/Wyatt_c5.zip diff --git a/carolyns_creations/petz/petz5/p5hosts/p5hosts.html b/carolyns_creations/petz/petz5/p5hosts/p5hosts.html new file mode 100644 index 0000000..3bd0147 --- /dev/null +++ b/carolyns_creations/petz/petz5/p5hosts/p5hosts.html @@ -0,0 +1,110 @@ + + + + + + Petz 5 Hosts + + + + + + + + + +
+

Petz 5 Hosts Adoptable
+ Click photo or name to download.
+ Please note -- these are the Hosts, exactly as they were made by the game's + creators. They were of course never intended to have a "normal" petz life in + the game, without their special clothes. I wanted you to have the real + Hosts, so I made no changes. If you don't like Bear's back legs, or Wyatt's + ears and wrists, or the way Peg and Pharaoh look, then I suggest that you + either adopt a different pet instead or always keep their proper clothes on. + Also note, I have not included the Bunny and Pig Hosts; you can adopt them + from the Adoption Centre using my special breedfiles.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Host Pharaoh +
+ Pharaoh for Catz 5 +
+ The Admiral
+ The Admiral for Dogz + 5 +
+ Host Bear +
+ Host Bear + for Dogz 5 +
+ Host Jones
+ Jones + for Dogz 5 +
+ Host Misha
+ Misha + the Jack Russell for Dogz + 5 +
+ Host Mitzy
+ Mitzy + for Catz 5 +
+ Host Peg
+ Peg for + Catz 5 +
+ Host Pepe
+ Pepe for + Dogz 5 +
+ Ringmaster Bailey
+ Ringmaster Bailey for + Catz 5 +
+ Host Wyatt
+ Wyatt + for Catz 5 +
+
+ + diff --git a/carolyns_creations/frames/petz/dl/p5playscene_AdoptionCentreEasy-edit_p5.zip b/carolyns_creations/petz/petz5/p5playscene/AdoptionCentreEasy-edit_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_AdoptionCentreEasy-edit_p5.zip rename to carolyns_creations/petz/petz5/p5playscene/AdoptionCentreEasy-edit_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5playscene_AdoptionsGone.zip b/carolyns_creations/petz/petz5/p5playscene/AdoptionsGone.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_AdoptionsGone.zip rename to carolyns_creations/petz/petz5/p5playscene/AdoptionsGone.zip diff --git a/carolyns_creations/frames/petz/img/p5playscene_Kitchen1.jpg b/carolyns_creations/petz/petz5/p5playscene/Kitchen1.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p5playscene_Kitchen1.jpg rename to carolyns_creations/petz/petz5/p5playscene/Kitchen1.jpg diff --git a/carolyns_creations/frames/petz/dl/p5playscene_Kitchen_p5.zip b/carolyns_creations/petz/petz5/p5playscene/Kitchen_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_Kitchen_p5.zip rename to carolyns_creations/petz/petz5/p5playscene/Kitchen_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5playscene_MudpuddleShootingstar.jpg b/carolyns_creations/petz/petz5/p5playscene/MudpuddleShootingstar.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p5playscene_MudpuddleShootingstar.jpg rename to carolyns_creations/petz/petz5/p5playscene/MudpuddleShootingstar.jpg diff --git a/carolyns_creations/frames/petz/img/p5playscene_P4AC4P5.jpg b/carolyns_creations/petz/petz5/p5playscene/P4AC4P5.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p5playscene_P4AC4P5.jpg rename to carolyns_creations/petz/petz5/p5playscene/P4AC4P5.jpg diff --git a/carolyns_creations/frames/petz/dl/p5playscene_SecretWoodSounds.zip b/carolyns_creations/petz/petz5/p5playscene/SecretWoodSounds.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_SecretWoodSounds.zip rename to carolyns_creations/petz/petz5/p5playscene/SecretWoodSounds.zip diff --git a/carolyns_creations/frames/petz/dl/p5playscene_SecretWoodToyz_p5.zip b/carolyns_creations/petz/petz5/p5playscene/SecretWoodToyz_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_SecretWoodToyz_p5.zip rename to carolyns_creations/petz/petz5/p5playscene/SecretWoodToyz_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5playscene_SecretWood_p5.zip b/carolyns_creations/petz/petz5/p5playscene/SecretWood_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_SecretWood_p5.zip rename to carolyns_creations/petz/petz5/p5playscene/SecretWood_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5playscene_SecretWoodx.jpg b/carolyns_creations/petz/petz5/p5playscene/SecretWoodx.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p5playscene_SecretWoodx.jpg rename to carolyns_creations/petz/petz5/p5playscene/SecretWoodx.jpg diff --git a/carolyns_creations/frames/petz/dl/p5playscene_SoundsForP5playscenes.zip b/carolyns_creations/petz/petz5/p5playscene/SoundsForP5playscenes.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5playscene_SoundsForP5playscenes.zip rename to carolyns_creations/petz/petz5/p5playscene/SoundsForP5playscenes.zip diff --git a/carolyns_creations/petz/petz5/p5playscene/p5playscene.html b/carolyns_creations/petz/petz5/p5playscene/p5playscene.html new file mode 100644 index 0000000..5995cd5 --- /dev/null +++ b/carolyns_creations/petz/petz5/p5playscene/p5playscene.html @@ -0,0 +1,73 @@ + + + + + + New Petz 5 Playscene items + + + + + + + + + +
+

Petz 5 Playscenes
+ Click picture or name to download.

+ +

This page contains any playscenes that I may hex for the Petz 5 game; + I don't make scenes with the game's editor, because there are people who + make much better ones that way than I can, but on occasion I may want to + alter one of the game's original scenes. When I do, I'll post it + here.

+ +

The Petz 5 version of the Secret Wood is now available complete for you + to download. It will look best if you download the carrycase Skin from my skins page, and the toyz -- and I + strongly recommend that you download the sounds also. Click on various + things, such as the knot-hole by the lion's nose, for some little surprises, + and have fun with the birdie-house and Scarab (dung-beetle). You can pick + them up and move them around the place. The beetle does a dung-beetle's job + of clearing up dirt, and the birdie-house keeps time for you. Oh, and there + is a shelf in the bower above the Lion.
+ I hope you enjoy this scene and find it as magical as I do.
+ + The Secret Wood
+ The Secret Wood +
/ + Sounds + for Secret Wood
+ Secret Wood special + toyz

+ +

+ Petz 4 in Petz 5 kitchen
+ Petz 5 kitchen with Petz 4 backdrop +

+ Updated Oct 2003 to stay like Petz 4 at night-time also

+ +

+ Petz 4 in Petz 5 adoption centre
+ Petz 5 Adoption Centre with Petz 4 backdrop +

+ This is actually an easy-edit kit, so take care to follow the included + instructions. I have made the backdrops 256-colour to make a smaller + download, and I have altered the daytime backdrop to the Petz 3 or Petz 4 + one for nostalgia freaks like myself. If you want the Adoption Centre + birdsong, download this file.

+ +

+ Adoptions Gone Petz 5 scene
+ Petz 5 AdoptionGone Editor-created playscene +

+ This is my one and only Editor-created playscene, which is really my test + scene created to see what could and couldn't be done with the Editor. I + thought it turned out kind of fun, so here it is :-)

+
+ + diff --git a/carolyns_creations/frames/petz/img/p5skinz_CarrycaseP5.gif b/carolyns_creations/petz/petz5/p5skinz/CarrycaseP5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5skinz_CarrycaseP5.gif rename to carolyns_creations/petz/petz5/p5skinz/CarrycaseP5.gif diff --git a/carolyns_creations/frames/petz/dl/p5skinz_Carrycase_p5.zip b/carolyns_creations/petz/petz5/p5skinz/Carrycase_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5skinz_Carrycase_p5.zip rename to carolyns_creations/petz/petz5/p5skinz/Carrycase_p5.zip diff --git a/carolyns_creations/petz/petz5/p5skinz/p5skinz.html b/carolyns_creations/petz/petz5/p5skinz/p5skinz.html new file mode 100644 index 0000000..d365dc0 --- /dev/null +++ b/carolyns_creations/petz/petz5/p5skinz/p5skinz.html @@ -0,0 +1,31 @@ + + + + + + New Petz 5 Carrycase Skins + + + + + + + + + +
+

New Petz 5 Carrycase Skins
+ Click picture or name to download.

+ +

This page contains any Carrycase skinz I might make.

+ +

 

+ +

+ special carry-case and mice
+ The carry-case skin from my Petz 3 playscene +

+
+ + diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Beetle_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Beetle_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Beetle_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Beetle_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_Beetlep5.gif b/carolyns_creations/petz/petz5/p5toyz/Beetlep5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_Beetlep5.gif rename to carolyns_creations/petz/petz5/p5toyz/Beetlep5.gif diff --git a/carolyns_creations/frames/petz/img/p5toyz_Blooms.gif b/carolyns_creations/petz/petz5/p5toyz/Blooms.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_Blooms.gif rename to carolyns_creations/petz/petz5/p5toyz/Blooms.gif diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Blooms_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Blooms_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Blooms_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Blooms_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_Blowers.gif b/carolyns_creations/petz/petz5/p5toyz/Blowers.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_Blowers.gif rename to carolyns_creations/petz/petz5/p5toyz/Blowers.gif diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Blowers_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Blowers_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Blowers_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Blowers_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5toyz_BlueButterfly_p5.zip b/carolyns_creations/petz/petz5/p5toyz/BlueButterfly_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_BlueButterfly_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/BlueButterfly_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_BlueButterflyp5.gif b/carolyns_creations/petz/petz5/p5toyz/BlueButterflyp5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_BlueButterflyp5.gif rename to carolyns_creations/petz/petz5/p5toyz/BlueButterflyp5.gif diff --git a/carolyns_creations/frames/petz/img/p5toyz_Doll4Petz5.gif b/carolyns_creations/petz/petz5/p5toyz/Doll4Petz5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_Doll4Petz5.gif rename to carolyns_creations/petz/petz5/p5toyz/Doll4Petz5.gif diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Doll_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Doll_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Doll_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Doll_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_FishbowlCircus.jpg b/carolyns_creations/petz/petz5/p5toyz/FishbowlCircus.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_FishbowlCircus.jpg rename to carolyns_creations/petz/petz5/p5toyz/FishbowlCircus.jpg diff --git a/carolyns_creations/frames/petz/dl/p5toyz_FreedomGoldfishbowl_p5.zip b/carolyns_creations/petz/petz5/p5toyz/FreedomGoldfishbowl_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_FreedomGoldfishbowl_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/FreedomGoldfishbowl_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Gemhairball_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Gemhairball_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Gemhairball_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Gemhairball_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Godlfishbowl_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Godlfishbowl_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Godlfishbowl_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Godlfishbowl_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_Mintbottlep5.gif b/carolyns_creations/petz/petz5/p5toyz/Mintbottlep5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_Mintbottlep5.gif rename to carolyns_creations/petz/petz5/p5toyz/Mintbottlep5.gif diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Sponge_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Sponge_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Sponge_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Sponge_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_Spongeandtowelp5.gif b/carolyns_creations/petz/petz5/p5toyz/Spongeandtowelp5.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_Spongeandtowelp5.gif rename to carolyns_creations/petz/petz5/p5toyz/Spongeandtowelp5.gif diff --git a/carolyns_creations/frames/petz/dl/p5toyz_Towel_p5.zip b/carolyns_creations/petz/petz5/p5toyz/Towel_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_Towel_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/Towel_p5.zip diff --git a/carolyns_creations/frames/petz/dl/p5toyz_cannon_p5.zip b/carolyns_creations/petz/petz5/p5toyz/cannon_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_cannon_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/cannon_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_gemhairball.gif b/carolyns_creations/petz/petz5/p5toyz/gemhairball.gif similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_gemhairball.gif rename to carolyns_creations/petz/petz5/p5toyz/gemhairball.gif diff --git a/carolyns_creations/frames/petz/dl/p5toyz_mintbottle_p5.zip b/carolyns_creations/petz/petz5/p5toyz/mintbottle_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/p5toyz_mintbottle_p5.zip rename to carolyns_creations/petz/petz5/p5toyz/mintbottle_p5.zip diff --git a/carolyns_creations/frames/petz/img/p5toyz_p5cannon.jpg b/carolyns_creations/petz/petz5/p5toyz/p5cannon.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p5toyz_p5cannon.jpg rename to carolyns_creations/petz/petz5/p5toyz/p5cannon.jpg diff --git a/carolyns_creations/petz/petz5/p5toyz/p5toyz.html b/carolyns_creations/petz/petz5/p5toyz/p5toyz.html new file mode 100644 index 0000000..59b8b75 --- /dev/null +++ b/carolyns_creations/petz/petz5/p5toyz/p5toyz.html @@ -0,0 +1,135 @@ + + + + + + Hex edited toyz for Petz 5 + + + +
+

Hex edited Toyz for Petz 5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These are the few toyz that I've either made or altered to have show up in + the carrycase for the Petz 5 game.
+ For people who are worried about the necessary Registry entry for some of + the following toyz, please click here, NOTE that this is just + a howto to explain the use of Regedit if you've downloaded one of my + non-overwriting toyz! But now that we have our National Treasure -- Nicholas + -- why not instead download Tinker? Go to my Nicholas' Tools page for a link to his site and some tips on + using his utilities... Once you've downloaded it, use Tinker's File, Modify + Carrying case, feature.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Sapphire hairball
+ Replace that hairball with a sapphire +

+ especially important for Dracoz +
+ + Blooms
+ Pretty blooms and butterflies for your game +
+
+ + Blowers
+ more unusual-looking blooms and butterflies +
+
+ + Doll
+ Babyz Doll for Petz 5 +
+
+ + cannon
+ Circus Cannon in your closet +
+
+ + Goldfish Circus Tank
+ A replacement for your goldfish bowl +
/ + A "freedom" goldfish + bowl
+ This will overwrite your game's original toy, + so put the original somewhere safe first. +
+ + Beetle
+ The beetle for your carry-case +

+ This will overwrite your game's original toy, so put the original + somewhere safe first. It is intended as an example for a tutorial on + giving hidden toyz on-shelf graphics. +
+ + Blue Butterfly
+ The Blue Butterfly +

+ This will overwrite your game's original toy, so put the original + somewhere safe first. It is intended as an example for a tutorial on + giving hidden toyz on-shelf graphics. +
+ + Salon Towel
+ Salon Towel +
/ + The Sponge
+ These will overwrite the towel and sponge from the Salon scene, so + put your originals somewhere safe. Once taken out of the case, they + cannot be put back. If you want to remove them from a scene, close + the game, move the two toys to a temporary directory, then open the + game. You can then close the game and put them back in the toyz + directory. +
+ + Mint Bottle
+ Mint Bottle +

+ This Mint drink is a brand-new toy for Petz 5.
+ It was hexed from the Milk Bottle and is intended as an example for + a tutorial. It shows up slightly differently on the shelf simply + because I changed the colour of some pixels in the filmstrip, in a + similar way to that mentioned in my "simple filmstrip editing" for + PII, 3 and 4. But if you want to try the same thing, be warned -- + the method results are not predictable in Petz 5. Editing spr files + by hand is tortuous; you're best using a special SPR-editing tool + for the job. +
+ + diff --git a/carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreEasy-edit_p5.zip b/carolyns_creations/petz/petzedit/AdoptionCentreEasy-edit_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreEasy-edit_p5.zip rename to carolyns_creations/petz/petzedit/AdoptionCentreEasy-edit_p5.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3Easy-edit.zip b/carolyns_creations/petz/petzedit/AdoptionCentreP3Easy-edit.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3Easy-edit.zip rename to carolyns_creations/petz/petzedit/AdoptionCentreP3Easy-edit.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3IntExtra.zip b/carolyns_creations/petz/petzedit/AdoptionCentreP3IntExtra.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_AdoptionCentreP3IntExtra.zip rename to carolyns_creations/petz/petzedit/AdoptionCentreP3IntExtra.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_AdvancedHexingBreedzUpdatedApr2003.zip b/carolyns_creations/petz/petzedit/AdvancedHexingBreedzUpdatedApr2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_AdvancedHexingBreedzUpdatedApr2003.zip rename to carolyns_creations/petz/petzedit/AdvancedHexingBreedzUpdatedApr2003.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_BeedablePig.gif b/carolyns_creations/petz/petzedit/BeedablePig.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_BeedablePig.gif rename to carolyns_creations/petz/petzedit/BeedablePig.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_BreedablePig_d5.zip b/carolyns_creations/petz/petzedit/BreedablePig_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_BreedablePig_d5.zip rename to carolyns_creations/petz/petzedit/BreedablePig_d5.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_BreedfileMissingErrorsJun2003.zip b/carolyns_creations/petz/petzedit/BreedfileMissingErrorsJun2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_BreedfileMissingErrorsJun2003.zip rename to carolyns_creations/petz/petzedit/BreedfileMissingErrorsJun2003.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_BunnyEar1.gif b/carolyns_creations/petz/petzedit/BunnyEar1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_BunnyEar1.gif rename to carolyns_creations/petz/petzedit/BunnyEar1.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_BunnyEar2.gif b/carolyns_creations/petz/petzedit/BunnyEar2.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_BunnyEar2.gif rename to carolyns_creations/petz/petzedit/BunnyEar2.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_BunnyEarsOnDogzAndCatzAndFangs.zip b/carolyns_creations/petz/petzedit/BunnyEarsOnDogzAndCatzAndFangs.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_BunnyEarsOnDogzAndCatzAndFangs.zip rename to carolyns_creations/petz/petzedit/BunnyEarsOnDogzAndCatzAndFangs.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_BunnyFamily.zip b/carolyns_creations/petz/petzedit/BunnyFamily.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_BunnyFamily.zip rename to carolyns_creations/petz/petzedit/BunnyFamily.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyeditInt_p3.zip b/carolyns_creations/petz/petzedit/CandytreatsEasyeditInt_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyeditInt_p3.zip rename to carolyns_creations/petz/petzedit/CandytreatsEasyeditInt_p3.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p3.zip b/carolyns_creations/petz/petzedit/CandytreatsEasyedit_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p3.zip rename to carolyns_creations/petz/petzedit/CandytreatsEasyedit_p3.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p4.zip b/carolyns_creations/petz/petzedit/CandytreatsEasyedit_p4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_CandytreatsEasyedit_p4.zip rename to carolyns_creations/petz/petzedit/CandytreatsEasyedit_p4.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_CatDroptails.gif b/carolyns_creations/petz/petzedit/CatDroptails.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_CatDroptails.gif rename to carolyns_creations/petz/petzedit/CatDroptails.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_Catz1breedmakingWindowsAndMacApr2003.zip b/carolyns_creations/petz/petzedit/Catz1breedmakingWindowsAndMacApr2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Catz1breedmakingWindowsAndMacApr2003.zip rename to carolyns_creations/petz/petzedit/Catz1breedmakingWindowsAndMacApr2003.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_ChiEarsOnDali.gif b/carolyns_creations/petz/petzedit/ChiEarsOnDali.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_ChiEarsOnDali.gif rename to carolyns_creations/petz/petzedit/ChiEarsOnDali.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_ChiEarsOnDane.gif b/carolyns_creations/petz/petzedit/ChiEarsOnDane.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_ChiEarsOnDane.gif rename to carolyns_creations/petz/petzedit/ChiEarsOnDane.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_ConvertingBetweenPetzBreedzAug2003.zip b/carolyns_creations/petz/petzedit/ConvertingBetweenPetzBreedzAug2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_ConvertingBetweenPetzBreedzAug2003.zip rename to carolyns_creations/petz/petzedit/ConvertingBetweenPetzBreedzAug2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_ConvertingPetz4ToPetz5.zip b/carolyns_creations/petz/petzedit/ConvertingPetz4ToPetz5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_ConvertingPetz4ToPetz5.zip rename to carolyns_creations/petz/petzedit/ConvertingPetz4ToPetz5.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Dogz1editingWindows.zip b/carolyns_creations/petz/petzedit/Dogz1editingWindows.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Dogz1editingWindows.zip rename to carolyns_creations/petz/petzedit/Dogz1editingWindows.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_DropTailOnLab.gif b/carolyns_creations/petz/petzedit/DropTailOnLab.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_DropTailOnLab.gif rename to carolyns_creations/petz/petzedit/DropTailOnLab.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_DropTailsHowtoMarch2003.zip b/carolyns_creations/petz/petzedit/DropTailsHowtoMarch2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_DropTailsHowtoMarch2003.zip rename to carolyns_creations/petz/petzedit/DropTailsHowtoMarch2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_DropTailsOnCatz.zip b/carolyns_creations/petz/petzedit/DropTailsOnCatz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_DropTailsOnCatz.zip rename to carolyns_creations/petz/petzedit/DropTailsOnCatz.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_Earringpet.gif b/carolyns_creations/petz/petzedit/Earringpet.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Earringpet.gif rename to carolyns_creations/petz/petzedit/Earringpet.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_EvenMoreEarChangingMarch2003.zip b/carolyns_creations/petz/petzedit/EvenMoreEarChangingMarch2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_EvenMoreEarChangingMarch2003.zip rename to carolyns_creations/petz/petzedit/EvenMoreEarChangingMarch2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_FamilyRoomEasy-edit_p5.zip b/carolyns_creations/petz/petzedit/FamilyRoomEasy-edit_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_FamilyRoomEasy-edit_p5.zip rename to carolyns_creations/petz/petzedit/FamilyRoomEasy-edit_p5.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_FamilyRoomWeatherSpr.zip b/carolyns_creations/petz/petzedit/FamilyRoomWeatherSpr.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_FamilyRoomWeatherSpr.zip rename to carolyns_creations/petz/petzedit/FamilyRoomWeatherSpr.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_FamilyroomEasyedit_p3.zip b/carolyns_creations/petz/petzedit/FamilyroomEasyedit_p3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_FamilyroomEasyedit_p3.zip rename to carolyns_creations/petz/petzedit/FamilyroomEasyedit_p3.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_FeathereDane.gif b/carolyns_creations/petz/petzedit/FeathereDane.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_FeathereDane.gif rename to carolyns_creations/petz/petzedit/FeathereDane.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_FeatheringTailsEtcOnBreedzApr2003.zip b/carolyns_creations/petz/petzedit/FeatheringTailsEtcOnBreedzApr2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_FeatheringTailsEtcOnBreedzApr2003.zip rename to carolyns_creations/petz/petzedit/FeatheringTailsEtcOnBreedzApr2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_FlopEarsOnCatz.zip b/carolyns_creations/petz/petzedit/FlopEarsOnCatz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_FlopEarsOnCatz.zip rename to carolyns_creations/petz/petzedit/FlopEarsOnCatz.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_GettingStubbornRunawaysHome.zip b/carolyns_creations/petz/petzedit/GettingStubbornRunawaysHome.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_GettingStubbornRunawaysHome.zip rename to carolyns_creations/petz/petzedit/GettingStubbornRunawaysHome.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_HexingLopEars1.zip b/carolyns_creations/petz/petzedit/HexingLopEars1.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_HexingLopEars1.zip rename to carolyns_creations/petz/petzedit/HexingLopEars1.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_HexingLopEars2.zip b/carolyns_creations/petz/petzedit/HexingLopEars2.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_HexingLopEars2.zip rename to carolyns_creations/petz/petzedit/HexingLopEars2.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_HexingMiceFAQ.zip b/carolyns_creations/petz/petzedit/HexingMiceFAQ.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_HexingMiceFAQ.zip rename to carolyns_creations/petz/petzedit/HexingMiceFAQ.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_HiddenAndDifficultToyzInPetzAndBabyz.zip b/carolyns_creations/petz/petzedit/HiddenAndDifficultToyzInPetzAndBabyz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_HiddenAndDifficultToyzInPetzAndBabyz.zip rename to carolyns_creations/petz/petzedit/HiddenAndDifficultToyzInPetzAndBabyz.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_HowtoSwapBreedPersonalities.zip b/carolyns_creations/petz/petzedit/HowtoSwapBreedPersonalities.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_HowtoSwapBreedPersonalities.zip rename to carolyns_creations/petz/petzedit/HowtoSwapBreedPersonalities.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_Jeannie.gif b/carolyns_creations/petz/petzedit/Jeannie.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Jeannie.gif rename to carolyns_creations/petz/petzedit/Jeannie.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_Jury.gif b/carolyns_creations/petz/petzedit/Jury.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Jury.gif rename to carolyns_creations/petz/petzedit/Jury.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_KitchenP3Easy-edit.zip b/carolyns_creations/petz/petzedit/KitchenP3Easy-edit.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_KitchenP3Easy-edit.zip rename to carolyns_creations/petz/petzedit/KitchenP3Easy-edit.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_LabradorEarsOnDane.zip b/carolyns_creations/petz/petzedit/LabradorEarsOnDane.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_LabradorEarsOnDane.zip rename to carolyns_creations/petz/petzedit/LabradorEarsOnDane.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_LeopardCatz.zip b/carolyns_creations/petz/petzedit/LeopardCatz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_LeopardCatz.zip rename to carolyns_creations/petz/petzedit/LeopardCatz.zip diff --git a/carolyns_creations/frames/petz/dl/petz_LeopardDogz.zip b/carolyns_creations/petz/petzedit/LeopardDogz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petz_LeopardDogz.zip rename to carolyns_creations/petz/petzedit/LeopardDogz.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip b/carolyns_creations/petz/petzedit/MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip rename to carolyns_creations/petz/petzedit/MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_MoreFAQsFeb2003.zip b/carolyns_creations/petz/petzedit/MoreFAQsFeb2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_MoreFAQsFeb2003.zip rename to carolyns_creations/petz/petzedit/MoreFAQsFeb2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Mysteryemoticons.zip b/carolyns_creations/petz/petzedit/Mysteryemoticons.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Mysteryemoticons.zip rename to carolyns_creations/petz/petzedit/Mysteryemoticons.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_OswithAttitude.gif b/carolyns_creations/petz/petzedit/OswithAttitude.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_OswithAttitude.gif rename to carolyns_creations/petz/petzedit/OswithAttitude.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_P3IntEasy-editExtras.zip b/carolyns_creations/petz/petzedit/P3IntEasy-editExtras.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_P3IntEasy-editExtras.zip rename to carolyns_creations/petz/petzedit/P3IntEasy-editExtras.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_Pepebabyz.gif b/carolyns_creations/petz/petzedit/Pepebabyz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Pepebabyz.gif rename to carolyns_creations/petz/petzedit/Pepebabyz.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_PetAndBabyFileEditingJan2003.zip b/carolyns_creations/petz/petzedit/PetAndBabyFileEditingJan2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PetAndBabyFileEditingJan2003.zip rename to carolyns_creations/petz/petzedit/PetAndBabyFileEditingJan2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_PetEditingTabbystripes.zip b/carolyns_creations/petz/petzedit/PetEditingTabbystripes.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PetEditingTabbystripes.zip rename to carolyns_creations/petz/petzedit/PetEditingTabbystripes.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_PeteyesBabyzbellybuttons.zip b/carolyns_creations/petz/petzedit/PeteyesBabyzbellybuttons.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PeteyesBabyzbellybuttons.zip rename to carolyns_creations/petz/petzedit/PeteyesBabyzbellybuttons.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_PetfileFurChangingOrFixingMay2003.zip b/carolyns_creations/petz/petzedit/PetfileFurChangingOrFixingMay2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PetfileFurChangingOrFixingMay2003.zip rename to carolyns_creations/petz/petzedit/PetfileFurChangingOrFixingMay2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_PetpicToBmp_p5.zip b/carolyns_creations/petz/petzedit/PetpicToBmp_p5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PetpicToBmp_p5.zip rename to carolyns_creations/petz/petzedit/PetpicToBmp_p5.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz3BreedableBunnies.zip b/carolyns_creations/petz/petzedit/Petz3BreedableBunnies.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz3BreedableBunnies.zip rename to carolyns_creations/petz/petzedit/Petz3BreedableBunnies.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz3BreedablePigz.zip b/carolyns_creations/petz/petzedit/Petz3BreedablePigz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz3BreedablePigz.zip rename to carolyns_creations/petz/petzedit/Petz3BreedablePigz.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz3Easy-editCaseEtc.zip b/carolyns_creations/petz/petzedit/Petz3Easy-editCaseEtc.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz3Easy-editCaseEtc.zip rename to carolyns_creations/petz/petzedit/Petz3Easy-editCaseEtc.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz3IntBreedableBunnies.zip b/carolyns_creations/petz/petzedit/Petz3IntBreedableBunnies.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz3IntBreedableBunnies.zip rename to carolyns_creations/petz/petzedit/Petz3IntBreedableBunnies.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz3SplitFilmstrips.zip b/carolyns_creations/petz/petzedit/Petz3SplitFilmstrips.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz3SplitFilmstrips.zip rename to carolyns_creations/petz/petzedit/Petz3SplitFilmstrips.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz4BreedableBunnies.zip b/carolyns_creations/petz/petzedit/Petz4BreedableBunnies.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz4BreedableBunnies.zip rename to carolyns_creations/petz/petzedit/Petz4BreedableBunnies.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz4BreedablePigz.zip b/carolyns_creations/petz/petzedit/Petz4BreedablePigz.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz4BreedablePigz.zip rename to carolyns_creations/petz/petzedit/Petz4BreedablePigz.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz4Easy-editCaseEtc.zip b/carolyns_creations/petz/petzedit/Petz4Easy-editCaseEtc.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz4Easy-editCaseEtc.zip rename to carolyns_creations/petz/petzedit/Petz4Easy-editCaseEtc.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Petz5Easy-editMiceEtc.zip b/carolyns_creations/petz/petzedit/Petz5Easy-editMiceEtc.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Petz5Easy-editMiceEtc.zip rename to carolyns_creations/petz/petzedit/Petz5Easy-editMiceEtc.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_PigFamily.zip b/carolyns_creations/petz/petzedit/PigFamily.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PigFamily.zip rename to carolyns_creations/petz/petzedit/PigFamily.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_PlaysceneEditorP5Easy-edit.zip b/carolyns_creations/petz/petzedit/PlaysceneEditorP5Easy-edit.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_PlaysceneEditorP5Easy-edit.zip rename to carolyns_creations/petz/petzedit/PlaysceneEditorP5Easy-edit.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip b/carolyns_creations/petz/petzedit/RemovingBabyzOrPetzLegsEtcApr2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_RemovingBabyzOrPetzLegsEtcApr2003.zip rename to carolyns_creations/petz/petzedit/RemovingBabyzOrPetzLegsEtcApr2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_Some2ndGenPetProblemsAndWhiskersApr2003.zip b/carolyns_creations/petz/petzedit/Some2ndGenPetProblemsAndWhiskersApr2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_Some2ndGenPetProblemsAndWhiskersApr2003.zip rename to carolyns_creations/petz/petzedit/Some2ndGenPetProblemsAndWhiskersApr2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_SoundsForP5playscenes.zip b/carolyns_creations/petz/petzedit/SoundsForP5playscenes.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_SoundsForP5playscenes.zip rename to carolyns_creations/petz/petzedit/SoundsForP5playscenes.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_SpeedyOutlineSpots.zip b/carolyns_creations/petz/petzedit/SpeedyOutlineSpots.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_SpeedyOutlineSpots.zip rename to carolyns_creations/petz/petzedit/SpeedyOutlineSpots.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_Spikies.gif b/carolyns_creations/petz/petzedit/Spikies.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Spikies.gif rename to carolyns_creations/petz/petzedit/Spikies.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_Spot.gif b/carolyns_creations/petz/petzedit/Spot.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Spot.gif rename to carolyns_creations/petz/petzedit/Spot.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_StetchingAndFurVariations.zip b/carolyns_creations/petz/petzedit/StetchingAndFurVariations.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_StetchingAndFurVariations.zip rename to carolyns_creations/petz/petzedit/StetchingAndFurVariations.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_StillMoreEarChangingMarch2003.zip b/carolyns_creations/petz/petzedit/StillMoreEarChangingMarch2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_StillMoreEarChangingMarch2003.zip rename to carolyns_creations/petz/petzedit/StillMoreEarChangingMarch2003.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_TailAndEars.gif b/carolyns_creations/petz/petzedit/TailAndEars.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_TailAndEars.gif rename to carolyns_creations/petz/petzedit/TailAndEars.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_TailUp_EarsDownPupUpAdultApr2003.zip b/carolyns_creations/petz/petzedit/TailUp_EarsDownPupUpAdultApr2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_TailUp_EarsDownPupUpAdultApr2003.zip rename to carolyns_creations/petz/petzedit/TailUp_EarsDownPupUpAdultApr2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_ToyClosetP3Easy-edit.zip b/carolyns_creations/petz/petzedit/ToyClosetP3Easy-edit.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_ToyClosetP3Easy-edit.zip rename to carolyns_creations/petz/petzedit/ToyClosetP3Easy-edit.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_UnicornHornsTalonsFangsSpikesJun2003.zip b/carolyns_creations/petz/petzedit/UnicornHornsTalonsFangsSpikesJun2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_UnicornHornsTalonsFangsSpikesJun2003.zip rename to carolyns_creations/petz/petzedit/UnicornHornsTalonsFangsSpikesJun2003.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_Unipets.gif b/carolyns_creations/petz/petzedit/Unipets.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Unipets.gif rename to carolyns_creations/petz/petzedit/Unipets.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_VariationsHowtoMay2003.zip b/carolyns_creations/petz/petzedit/VariationsHowtoMay2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_VariationsHowtoMay2003.zip rename to carolyns_creations/petz/petzedit/VariationsHowtoMay2003.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_WingzOnBreedzSept2003.zip b/carolyns_creations/petz/petzedit/WingzOnBreedzSept2003.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_WingzOnBreedzSept2003.zip rename to carolyns_creations/petz/petzedit/WingzOnBreedzSept2003.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_WingzOnNeko.gif b/carolyns_creations/petz/petzedit/WingzOnNeko.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_WingzOnNeko.gif rename to carolyns_creations/petz/petzedit/WingzOnNeko.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_WingzTestbreedz.gif b/carolyns_creations/petz/petzedit/WingzTestbreedz.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_WingzTestbreedz.gif rename to carolyns_creations/petz/petzedit/WingzTestbreedz.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_Witchywicthy.gif b/carolyns_creations/petz/petzedit/Witchywicthy.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_Witchywicthy.gif rename to carolyns_creations/petz/petzedit/Witchywicthy.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_advancedfilmstrip.zip b/carolyns_creations/petz/petzedit/advancedfilmstrip.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_advancedfilmstrip.zip rename to carolyns_creations/petz/petzedit/advancedfilmstrip.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_daneardali.gif b/carolyns_creations/petz/petzedit/daneardali.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_daneardali.gif rename to carolyns_creations/petz/petzedit/daneardali.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_earrings.zip b/carolyns_creations/petz/petzedit/earrings.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_earrings.zip rename to carolyns_creations/petz/petzedit/earrings.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_emoticonVariationsHowto.zip b/carolyns_creations/petz/petzedit/emoticonVariationsHowto.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_emoticonVariationsHowto.zip rename to carolyns_creations/petz/petzedit/emoticonVariationsHowto.zip diff --git a/carolyns_creations/frames/petz/dl/petzedit_filmstriphexpainting.zip b/carolyns_creations/petz/petzedit/filmstriphexpainting.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_filmstriphexpainting.zip rename to carolyns_creations/petz/petzedit/filmstriphexpainting.zip diff --git a/carolyns_creations/frames/petz/img/petzedit_keenaKerilla.gif b/carolyns_creations/petz/petzedit/keenaKerilla.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_keenaKerilla.gif rename to carolyns_creations/petz/petzedit/keenaKerilla.gif diff --git a/carolyns_creations/frames/petz/dl/petzedit_petz3ClothesClosetEasy-edit.zip b/carolyns_creations/petz/petzedit/petz3ClothesClosetEasy-edit.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/petzedit_petz3ClothesClosetEasy-edit.zip rename to carolyns_creations/petz/petzedit/petz3ClothesClosetEasy-edit.zip diff --git a/carolyns_creations/petz/petzedit/petzedit.html b/carolyns_creations/petz/petzedit/petzedit.html new file mode 100644 index 0000000..7f1d9e1 --- /dev/null +++ b/carolyns_creations/petz/petzedit/petzedit.html @@ -0,0 +1,808 @@ + + + + + + Tutorials and Howtos + + + + + + + + + +
+

+ Newest. + Copy/Pastie. + Petfiles. + Breedz main. + Breedz info. + Breedz odds. + Scene/toy/clo +

+ +

Go to my + Infobits
+ for more text bits and pieces of info on editing for all versions of the + games.
+ + Go to my LNZ breakdown + chunks
+ for some very useful information on the LNZ files which make up the core of + your new Petz breed. Also helps in understanding the .CLZ part of a clothing + file etc. Really. No, really. Do go and see. It might stop you from writing + to me to pick my brains; most of my brain-pickings are there :-)

+ +

NOTE: My tutorials mostly tell you how to edit in + the days before Nicholas' tools were + created for us all. + I keep the tutorials and howtos here anyway because they are still useful. + But wherever you see mention of Notepad, you can use the same info when + editing the LNZ or CLZ section in LNZPro. And my LNZ info chunks are still + invaluable.

+ +

for my easy-edit Breedz packages Go To:
+ Petz 5 catz / + Petz 5 dogz
+ Petz 4 catz / + Petz 4 dogz
+ Petz 3 catz / + Petz 3 dogz
+ + Petz 3 catz Iternational / + Petz 3 dogz International
+ + See under Scene/toy/clo for easy-edit Mice as well as + easy-edit case doors etc.
+ + Ballz conversion chart for Catz + to Dogz
+ Ballz conversion chart for Dogz + to Catz
+ + Dogz ballz number list. Dug out of my + tutorials and tidied up.
+ Catz ballz number list. Dug out of my + tutorials and tidied up.

+ +

NOTE: Some files that we hexers want to edit are .DLL + files. Windows, by default, has files of this type "hidden" -- presumably as + some kind of safety feature, but in our case we need to see them. So if you + cannot see them on your machine, open My Computer or Windows Explorer, + choose View and Options, and then under View make sure that "Show all files" + is ticked. While you're about it, un-tick "Hide MS-DOS file extensions", + because that's a nuisance too.

+ + +

Copy / Pasties for use with + my "Easy-edit" packages
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ These are text files. If you left-click on the link, you should be able to + select the whole of the text which appears in the next page and copy/paste + it into Notepad. Save it as a text file somewhere on your hard drive, and + then follow the instructions to use it in your chosen .lnz file.

+ +

Hoop earrings on + petz copy/pastie sections
+ copy/pastie dane-eared dalis
+ A copy-pastie for wingz on a maine + coon breed
+ Easy-edit Wigz on breedz/litterz
+ Easy-edit Wingz on dogz + breedz/litterz
+ Easy-edit Wingz on catz + breedz/litterz
+ Variation-stuffed Orange + shorthair adult lnz
+ + wigz on litterz + wingz on litterz + dane-eareddalis
+ + earrings on petz +

+ +

Copy/pastie adding wingz + to Vickie's Neko
+ + NOTE: This is for your personal use only. Please abide by Vickie's rules when altering her files.
+ I'm hoping that, if you compare this with the Maine Coon Wingz copy/pastie, + you'll be able to understand how Add Ballz work.
+ + Wingz on a Neko
+ + (pet not downloadable)

+ + +

Where to find latest "Howto"s etc
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Usually the newest items are at the top of the relevant + section -- Petfiles (for editing the actual pet files), Breedz main (for + major breedz tutorials), Breedz info (for important information -- + variations, 2nd-gens, etc), Breedz bits (for all the odds and ends, such as + ears and tails etc), Copy/Pasties, Scene/toy/clo (for scenes, toyz, + clothing, and Doors-and-mice easy-edit packages and "howto"s). Some things + are a little different, though...

+ +

Go to my LNZ breakdown + chunks
+ for my latest delvings into the guts of hexing.

+ will always contain my latest information on the .lnz files as and when I + have the time to write my notes as clearly as possible for you
+ + Go to my main tutorial + page
+ for the stuff that doesn't fit anywhere or is relevant to other games + also,

+ such as how to fix some problems in ResHacked files. This will always + contain my latest tips and bits of information about everything else I can + think of, which doesn't fit neatly in specific Babyz, Petz or Oddballz + tutorials pages, as and when I think of it or have the time to write it down + for you.

+ +

NOTE 1: You can use the information that's in my + hexing tutorials for Petz 4 to help you to hex-edit in Petz 5. The files are + basically the same, with only a few minor differences which I cover in my + converting "howto". I promise you, you don't need fresh tutorials for + Petz 5, although I have done my best to update all my older ones anyway. All + the newer Petz "howtos" are for Petz 5 as well as the earlier games -- + except for filmstrip editing. In Petz 5 the filmstrips need to be split into + individual frames, which means that filmstrip-based toyz editing and making + clothes show up on the shelf as objects not already somewhere in the game is + not a sane thing to do by hand in Petz 5. You need a special tool + such as Tinker for that.

+ +

NOTE 2: Hex-painting and the creating of hexed + litterz is usually -- and up until I released info on petfile editing was + always -- done by hex-editing a breedfile without renaming it, and adopting + pets from the edited breed. If you want to "hex-paint" by editing an + individual pet, then that seems like a lot of effort for very little return + -- but if you want to do it, take a look at one of my advanced "howtos" on + pet editing, in the "petfiles" section of this page. Or, as of the year + 2005, grab LNZPro from my "Nicholas' Tools" page -- you can edit pet files + with that now.

+ +

NOTE 3: Several of my breed-hexing "howto"s + contain example breedz. These breedz just happen to be the ones that I was + checking my facts with as I wrote the relevant tutorial, so I popped them + into the zip. I usually work with Petz 3 (it's fast to load) or Petz 4 (it + has good error messages and is fairly quick to load), so the breedfiles are + likely to be for one of those games. You are hexers, or else you wouldn't + be interested in my "howto"s and tutorials, would you? So my theory was that + if you want to see my results in action, you can easily either copy the .lnz + into the appropriate breed in your chosen version of the game, or you can + convert the breed to that version for your own use. It appears that this has + simply muddled people; sorry about that. I've been intending to convert all + of them, therefore, and post them on the + "tutorial examples" page. This is very low on my list of priorities + just now, though!

+ + + +

Playscene easy-edits, Toyz, Clothes, Doors + and Mice.
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Changing the tail colour + on the yarn ball toy

+ +

NOTE 1: You will notice in various places I say + that Petz 5 SPR filmstrip files are not editable. Individually, by hand, + this is true; the filmstrips have to be chopped into individual frames for + editing, and they are even more difficult and time-consuming to split apart + by hand than the filmstrip-sections of earlier games. I have not yet written + up a "howto" for it -- and now I never shall, because there is no point, + LOL! Tinker is now available for the task, available from my "Nicholas' + tools" page, and wannabe filmstrip editors can make a whole range of great + toyz etc without the drudgery :-) Really all my filmstrip-editing tutorials + have now become redundant, useful only to hexing purists and historians... + They will have served their purpose in filling the gap while no tool was + available, and in giving the programmers Jonathan Grinshpan (of Oddballz + Eggz Scrambler fame) and Nicholas (of Tinker fame) handy information for + tool-making.

+ +

NOTE 2: Some files -- containing case doors etc + -- that we hexers want to edit are .DLL files. Windows, by default, has + files of this type "hidden" -- presumably as some kind of safety feature, + but in our case we need to see them. So if you cannot see them on your + machine, open My Computer or Windows Explorer, choose View and Options, and + then under View make sure that "Show all files" is ticked. While you're + about it, un-tick "Hide MS-DOS file extensions", because that's a nuisance + too.

+ +

An easy-edit Kitchen kit for + petz 3
+ + An easy-edit Adoption Centre for + petz 3
+ + Extra AC file for International petz + 3
+ + An easy-edit Toy Closet kit for petz 3 + and P3 International
+ + NOTE -- in my included text file on playscene editing, I apparently + forgot to include this important bit of infomation:
+ if you have trouble making your scene show up, when you + change the ID number, make sure you change not just one or more of the two + main bytes. Change the 05 also, there in several of the original scenes, + which is a kind of flag byte. Change it to 01, 02 or 03 -- all will give you + a visible scene.
+ My thanks to Minibyte for poking at me until I fixed that point + :-)

+ + Using LNZPro to make scenes show + separately
+ + An easy-edit Family Room kit for petz 3 + and P3 International
+ + An easy-edit Clothes Closet kit + for petz 3 and P3 International
+ + Easy-edit Case, AC door, and mice etc + for petz 3
+ + Extra items required for petz 3 + non-English version
+ + Easy-edit Case, AC door, and mice etc + for petz 4
+ + split Case filmstrips to help petz 3 and + P3 Int hexers
+ Petz 4 version of split filmstrips will not now be necessary. See note above + about Tinker.
+ + Go here for Petz 4 Playscene Easy-edit + kits
+ + Changing Petz 5 Scene backdrops (and + sounds)
+ + Extracting stuff from Petz 4 + playscenes to use in Petz 5
+ + Petz 5 case doors etc can be swapped + (also good for PII,3,4,etc)

+ +

Petz 5 mice can be edited, as well as the stick + etc:
+ Click here for a page with + instructions and info, or
+ click here for my easy-edit Petz 5 Mice + etc package.
+ Easy-edit Adoption Centre kit for + Petz 5

+ I have made the backdrops 256-colour to make a smaller download, and I have + altered the daytime backdrop to the Petz 3 or Petz 4 one for nostalgia + freaks like me :-) If you want the Adoption Centre birdsong, download this 'Sounds For P5 + playscenes' file.
+ + "Easy-edit" + Playscene Editor Petz 5
+ Actually there isn't a lot of point to this one, but it's had all the + un-needed rubbish cut out of it for people who don't like files bigger than + they need to be, and you can edit the two icons that appear in the drop-down + "go to" menu if you wish. Useful for those who like to customise their game + as much as possible :-)
+ + Easy-edit Family Room + kit for Petz 5
+ I have made the backdrops 256-colour to make a smaller download, and I have + altered the weather-effects .spr file also, partly to disable the weather + and partly to make a small download. If you want the weather .spr back + again, download this file. It's + almost as big a download as the easy-edit playscene, at over 3 megabytes! If + you want the family room sounds, download this 'Sounds For P5 + playscenes' file.

+ +

An easy-edit kit for + making new treat toyz for petz 3
+ An easy-edit kit for making new + treat toyz for petz 3 International
+ An easy-edit kit for making new treat + toyz for petz 4
+ Un-hiding and giving + shelf graphics to difficult toyz
+ This is for Petz 3, Petz 4, Petz 5 and Babyz games. It + shows how you can use your hex editor to make "hidden" toyz show up properly + on shelves in all the games, and shows you how to get a little more into + your Petz 5 game than you had before. It is not sensible to edit Petz 5 .spr + filmstrips by hand, so there is no info about that, sorry; go to my + "Nicholas' tools" page and grab Tinker instead.
+ + Changing "Pointers" in + files
+ For people who get puzzled about why clothes or toyz + don't look right on the shelves after filmstrips etc have been + changed.
+ Editing Petz II, 3, 4, Babyz and Oddballz + Filmstrips (advanced)
+ Toyz editing, clothes showing up separately, oddballz eggz on shelf, + etc.
+ Simple filmstrip editing
+ hex-painting (colouring) for toyz, clothes on shelf, etc
+ Editing toyz in Petz games II, 3, 4, + 5.
+ Includes very brief info for Catz 1 and Dogz 1.
+ Editing clothes in Petz 3, 4 + and 5
+ FAQ -- Petz 3-4 hidden + toyz
+ FAQ -- petz shirts

+ + +

Pet file (and baby file) editing
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

NOTE: As from the middle of 2005, we have had the brilliant + LNZPro, available from my Nicholas' Tools pages. With this, you can open a + pet file and edit the .LNZ sections to your heart's content, adding and + removing ballz without having to think about the checksum, exactly as you + would edit a breedfile. Some other things are editable in a petfile with it + also. Most of what's in the tutorials in this section was written pre-LNZPro + so, although the info is still valid it's mostly just being kept online here + for the interested few.

+ +

Basic + Pet And Baby File Editing (July 2004)

+ +

Apart from the "basic" tutorial, these "howto"s tend to + assume that you already know how to edit .pet files. Some of them are also + relevant to editing baby files, but don't let that confuse you. The methods + are the same.

+ +

Adding stuff + into pet files, example fangs on a cat
+ A rare fixable corruption in a pet or + babyz
+ Bringing Runaways home in Petz 3, 4 and 5 + as well as Petz II
+ Unsticking pregnancies in Petz 3, + 4 and 5
+ I had this pregnancy fix in with one of my tutorials, + but I thought I'd better put it up separately and make it (I hope) easier to + follow
+ Bringing Runaways home in Petz II; + more details
+ Get your Petz II runaways fully + recovered at last!
+ Cure your Desert Lynxes, Chinchilla + Persians etc of "Sleepy Sickness"
+ Updated with screengrab illustrations 13 April + 2004
+ Edit the Trotting and Floofing + gene
+ Cure your already-adopted Alley pets + of the Eternal Sickness!!
+ Updated with screengrab illustrations 13 April + 2004
+ Why is my pet covered in black + blobs (etc) updated 08 March 2004
+ This one tells you about Paint Ball oddities, + apparently ineradicable blobs on the pet, the #IND Nasties.
+ + + Edit eyelids in pet + files
+ This "howto" assumes that you already know how to edit + .pet files. It tells how to do the job even when there is no [Paint Ballz] + section, also how to change the number of digits in the eyelid + colours.
+ Changing Pet eyelids (yes, + again)
+ Changing Pet eyelids in more + detail
+ Pet eyelids adding or subtracting + digits
+ Pet editing without a Paint Ballz + section
+ Pet eye colour -- how?
+ + + + Finding your pet's ID when there's a + problem
+ When you've fast-forwarded, here's + how to fix your pet's birth date
+ Changing the breed in a + petfile
+ Not sure why you'd want to -- it's much easier to + change the name and ID in the breedfile -- but here it is for those who do + want to know :-)

+ + +

Updated + missing-breedfile error "howto"
+ This is the "error" part of the "More Advanced Pet And + Baby Files Editing", separated out for your convenience. For the complete + "howto", see below
+ Changing gender and neuter + status
+ separated out from the main "howto"s for your + convenience
+ More Pet and Baby file + editing
+ Putting bellybuttons on Babyz, and how to increase a + pet's eye colour to a greater-digit number or decrease it to a lesser-digit + number. Includes example babyz and petz.

+ +

eyes before and after

+ +

Changing Furfiles on Pet + Files
+ This is the updated part of the "More Advanced Pet And Baby Files Editing", + updated to explain more about how to give textures to pets. If you need the + example pet etc, then download that file instead, you'll see it further + down this page as having been updated 20 June 2003.

+ +

More Advanced Pet + And Baby Files Editing (Updated 20 June 2003)
+ Includes examples
+ Advanced Pet And Baby File + Editing (Jan 2003)
+ Pet Editing -- Tabby stripes.
+ Includes example pets etc.
+ Extracting Petz 5 pictures from Pet + files
+ Getting stubborn Runaways + home
+ (works for Petz 3, 4 and 5)

+ +

Note 1: If you play with a pet in Petz 5 you can not + play with it in Petz 4 or 3 again. Petz 5 puts extra data into a petfile, + and we would need to alter checksums in order to even try removing that. + Soon we may have a tool to do precisely that, and then + maybe there will be more "corruptions" that we can fix. But by hand, for + now, the only thing that can we can do is to "clone" your pet from the data + within it, either directly into another adopted pet via LNZPro or into a + breedfile and re-adopt it as a puppy or kitten from the Petz 3 or Petz 4 + Adoption centre. It will lose its memory and history, but the body will be + your pet's. You can even pop your original pet's personality/genetics into + the new petfile, although out of consideration for the new pet I'd be + inclined to do this in a copy of the new pet. And no, I haven't got a + "howto" up on how to do this; it's complicated "surgery" and I've still got + to find a way of explaining it.
+ Meanwhile click here for a pictorial + partial breakdown of the structure of a .petfile.
+ Note 2: Petz 3 and 4 petz can be swapped between the two games.
+ Petz 3 and 4 petz can be opened in Petz 5, but Petz 5 petz cannot be + opened in Petz 3 or 4.
+ Petz II petz can be imported into later games, but their petfiles can + never be opened or imported into Petz II.
+ Note 3: Petz II petz do not have the same editable .lnz sections as + the later games.

+ + +

Breedfile editing -- Main + tutorials
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ go down to "Breedfile editing -- Breedz bits and + pieces"
+ for individual "howto"s on items such as ears, tails, + etc.
+ Go to "Breedfile editing -- Special Info"
+ for my 2nd-gen status report/tips and stuff on + variations, moving ballz around, and the ID number.

+ +

Absolute Total + Easy-Peasy Pet To Breed,
+ Honest, It Doesn't Come Easier, Trust Me -- I'm A Hexer! October 2005

+ +

Ultra easy Pet to breed + "howto" Updated Aug 2004
+ It tells you how to take a pet and make a breed or + litter from it using my external .lnz method; also it gives info on how to + make your pet-based breed non-overwriting.
+ For those who want to make their own easy-edit breedz, here is a precursor + to my easy-edit packages:
+ See your petz at the Adoption + Centre while you edit
+ or at least, almost while you edit. Keep the game + running, take a pet out of the AC, edit the .lnz "on the fly" and take + another pet out to compare -- this method is easy quick, and less prone to + corruptions than using Resource Hacker!
+ Hex Painting to make + litterz or overwriting breedz
+ Hexing Petz II, 3, 4 and 5 Breedz + -- Part 1
+ Hexing Petz II, 3, 4 and 5 Breedz + -- Part 2
+ Hexing Petz II, 3, 4 and 5 Breedz + -- Part 3
+ Advanced hexing of Petz + breedz
+ Updated Apr 2003. Originally for Petz 2, 3, 4; works + for Petz 5 also.

+ +

Breed + editing in Catz 1
+ For Windows and Mac users, updated and including a + colour chart in bitmap form.
+ Breed editing in Dogz 1
+ For Windows, basically. The .LNZ information is the + same for the Mac version of the game.
+ How to easily make your + own overwriting versions of any P3-5 breed
+ + Converting Petz breedz from + one version to another
+ This has been updated somewhat; it includes converting + Petz 3 breedz from English to International, also converting to petz 5. It + attempts to cover converting back and forward between all versions of the + Petz games. Note that, since this tutorial was written, Resource Hacker + became usable and it swept the newer hexing community by storm. The trouble + with this is that, if you are trying to convert a ResHacked breed, it's no + longer so simple to do it in a hex editor, because Resource Hacker moves + things around inside the file when it compiles and saves. If the ones you + want to convert have been "ResHacked", then your best bet is either to copy + out the .lnz sections and any bitmaps, and make an overwriting breed using + my External-LNZ breedz, or to get ResHacker yourself and become familiar + with its use. I do not do Resource Hacker tutorials, although I do have + hints on odd things such as how to insert bitmaps with it.
+ Converting Petz 4 breedz to Petz + 5
+ NOTE: With LNZPro 3.2 or later, you no longer need to convert breedz between + Petz 3, 3 Non-english, 4, and 5. Just open your breed in LNZPro, choose + "Convert to Unibreed" from the File menu, and follow the instructions.
+ Swapping behaviour of + breedz.
+ This tells you how to change the personality (or + attitude) of one breed for that of another. It also talks about changing + sounds for sound-stripped breedfiles. It works for all versions of the game, + and for dogz breedz as well as catz. It includes an example cat breed for + Petz 3, 4 and 5; the Orange Shorthair with a choice of personalities. For + instance, the picture below shows the OSH breed with Alley Attifude. If you + want to change the personality of a Poodle for, say, that of a Labrador, the + same method can be used.
+ NOTE Since LNZPro has got better and better, you can now swap the SCP + (attitude) files with utmost simplicity. Open the breedfile which has the + SCP that you want. Choose Edit, "Save to file". Now open the breedfile in + which you wish to replace the SCP. Choose Edit, "Replace from file". Save. + Ta-da! Changed SCP.

+ +

Alley Attitude Orange Shorthair

+ +

How to make your + breed show up separately
+ Changing the default pet name at the + AC
+ How to fix sleepy and alley + sicknesses in breedz
+ Hexing Mice (and roaches) in your game

+ +

Pig mom with baby

+ +

Making + Petz 5 Pigz adoptable
+ Also making it so that all pigz from previous versions + of the game can be imported. + Petz 5 Breedable Pigz
+ Read the included instructions carefully to get your + pigz and pigz mixes to breed. + Petz 3 Breedable Pigz
+ Pig family to go with P3/P4 Breedable Pigz + file
+ Bunny family to go with P3/P4 Breedable Bunnyz + file
+ Petz 3 breedable Bunnies
+ Petz 3 breedable Bunnies + (international ver)
+ Petz 4 Breedable bunnies
+ Petz 4 breedable Pigz +

+ + +

Breedfile editing -- Special + Info
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + + Variations
+ This is my "Howto" on Variations, updated to explain in + greater depth about hooking up patches with ball-colours etc. 27 May + 2003.
+ Still more on + Variations. And how to use [Omissions].
+ Please read this if you are + having Variation problems
+ Making a variation be always the + gender you want Updated 10 april 2004
+ Making furfile variations and + stretching noses and ears
+ Blazes, Catz ear problems, Furfile + explanations, Variations

+ + +

Moving Add Ballz + around
+ x, y, z positions -- how to figure it out
+ Paint Ball xyz oddities, or "Why + is my pet covered in black blobs"

+ +

Talk about ID clashing

+ +

Doing sounds for + breedz

+ + +

Status report on 2nd-gen + research Updated lotsa new stuff 11 April 2004
+ Another way to deal with 2nd-gen dogz nose + problems
+ Some 2nd-gen Add Ball + and Linez problem fixes
+ Updated Apr 2003 -- + some 2nd-generation problems
+ with ball-colours and non-joined ballz, scrambled + chickenz heads. Also fixing Whiskers.

+ + +

Breedfile editing -- Bits + and pieces
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + How to add stuff from clothing items + to your breed
+ + Moustachioed Calico + Pepe Babyz
+ + How to make Add Ball tattoos
+ Star tattoos
+ Tails lengthening and whiskers removing
+ Teddybear ears on catz
+ The Wizard.bmp problem
+ Alleycat eyes on Dogz
+ My "flighty-dane" type wingz -- if + you're having problems
+ Dogz legs and Catz ears
+ Making your baby stage + look different from the adult
+ Make your own Mystery-moticon petz
+ + mystery emoticons + more mysteryemoticons
+ + Make your own emoticon petz with + variations
+ Putting various different drop tails on + catz.
+ Shows four different drop-tail types; Includes sample + breed. Yes, it really is a cat. I used my "102" breed but with some + differences.
+ + Drop tails on catz
+ + Change and expand drop-tails + -- Dogz and Catz
+ Giving your petz' eyes a + texture
+ + droptail, emoticon, eyeball petz
+ + Slant legz on Dogz and round ears + on Catz
+ I had this one up for a while, on the Infobits page, + but people were having difficulty finding it there. So here it is now + :-) + Unicorn horns, talons, + spikes...
+ How to add lots of different spikes to your breed, + including add-ons all the way down the spine, to the toes, and to the head. + Includes four different example breedz.
+ + Unicorn petz + Spiky petz
+ + Making a Baby or Pet with + missing limbs.
+ and before anyone sends me hate-mail for this one, + please read the readme. This tutorial is intended as a service for people + who need to relate to virtual playmates who do not have the "body + perfect".
+ Bunny ears on catz and + dogz.
+ Shows three examples of how to attach bunny ears, and + there's a set of fangs on the Scottie too. Includes example + breedz.
+ + Bunny ears + more bunny ears
+ + Bunny ears on a Great Dane.
+ Yes, I still get asked about ears!
+ Ears and tails
+ Yes, ears again on dogz -- this time, how to make a + pup's ears different from an adult's -- and how to make up-and-over tails. + Includes example breeds.
+ + Tail and Ears
+ + Wings on Breedz
+ How to put wings on your catz or dogz breed. Includes + example breedz
+ + Wingz
+ + Aargh, yet more ear-changing, on + a Dane.
+ Chihuahua ears again. Includes example + breed.
+ Please, people, no more ears -- I'll go mad if I hear another "how do I put + x ears on a y?" question. Just read the "howtos" and try to understand; then + you'll be able to put any type of ear on any other breed.

+ + Chi Ears on Dane + Chi Ears on Dali
+ + Even more ear-changing, and + whiskers on Dogz
+ It's Chihuahua ears this time. Includes example + breed.
+ Details on how to make drop + tails.
+ Includes example breed.
+ + Drop tail on Labrador
+ + Feathering tails, legs, + necks, chests, bellies etc on breedz updated April 30th
+ + Feathered Dane
+ + Yet another ear-change on Dogz
+ this time up-pointing ears on a Lab. Includes example + breed
+ Putting floppy ears on a Dane
+ Includes example breed
+ Putting one flop ear on a Dane
+ Includes example breed
+ Putting flop ears on Catz
+ Includes example breed
+ Making Leopard spots on Catz
+ Includes example pets
+ Making Leopard spots on Dogz
+ Includes example pets
+ Making Leopard spots speedily
+ (but with no texture). Includes example + breed
+ + + FAQ -- how to make minis
+ FAQ -- deleting bytes (for hex editor + methods)
+ FAQ -- spots on breedz
+ FAQ -- fuzzy feet (etc)
+ FAQs -- surprise chicken + blobs
+ FAQ -- pigz etc (why babies so + small)
+ FAQ -- changing nose + colour
+ FAQ -- changing + default AC clothes

+ +

Older tutorials and FAQs
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ All have been updated and improved at least slightly now. Look in the + relevant sections above for the ones that you wish to see.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/petz/img/petzedit_plus.gif b/carolyns_creations/petz/petzedit/plus.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_plus.gif rename to carolyns_creations/petz/petzedit/plus.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_plus1.gif b/carolyns_creations/petz/petzedit/plus1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_plus1.gif rename to carolyns_creations/petz/petzedit/plus1.gif diff --git a/carolyns_creations/frames/petz/img/petzedit_startattoo1.gif b/carolyns_creations/petz/petzedit/startattoo1.gif similarity index 100% rename from carolyns_creations/frames/petz/img/petzedit_startattoo1.gif rename to carolyns_creations/petz/petzedit/startattoo1.gif diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d3.zip b/carolyns_creations/petz/tutbreedz/Dalmatail_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d3.zip rename to carolyns_creations/petz/tutbreedz/Dalmatail_d3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d4.zip b/carolyns_creations/petz/tutbreedz/Dalmatail_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d4.zip rename to carolyns_creations/petz/tutbreedz/Dalmatail_d4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d5.zip b/carolyns_creations/petz/tutbreedz/Dalmatail_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Dalmatail_d5.zip rename to carolyns_creations/petz/tutbreedz/Dalmatail_d5.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip3_d3.zip b/carolyns_creations/petz/tutbreedz/Dalmatip3_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip3_d3.zip rename to carolyns_creations/petz/tutbreedz/Dalmatip3_d3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip4_d4.zip b/carolyns_creations/petz/tutbreedz/Dalmatip4_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip4_d4.zip rename to carolyns_creations/petz/tutbreedz/Dalmatip4_d4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip5_d5.zip b/carolyns_creations/petz/tutbreedz/Dalmatip5_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Dalmatip5_d5.zip rename to carolyns_creations/petz/tutbreedz/Dalmatip5_d5.zip diff --git a/carolyns_creations/frames/petz/img/tutbreedz_Danewithchiears.gif b/carolyns_creations/petz/tutbreedz/Danewithchiears.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_Danewithchiears.gif rename to carolyns_creations/petz/tutbreedz/Danewithchiears.gif diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d3.zip b/carolyns_creations/petz/tutbreedz/GreatdaneChiears_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d3.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneChiears_d3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d4.zip b/carolyns_creations/petz/tutbreedz/GreatdaneChiears_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d4.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneChiears_d4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d5.zip b/carolyns_creations/petz/tutbreedz/GreatdaneChiears_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneChiears_d5.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneChiears_d5.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d3.zip b/carolyns_creations/petz/tutbreedz/GreatdaneFlopears_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d3.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneFlopears_d3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d4.zip b/carolyns_creations/petz/tutbreedz/GreatdaneFlopears_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d4.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneFlopears_d4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d5.zip b/carolyns_creations/petz/tutbreedz/GreatdaneFlopears_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneFlopears_d5.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneFlopears_d5.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d3.zip b/carolyns_creations/petz/tutbreedz/GreatdaneOneflopear_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d3.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneOneflopear_d3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d4.zip b/carolyns_creations/petz/tutbreedz/GreatdaneOneflopear_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d4.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneOneflopear_d4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d5.zip b/carolyns_creations/petz/tutbreedz/GreatdaneOneflopear_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_GreatdaneOneflopear_d5.zip rename to carolyns_creations/petz/tutbreedz/GreatdaneOneflopear_d5.zip diff --git a/carolyns_creations/frames/petz/img/tutbreedz_JabberMutt.gif b/carolyns_creations/petz/tutbreedz/JabberMutt.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_JabberMutt.gif rename to carolyns_creations/petz/tutbreedz/JabberMutt.gif diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d3.zip b/carolyns_creations/petz/tutbreedz/Jabbermutt_d3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d3.zip rename to carolyns_creations/petz/tutbreedz/Jabbermutt_d3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d4.zip b/carolyns_creations/petz/tutbreedz/Jabbermutt_d4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d4.zip rename to carolyns_creations/petz/tutbreedz/Jabbermutt_d4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d5.zip b/carolyns_creations/petz/tutbreedz/Jabbermutt_d5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Jabbermutt_d5.zip rename to carolyns_creations/petz/tutbreedz/Jabbermutt_d5.zip diff --git a/carolyns_creations/frames/petz/img/tutbreedz_Lopeardane.gif b/carolyns_creations/petz/tutbreedz/Lopeardane.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_Lopeardane.gif rename to carolyns_creations/petz/tutbreedz/Lopeardane.gif diff --git a/carolyns_creations/frames/petz/img/tutbreedz_Onelopdane.gif b/carolyns_creations/petz/tutbreedz/Onelopdane.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_Onelopdane.gif rename to carolyns_creations/petz/tutbreedz/Onelopdane.gif diff --git a/carolyns_creations/frames/petz/img/tutbreedz_SilverTabby.gif b/carolyns_creations/petz/tutbreedz/SilverTabby.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_SilverTabby.gif rename to carolyns_creations/petz/tutbreedz/SilverTabby.gif diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c3.zip b/carolyns_creations/petz/tutbreedz/Silvertabby_c3.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c3.zip rename to carolyns_creations/petz/tutbreedz/Silvertabby_c3.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c4.zip b/carolyns_creations/petz/tutbreedz/Silvertabby_c4.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c4.zip rename to carolyns_creations/petz/tutbreedz/Silvertabby_c4.zip diff --git a/carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c5.zip b/carolyns_creations/petz/tutbreedz/Silvertabby_c5.zip similarity index 100% rename from carolyns_creations/frames/petz/dl/tutbreedz_Silvertabby_c5.zip rename to carolyns_creations/petz/tutbreedz/Silvertabby_c5.zip diff --git a/carolyns_creations/frames/petz/img/tutbreedz_TailAndEars.gif b/carolyns_creations/petz/tutbreedz/TailAndEars.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_TailAndEars.gif rename to carolyns_creations/petz/tutbreedz/TailAndEars.gif diff --git a/carolyns_creations/frames/petz/img/tutbreedz_Tailupandover.gif b/carolyns_creations/petz/tutbreedz/Tailupandover.gif similarity index 100% rename from carolyns_creations/frames/petz/img/tutbreedz_Tailupandover.gif rename to carolyns_creations/petz/tutbreedz/Tailupandover.gif diff --git a/carolyns_creations/petz/tutbreedz/tutbreedz.html b/carolyns_creations/petz/tutbreedz/tutbreedz.html new file mode 100644 index 0000000..57514dd --- /dev/null +++ b/carolyns_creations/petz/tutbreedz/tutbreedz.html @@ -0,0 +1,121 @@ + + + + + + Tutorial Example Breedz + + + + + + + + + +
+

Tutorial Example Breedz

+ +

Click breed photo or name to download.
+ Remember to download the one for the version of the game that you have.
+ Thes breedz are all sound-stripped.

+ + + + + + + + + + + + + + + + + + + + + + + +
+ + Silver Tabby for Catz 3
+ Silver Tabby for Catz 3 +
/ + for Catz 4 / + for Catz 5 +
+ + Jabber Mutt for Dogz 3
+ Jabber Mutt for Dogz 3 +
/ + for Dogz 4 / + for Dogz 5 +
+ + Dalmatip3 for Dogz 3
+ Dalmatip for Dogz 3 +
/ + for Dogz 4 / + for Dogz 5 +
+ + Dalmatail for Dogz 3
+ Dalmatail for Dogz 3 +
/ + for Dogz + 4 / + for Dogz + 5 +
+ + Great Dane (chi ears) for Dogz 3
+ G D (chi ears) for Dogz 3 +
/ + Dogz 4 / + Dogz 5 +
+ + Great Dane (flop ear) for Dogz 3
+ G D (flop ear) for Dogz 3 +
/ + Dogz 4 / + Dogz 5 +
+ + Great Dane (one flop ear) for Dogz 3
+ G D (one flop ear) for Dogz 3 +
/ + Dogz 4 / + Dogz 5 +
+
+ + diff --git a/carolyns_creations/petz6/petz6.html b/carolyns_creations/petz6/petz6.html new file mode 100644 index 0000000..6036d7c --- /dev/null +++ b/carolyns_creations/petz6/petz6.html @@ -0,0 +1,161 @@ + + + + + + 2006 and later Catz and Dogz + + + + + + + + + +
+

.

+ +

2006 and later Catz, Dogz and Horsez games
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ As of late 2006 and beyond... Just a note to anyone who potters along to + Petz.com or Babyz.net and sees the new games that were released + recently.
+ Most of you already knew that a bunch of virtual life games have been + released by UbiSoft since 2006, for various consoles and for the PC. + Hamsterz Life, Hamsterz 2 and Bunnyz are apparently only for the Nintendo + DS, Horsez and Horsez 2 are released for NDS and PS2 as well as for PC, and + there are some wildlife "petz" games also for the NDS centered around Tigerz + and Dolphinz. various Catz and Dogz games have been released for mobile + phone, Gameboy Advance, NDS, PS2, Wii and PC. Although most of these would + be playable and, presumably, moddable on the PC using emulators, it's the + native PC versions that I'm talking about here. If anyone wants to mod, or + hex, the NDS or mobile phone versions of the games you'll find very active + modding communities amongst the emulator scene. There is also a PS2 emulator + for anyone who wants to try that, and there may well be a modding community + for PS2 games, but I don't believe that there is any way as yet to play a + Wii game on an emulator.

+ +

Although they are named Catz and Dogz or Catz 2 and + Dogz 2, the latest "Petz" games for Windows are not really part of the + Petz series we know and love.
+ They are not really a "Petz 6" although for convenience people have referred + to them that way; the first two were also known as Catz 2006 and Dogz 2006 + for a while. There are many differences between these latest games and the + ones that we have so far enjoyed, the most obvious being that the catz and + dogz are 3D and that you have to earn points, or coins, to get even the + basics that your pet will need. I'm sure a lot of people will enjoy the + games, but they are not a part of the original series and you will not be + able to import your petz from Petz 5 or earlier. If you enjoy these games, + you might like to check out Lost + Sock Games titles -- Puppy Luv, Kitty Luv, Pony Luv and Hollywood + Pets are very similar in many ways.

+ +

As regards modifying the games, however, things have been + made easy enough for us "hexers" apart from the 3D models. The files used by + the game are:

+ +

LUA, INI, and TXT files all of which are text files which + can be edited in Notepad.
+ You'd have to get used to what all the various column headers and key words + mean, but there's no harm in experimenting -- so long as you keep backups of + everything of course. The saved-game files, which is where your pets are + stored, are .sav files, also just text files, which can be edited. They are + stored in your
+ C:\Documents and Settings\All Users\Application Data\Ubisoft\Catz (or + Catz2)
+ folder or
+ C:\Documents and Settings\All Users\Application Data\Ubisoft\Dogz (or + Dogz2).

+ +

TGA files which are a recognisable format for most paint + programs.

+ +

WAV and MP3 files which are editable sounds.

+ +

DDS files, which are actually editable with the correct tools. + They can easily be edited using a plug-in which works with either Paint Shop + Pro or Photoshop, available for free from Nvidia's site -- the is + dds.8bi
+ http://developer.nvidia.com/docs/IO/1176/ATT/dds.8bi

+ +

GR2 files, which are "Granny 3D" files. These are not so easy to edit and + are, in a way, the 3D "bones" of the game. Of course anyone who has the + Granny 3D SDK would be able to edit them, but that's beyond the pocket of + most of us I'd have thought! I have heard rumours that there is a Milkshape + plug-in that allows these to be edited, but if not there is at least a tool + that allows them to be viewed, obtainable for free from the Granny 3D + site
+ Update as of mid-2008 -- there is now a free way to extract the GR2 files + so that they can be edited in a 3D modelling program. A close friend of + mine + called Topper Carson has the games and he found that there are some + amazing + people who have been picking away at the Gr2 files which so many games use + these days. For useful tools and info pop along to the "Decode + Gr2" site. So theoretically you should be able to modify anything + that you wish in these games.

+ +

The Horsez game, as with Catz 2006 and Dogz 2006 and beyond, is not a + real part of the Petz series. You're supposed to care for your chosen horse + as well as enter it for shows and have some adventures with it, and the + environment is a 3D one. For anyone who has the game and wants to edit it, + the graphics are in the form of editable .tga files which you should be able + to edit in a reasonable paint package, and the "bones" of it are in the form + of .nmo files which will have been created via Virtools. If you have Virtools + of course you'll be able to edit them. I don't know if there is a + cheaper utility for editing such things, but if you're keen you could have a + look around Google. The saved-game files are in a directory off the Horsez + one, called Save, and the files in there are .txt files and therefore should + be easy to edit. You'd have to get used to what all the various column + headers and key words mean, but there's no harm in experimenting -- so long + as you keep backups of everything of course.

+ +

Babyz players, the only new games available for you from Ubisoft now + seem to be only for the NDS. So far there is "Imagine Babies" (also called + "Imagine Babyz" in the US) and possibly due for release in September 2008, + "Imagine Baby Club". The first one is probably closer to the original Babyz + experience, but in my opinion neither seems like a good replacement. They + are part of the extremely girly Imagine series for NDS
+ A footnote for Babyz players -- there is a new game out called "Bratz + Babyz", which starts up with a "Babyz.exe", which you might stumble across + when looking for updates etc. As far as I know, it is not a UbiSoft game and + it is certainly not in any way a new kind of Babyz game, plus the Babyz.exe + will not work with your old favourite babyz game.

+ +

I doubt that I'll be editing any of these newer PC games. Even apart + from the fact that they aren't likely to work under my beloved Win 95, I + don't really have the time even to play these days, and as for my skill in + editing graphics, well... let's just say I'm "graphically challenged", LOL. + Of course I'd have no trouble cheating in the catz and dogz games, as the + saved-game (i.e. pet) files are just LUA files -- in other words, they are + editable in Notepad.

+ +

Enjoy

+ +

Carolyn

+ +

For people who are interested in such things, since 2006 the rather + complex ownership of the games is as follows. The Petz titles are now + trademarks owned by "Ubisoft Entertainment". The mobile phone versions of + Petz, Catz and Dogz have been released by Gameloft. The DS Catz games were + developed by Powerhead Games while the DS and GBA Dogz games and the Catz + GBA game are copyright to MTO Inc. For the Wii and PS2 the Dogz and Catz + games are copyright to YUKE’S Co. as well as Ubisoft. For the PC, the Dogz + and catz games were developed by ImaginEngine which is a division of + Foundation 9 Entertainment.
+ It's all a long way from the day in 1995 when P.F. Magic created and put up + for download their own unique and exciting game "Dogz". You could download + it and try it, and if you liked it you could buy a key online -- which also + was a new concept back then. It was so popular that it was also then + released for the Apple Mac in 1996.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/sounds/dl/sounds_102sounds.zip b/carolyns_creations/sounds/sounds/102sounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_102sounds.zip rename to carolyns_creations/sounds/sounds/102sounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Antsounds.zip b/carolyns_creations/sounds/sounds/Antsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Antsounds.zip rename to carolyns_creations/sounds/sounds/Antsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Appaloosasounds.zip b/carolyns_creations/sounds/sounds/Appaloosasounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Appaloosasounds.zip rename to carolyns_creations/sounds/sounds/Appaloosasounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Babyzsoundsforpetz.zip b/carolyns_creations/sounds/sounds/Babyzsoundsforpetz.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Babyzsoundsforpetz.zip rename to carolyns_creations/sounds/sounds/Babyzsoundsforpetz.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_BearSoundstxtForDogz3-5.zip b/carolyns_creations/sounds/sounds/BearSoundstxtForDogz3-5.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_BearSoundstxtForDogz3-5.zip rename to carolyns_creations/sounds/sounds/BearSoundstxtForDogz3-5.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Bearsounds_d2.zip b/carolyns_creations/sounds/sounds/Bearsounds_d2.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Bearsounds_d2.zip rename to carolyns_creations/sounds/sounds/Bearsounds_d2.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Boysounds.zip b/carolyns_creations/sounds/sounds/Boysounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Boysounds.zip rename to carolyns_creations/sounds/sounds/Boysounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_BuckarooBucbroncSounds.zip b/carolyns_creations/sounds/sounds/BuckarooBucbroncSounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_BuckarooBucbroncSounds.zip rename to carolyns_creations/sounds/sounds/BuckarooBucbroncSounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Bunnysounds.zip b/carolyns_creations/sounds/sounds/Bunnysounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Bunnysounds.zip rename to carolyns_creations/sounds/sounds/Bunnysounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_CarambaSounds.zip b/carolyns_creations/sounds/sounds/CarambaSounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_CarambaSounds.zip rename to carolyns_creations/sounds/sounds/CarambaSounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Chickensounds.zip b/carolyns_creations/sounds/sounds/Chickensounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Chickensounds.zip rename to carolyns_creations/sounds/sounds/Chickensounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Cowsounds.zip b/carolyns_creations/sounds/sounds/Cowsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Cowsounds.zip rename to carolyns_creations/sounds/sounds/Cowsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_DeardearSounds.zip b/carolyns_creations/sounds/sounds/DeardearSounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_DeardearSounds.zip rename to carolyns_creations/sounds/sounds/DeardearSounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_DracoAndDragonsounds.zip b/carolyns_creations/sounds/sounds/DracoAndDragonsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_DracoAndDragonsounds.zip rename to carolyns_creations/sounds/sounds/DracoAndDragonsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Dragonairsounds.zip b/carolyns_creations/sounds/sounds/Dragonairsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Dragonairsounds.zip rename to carolyns_creations/sounds/sounds/Dragonairsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Dynaroosounds.zip b/carolyns_creations/sounds/sounds/Dynaroosounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Dynaroosounds.zip rename to carolyns_creations/sounds/sounds/Dynaroosounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Elephantsounds.zip b/carolyns_creations/sounds/sounds/Elephantsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Elephantsounds.zip rename to carolyns_creations/sounds/sounds/Elephantsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Fishiesounds.zip b/carolyns_creations/sounds/sounds/Fishiesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Fishiesounds.zip rename to carolyns_creations/sounds/sounds/Fishiesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_GalicenoAndHorsesounds.zip b/carolyns_creations/sounds/sounds/GalicenoAndHorsesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_GalicenoAndHorsesounds.zip rename to carolyns_creations/sounds/sounds/GalicenoAndHorsesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Girafsounds.zip b/carolyns_creations/sounds/sounds/Girafsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Girafsounds.zip rename to carolyns_creations/sounds/sounds/Girafsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Gorilapesounds.zip b/carolyns_creations/sounds/sounds/Gorilapesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Gorilapesounds.zip rename to carolyns_creations/sounds/sounds/Gorilapesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Grasshoppersounds.zip b/carolyns_creations/sounds/sounds/Grasshoppersounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Grasshoppersounds.zip rename to carolyns_creations/sounds/sounds/Grasshoppersounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Grinnzsounds.zip b/carolyns_creations/sounds/sounds/Grinnzsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Grinnzsounds.zip rename to carolyns_creations/sounds/sounds/Grinnzsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Guineapigsounds.zip b/carolyns_creations/sounds/sounds/Guineapigsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Guineapigsounds.zip rename to carolyns_creations/sounds/sounds/Guineapigsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Guineapigsoundtxtforcatz.zip b/carolyns_creations/sounds/sounds/Guineapigsoundtxtforcatz.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Guineapigsoundtxtforcatz.zip rename to carolyns_creations/sounds/sounds/Guineapigsoundtxtforcatz.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_HonkerAndHonkbirdiesounds.zip b/carolyns_creations/sounds/sounds/HonkerAndHonkbirdiesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_HonkerAndHonkbirdiesounds.zip rename to carolyns_creations/sounds/sounds/HonkerAndHonkbirdiesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Jestersounds.zip b/carolyns_creations/sounds/sounds/Jestersounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Jestersounds.zip rename to carolyns_creations/sounds/sounds/Jestersounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_KatAndCatBreedSounds.zip b/carolyns_creations/sounds/sounds/KatAndCatBreedSounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_KatAndCatBreedSounds.zip rename to carolyns_creations/sounds/sounds/KatAndCatBreedSounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Lipssounds.zip b/carolyns_creations/sounds/sounds/Lipssounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Lipssounds.zip rename to carolyns_creations/sounds/sounds/Lipssounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Modvarksounds.zip b/carolyns_creations/sounds/sounds/Modvarksounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Modvarksounds.zip rename to carolyns_creations/sounds/sounds/Modvarksounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Monkeysounds.zip b/carolyns_creations/sounds/sounds/Monkeysounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Monkeysounds.zip rename to carolyns_creations/sounds/sounds/Monkeysounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Norvilsounds.zip b/carolyns_creations/sounds/sounds/Norvilsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Norvilsounds.zip rename to carolyns_creations/sounds/sounds/Norvilsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Ostrichsounds.zip b/carolyns_creations/sounds/sounds/Ostrichsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Ostrichsounds.zip rename to carolyns_creations/sounds/sounds/Ostrichsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_PFMicesounds.zip b/carolyns_creations/sounds/sounds/PFMicesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_PFMicesounds.zip rename to carolyns_creations/sounds/sounds/PFMicesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Pandasounds.zip b/carolyns_creations/sounds/sounds/Pandasounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Pandasounds.zip rename to carolyns_creations/sounds/sounds/Pandasounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Pegasicornsounds.zip b/carolyns_creations/sounds/sounds/Pegasicornsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Pegasicornsounds.zip rename to carolyns_creations/sounds/sounds/Pegasicornsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Pegasussounds.zip b/carolyns_creations/sounds/sounds/Pegasussounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Pegasussounds.zip rename to carolyns_creations/sounds/sounds/Pegasussounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Pighogsounds.zip b/carolyns_creations/sounds/sounds/Pighogsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Pighogsounds.zip rename to carolyns_creations/sounds/sounds/Pighogsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_PonytaAndRapidashsounds.zip b/carolyns_creations/sounds/sounds/PonytaAndRapidashsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_PonytaAndRapidashsounds.zip rename to carolyns_creations/sounds/sounds/PonytaAndRapidashsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Quadrpussounds.zip b/carolyns_creations/sounds/sounds/Quadrpussounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Quadrpussounds.zip rename to carolyns_creations/sounds/sounds/Quadrpussounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Ratzsounds.zip b/carolyns_creations/sounds/sounds/Ratzsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Ratzsounds.zip rename to carolyns_creations/sounds/sounds/Ratzsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Reindeersounds.zip b/carolyns_creations/sounds/sounds/Reindeersounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Reindeersounds.zip rename to carolyns_creations/sounds/sounds/Reindeersounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Sheepsounds.zip b/carolyns_creations/sounds/sounds/Sheepsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Sheepsounds.zip rename to carolyns_creations/sounds/sounds/Sheepsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Snowbosounds.zip b/carolyns_creations/sounds/sounds/Snowbosounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Snowbosounds.zip rename to carolyns_creations/sounds/sounds/Snowbosounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Snowbosounds_c1.zip b/carolyns_creations/sounds/sounds/Snowbosounds_c1.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Snowbosounds_c1.zip rename to carolyns_creations/sounds/sounds/Snowbosounds_c1.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Spinosaurussounds.zip b/carolyns_creations/sounds/sounds/Spinosaurussounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Spinosaurussounds.zip rename to carolyns_creations/sounds/sounds/Spinosaurussounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Turkeysounds.zip b/carolyns_creations/sounds/sounds/Turkeysounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Turkeysounds.zip rename to carolyns_creations/sounds/sounds/Turkeysounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Tygersounds.zip b/carolyns_creations/sounds/sounds/Tygersounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Tygersounds.zip rename to carolyns_creations/sounds/sounds/Tygersounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Unicornsounds.zip b/carolyns_creations/sounds/sounds/Unicornsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Unicornsounds.zip rename to carolyns_creations/sounds/sounds/Unicornsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_ValentinSounds.zip b/carolyns_creations/sounds/sounds/ValentinSounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_ValentinSounds.zip rename to carolyns_creations/sounds/sounds/ValentinSounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Walretsounds.zip b/carolyns_creations/sounds/sounds/Walretsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Walretsounds.zip rename to carolyns_creations/sounds/sounds/Walretsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Whalesounds.zip b/carolyns_creations/sounds/sounds/Whalesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Whalesounds.zip rename to carolyns_creations/sounds/sounds/Whalesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Yoshisounds.zip b/carolyns_creations/sounds/sounds/Yoshisounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Yoshisounds.zip rename to carolyns_creations/sounds/sounds/Yoshisounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Zebrasounds.zip b/carolyns_creations/sounds/sounds/Zebrasounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Zebrasounds.zip rename to carolyns_creations/sounds/sounds/Zebrasounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c1.zip b/carolyns_creations/sounds/sounds/Zottsounds_c1.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c1.zip rename to carolyns_creations/sounds/sounds/Zottsounds_c1.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c2-c5.zip b/carolyns_creations/sounds/sounds/Zottsounds_c2-c5.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_Zottsounds_c2-c5.zip rename to carolyns_creations/sounds/sounds/Zottsounds_c2-c5.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_bflysounds.zip b/carolyns_creations/sounds/sounds/bflysounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_bflysounds.zip rename to carolyns_creations/sounds/sounds/bflysounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_bigcatsoundtxtforcatz.zip b/carolyns_creations/sounds/sounds/bigcatsoundtxtforcatz.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_bigcatsoundtxtforcatz.zip rename to carolyns_creations/sounds/sounds/bigcatsoundtxtforcatz.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_ducksounds.zip b/carolyns_creations/sounds/sounds/ducksounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_ducksounds.zip rename to carolyns_creations/sounds/sounds/ducksounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_frogsounds.zip b/carolyns_creations/sounds/sounds/frogsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_frogsounds.zip rename to carolyns_creations/sounds/sounds/frogsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_pandasoundfix.zip b/carolyns_creations/sounds/sounds/pandasoundfix.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_pandasoundfix.zip rename to carolyns_creations/sounds/sounds/pandasoundfix.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_rhinosounds.zip b/carolyns_creations/sounds/sounds/rhinosounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_rhinosounds.zip rename to carolyns_creations/sounds/sounds/rhinosounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_skorchcsounds.zip b/carolyns_creations/sounds/sounds/skorchcsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_skorchcsounds.zip rename to carolyns_creations/sounds/sounds/skorchcsounds.zip diff --git a/carolyns_creations/sounds/sounds/sounds.html b/carolyns_creations/sounds/sounds/sounds.html new file mode 100644 index 0000000..05d88cd --- /dev/null +++ b/carolyns_creations/sounds/sounds/sounds.html @@ -0,0 +1,124 @@ + + + + + + Sounds for Special Petz and Oddballz + + + + + + + + + + + +
+

Sounds Species and Fantasies in Petz + Games
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ NOTE: many of these sounds were made before Petz 5 came out. All + sounds and sound .txt files work fine in Petz 5 also. However, some of the + zips, such as the Spinosaurus, contain furfiles also, which made things + easier for installing in Petz 3 and 4. Petz 5 breedz have to have their own + furfiles, which I distribute with the breedz. So please, when installing + sounds, don't overwrite existing .bmp files with those in the sounds + zip or your game will probably crash.

+ +

NOTE 2: these sounds were made for use originally with my + breedz. It was only years later that others started to use my sounds with + their breedz. For many of the sounds zips, the required sound .txt file is + packaged in with the actual breed, as it can be slightly different + depending on the breed. So if you don't get any sound using someone else's + breedfile, download the relevant breed zip of mine and follow the + instructions in that. You can always throw my breed away once you've got + your sounds sorted out.

+ +

"102" (Oddballz to Petz series) breed's + sounds
+ Ant sounds
+ Appaloosa sounds
+ Babyz sounds (for Catz and Dogz + games)
+ Bear sounds (sounds for all games, .txt is for + Dogz II)
+ Bear extra .txt bit for Dogz3, 4 and + 5
+ Boy sounds (for Catz and Dogz games)
+ Bunny sounds
+ Butterfly sounds
+ Chickenz sounds
+ Cow sounds
+ Dracoz and Dragonz sounds
+ Dragonair sounds
+ Duck sounds
+ Dynaroo (Oddballz to Petz series) sounds
+ Elephant, Miniphant, Phantele sounds
+ Fishie sounds
+ Frog sounds
+ Galiceno and Horsez sounds
+ Giraf sounds
+ Gorilape sounds
+ Grinnz (Oddballz to Petz series) sounds
+ Grashopper sounds
+ Guinea Pig sounds
+ Guinea Pig extra .txt bit for + Catz
+ Honker (Oddballz to Petz series) and + Honkbirdie sounds
+ Jester (Oddballz to Petz series) sounds
+ Lips (Oddballz to Petz series) sounds
+ Modvark (Oddballz to Petz series) sounds
+ Norvil (Oddballz to Petz series) sounds
+ Ostrich sounds
+ Panda sounds
+ If your panda is silent after installing the sounds, download the little + Panda sounds fix and with it overwrite the gpsnd.txt that's in your + Resource\Dogz\gp directory.
+ Panda sound fix
+ Pegasicorn sounds
+ Pegasus sounds
+ PFMice sounds
+ Pighog sounds
+ Ponyta and Rapidash sounds
+ Quadrapus (Oddballz to Petz series) + sounds
+ Reindeer sounds
+ Rhinoceros sounds
+ Sheep sounds
+ Skorch (Oddballz to Petz series) sounds
+ Snowbo (Oddballz to Petz series) sounds
+ Snowbo (Oddballz to Petz series) sounds for + Catz 1 only
+ Spider sounds
+ Spinosaurus sounds
+ Turkey sounds
+ Tyger sounds (Big Cat sounds)
+ Tyger/big cat extra .txt bit for + Catz
+ Unicorn sounds
+ Walret (Oddballz to Petz series) sounds
+ Whazzit sounds
+ Yoshi sounds
+ Zebra sounds
+ Zott (Oddballz to Petz series) sounds for Catz 1 + only
+ Zott (Oddballz to Petz series) sounds for + Catz II - Catz 5
+ Monkey sounds
+ Ratz sounds
+ Killer Whale sounds

+ +

Sounds for Oddballz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Buckaroo and Bucbronc sounds
+ Caramba! sounds
+ Deardear sounds
+ Kat and Cat breed sounds
+ Valentin sounds

+
+ + diff --git a/carolyns_creations/frames/sounds/dl/sounds_spidersounds.zip b/carolyns_creations/sounds/sounds/spidersounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_spidersounds.zip rename to carolyns_creations/sounds/sounds/spidersounds.zip diff --git a/carolyns_creations/frames/sounds/dl/sounds_whazzitsounds.zip b/carolyns_creations/sounds/sounds/whazzitsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/sounds_whazzitsounds.zip rename to carolyns_creations/sounds/sounds/whazzitsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Alleysounds.zip b/carolyns_creations/sounds/soundsorig/Alleysounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Alleysounds.zip rename to carolyns_creations/sounds/soundsorig/Alleysounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Blackandwhitecatsounds.zip b/carolyns_creations/sounds/soundsorig/Blackandwhitecatsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Blackandwhitecatsounds.zip rename to carolyns_creations/sounds/soundsorig/Blackandwhitecatsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Bulldogsounds.zip b/carolyns_creations/sounds/soundsorig/Bulldogsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Bulldogsounds.zip rename to carolyns_creations/sounds/soundsorig/Bulldogsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Calicocatsounds.zip b/carolyns_creations/sounds/soundsorig/Calicocatsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Calicocatsounds.zip rename to carolyns_creations/sounds/soundsorig/Calicocatsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_CatzSoundsGeneral.zip b/carolyns_creations/sounds/soundsorig/CatzSoundsGeneral.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_CatzSoundsGeneral.zip rename to carolyns_creations/sounds/soundsorig/CatzSoundsGeneral.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Chihuahuasounds.zip b/carolyns_creations/sounds/soundsorig/Chihuahuasounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Chihuahuasounds.zip rename to carolyns_creations/sounds/soundsorig/Chihuahuasounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Chinchillapersiansounds.zip b/carolyns_creations/sounds/soundsorig/Chinchillapersiansounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Chinchillapersiansounds.zip rename to carolyns_creations/sounds/soundsorig/Chinchillapersiansounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Dachshundsounds.zip b/carolyns_creations/sounds/soundsorig/Dachshundsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Dachshundsounds.zip rename to carolyns_creations/sounds/soundsorig/Dachshundsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Dalmatiandogsounds.zip b/carolyns_creations/sounds/soundsorig/Dalmatiandogsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Dalmatiandogsounds.zip rename to carolyns_creations/sounds/soundsorig/Dalmatiandogsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Desertlynxcatsounds.zip b/carolyns_creations/sounds/soundsorig/Desertlynxcatsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Desertlynxcatsounds.zip rename to carolyns_creations/sounds/soundsorig/Desertlynxcatsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Egyptianmausounds.zip b/carolyns_creations/sounds/soundsorig/Egyptianmausounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Egyptianmausounds.zip rename to carolyns_creations/sounds/soundsorig/Egyptianmausounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Germanshepherdsounds.zip b/carolyns_creations/sounds/soundsorig/Germanshepherdsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Germanshepherdsounds.zip rename to carolyns_creations/sounds/soundsorig/Germanshepherdsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Goldenretrieversounds.zip b/carolyns_creations/sounds/soundsorig/Goldenretrieversounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Goldenretrieversounds.zip rename to carolyns_creations/sounds/soundsorig/Goldenretrieversounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Greatdanesounds.zip b/carolyns_creations/sounds/soundsorig/Greatdanesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Greatdanesounds.zip rename to carolyns_creations/sounds/soundsorig/Greatdanesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Honeybearsounds.zip b/carolyns_creations/sounds/soundsorig/Honeybearsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Honeybearsounds.zip rename to carolyns_creations/sounds/soundsorig/Honeybearsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Jackrussellsounds.zip b/carolyns_creations/sounds/soundsorig/Jackrussellsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Jackrussellsounds.zip rename to carolyns_creations/sounds/soundsorig/Jackrussellsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Japanesebobtailsounds.zip b/carolyns_creations/sounds/soundsorig/Japanesebobtailsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Japanesebobtailsounds.zip rename to carolyns_creations/sounds/soundsorig/Japanesebobtailsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Labradorsounds.zip b/carolyns_creations/sounds/soundsorig/Labradorsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Labradorsounds.zip rename to carolyns_creations/sounds/soundsorig/Labradorsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Mainecoonsounds.zip b/carolyns_creations/sounds/soundsorig/Mainecoonsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Mainecoonsounds.zip rename to carolyns_creations/sounds/soundsorig/Mainecoonsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Muttsounds.zip b/carolyns_creations/sounds/soundsorig/Muttsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Muttsounds.zip rename to carolyns_creations/sounds/soundsorig/Muttsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Orangeshorthairsounds.zip b/carolyns_creations/sounds/soundsorig/Orangeshorthairsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Orangeshorthairsounds.zip rename to carolyns_creations/sounds/soundsorig/Orangeshorthairsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Papillonsounds.zip b/carolyns_creations/sounds/soundsorig/Papillonsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Papillonsounds.zip rename to carolyns_creations/sounds/soundsorig/Papillonsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_PersianSoundsFixForSheepdogs.zip b/carolyns_creations/sounds/soundsorig/PersianSoundsFixForSheepdogs.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_PersianSoundsFixForSheepdogs.zip rename to carolyns_creations/sounds/soundsorig/PersianSoundsFixForSheepdogs.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Poodlesounds.zip b/carolyns_creations/sounds/soundsorig/Poodlesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Poodlesounds.zip rename to carolyns_creations/sounds/soundsorig/Poodlesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Pugsounds.zip b/carolyns_creations/sounds/soundsorig/Pugsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Pugsounds.zip rename to carolyns_creations/sounds/soundsorig/Pugsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Scottiesounds.zip b/carolyns_creations/sounds/soundsorig/Scottiesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Scottiesounds.zip rename to carolyns_creations/sounds/soundsorig/Scottiesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Scottishfoldsounds.zip b/carolyns_creations/sounds/soundsorig/Scottishfoldsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Scottishfoldsounds.zip rename to carolyns_creations/sounds/soundsorig/Scottishfoldsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Sheepdogsounds.zip b/carolyns_creations/sounds/soundsorig/Sheepdogsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Sheepdogsounds.zip rename to carolyns_creations/sounds/soundsorig/Sheepdogsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Siamesesounds.zip b/carolyns_creations/sounds/soundsorig/Siamesesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Siamesesounds.zip rename to carolyns_creations/sounds/soundsorig/Siamesesounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_Tabbycatsounds.zip b/carolyns_creations/sounds/soundsorig/Tabbycatsounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_Tabbycatsounds.zip rename to carolyns_creations/sounds/soundsorig/Tabbycatsounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_persiansounds.zip b/carolyns_creations/sounds/soundsorig/persiansounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_persiansounds.zip rename to carolyns_creations/sounds/soundsorig/persiansounds.zip diff --git a/carolyns_creations/frames/sounds/dl/soundsorig_russianbluesounds.zip b/carolyns_creations/sounds/soundsorig/russianbluesounds.zip similarity index 100% rename from carolyns_creations/frames/sounds/dl/soundsorig_russianbluesounds.zip rename to carolyns_creations/sounds/soundsorig/russianbluesounds.zip diff --git a/carolyns_creations/sounds/soundsorig/soundsorig.html b/carolyns_creations/sounds/soundsorig/soundsorig.html new file mode 100644 index 0000000..14f177c --- /dev/null +++ b/carolyns_creations/sounds/soundsorig/soundsorig.html @@ -0,0 +1,89 @@ + + + + + + Sounds for the original Catz and Dogz breedz + + + + + + + + + +
+

NOTE: These sounds will work with the "for easy-editing" sound-stripped + breedz that I'm making available for you all at this site. I intend that + they will also work with my sound-stripped hexie breedz.
+ Instructions for use should be found in with the actual breedfile zips; + these sounds zipfiles simply contain the wavs and sounds .txt files. But + they are all zipped up along with their directories, so they should all go + into the correct places if you unzip them into your game's main directory -- + where the game's .exe is. If you didn't choose your own place for installing + the game, that main directory would probably be
+ C:\Program Files\UBI Soft\Studio Mythos\Petz 5 or
+ C:\Program Files\PF.Magic\Petz 4 or
+ C:\Program Files\PF.Magic\Petz 3 or

+ +

Sounds for the basic Catz breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Alley Cat sounds (for Flealess breed)
+ Black and White Shorthair + sounds
+ Calico Cat sounds
+ Chinchilla Persian sounds
+ Desert Lynx sounds
+ Egyptian Mau sounds
+ Honey Bear sounds
+ Japanese Bobtail sounds
+ Maine Coon sounds
+ Orange Shorthair sounds
+ Persian sounds
+ Persian sounds "fix" for + sheepdog-based "cat" breedz
+ Russian Blue sounds
+ Scottish Fold sounds
+ Siamese sounds
+ Tabby Cat sounds

+ +

General Catz + sounds
+ These General Catz sounds are for people who don't have the catz games but + want to hear all the sounds for dogz-based "cat" breedz (such as Vickie's + PersianDog). Note, if you already have the catz part of your petz game, you + don't need this.

+ +

That's it for the original catz-breedz sounds; the Petz 4 + and 5 official bunny does not contain sounds. I have my own special quiet + bunny sounds available for my own bunny breedz of course.

+ +

Sounds for the basic Dogz breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Bulldog sounds
+ Chihuahua sounds
+ Dachshund sounds
+ Dalmatian sounds
+ German Shepherd sounds
+ Great Dane sounds
+ Golden Retriever sounds
+ Jack Russell sounds
+ Labrador sounds
+ Mutt sounds
+ Papillon sounds
+ Poodle sounds
+ Pug sounds
+ Scottie sounds
+ Sheepdog sounds

+ +

And that's the lot. I do not intend at this time to strip out the pig + sounds, as the game's actual pig breed file is not a good basis from which + to hex new breedz. I already have my own Pig-hog sounds which work with my + own pig-hog breed, of course.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/specials/img/bugzlife_Butterflies.gif b/carolyns_creations/specials/bugzlife/Butterflies.gif similarity index 100% rename from carolyns_creations/frames/specials/img/bugzlife_Butterflies.gif rename to carolyns_creations/specials/bugzlife/Butterflies.gif diff --git a/carolyns_creations/frames/specials/img/bugzlife_arthropodfam.gif b/carolyns_creations/specials/bugzlife/arthropodfam.gif similarity index 100% rename from carolyns_creations/frames/specials/img/bugzlife_arthropodfam.gif rename to carolyns_creations/specials/bugzlife/arthropodfam.gif diff --git a/carolyns_creations/frames/specials/img/bugzlife_bouflutter.gif b/carolyns_creations/specials/bugzlife/bouflutter.gif similarity index 100% rename from carolyns_creations/frames/specials/img/bugzlife_bouflutter.gif rename to carolyns_creations/specials/bugzlife/bouflutter.gif diff --git a/carolyns_creations/specials/bugzlife/bugzlife.html b/carolyns_creations/specials/bugzlife/bugzlife.html new file mode 100644 index 0000000..7bf5d72 --- /dev/null +++ b/carolyns_creations/specials/bugzlife/bugzlife.html @@ -0,0 +1,53 @@ + + + + + + Arthropods, playscenes etc for your exoskeletal Petz + + + + + + + + + +
+

.

+ +

Arthropods, playscenes etc for your exoskeletal + Petz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

For Insect and spider fanciers out there, I thought it would be a good + idea to make it easy for you to find all the exoskeletal items that are on + this site, so here they are with a separate section of their own :-)

+ +

Arthropodz for the Babyz game
+ a spider + a butterfly
+ + Arthropodz, spiders, and butterflies for the + Catz games 3, 4 and 5
+ an arthropod family + butterflies
+ + Go to Pinecone Cattery for a fantastic environment + for + your spiders!

+ +

Butterfly Chaser's insect breedz and + playscenes for the Dogz games

+ +

And last but by no means least,
+ Smarti's butterflies!
+ The first-ever butterflies, for dogz games, by Smarti; + with added sounds by yours truly. You can download the sounds from Smarti's + site or from here

+
+ + diff --git a/carolyns_creations/frames/specials/img/bugzlife_creeper.gif b/carolyns_creations/specials/bugzlife/creeper.gif similarity index 100% rename from carolyns_creations/frames/specials/img/bugzlife_creeper.gif rename to carolyns_creations/specials/bugzlife/creeper.gif diff --git a/carolyns_creations/frames/specials/img/catz345mice_GrubzPinkAndGreen.gif b/carolyns_creations/specials/catz345mice/GrubzPinkAndGreen.gif similarity index 100% rename from carolyns_creations/frames/specials/img/catz345mice_GrubzPinkAndGreen.gif rename to carolyns_creations/specials/catz345mice/GrubzPinkAndGreen.gif diff --git a/carolyns_creations/frames/specials/dl/catz345mice_GrubzPinkAndGreen.zip b/carolyns_creations/specials/catz345mice/GrubzPinkAndGreen.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/catz345mice_GrubzPinkAndGreen.zip rename to carolyns_creations/specials/catz345mice/GrubzPinkAndGreen.zip diff --git a/carolyns_creations/frames/specials/img/catz345mice_GrubzYellowAndEurgh.gif b/carolyns_creations/specials/catz345mice/GrubzYellowAndEurgh.gif similarity index 100% rename from carolyns_creations/frames/specials/img/catz345mice_GrubzYellowAndEurgh.gif rename to carolyns_creations/specials/catz345mice/GrubzYellowAndEurgh.gif diff --git a/carolyns_creations/frames/specials/dl/catz345mice_GrubzYellowAndEurgh.zip b/carolyns_creations/specials/catz345mice/GrubzYellowAndEurgh.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/catz345mice_GrubzYellowAndEurgh.zip rename to carolyns_creations/specials/catz345mice/GrubzYellowAndEurgh.zip diff --git a/carolyns_creations/specials/catz345mice/catz345mice.html b/carolyns_creations/specials/catz345mice/catz345mice.html new file mode 100644 index 0000000..6cfedf7 --- /dev/null +++ b/carolyns_creations/specials/catz345mice/catz345mice.html @@ -0,0 +1,39 @@ + + + + + + Catz 3, 4 5 Mice + + + + + + + + + +
+

Catz 3, 4 and 5 Mouse "grubz" for you
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

NOTE: To use these, you will need to either download and install my mice + etc Easy-edit packages, available from my Petz Easy-edit page, or you'll + need to edit your game's Resource file in order to insert these grubz. I + advise the first of those two options, as you can keep shuffling your mice + and grubz around to your heart's content :-)

+ +

These "grubz" will overwrite your game's own mouse files. Please put your + originals somewhere safe, and read the readme files included!

+ +


+ pink and green grubz

+ +


+ Yellow/black and, well, eurgh + grubz

+ +

.

+
+ + diff --git a/carolyns_creations/specials/collaborations/collaborations.html b/carolyns_creations/specials/collaborations/collaborations.html new file mode 100644 index 0000000..bb0d6ac --- /dev/null +++ b/carolyns_creations/specials/collaborations/collaborations.html @@ -0,0 +1,64 @@ + + + + + + Collaborations with other hexers + + + + + + + + + +
+

Collaborations with other hexers
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + These pages will show any breedz which were the idea and production of + another hexer, but which turned out to be something of a team effort with + myself. They go up here with the permission of the other team member(s), of + course!

+ +

NOTE: If one of the breedz crashes your game,
+ please read this.

+ +

Go here for Species sounds and here for original Catz and Dogz + sounds
+ Various Species or Fantasy breedz should have their special sounds; also, + all the catz and dogz breedz on this site use external sounds. So if you + want them to sound right in your game, you will have to download the sounds + as well.

+ +

With Sue Briley and Nintendo-6444
+ Get the Honkie and Artie here

+ +

With Butterfly Chaser
+ get the Great Tree here.
+ Butterfly Chaser's Sauropod
+ Click here for more of + Butterfly Chaser's breedz pages
+ and here for Butterfly Chaser's own site! Yay!

+ +

With Casey Miller
+ get the Chocolate Joy cat here.

+ +

With Nicole
+ get the Rhino and Ostrich here.

+ +

With Melanie
+ get the Turtle here.

+ +

With meerii
+ From this page you can get LNZ files made from meerii's selectively-bred + petz. They are designed to work with my External-lnz packages which you can + get from my "For LNZ-files 'n' easy-edits" pages.

+
+ + + diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Jesmina.gif b/carolyns_creations/specials/emoticonpetz1/Jesmina.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Jesmina.gif rename to carolyns_creations/specials/emoticonpetz1/Jesmina.gif diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Jombo.gif b/carolyns_creations/specials/emoticonpetz1/Jombo.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Jombo.gif rename to carolyns_creations/specials/emoticonpetz1/Jombo.gif diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Jondolo.gif b/carolyns_creations/specials/emoticonpetz1/Jondolo.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Jondolo.gif rename to carolyns_creations/specials/emoticonpetz1/Jondolo.gif diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Kalila.gif b/carolyns_creations/specials/emoticonpetz1/Kalila.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Kalila.gif rename to carolyns_creations/specials/emoticonpetz1/Kalila.gif diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Leonardo.gif b/carolyns_creations/specials/emoticonpetz1/Leonardo.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Leonardo.gif rename to carolyns_creations/specials/emoticonpetz1/Leonardo.gif diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_Mysteryemoticons.zip b/carolyns_creations/specials/emoticonpetz1/Mysteryemoticons.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_Mysteryemoticons.zip rename to carolyns_creations/specials/emoticonpetz1/Mysteryemoticons.zip diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Querida.gif b/carolyns_creations/specials/emoticonpetz1/Querida.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Querida.gif rename to carolyns_creations/specials/emoticonpetz1/Querida.gif diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_Quontama.gif b/carolyns_creations/specials/emoticonpetz1/Quontama.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_Quontama.gif rename to carolyns_creations/specials/emoticonpetz1/Quontama.gif diff --git a/carolyns_creations/specials/emoticonpetz1/emoticonpetz1.html b/carolyns_creations/specials/emoticonpetz1/emoticonpetz1.html new file mode 100644 index 0000000..f7d1a0e --- /dev/null +++ b/carolyns_creations/specials/emoticonpetz1/emoticonpetz1.html @@ -0,0 +1,81 @@ + + + + + + Emoticon petz + + + + + + + + + +
+

Emoticon Petz for you
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

Inspired by Ashien's pet-orb pictures, I thought I'd + enlarge upon the theme by making petz with secret "orb-ish" emoticons and + others with permanent emoticons -- wearing their hearts on their sleeves (or + ears, tails etc anyway).
+ On this page you can see Ashien's + original orbed pictures.
+ Gohere to + get the Perma-moticon petz.

+ +

This page contains the Mystery-moticon petz...
+ Click here to download The + OddballzDream breedfiles for Catz 3, 3 International, 4 and 5.
+ Click here to download a package which + helps you to make your own.

+ +

To see their own particular emoticons, you need to wait + until they get excited. A good way to excite them is to put them in the + Basket; sometimes you need to take them out of it and put them back in again + one or two times before they get emotional enough. This is not any form of + abuse, by the way; they have fun playing with the basket. They work in Petz + 3, 4 or 5. The emoticons, once they appear, will remain on your pet until + you either put it away or you take it to the clothes closet and put, say, a + hat on it.
+ + mystery emoticons + more mysteryemoticons
+ + These are just examples of some of the emoticons which will emerge; no two + of the pets on this page are identical. Click on the names below each + picture to download the pet.

+ +

Jesmina
+ Jesmina (female)

+ +

Leonardo
+ Leonardo (male)

+ +

Jombo
+ Jombo (male)

+ +

Kalila
+ Kalila (female)

+ +

Querida
+ Querida (female)

+ +

Quontama
+ Quontama (female)

+ +

Jondolo
+ Jondolo (male)

+ +

Jonboo
+ Jonboo (male)

+ +

You can also find petz with permanent orbs which show in the game, at + Sue's the Petz Boardwalk

+
+ + diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_jesmina.zip b/carolyns_creations/specials/emoticonpetz1/jesmina.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_jesmina.zip rename to carolyns_creations/specials/emoticonpetz1/jesmina.zip diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_jombo.zip b/carolyns_creations/specials/emoticonpetz1/jombo.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_jombo.zip rename to carolyns_creations/specials/emoticonpetz1/jombo.zip diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_jonboo.gif b/carolyns_creations/specials/emoticonpetz1/jonboo.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_jonboo.gif rename to carolyns_creations/specials/emoticonpetz1/jonboo.gif diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_jonboo.zip b/carolyns_creations/specials/emoticonpetz1/jonboo.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_jonboo.zip rename to carolyns_creations/specials/emoticonpetz1/jonboo.zip diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_jondolo.zip b/carolyns_creations/specials/emoticonpetz1/jondolo.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_jondolo.zip rename to carolyns_creations/specials/emoticonpetz1/jondolo.zip diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_kalila.zip b/carolyns_creations/specials/emoticonpetz1/kalila.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_kalila.zip rename to carolyns_creations/specials/emoticonpetz1/kalila.zip diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_leonardo.zip b/carolyns_creations/specials/emoticonpetz1/leonardo.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_leonardo.zip rename to carolyns_creations/specials/emoticonpetz1/leonardo.zip diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_plus.gif b/carolyns_creations/specials/emoticonpetz1/plus.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_plus.gif rename to carolyns_creations/specials/emoticonpetz1/plus.gif diff --git a/carolyns_creations/frames/specials/img/emoticonpetz1_plus1.gif b/carolyns_creations/specials/emoticonpetz1/plus1.gif similarity index 100% rename from carolyns_creations/frames/specials/img/emoticonpetz1_plus1.gif rename to carolyns_creations/specials/emoticonpetz1/plus1.gif diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_querida.zip b/carolyns_creations/specials/emoticonpetz1/querida.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_querida.zip rename to carolyns_creations/specials/emoticonpetz1/querida.zip diff --git a/carolyns_creations/frames/specials/dl/emoticonpetz1_quontama.zip b/carolyns_creations/specials/emoticonpetz1/quontama.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/emoticonpetz1_quontama.zip rename to carolyns_creations/specials/emoticonpetz1/quontama.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_BlackDaliaffs_d.zip b/carolyns_creations/specials/litterz/BlackDaliaffs_d.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_BlackDaliaffs_d.zip rename to carolyns_creations/specials/litterz/BlackDaliaffs_d.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_BrindledHimalayans_c.zip b/carolyns_creations/specials/litterz/BrindledHimalayans_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_BrindledHimalayans_c.zip rename to carolyns_creations/specials/litterz/BrindledHimalayans_c.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_CalicoTabbies_c.zip b/carolyns_creations/specials/litterz/CalicoTabbies_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_CalicoTabbies_c.zip rename to carolyns_creations/specials/litterz/CalicoTabbies_c.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_Chesamutts_d.zip b/carolyns_creations/specials/litterz/Chesamutts_d.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_Chesamutts_d.zip rename to carolyns_creations/specials/litterz/Chesamutts_d.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_ChinchillaTabbies_c.zip b/carolyns_creations/specials/litterz/ChinchillaTabbies_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_ChinchillaTabbies_c.zip rename to carolyns_creations/specials/litterz/ChinchillaTabbies_c.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_DevilledLabs_d.zip b/carolyns_creations/specials/litterz/DevilledLabs_d.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_DevilledLabs_d.zip rename to carolyns_creations/specials/litterz/DevilledLabs_d.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_EgyptianSphinx_c.zip b/carolyns_creations/specials/litterz/EgyptianSphinx_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_EgyptianSphinx_c.zip rename to carolyns_creations/specials/litterz/EgyptianSphinx_c.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_FawnDaliaffs_d.zip b/carolyns_creations/specials/litterz/FawnDaliaffs_d.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_FawnDaliaffs_d.zip rename to carolyns_creations/specials/litterz/FawnDaliaffs_d.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_PersianPurees_c.zip b/carolyns_creations/specials/litterz/PersianPurees_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_PersianPurees_c.zip rename to carolyns_creations/specials/litterz/PersianPurees_c.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_Siamflitters_c.zip b/carolyns_creations/specials/litterz/Siamflitters_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_Siamflitters_c.zip rename to carolyns_creations/specials/litterz/Siamflitters_c.zip diff --git a/carolyns_creations/frames/specials/dl/litterz_SpeckleTabbies_c.zip b/carolyns_creations/specials/litterz/SpeckleTabbies_c.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/litterz_SpeckleTabbies_c.zip rename to carolyns_creations/specials/litterz/SpeckleTabbies_c.zip diff --git a/carolyns_creations/frames/specials/img/litterz_black_daliaffs.gif b/carolyns_creations/specials/litterz/black_daliaffs.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_black_daliaffs.gif rename to carolyns_creations/specials/litterz/black_daliaffs.gif diff --git a/carolyns_creations/frames/specials/img/litterz_brindled_himalayans.gif b/carolyns_creations/specials/litterz/brindled_himalayans.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_brindled_himalayans.gif rename to carolyns_creations/specials/litterz/brindled_himalayans.gif diff --git a/carolyns_creations/frames/specials/img/litterz_calico_tabbies.gif b/carolyns_creations/specials/litterz/calico_tabbies.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_calico_tabbies.gif rename to carolyns_creations/specials/litterz/calico_tabbies.gif diff --git a/carolyns_creations/frames/specials/img/chesamutt.gif b/carolyns_creations/specials/litterz/chesamutt.gif similarity index 100% rename from carolyns_creations/frames/specials/img/chesamutt.gif rename to carolyns_creations/specials/litterz/chesamutt.gif diff --git a/carolyns_creations/frames/specials/img/litterz_chinchilla_tabbies.gif b/carolyns_creations/specials/litterz/chinchilla_tabbies.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_chinchilla_tabbies.gif rename to carolyns_creations/specials/litterz/chinchilla_tabbies.gif diff --git a/carolyns_creations/frames/specials/img/litterz_devilled_labs.gif b/carolyns_creations/specials/litterz/devilled_labs.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_devilled_labs.gif rename to carolyns_creations/specials/litterz/devilled_labs.gif diff --git a/carolyns_creations/frames/specials/img/litterz_egyptian_sphinx.gif b/carolyns_creations/specials/litterz/egyptian_sphinx.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_egyptian_sphinx.gif rename to carolyns_creations/specials/litterz/egyptian_sphinx.gif diff --git a/carolyns_creations/frames/specials/img/litterz_fawn_daliaffs.gif b/carolyns_creations/specials/litterz/fawn_daliaffs.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_fawn_daliaffs.gif rename to carolyns_creations/specials/litterz/fawn_daliaffs.gif diff --git a/carolyns_creations/specials/litterz/litterz.html b/carolyns_creations/specials/litterz/litterz.html new file mode 100644 index 0000000..435bbb8 --- /dev/null +++ b/carolyns_creations/specials/litterz/litterz.html @@ -0,0 +1,126 @@ + + + + + + Hex-painted litterz + + + + + + + + + +
+

Hex-painted litterz
+ Click breed photo or name to download.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Black Daliaffs
+ Black Daliaffs +
+
+ + Brindled Himalayans
+ Brindled Himalayans +
+
+ + Calico Tabbies
+ Calico Tabbies +
+
+ + Chesamutts
+ Chesamutts +
+
+ + Chinchilla Tabbies + Chinchilla Tabbies + + + + Devilled Labs + Devilled Labs + +
+ + Egyptian Sphinx + Egyptian Sphinx + + + + Fawn Daliaffs + Fawn Daliaffs + +
+ + Persian Purees + Persian Purees + + + + Siamflitters + Siamflitters + +
+ + Speckle Tabbies + Speckle Tabbies + +
+
+ + diff --git a/carolyns_creations/frames/specials/img/litterz_persian_puree.gif b/carolyns_creations/specials/litterz/persian_puree.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_persian_puree.gif rename to carolyns_creations/specials/litterz/persian_puree.gif diff --git a/carolyns_creations/frames/specials/img/litterz_siamflitter.gif b/carolyns_creations/specials/litterz/siamflitter.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_siamflitter.gif rename to carolyns_creations/specials/litterz/siamflitter.gif diff --git a/carolyns_creations/frames/specials/img/litterz_speckle_tabbies.gif b/carolyns_creations/specials/litterz/speckle_tabbies.gif similarity index 100% rename from carolyns_creations/frames/specials/img/litterz_speckle_tabbies.gif rename to carolyns_creations/specials/litterz/speckle_tabbies.gif diff --git a/carolyns_creations/frames/specials/img/nicholastools_PetWorkshop.jpg b/carolyns_creations/specials/nicholastools/PetWorkshop.jpg similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_PetWorkshop.jpg rename to carolyns_creations/specials/nicholastools/PetWorkshop.jpg diff --git a/carolyns_creations/frames/specials/img/nicholastools_babyzapic.gif b/carolyns_creations/specials/nicholastools/babyzapic.gif similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_babyzapic.gif rename to carolyns_creations/specials/nicholastools/babyzapic.gif diff --git a/carolyns_creations/frames/specials/img/nicholastools_lnzeditmanual1.jpg b/carolyns_creations/specials/nicholastools/lnzeditmanual1.jpg similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_lnzeditmanual1.jpg rename to carolyns_creations/specials/nicholastools/lnzeditmanual1.jpg diff --git a/carolyns_creations/frames/specials/img/nicholastools_lnzproscreenie.jpg b/carolyns_creations/specials/nicholastools/lnzproscreenie.jpg similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_lnzproscreenie.jpg rename to carolyns_creations/specials/nicholastools/lnzproscreenie.jpg diff --git a/carolyns_creations/specials/nicholastools/nicholastools.html b/carolyns_creations/specials/nicholastools/nicholastools.html new file mode 100644 index 0000000..b4520ed --- /dev/null +++ b/carolyns_creations/specials/nicholastools/nicholastools.html @@ -0,0 +1,90 @@ + + + + + + Utilities by Nicholas Sherlock + + + + + + + + + +
+

Utilities by Nicholas Sherlock
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + On this page you'll find pictures and info about the great utilites made by + Nicholas Sherlock.
+ Go to his site
+ to download his great utilities :-) Also there you'll find a useful forum; + go there to suggest ideas or ask for help.

+ +

These work on my Windows 95 system, and should work for everyone. + Nicholas has provided helpfiles for some of the utilities, but anyway they + are super-easy to use. There is of course now the LNZ info helpfile compiled + by Nicholas from my LNZ Info early last year, and Kishi Kat of the beautiful + The + Light Fantastic site has made a neat tutorial for Tinker. Go to her + site for some great toyz and other goodies!
+ I have also now made some tips on using Tinker and more for LNZPro version 2 (or later), you can + also get to those from my main tutorials page. Nicholas has now made a great + helpfile on using Pet Workshop for variations, you can get it from his site, + and go to Genuine Kennels' All Purpose Petz for a superb + illustrated tutorial on using Pet Workshop!

+ +

The programs did not cause any problems with corruptions or crashes in my + game, but they are basically still in development and of course you should + always make backup copies of any file that you are going to edit.

+ +

Take a look below to see screengrabs from many of Nicholas' great + utilities -- and download a Petz 5 toy, too :-)
+ New Petz II, 3, 4, 5 and Babyz Features!

+ +

+

+ +

LNZPro, designed specifically for Petz and Babyz editing.
+ Now does all that Resource Hacker does, and much much more! Yay!

+ +

+ +

Pet Workshop -- a visual tool for Petz editing. Babyz editing + should be available soon.

+ +

+ +

Tinker -- the perfect tool for editing SPR and FLH/FLM + filmstrips. Also useful to make toyz show up in the Petz 5 carry-case.

+ +

+ +

LNZ info helpfile
+ compiled by Nicholas from my breakdown chunks etc, with extras :-) Only up + to date as far as Feb 2005; check out my LNZ breakdown chunks for any later + info.

+ +

+ +

Here's a brilliant example for you of an edited toy, made by + Nicholas with his incredible Tinker...

+ +


+ A Spray Bottle for Petz 5
+ This will overwrite your game's Water Spray Bottle, so make sure you keep a + copy of your original.

+ +

.

+
+ + diff --git a/carolyns_creations/frames/specials/img/nicholastools_petzascreenshot.gif b/carolyns_creations/specials/nicholastools/petzascreenshot.gif similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_petzascreenshot.gif rename to carolyns_creations/specials/nicholastools/petzascreenshot.gif diff --git a/carolyns_creations/frames/specials/img/nicholastools_tinkerscreenie.jpg b/carolyns_creations/specials/nicholastools/tinkerscreenie.jpg similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_tinkerscreenie.jpg rename to carolyns_creations/specials/nicholastools/tinkerscreenie.jpg diff --git a/carolyns_creations/frames/specials/img/nicholastools_waterspray.gif b/carolyns_creations/specials/nicholastools/waterspray.gif similarity index 100% rename from carolyns_creations/frames/specials/img/nicholastools_waterspray.gif rename to carolyns_creations/specials/nicholastools/waterspray.gif diff --git a/carolyns_creations/frames/specials/dl/nicholastools_waterspraybottle.zip b/carolyns_creations/specials/nicholastools/waterspraybottle.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/nicholastools_waterspraybottle.zip rename to carolyns_creations/specials/nicholastools/waterspraybottle.zip diff --git a/carolyns_creations/frames/specials/img/petz3-5lnz_Kirbycat.gif b/carolyns_creations/specials/petz3-5lnz/Kirbycat.gif similarity index 100% rename from carolyns_creations/frames/specials/img/petz3-5lnz_Kirbycat.gif rename to carolyns_creations/specials/petz3-5lnz/Kirbycat.gif diff --git a/carolyns_creations/frames/specials/dl/petz3-5lnz_Kirbycatlnz.zip b/carolyns_creations/specials/petz3-5lnz/Kirbycatlnz.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/petz3-5lnz_Kirbycatlnz.zip rename to carolyns_creations/specials/petz3-5lnz/Kirbycatlnz.zip diff --git a/carolyns_creations/frames/specials/img/petz3-5lnz_Reinwolf.gif b/carolyns_creations/specials/petz3-5lnz/Reinwolf.gif similarity index 100% rename from carolyns_creations/frames/specials/img/petz3-5lnz_Reinwolf.gif rename to carolyns_creations/specials/petz3-5lnz/Reinwolf.gif diff --git a/carolyns_creations/frames/specials/dl/petz3-5lnz_Reinwolflnz.zip b/carolyns_creations/specials/petz3-5lnz/Reinwolflnz.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/petz3-5lnz_Reinwolflnz.zip rename to carolyns_creations/specials/petz3-5lnz/Reinwolflnz.zip diff --git a/carolyns_creations/specials/petz3-5lnz/petz3-5lnz.html b/carolyns_creations/specials/petz3-5lnz/petz3-5lnz.html new file mode 100644 index 0000000..88e17e4 --- /dev/null +++ b/carolyns_creations/specials/petz3-5lnz/petz3-5lnz.html @@ -0,0 +1,58 @@ + + + + + + My External-LNZ breedz + + + +
+

My External-LNZ breedz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

LNZ breedfiles are simply overwriting breedfiles which go in a + ptzfilesdogxx or ptzfilescatxx directory instead of a resourcedogz or + resourcecatz directory. Once you have my "For Easy LNZ" packages for the + relevant original breedz installed, your downloaded LNZ hexie will work just + like any DOG or CAT hexie. Breeders will find that breedz stored in the form + of .LNZ files are as easy to manage and keep track of as any overwriting + .DOG or .CAT breed, and have the advantage of being a lot smaller. These LNZ + files will work with those packages in any of Petz 3, Petz 4 or Petz + 5.
+ For details of where the files go in your game, click here
+ Hexers, feel free to use the .lnz files if you wish for your own breedz, but + I would appreciate an acknowledgement of my work.

+ +

For the People breed, go to the People LNZ breed page
+ For my older LNZ breedz, go here

+ +

Another special request, rather late in appearing -- + thanks for your patience, hypershad0w!
+ Kirby Cat lnz
+ Here are the .LNZ files, for use with my + external-lnz Calico packages which you can get from the "For Easy LNZ" + pages; it will of course overwrite the normal Calico's .LNZ.
+ Go to Miranda's + Kirby page to download some fantastic variations for Catz 3, 4 and + 5!
+ Note that Kirby, like Chao, tends to kick the food away. No problem, both he + and Chao can eat treats and drink from the bottles, so feed them that + way.

+ +

A special request for Asokei...
+ Rein Wolf lnz
+ Here are the .LNZ files, for use with my + external-lnz Great Dane packages which you can get from the "For Easy LNZ" + pages; it will of course overwrite the normal Great Dane's .LNZ.

+ +

 

+ +

.

+
+ + diff --git a/carolyns_creations/frames/specials/img/petzpeople_PeopleAdultsPGversion.gif b/carolyns_creations/specials/petzpeople/PeopleAdultsPGversion.gif similarity index 100% rename from carolyns_creations/frames/specials/img/petzpeople_PeopleAdultsPGversion.gif rename to carolyns_creations/specials/petzpeople/PeopleAdultsPGversion.gif diff --git a/carolyns_creations/specials/petzpeople/petzpeople.html b/carolyns_creations/specials/petzpeople/petzpeople.html new file mode 100644 index 0000000..0cb17d9 --- /dev/null +++ b/carolyns_creations/specials/petzpeople/petzpeople.html @@ -0,0 +1,46 @@ + + + + + + People to populate your petz games + + + + + + + + + +
+

.

+ +

People to populate your petz games
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

I expect this may grow, but for now what we have are:

+ +

My "People" breedfile for + the Catz games 3, 4 and 5 in LNZ form
+ Both PG-rated and naughty versions. If you download and use the naughty + version, I shall not be held responsible if your computer or parents blow a + fuse or i fyou end up dancing naked in the snow. Catz II version to follow + eventually. Note that this is designed to work with My "For LNZ-files 'n' + easy-edits" Calico cat packages. I did think of making them Alleys, but what + the heck -- I started with the Calico and was too lazy to change :-)
+ People adults +

+ +

Various people for the Petz + games II, 3, 4 and 5

+ +

Go here for Babyz for dogz
+ Vickie of the Petz Zoo has made some babyz for the Dogz games, for which I + provided the sounds (available on my species sounds page too of course); pop + along to her site for the breed!

+
+ + diff --git a/carolyns_creations/specials/sandzcat/sandzcat.html b/carolyns_creations/specials/sandzcat/sandzcat.html new file mode 100644 index 0000000..4537374 --- /dev/null +++ b/carolyns_creations/specials/sandzcat/sandzcat.html @@ -0,0 +1,58 @@ + + + + + + Sand'z Cattery's Official Breed + + + + + + + + + +
+

NOTE: If one of my breedz crashes your game,
+ please read this.

+ +

Sand'z Cattery and the Sand'z Cat
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ This page is dedicated to Wendy Zerla (also known as beach girl), who bred + loads of fantastic catz which she made available to us all, and to the + Sand'z Cat which I made for her from her special Fug pet.

+ +

Sand'z Cattery site is still online, but hasn't been + updated for several years. It contains an incredible array of fantastic + downloadable adoptions, all of which will work in Catz 3, Catz 4, or Catz 5. + Wendy was not only a very imaginative breeder; she also worked hard at + hexing and was always eager to get tips from me. That's why her site has a + beautiful "shades of brown" set of downloadable petz dedicated to myself + *blush*. She became one of the more imaginative hexers of the day. I miss + her. Every so often I go to her site with sadness, mixed with pleasure that + she has left her site online for each new generations of Petz fans to enjoy. + Almost everything there is still downloadable.
+ Sandz Catz
+ Here's what Wendy had to say about the breed: "Sand'z Catz are sweet, gentle + giants. They are born 2 to 3 times larger than a normal catz. They get + smaller as they grow up. When full grown they will be up to 2 times larger + than an normal catz. This breed was hexed (by Carolyn) from our mascott Fug, + a naturally occuring mutation."

+ +

Sandz Cat (Catz + 3)/
+ Catz 3 + Non-English ver/
+ Sandz Cat (Catz + 4)/
+ Sandz Cat (Catz + 5)

+ +

Go here for original Russian Blue + sounds

+
+ + diff --git a/carolyns_creations/frames/specials/dl/sandzcat_sandzcat.zip b/carolyns_creations/specials/sandzcat/sandzcat.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/sandzcat_sandzcat.zip rename to carolyns_creations/specials/sandzcat/sandzcat.zip diff --git a/carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c3Int.zip b/carolyns_creations/specials/sandzcat/sandzcat_c3Int.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c3Int.zip rename to carolyns_creations/specials/sandzcat/sandzcat_c3Int.zip diff --git a/carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c4.zip b/carolyns_creations/specials/sandzcat/sandzcat_c4.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c4.zip rename to carolyns_creations/specials/sandzcat/sandzcat_c4.zip diff --git a/carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c5.zip b/carolyns_creations/specials/sandzcat/sandzcat_c5.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/sandzcat_sandzcat_c5.zip rename to carolyns_creations/specials/sandzcat/sandzcat_c5.zip diff --git a/carolyns_creations/frames/specials/img/sandzcat_sandzcatz.gif b/carolyns_creations/specials/sandzcat/sandzcatz.gif similarity index 100% rename from carolyns_creations/frames/specials/img/sandzcat_sandzcatz.gif rename to carolyns_creations/specials/sandzcat/sandzcatz.gif diff --git a/carolyns_creations/frames/specials/img/sealife_Gamboloinpool.gif b/carolyns_creations/specials/sealife/Gamboloinpool.gif similarity index 100% rename from carolyns_creations/frames/specials/img/sealife_Gamboloinpool.gif rename to carolyns_creations/specials/sealife/Gamboloinpool.gif diff --git a/carolyns_creations/frames/specials/dl/sealife_KiddiePool.zip b/carolyns_creations/specials/sealife/KiddiePool.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/sealife_KiddiePool.zip rename to carolyns_creations/specials/sealife/KiddiePool.zip diff --git a/carolyns_creations/frames/specials/img/sealife_beachfishy.jpg b/carolyns_creations/specials/sealife/beachfishy.jpg similarity index 100% rename from carolyns_creations/frames/specials/img/sealife_beachfishy.jpg rename to carolyns_creations/specials/sealife/beachfishy.jpg diff --git a/carolyns_creations/frames/specials/dl/sealife_kiddiePond.zip b/carolyns_creations/specials/sealife/kiddiePond.zip similarity index 100% rename from carolyns_creations/frames/specials/dl/sealife_kiddiePond.zip rename to carolyns_creations/specials/sealife/kiddiePond.zip diff --git a/carolyns_creations/frames/specials/img/sealife_kiddiepond.gif b/carolyns_creations/specials/sealife/kiddiepond.gif similarity index 100% rename from carolyns_creations/frames/specials/img/sealife_kiddiepond.gif rename to carolyns_creations/specials/sealife/kiddiepond.gif diff --git a/carolyns_creations/specials/sealife/sealife.html b/carolyns_creations/specials/sealife/sealife.html new file mode 100644 index 0000000..11b5b27 --- /dev/null +++ b/carolyns_creations/specials/sealife/sealife.html @@ -0,0 +1,83 @@ + + + + + + Fish, playscenes etc for your water-loving Petz + + + + + + + + + +
+

.

+ +

Fish, playscenes etc for your water-loving Petz and + Babyz
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

For water-lovers out there, I thought it would be a good idea to make it + easy for you to find all the aquatic items that are on this site, so here + they are with a separate section of their own :-)

+ +

Frogs and tadpoles for the Petz games 3, 4 and + 5
+ Fishies for the Petz games 11, 3, 4 and 5
+ Ducks for the Petz games 3, 4 and 5
+ Liberated goldfish for Petz 11 , Petz 4, and Petz 5!
+ + Petz 4 beach as seen by fish
+ Petz II -- beach as seen by fish
+ fishy beach scene
+ + Babyz Fishies
+ + Go here for Merbabyz
+ Anne of Gold Bell Babyz has made some great little + merbabyz for you; pop along to her site to get them!
+ + Get + Wardah Ahmar's custom-made Schools of fish for petz here
+ Wardah Ahmar's Seascape for Babyz
+ Minibyte's Seascape for Petz 3, 4, + 5
+ Miranda made a beautiful undersea scene for Petz 4 + + Judy's fantastic fish tank for Petz 4 and 5
+ Judy of the Pine Cone Cattery made a terrific tank + scene for the fishes, so go and visit her site to get it!
+ + Pools for your Babyz
+ + + the KidPond
+ The KidPond +

+ This pool shows up in the Nursery shelves. I use it in + my "Secret Wood"
+ It works like the bath, but does not overwrite it. The babyz need not get + clothed inbubbles -- either remove the bubble clothes from your game's + clothes directory, or download my exotic + "bikini-bottom" replacements :-)

+ +

+ Gambolo in the KidPool
+ The KidPool +
+ This pool shows up in the Playroom and Attic closets.
+ It works like the Bath, but does not overwrite it and the babyz need not get + clothed in bubbles.

+
+ + diff --git a/carolyns_creations/style.css b/carolyns_creations/style.css deleted file mode 100644 index 503dc1f..0000000 --- a/carolyns_creations/style.css +++ /dev/null @@ -1,2 +0,0 @@ -html{--color:#fff;--background-color:#202020;background-color:#202020;background-color:var(--background-color);color:#fff;color:var(--color);font-family:Comic Sans MS,serif;font-size:1em;text-align:center}.content{margin-top:55px}p{padding-bottom:10px;padding-top:10px}a{font-weight:700}a,a:active,a:visited{color:#fff;-webkit-text-decoration:none;text-decoration:none}a:hover{color:#ffff40;cursor:ne-resize;-webkit-text-decoration:line-through;text-decoration:line-through} -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNhcm9seW5zX2NyZWF0aW9ucy9jYXJvbHluc19jcmVhdGlvbnMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLEtBQ0ksWUFBYyxDQUNkLDBCQUEyQixDQUUzQix3QkFBeUMsQ0FBekMsd0NBQXlDLENBRXpDLFVBQW1CLENBQW5CLGtCQUFtQixDQUNuQiwrQkFBbUMsQ0FDbkMsYUFBYyxDQUhkLGlCQUlKLENBRUEsU0FDSSxlQUNKLENBRUEsRUFFSSxtQkFBb0IsQ0FEcEIsZ0JBRUosQ0FFQSxFQUdJLGVBQ0osQ0FPQSxxQkFDSSxVQUFZLENBQ1osNEJBQXFCLENBQXJCLG9CQUNKLENBRUEsUUFDSSxhQUFjLENBRWQsZ0JBQWlCLENBRGpCLG9DQUE2QixDQUE3Qiw0QkFFSiIsImZpbGUiOiJjYXJvbHluc19jcmVhdGlvbnMvc3R5bGUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiaHRtbCB7XG4gICAgLS1jb2xvcjogd2hpdGU7XG4gICAgLS1iYWNrZ3JvdW5kLWNvbG9yOiAjMjAyMDIwO1xuXG4gICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tYmFja2dyb3VuZC1jb2xvcik7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGNvbG9yOiB2YXIoLS1jb2xvcik7XG4gICAgZm9udC1mYW1pbHk6ICdDb21pYyBTYW5zIE1TJywgc2VyaWY7XG4gICAgZm9udC1zaXplOiAxZW07XG59XG5cbi5jb250ZW50IHtcbiAgICBtYXJnaW4tdG9wOiA1NXB4O1xufVxuXG5wIHtcbiAgICBwYWRkaW5nLXRvcDogMTBweDtcbiAgICBwYWRkaW5nLWJvdHRvbTogMTBweDtcbn1cblxuYSB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICBmb250LXdlaWdodDogYm9sZDtcbn1cblxuYTp2aXNpdGVkIHtcbiAgICBjb2xvcjogd2hpdGU7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuXG5hOmFjdGl2ZSB7XG4gICAgY29sb3I6IHdoaXRlO1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cblxuYTpob3ZlciB7XG4gICAgY29sb3I6ICNmZmZmNDA7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBsaW5lLXRocm91Z2g7XG4gICAgY3Vyc29yOiBuZS1yZXNpemU7XG59XG4iXX0= */ diff --git a/carolyns_creations/tutorials/LNZdetails/LNZdetails.html b/carolyns_creations/tutorials/LNZdetails/LNZdetails.html new file mode 100644 index 0000000..7977d97 --- /dev/null +++ b/carolyns_creations/tutorials/LNZdetails/LNZdetails.html @@ -0,0 +1,102 @@ + + + + + + Lnz file details + + + + + + + + + +
+
+

The Mad Scientist Hexer + Reveals the secrets of the LNZ files
+ ahahahaaaa! Hah! Ahaha...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +

What I'm going to try and do here is to explain to you + all in more depth what all those mysterious parts of a .LNZ file are + for, what they do, and how to change them. Once you understand it, you + will be able to make a breedfile that's almost any shape and have it + breed reasonably true, or a Babyz of any shape, or a weird and wonderful + Oddballz breed...

+ +

Trust me. I'm a hexer (bwahahaha...)

+ +

The .LNZ file, or "Linez" file, is the core data that the + game reads when it is making a pet from a breedfile or a baby from the + main Resource dll file. You will also find .LNZ sections used for the + simpler mice or grubz, also in or for a few toyz, such as the + Auto-rolling Ball or milk bottle. These .LNZ files work the same way as + the ones for Breedz and Babyz, but because they are associated with + simpler behavours we are more limited in what we can do with them that + will actually show up in the game.

+ +

Clothing files have a .CLZ section which is very, very + similar to .LNZ files. ball-covering clothes (shirts etc) make use of + Paint Ballz, and hats etc make use of Add Ballz. If you want to insert a + clothing style into a breedz or babyz .LNZ (for instance, to make the + antlers permanent), be aware that you can't just copy/paste and change + the ball numbers. You will also need to do a bit of fiddling -- for + instance, there are fewer columns in the .CLZ add ball sections than + there are in the .LNZ ones.

+ +

It has come to my notice that many people don't find how + the .LNZ file works and what the various programmers' comments, + mnemonics, keywords and Key Texts are, as blindingly obvious as I do; so + I'm writing more detailed notes here in hopes that it will help.

+ +

As a prologue, here are
+ Some Important Notes and a + Summary

+ +

Now for the meat of the innards (cackle snurk) ;-) I'm + breaking the whole thing down into chunks.
+ + The first chunk, here,
+ contains several areas of the .LNZ which are not present in all breedz. + These seem to confuse people most
+ + The second chunk, here,
+ contains the major areas which are common to all breedz.
+ NOTE that Bodyarea numbers matter for some issues (see the [Add Ball] + section in the 2nd Chunk).
+ Here are the Bodyarea numbers for Babyz and for Catz and for Dogz
+ + The third chunk, here,
+ is all about areas which you can insert into your breed even though they + are not always actually seen inside an original P.F.Magic breedfile.
+ April 29, I've fixed up some typos in this third chunk -- sorry if any + of them confused you before.
+ + The fourth chunk, here,
+ is all about areas which are entirely specific only to Oddballz.

+ +

Okay, away off now and make some fantastic new breedz or + babyz. Hexing is fun, enjoy it!

+ +

Carolyn Horn

+
+ +

.

+

.

+

.

+

.

+ +

What have we here? It seems to be a present of some + kind...

+ +

+ try clicking here

+
+ + diff --git a/carolyns_creations/frames/tutorials/img/lnzdetails_presentcaper.gif b/carolyns_creations/tutorials/LNZdetails/presentcaper.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/lnzdetails_presentcaper.gif rename to carolyns_creations/tutorials/LNZdetails/presentcaper.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_BeginFamilyTree.gif b/carolyns_creations/tutorials/petbreakdown/BeginFamilyTree.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_BeginFamilyTree.gif rename to carolyns_creations/tutorials/petbreakdown/BeginFamilyTree.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_BitWithBreedIDInfo.gif b/carolyns_creations/tutorials/petbreakdown/BitWithBreedIDInfo.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_BitWithBreedIDInfo.gif rename to carolyns_creations/tutorials/petbreakdown/BitWithBreedIDInfo.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_EndOfClothesAndBreedzInfo.gif b/carolyns_creations/tutorials/petbreakdown/EndOfClothesAndBreedzInfo.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_EndOfClothesAndBreedzInfo.gif rename to carolyns_creations/tutorials/petbreakdown/EndOfClothesAndBreedzInfo.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_EndOfLnzSectionStartOfClothingNBreedInfo.gif b/carolyns_creations/tutorials/petbreakdown/EndOfLnzSectionStartOfClothingNBreedInfo.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_EndOfLnzSectionStartOfClothingNBreedInfo.gif rename to carolyns_creations/tutorials/petbreakdown/EndOfLnzSectionStartOfClothingNBreedInfo.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_EndOfPaintedballzStartOfLnzSection.gif b/carolyns_creations/tutorials/petbreakdown/EndOfPaintedballzStartOfLnzSection.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_EndOfPaintedballzStartOfLnzSection.gif rename to carolyns_creations/tutorials/petbreakdown/EndOfPaintedballzStartOfLnzSection.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_EndOfSectionContainingSliders.gif b/carolyns_creations/tutorials/petbreakdown/EndOfSectionContainingSliders.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_EndOfSectionContainingSliders.gif rename to carolyns_creations/tutorials/petbreakdown/EndOfSectionContainingSliders.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_EndOfYALPsectionStartOfGeneticsSection.gif b/carolyns_creations/tutorials/petbreakdown/EndOfYALPsectionStartOfGeneticsSection.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_EndOfYALPsectionStartOfGeneticsSection.gif rename to carolyns_creations/tutorials/petbreakdown/EndOfYALPsectionStartOfGeneticsSection.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_FamilyTreeDateofBirth.gif b/carolyns_creations/tutorials/petbreakdown/FamilyTreeDateofBirth.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_FamilyTreeDateofBirth.gif rename to carolyns_creations/tutorials/petbreakdown/FamilyTreeDateofBirth.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_FamilyTreeNumberOfGenerations.gif b/carolyns_creations/tutorials/petbreakdown/FamilyTreeNumberOfGenerations.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_FamilyTreeNumberOfGenerations.gif rename to carolyns_creations/tutorials/petbreakdown/FamilyTreeNumberOfGenerations.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_FamilyTreePinkoutlineorblue.gif b/carolyns_creations/tutorials/petbreakdown/FamilyTreePinkoutlineorblue.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_FamilyTreePinkoutlineorblue.gif rename to carolyns_creations/tutorials/petbreakdown/FamilyTreePinkoutlineorblue.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_GenderAndNeuterSection.gif b/carolyns_creations/tutorials/petbreakdown/GenderAndNeuterSection.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_GenderAndNeuterSection.gif rename to carolyns_creations/tutorials/petbreakdown/GenderAndNeuterSection.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_InPregnantPetEndOfFamilyTreeStartOfBabyData.gif b/carolyns_creations/tutorials/petbreakdown/InPregnantPetEndOfFamilyTreeStartOfBabyData.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_InPregnantPetEndOfFamilyTreeStartOfBabyData.gif rename to carolyns_creations/tutorials/petbreakdown/InPregnantPetEndOfFamilyTreeStartOfBabyData.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_PetNameIDAndBreedfileSection.gif b/carolyns_creations/tutorials/petbreakdown/PetNameIDAndBreedfileSection.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_PetNameIDAndBreedfileSection.gif rename to carolyns_creations/tutorials/petbreakdown/PetNameIDAndBreedfileSection.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_StartOfBaby.gif b/carolyns_creations/tutorials/petbreakdown/StartOfBaby.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_StartOfBaby.gif rename to carolyns_creations/tutorials/petbreakdown/StartOfBaby.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_StartOfBitmap.gif b/carolyns_creations/tutorials/petbreakdown/StartOfBitmap.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_StartOfBitmap.gif rename to carolyns_creations/tutorials/petbreakdown/StartOfBitmap.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_StartOfClothesAndBreedzInfo.gif b/carolyns_creations/tutorials/petbreakdown/StartOfClothesAndBreedzInfo.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_StartOfClothesAndBreedzInfo.gif rename to carolyns_creations/tutorials/petbreakdown/StartOfClothesAndBreedzInfo.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_StartOfPaintedBallzSection.gif b/carolyns_creations/tutorials/petbreakdown/StartOfPaintedBallzSection.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_StartOfPaintedBallzSection.gif rename to carolyns_creations/tutorials/petbreakdown/StartOfPaintedBallzSection.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_aBrainsliderdata.gif b/carolyns_creations/tutorials/petbreakdown/aBrainsliderdata.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_aBrainsliderdata.gif rename to carolyns_creations/tutorials/petbreakdown/aBrainsliderdata.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_aGenderNeuterdetailsAndStartOfBreedIDstuff.gif b/carolyns_creations/tutorials/petbreakdown/aGenderNeuterdetailsAndStartOfBreedIDstuff.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_aGenderNeuterdetailsAndStartOfBreedIDstuff.gif rename to carolyns_creations/tutorials/petbreakdown/aGenderNeuterdetailsAndStartOfBreedIDstuff.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_bStartofSectionContainingSliders.gif b/carolyns_creations/tutorials/petbreakdown/bStartofSectionContainingSliders.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_bStartofSectionContainingSliders.gif rename to carolyns_creations/tutorials/petbreakdown/bStartofSectionContainingSliders.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_endofgenetics.gif b/carolyns_creations/tutorials/petbreakdown/endofgenetics.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_endofgenetics.gif rename to carolyns_creations/tutorials/petbreakdown/endofgenetics.gif diff --git a/carolyns_creations/tutorials/petbreakdown/petbreakdown.html b/carolyns_creations/tutorials/petbreakdown/petbreakdown.html new file mode 100644 index 0000000..636b482 --- /dev/null +++ b/carolyns_creations/tutorials/petbreakdown/petbreakdown.html @@ -0,0 +1,160 @@ + + + + + + Rough breakdown of a petfile + + + + + + + + + +
+

Rough breakdown of a petfile
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ + This is for people who want to know what the various sections of a pet file + contain. The structure is very similar for a baby file. I'm just going to + show this as links to a series of screengrabs, as I don't have time to do + anything fancy with it. Pet and baby files are in fact saved-game files, so + their internal information is changing all the time. However, the basic + structure remains the same throughout, so we can do a fair bit of analytical + work just looking at a pet or babyz in a hex editor. I'm not including any + breakdown of Petz II .pet files, as they are very different.

+ +

Here is the start of a typical + Pet adopted in Petz 3, 4 or 5.
+ In it you can see the pet ID up there in the first two bytes, before the + name Rosie. This is the section containing the petname, ID and main + breedfile name. In a pet which has been imported from PetzII there is a + bunch of other stuff in there too, but it's not really important.

+ +

This is the end of the first + section.
+ The part which you see highlighted is where the checksum information + resides.

+ +

This is the start of the + section which contains brainslider data etc
+ note for those who want to cheat -- this section is where you should find + the things that your pet learns, its tricks abilities etc.

+ +

here's where the actual slider data is + kept
+ The highlighted section shows where these important bytes are stored. I show + how to deal with these in one of my tutorials.

+ +

This is the end of the + section containing sliders.

+ +

And immediately after that:

+ +

this is the section with your + pet's colour data
+ This is where the game stores whatever paint you throw at your pet from the + can; if you don't paint the pet, it stores the pet's default colours here. + It's the reason why, when you change certain ball colours in the .lnz + section, you have to say "restore original colours" within the game before + you see them. It's also why babyz' hexed eyelids don't show up as altered; + there is no "restore" in babyz because there's no paint pot. But of course + you can edit the relevant byte in this section, as I show in a "howto" + elsewhere.

+ +

The start of the .LNZ + sections
+ Where the shape, default colours etc of the pet are defined. It comes in two + chunks, the first of which is the adult data and the second of which is the + puppy or kitten data. As of 2005, you can now edit these directly in + Nicholas' LNZPro utility of course.

+ +

The end of the LNZ + section.

+ +

The clothes and breedfiles + section
+ This section directly after the lnz info is where you'll see listed any + clothing items that your pet is wearing. No need to edit this, just take the + clothes off your pet or baby in the game! If there is a problem with + starting the game because the clothing item is missing or damaged, just + re-set your game as you start it up by hitting Ctrl and Shift together.

+ +

End of clothes and breedfiles + section
+ As you can see, the breedfiles which the pet needs are listed here, usually + with their ID numbers.
+ Here's another pet's similar + section
+ so that you can see how it's done a bit clearer.

+ +

This section + contains gender and main breed ID info
+ Here's the section that you need to concentrate on if you're changing a + petfile's gender, or if you're trying to make it accept a different breed + ID.

+ +

The gender and neutering + section
+ The highlighted bytes are where you change gender or neuter and un-neuter + your pet. I show how to deal with this in one of my tutorials. Of course as + of 2005, you can alter the gender using Nicholas' Petza utility.

+ +

Also in this section of a pet, after YALP and before the breed ID info, + you'll see an area which varies in length as your pet's experiences in life + occur -- experiences such as finding a mate and so on.

+ +

The breed ID info
+ The highlighted bytes show where you would find the main breed ID number + that your pet needs. I show how to deal with this in my tutorials.

+ +

End of YALP section, + start of Genetics
+ This is where an important part of your pet resides -- its genetics. I show + in howtos elsewhere how to find and alter some of the important genetic + bytes such as the Alley Sickness etc. You can now change these of course in + Nicholas' LNZPro utility, but there's still plenty to explore here :-)

+ +

The end of your pet's genetics + section.

+ +

Start of the Family Tree section.

+ +

Date of birth in Family Tree
+ The highlighted bytes are where the date of birth resides. I show how to + deal with this in one of my tutorials.

+ +

Number of generations for + pet
+ The byte which you see highlighted is the number of generations, in + hexadecimal of course.

+ +

The pink or blue outline in + Family Tree
+ The part which you see highlighted is where the pink or blue byte is stored. + I show how to deal with this in one of my tutorials.

+ +

End of family + tree section.
+ This particular pet is pregnant, so what you see here is also the start of a + pup's data.

+ +

The start of the puppy's file.
+ Here is the start of the puppy's data. The structure of the puppy file is + the same as that of the mother, but it doesn't have the initial loading + section with the pet ID and name because of course the game doesn't need + that until the pup becomes separated from the mother. If there is more than + one pup (or of course kitten for a catz pet), each pup or kitten's data + follows the other after the previous one's family tree data.

+ +

Start of bitmap
+ And this is the end of the petfile, the bitmap which you see when the pet + comes out of the door. This is not included in the checksum, so if this part + only is corrupted you can simply replace it with another bmp file in order + to get the game to accept the pet or baby. I show how to do this in one of + my tutorials.

+
+ + diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_xChecksumSection.gif b/carolyns_creations/tutorials/petbreakdown/xChecksumSection.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_xChecksumSection.gif rename to carolyns_creations/tutorials/petbreakdown/xChecksumSection.gif diff --git a/carolyns_creations/frames/tutorials/img/petbreakdown_zEndOfClothesAndBreedzInfo.gif b/carolyns_creations/tutorials/petbreakdown/zEndOfClothesAndBreedzInfo.gif similarity index 100% rename from carolyns_creations/frames/tutorials/img/petbreakdown_zEndOfClothesAndBreedzInfo.gif rename to carolyns_creations/tutorials/petbreakdown/zEndOfClothesAndBreedzInfo.gif diff --git a/carolyns_creations/frames/tutorials/dl/tutorials_Axe.zip b/carolyns_creations/tutorials/tutorials/Axe.zip similarity index 100% rename from carolyns_creations/frames/tutorials/dl/tutorials_Axe.zip rename to carolyns_creations/tutorials/tutorials/Axe.zip diff --git a/carolyns_creations/frames/tutorials/dl/tutorials_FullToyCaseP5.zip b/carolyns_creations/tutorials/tutorials/FullToyCaseP5.zip similarity index 100% rename from carolyns_creations/frames/tutorials/dl/tutorials_FullToyCaseP5.zip rename to carolyns_creations/tutorials/tutorials/FullToyCaseP5.zip diff --git a/carolyns_creations/frames/tutorials/dl/tutorials_Pet2bmp.zip b/carolyns_creations/tutorials/tutorials/Pet2bmp.zip similarity index 100% rename from carolyns_creations/frames/tutorials/dl/tutorials_Pet2bmp.zip rename to carolyns_creations/tutorials/tutorials/Pet2bmp.zip diff --git a/carolyns_creations/frames/tutorials/dl/tutorials_Pet2ply.zip b/carolyns_creations/tutorials/tutorials/Pet2ply.zip similarity index 100% rename from carolyns_creations/frames/tutorials/dl/tutorials_Pet2ply.zip rename to carolyns_creations/tutorials/tutorials/Pet2ply.zip diff --git a/carolyns_creations/frames/tutorials/dl/tutorials_PetEditingManual.zip b/carolyns_creations/tutorials/tutorials/PetEditingManual.zip similarity index 100% rename from carolyns_creations/frames/tutorials/dl/tutorials_PetEditingManual.zip rename to carolyns_creations/tutorials/tutorials/PetEditingManual.zip diff --git a/carolyns_creations/frames/tutorials/dl/tutorials_pfe101.zip b/carolyns_creations/tutorials/tutorials/pfe101.zip similarity index 100% rename from carolyns_creations/frames/tutorials/dl/tutorials_pfe101.zip rename to carolyns_creations/tutorials/tutorials/pfe101.zip diff --git a/carolyns_creations/tutorials/tutorials/tutorials.html b/carolyns_creations/tutorials/tutorials/tutorials.html new file mode 100644 index 0000000..83a5cfb --- /dev/null +++ b/carolyns_creations/tutorials/tutorials/tutorials.html @@ -0,0 +1,215 @@ + + + + + + Tutorials and Howtos + + + + + + + + + +
+

+ Reference... + Utilities... + Guest Info... +

+ +

Go to the mad + Scientist Page
+ for Demo Foolers, modified exe files and other unusual stuff
+ + Go to my LNZ breakdown + chunks
+ for some very useful information on the LNZ files which make up the core of + your new Petz breed, Oddballz breed, or Babyz. Also helps in understanding + the .CLZ part of a clothing file etc. Really. No, really. Do go and see. + It might stop you from writing to me to pick my brains; most of my + brain-pickings are there :-)
+ + Download the petz editing manual
+ Compiled by Nicholas Sherlock of Sherlock Software + from my LNZ information and other + info. Makes the sections easier to find, as well as providing a set of great + colour-charts for all of the games and a good visual aid to x,y,z + coordinates. The file is in CHM help format. Only up to date as far as Feb + 2005; check out my LNZ breakdown chunks for later info
+ + Go here for a brief note on the 2006 + UbiSoft "Petz" games
+ Go here for my Babyz-specific tutorials, + fixes and howtos
+ Go here for my Oddballz-specific + tutorials, fixes and howtos
+ Go here for my Petz-specific tutorials and + howtos
+ Go here for modified .exe files and oddities + like sprite-swapping etc
+ And here for Tinker, LNZPro, Pet + Workshop, and extra petz features
+ LNZPro 2 tips here
+ Tinker and LNZPro 2 tips + here
+ + PLEASE NOTE that almost all the tutorials and howtos on my pages were written + before Nicholas created the marvellous LNZPro and Tinker tools. All the info + in my howtos is still valid for anyone who wants to understand what goes on + "under the hood", and my "easy" packages are still fun to use, but these two + new tools make things amazingly easy for us hexers. Give 'em a try, you know + you want to :-)

+ +

Reference items and Fixes
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ What IS "hexing"?
+ What to do if Petz won't start or + crashes.
+ What to do if Babyz won't start or + crashes.
+ An explanation of how I personally edit + and why I do it that way
+ What hexing is and what tools you + need
+ My Colour Chart for Petz II, 3, 4, 5 + hexing
+ My Colour Chart for Babyz hexing
+ How to find the ID number + ('The Byte' or 'Offset')
+ My own breedz ID numbers list
+ as sent to Petz Offset Numbers Directory at the end of Aug 2003, for anyone + who cares
+ How to play with petz from same-name, + different-ID breedz
+ Where to find serials + for older games
+ What to do if my breedz crash your game.
+ This is the Windows XP problem. Also added info on Petz 5 sound not working + in WinXP SP2
+ What to do if your game freezes, or + Omar's Debugger gets stuck
+ A quick subsitute for the important part + of Omar's debugger
+ Also known as the Brain Sliders, or Biorhytm Sliders.
+ Useful for breeding petz and for altering pet age, + health etc
+ Status report on 2nd-gen research
+ updated 02 October 2005 (more on [Fur Color Areas])
+ + Getting all the Petz 5 toys in your + toycase
+ Note -- Daniel of Odd-petz has created a newer version of this.
+ Mine was made before I had the game, so I was working + "blind" and one or two toyz may be missing.
+ I keep it here because it basically works, it's the one I use (because I'm + too lazy to change it), and it's a kind of curiosity for people who collect + my stuff :-)

+ + Some tips for fixing ResHacker + problems
+ ResHacker versus "easy-edit" + packages
+ ResHacker -- changing bitmaps
+ Yet another attempt to explain how to + edit the ID number
+ + How to put bitmap headers on + filmstrips
+ Not really needed since the arrival of Tinker for easy + filmstrip-splitting, but interesting perhaps to some.

+ +

USEFUL UTILITIES
+ ~~~~~~~~~~~~~~~~~~~~~~~

+ +

Nicholas Sherlock's utilities
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Petz 5 toyz editor, LNZ file + editor...

+ +

PFE, useful for Pet to breed editing:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ PFE (programmer's file editor)
+ don't be put off by the "programmer's"; it's just a very useful text + editor.

+ +

Hex editors:
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ Axe hex editor I use this for splitting + filmstrips.
+ Hex Workshop Shareware, + handy because it has a checksum facility.
+ There are loads of hex editors available; just do a search using
+ Google for: "Hex editor" + Freeware
+ Note: I will not send you the hex editors etc that I use (download them + yourself) and I will not recommend any particularly; the ones listed here I + happen to use but that doesn't mean you'll like them best. Lots of people + use different ones. Find one that you like and experiment with it on + something unimportant.

+ +

Resource editors:
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ ResHacker
+ Freeware, use for Win 32 resource files only (Petz 2-5 + .dog or .cat files etc)
+ eXeScope
+ Shareware, use for Oddballz, Dogz 1 or Catz 1 resource + files -- Windows ones; Mac users have ResEdit :-)

+ +

Other handy tools:
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ Pet2bmp by Bryan Franklin (Fraggle)
I use this + for getting a quick Adoption-centre picture of a pet. For Petz II, Petz 3 or + Petz 4 petz only. + + Pet2ply by Bryan Franklin (Fraggle)
Makes + online "player" files such as the one I have of Phantarella on my front + page. Compatible only with the Petz 3 or Petz 4 players.
+ + Speedwagon75's brilliant "unmute" utility for Petz 5 pets
+ + Firebird's excellent Hexing tools
+ + Omar's PetzDebug utility for Petz II, 3, 4 and 5.
+ If you're looking for the Debugger while Omar's site is + down, you should be able to find it at Turn Blue K&C in the Help section, under Downloads; + also I believe that it's now available at Daniel Wright's Odd-Petz site Also there's a partial alternative -- + which is what I use -- at the top of this page. + + Lesley's Petz 4 Playscene Converter

+ +

Guest Information
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ These are pages of information which Ron Tigat had up + at his Odd Planet site; while that site is down, it seemed a shame for this + information to be lost. These pages are of interest to people who edit for + Oddballz and like to know in-depth stuff. Although Oddballz is not a Win32 + game, the information is still useful for those of us who edit for the Win32 + Petz games.
+ Changing the size of a + file
+ A study of the .flh section +

+ +

.

+
+ + diff --git a/carolyns_creations/frames/img/whatsnew_2005-10-18_1.gif b/carolyns_creations/whatsnew/2005-10-18_1.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2005-10-18_1.gif rename to carolyns_creations/whatsnew/2005-10-18_1.gif diff --git a/carolyns_creations/frames/img/whatsnew_2005-10-18_2.gif b/carolyns_creations/whatsnew/2005-10-18_2.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2005-10-18_2.gif rename to carolyns_creations/whatsnew/2005-10-18_2.gif diff --git a/carolyns_creations/frames/img/whatsnew_2005-10-22.gif b/carolyns_creations/whatsnew/2005-10-22.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2005-10-22.gif rename to carolyns_creations/whatsnew/2005-10-22.gif diff --git a/carolyns_creations/frames/petz/img/p2toyz_Fishtoyz.jpg b/carolyns_creations/whatsnew/2005-11-28.jpg similarity index 100% rename from carolyns_creations/frames/petz/img/p2toyz_Fishtoyz.jpg rename to carolyns_creations/whatsnew/2005-11-28.jpg diff --git a/carolyns_creations/frames/img/whatsnew_2006-01-28.gif b/carolyns_creations/whatsnew/2006-01-28.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2006-01-28.gif rename to carolyns_creations/whatsnew/2006-01-28.gif diff --git a/carolyns_creations/frames/img/whatsnew_2006-02-27.gif b/carolyns_creations/whatsnew/2006-02-27.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2006-02-27.gif rename to carolyns_creations/whatsnew/2006-02-27.gif diff --git a/carolyns_creations/frames/img/whatsnew_2006-03-03.jpg b/carolyns_creations/whatsnew/2006-03-03.jpg similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2006-03-03.jpg rename to carolyns_creations/whatsnew/2006-03-03.jpg diff --git a/carolyns_creations/frames/img/whatsnew_2006-12-22_1.gif b/carolyns_creations/whatsnew/2006-12-22_1.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2006-12-22_1.gif rename to carolyns_creations/whatsnew/2006-12-22_1.gif diff --git a/carolyns_creations/frames/img/whatsnew_2006-12-22_2.gif b/carolyns_creations/whatsnew/2006-12-22_2.gif similarity index 100% rename from carolyns_creations/frames/img/whatsnew_2006-12-22_2.gif rename to carolyns_creations/whatsnew/2006-12-22_2.gif diff --git a/carolyns_creations/whatsnew/whatsnew.html b/carolyns_creations/whatsnew/whatsnew.html new file mode 100644 index 0000000..6316b6a --- /dev/null +++ b/carolyns_creations/whatsnew/whatsnew.html @@ -0,0 +1,736 @@ + + + + + What's new + + + + + + + + + +
+

What's New
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ +
+

Click here + for
+ the archive of older news items
+

+ +

Thanks to Sue of Petz Boardwalk for so + generously providing mirror + space for so many months, and then for taking on the full bandwidth + burden of my monster of a site when Abby could no longer do so. You're a + special lady, Sue! My enormous thanks also to Abby of the Petzwarehouse + for hosting my site for all those years.
+ Thanks to our amazing Minibyte, I now have a full mirror of this site at + her domain, thank you Minibyte!!
+ If my site goes down at any time -- woah, that would be quite a day! -- + pop along to this page, where I'll keep you informed of + whatever is going on.

+ +

18 Mar 2010
+ Wow, I hear you say, it lives! Well, in a way... I still care about this + site and the old Petz games, but I have no time. This update is a small + bit of maintenance -- the page for the Petz 5 backup CD now has some + necessary Catz dlls. You couldn't get catz to load on it before, but + with these dll files you should be able to. And the links page -- I have + kept the old pages as an archive but now, when you click on the "links + and contact" it takes you to a simple page with urls on it that I have + checked. Plus, I have a new sister site :) Oh yes, and now that Daniel's + site is down, I've added the original bunny and pig file downloads to + the "catz in dogz" and "dogz in catz" pages. I'm very sad to see his + site down again, and am not sure of exactly what is "broken" on this + site of mine because of it. I will try to find broken links and fix + them, but if you find such a link please drop me an email. The mail is + still the hex-help at hornsc clara co uk one.

+ +

20 Aug 2009
+ Wow, nearly a year later, an update! Well actually I've been adding odd + things here and there for a while now, but not really "Carolyn's + Creations" so I've not been mentioning them. But people who are having + trouble searching for everything for the game foolers are getting the + odd pleasant surprise if they keep their eyes open; I'm hoping that + people who have lost or damaged irreplaceable CDs will find them helpful + also.

+ +

I have also uploaded what you would need in order to be able to play + with Petz Player files, such as Phantarella on my main page, Babyz + player files such as the ones on my "play online" Babyz page, and + perhaps most important, to go into the Catz 1 shrine! ;-)

+ +

Last but not least, the very big news; I now have a full mirror of + this giant of a site! Bookmark this + link. Huge thanks to Minibyte!!

+ +

+ 30 Sep 2008
+ I know, I know, I hardly ever update these days. I really don't have the + time, but I still love the old Petz, Babyz and Oddballz games so I've + not abandoned you :-) No new hexings for you, but for Babyz players I + have zipped up the ViaVoice files so + that people who have been having problems with downloading the + individual files can get them, plus on that page you will see a link to + help those of you with damaged or lost CDs. Also there are a few links + to creative and useful sites on my "small but beautiful" + links page. I have put a + little more information on the new "petz" games -- + the ones that Ubisoft now calls Catz 2 and Dogz 2. These are in no way + like the older Petz II game of course, but the info is there for + completeness. It's a real nuisance that UbiSoft have chosen to call + their new 3D pet games Catz, Dogz, Catz 2 and Dogz 2.

+ +

15 May 2008
+ Just a really tiny thing -- a new link on my "small but + beautiful" links page :-) I know + people have written to me before asking for links to be updated; forgive + me, I have had various things such as computer crashes over the past few + months and am not now able to find the messages. If you want a link + changed, please write to me again.

+ +

03 May 2008
+ It's like a bus, isn't it -- you wait for ages and then two come along + at once ;-) Okay, the site should now be complete, including the FinFin + and Petz4 demo downloads. As far as I can see, everything is as it was + before the site's foundations got slipped from under it. Nothing new, + and still a messy monster of a site, but hey, the "olds" are back.

+ +

02 May 2008
+ Site is back up and running!
+ Wow. Almost a year since last we spoke. And even now this is not an + update -- it's just a note that the site has been fixed after a few + weeks of downtime. I think everything has been fixed apart from Finfin + and the Petz 4 demo, I hope so anyway. The Petz 4 demo and Finfin + downloads I hope to fix tomorrow. Please note what I say above, if my + site goes down again pop along to this page (click) at Blueyonder, where I hope + to be able to keep you informed of whatever is going on.

+ +

30 June 2007
+ Just a few tweaks to a couple of the foolers, and some links to other + places of Petz interest, for you today. My computer play time has + narrowed down to almost zero while I bottlefeed some grey furries... + First up, The Petz5 Palace has moved so I've changed + the + link on my "Small is Beautiful" page and I've fixed up one or two other + links on a couple of the links pages. Next, I have a new links page for + PetzHexz which is there + with its affiliates to help with Petz and other virtual life games -- + and the Virtual Life forum is back up!
+ Next, for Babyz fooler fans I have put up some + files + from the unpacked Babyz demo for those of you who can't get the demo to + install. Also on the ViaVoice fix page, + I've tried to make things a little clearer. For people who wanted the + Petz 3 playscene Petz Vet and had trouble with the patchfile, I've + uploaded the full scene on the Old Petz 3 + Scenespage + 3. That's the lot for now.

+ +

10 June 2007
+ As always, in a huge rush. I have for you the abandonware game Fin Fin
+ This update is not actually a Petz item nor is it a Carolyn's Creation, + but it's a game that has been dumped by its craetors and is too cute to + lose -- and Sue has kindly agreed to host it. I don't provide any help + with getting it running, but I do give a link on the download page to a + very helpful site and forum.

+ +

Approx. 20 April 2007
+ Wups, I uploaded some bits and pieces a few days ago and forgot to + update this What's New. Things in Real Life here are going like crazy, + so the site tends to get a bit neglected but uploads still do happen now + and then. Let's see... I put up a "Pointless Info 2" page to show that + all the games can be made to work in Windows Vista -- an Operating + System that I won't touch of course, it's even worse than XP, but I + thought you'd be interested. I've made it easier to use the Petz II demo + fooler, it has a whole page to itself now. A tweak or two on the + Tutorials pages, can't remember in detail now exactly what. And some + items for Babyz players and hexers on the "newest babyz" page. Sorry + that updates are so random and far apart, but really I do stuff for the + site as and when I can. I seem to have lost my latest notes on sites + which I promised to add to my links pages, my deepest apologies to + anyone who was expecting a link to go up but really my links pages are + horribly out of date these days.

+ +

18 March 2007
+ It can't be March already?? Well, a lot has happened so far this + year but very little of it has been petz-related for me. All I have for + you this time is an updated link and a tweak or two on my tutorials page + (a bit more info in my "what to do if petz crashes" and "what to do if + Babyz crashes" howtos) and my Petz 4 demo-fooler page (get to it via my + Mad Scientist page). The reason for the demo-fooler update is because it + seems that demo-download sites now check to see what part of the world + you live in before letting you download the demo, and if your area isn't + right they won't let the download start. That is plain evil -- what the + heck has happened to the Internet?? Gah. Oh, and I realised I'd + accidentally removed the Phantarella player link from my main page when + I moved to Boardwalkerz, so she's back on the main page again.
+ For those interested in my fostercats, Paddlepat didn't make it through. + Poor baby. His sisters were spayed this week and, thank heaven, it seems + that they don't have the same latent disease that he had. They are + lively and healthy. I am now running the "adopt-a-cat" scheme which helps to bring in + some much-needed cash for the Cat Register and Rescue, so my time is now + even more limited. And a wonderful thing happened which I'd like to + shout to the heavens, but I can't put it on the sites, aaaargh.

+ +

09 February 2007
+ Just to let you know I'm still here, but 2007 is being a bit of a pain + so not much is updated. I did a tiny update to the Oddballz and oddballz fooler pages a + couple of weeks ago but am blowed if I can remember what exactly. + Updated my "new links" page. And today I have a + great new sister site -- Miranda's + PAC, which will be updated shortly with new breedz etc, so keep an eye + on it! That's it for now. I've got a very very sick cat at the moment, + PaddlepatPaddlepat needs all my + care and attention but he probably won't survive, so please keep the wee + fellow in your thoughts and prayers.

+ +

07 January 2007
+ Already the year is starting to zoom along... But I have a small update + for Babyz players -- kitchen magnets + separated. Sorry that's it for now, I have a new cat in who + needs plenty of attention.

+ +

02 January 2007
+ Woah, another year has started... Happy New Year! Just another small + update for Petz 4 players a bunch of + un-hidden toyz. It doesn't include the ones which don't have + on-shelf graphics, nor does it include the four gemstones. I may get + those up soon, if Real Life doesn't take off too fast. And for Petz 3, 4 + and 5 people who like to dabble in editing the binary parts of petz with + a hex editor, I've put a little more info up on the Rough Pet Info page.

+ +

31 December 2006
+ Happy Hogmanay!! I have one small updates for you -- a howto on Trotting and Floofing . + wrote the thing ages ago and then forgot to upload it because LNZPro had + a tick-box for it. But it seems that doesn't really work, so here's how + to do it manually. Including how to make your chinchilla Persians trot, + LOL.

+ +

28 December 2006
+ I hope your Yuletide is going well -- that the celebrations continue and + that the coming weekend will produce a great hogmanay. I have one or two + very small updates for you -- a + howto on changing the Yarn Ball tail colour, a page of new links and a bit more on Ubisoft's latest "Petz" games including info + about the Windows Horsez. Finally, for those of you who are interested + in my fostercats, there's updates at that site too.

+ +

+ 22 December 2006
+ My hearty thanks to Sue for the lovely new splash page that she has made + for me, and for the terrific new link banner and button, which are now + of course on my links page -- although I've not managed to update it + apart from that...
+ a banner
+
+ a button
+
+ Wishing you all a very happy holiday season and a joyous christmas, + Hanukkah, New Year, Solstice -- or whatever else you enjoy celebrating + at this time of year. Me, I like to just sit and listen to the world + turn on its axis :-) May 2007 be a good year for us all, and a fun year + for Petz and modding. I now have a wordy little treatise on What IS "hexing?" -- MODDING!

+ +

16 December 2006
+ Nothing new for you at all today, I'm so sorry -- well, apart from the + Babyz ViaVoice fix which I uploaded a while + ago and forgot to mention -- I've not even managed to get the links I + promised to update for various wonderful site-owners all fixed up, I + promise I'll try to get that done on my next update. All that's + happening this time is that my site is moving over fully now to the + mirror that Sue provided for several months. Abby has been wonderful for + hosting my stuff for so long after she lost interest in Petz, and Sue + has been a trojan for seamlessly taking over the bandwidth burden. For + anyone who has been linking directly to various pages at my + Petzwarehouse site, such as the Babyz colour chart, I'm sorry -- the + link will have broken. Come along to my site here at Boardwalkerz for + all the information and charts that used to be there.

+ +

01 December 2006
+ Still nothing really for you -- but I do have a brief note about the + latest Virtual life games from Ubisoft here . They + really are not a part of the Petz series, but for completeness I mention + them.

+ +

14 November 2006
+ Another month on, and nothing much for you -- but for Babyz fans I have + three versions of Stewie and three different "cow bells" for them to + wear on my Newest Babyz page. Real Life and my + kitties + are taking so much of my time, bless the furry ones.

+ +

19 October 2006
+ Sorry it's been so long... and even now there's nothing new really, but + I've adjusted a few pages to make things a little easier to find -- I + hope. I've put the "if you can't download you're at the wrong place" + info even easier to find as well as trying to make things such as the + Babyz Fooler easier to follow. Also not new, but just to let anyone who + needs help with Tinker or LNZPro or Petza/Babyza know -- the link to his + download site is on my Nicholas' Tools page, along with links to useful + info. My links pages are woefully unkempt now, I'm sorry -- I can't face + going through it all but I hope to adjust the most obvious and add an + extra page of fresh, interesting sites soon. I've simply not been + getting the time to do things properly -- take a look at my fostercats site for + some idea of how busy I've been. And a lot has happened even since I + updated there, LOL!

+ +

30 July 2006
+ Yes, I know, I've not updated for two months -- I can't begin to tell + you how busy things have been here, so I've not updated either this site + or my fostercats one in all that time. As for this update, it's just for + oddballz fans. Because Daniel's site is down and now, it seems, also + Don's Amberoddballz, plus nowhere else on the net seems to have the + demos, I've uploaded a demo and the official breedz to this site, also + Ron Tigat's Oddballz Eggz Scrambler. You will find these things on the + Oddballz Fixes and Oddballz Fooler pages.
+ Also uploaded on the new p2, p3, p4 and p5 pages are the skorch + breedfiles for Catz games. They are on the relevant New Breedz pages, + and the sound files are on the species sounds page. These were once + exclusive to Daniel's site but since I created them and his site is down + they have come home to me.
+ I wanted to do more, but that's it for now. Hopefully not so long before + the next update. Must dash.

+ +

21 May 2006
+ Sorry, a late update and I've not got much for you -- Real Life has been + getting in the way big-time and I've only managed to update my My foster-cat site since I last updated here -- + and even there I'm not up to date. And I'm not managing to do half of + what I've been promising people on this update, sorry. But there are + some little things.
+ A bunch of experimental babyz, and more of my "Harem set" on the Newest + Babyz page. Yes, I know there aren't any pictures and that + should have the harem clothes on the clothes page. I don't have time to + do it right!
+ On the Team creations page you'll find a new + Catz breed made from Casey Miller's pet. Also there, my few Unibreedz -- + Artie, Honkie and Sauropod -- should be fixed for cross-breeding as they + were re-done with the latest LNZPro.
+ I've put the catz 1 demo up for download on my Catz 1 demo fooler page.
+ If you go to my sister site, Sue Briley's Babyz + Punked, you'll find there a + couple of unusual babyz and a babyz clothing item, for Naturists, made + by myself.
+ I've got a couple of great cyberpets from Dulua Land up on my Cyberpets + page.
+ NOT YET done -- a whole bunch of howtos, which will eventually go on a + "pot-luck" page, more half-done hexed stuff, and fixing up my links + pages. I don't know when these will get done, but one thing I will try + to get fixed and up soon is Miranda's brilliant sounds for Kirby.

+ +

03 March 2006
+ As always later than intended, but I added what I believe to be the + final soundfixes to the Babyz soundfix + for XP page. The new downloads and replacements are marked with + the date beside them, so if you downloaded most of the files before + today, just download those which are marked. My friend gave the whole + thing a quick test, and with any luck this will prevent any + sound-related freezes in your game now. Remember, people, you do need to + also download 9 toyz from Twilight's site -- the link is clearly on my + soundfix page. And yay for Sandi of Forever Babyz -- she gave an award to myself and + Twilight, and I'm displaying it with pride :-) Thank you so much!
+

+ +

27 February 2006
+ Well, I fell over today and twisted and bruised me poor arthritic old + bones, so not as much done as I'd hoped. But I have a couple of great + breedz for you on the Team Creations, "With Sue Briley and + Nintendo-6444" page,
+
+ and yesterday and today I added to the Babyz soundfix for XP -- have not + been able to test the latest fixes myself yet but have had good reports + so far. I am intending to fine-tune the soundfix over the next day or + two.

+ +

25 February 2006
+ I know, I know, I've not done anything much this month so far. Real Life + has been taking almost all my time. All I have for you today is a Babyz soundfix for XP, but with + any luck that'll at least make many of the Babyz Commumity happy.

+ +

07 February 2006
+ Once again, I've not managed to update as I wanted to. I've been having + some Real Life difficulties, so updates are of necessity going to be + slow for the near future -- but they will happen, truly. But for now, + great news! Not only do we have a new + version of Tinker, but also Nicholas has his own site. The latest versions of + his software will always be found there :-) Also there are some updates + on the links pages.

+ +

28 January 2006
+ Yes, I know -- I've not updated in ages. There have been all sorts of + Real Life crises, all getting resolved okay but taking time, so all my + wonderful hexing plans have had to wait. The Great Present Caper is of + course finished, but I'm making my donations for Petz games available + for you all. You can download them when you find the picture of a + present. Also downloadable now, from my babyz toyz pages, is the + Christmas Spoon that I made for DRN's Advent Calendar. I've fixed up + some items on my links pages, and got a new "Sister". And finally, some + weird and wacky babyz for your downloading pleasure on the pasted-heads page.
+
+ Coming soon (I hope) will be some "Team Creation" breedz, for some of + which I just need to get the pages done.

+ +

02 January 2006
+ Nicholas has updated Petza to fix + the Petz II and Babyz bugs. It works beautifully now -- go get it!! + That's it for today, but pretty good all the same :-)

+ +

01 January 2006
+ Happy New Year!!
+ So I didn't get the hexing time I'd hoped for this past week... But we + have from the wonderful Nicholas -- another new version of Petza from + his Nicholas' Tools pages. This + update, version 2.0.2, fixes some problems for Petz 3, 4 and 5 players. + On my machine it crashes in Babyz and Petz II, so I've left 2.0.1 up for + you as well just in case the same happens with you. I've also got some + changes on my links pages, a new sister, and a changed link to Miranda's + Kirby page on my P3,4,5 LNZ breedz page.

+ +

26 December 2005
+ The Great Present Caper is apparently delayed until tomorrow. Should be + good anyway! And now, from Nicholas -- a new version of Petza from his + Nicholas' Tools pages. This + update, version 2.0.1, fixes the "weather" bug for Petz 5 players!

+ +

24 December 2005
+ The Great Present Caper should be under way -- good hunting! The big + Christmas present for you at this site today is from Nicholas -- a new + version of Petza from his Nicholas' + Tools pages. There's some good stuff in it, including a great + new feature for Babyz players; you can at last add new playscenes! + Remember that you will need to make them non-overwriting with their own + name and ID numbers of course. Apart from that, my Cyberpet has grown up at last, + there are a couple of updated links, and I've had + a nice time with my "gifts from friends" pages. + Yes, I meant to get a lot of hexed items up, but in the end I only + managed to complete some presents for the Great Present Caper. Am hoping + for some peaceful days over this coming week to finish off other + goodies. Merry Yueltide!

+ +

07 December 2005
+ Just the Great Present Caper notice above, and a couple of updated + links; Miranda's PAC on the main links page , and + Tigger's site on the babyz links page.

+ +

04 December 2005
+ The last of the demo-foolers is now online, thanks to Daniel! This time + it's the turn of Mac players of the games. Get the Catz 1 demo fooler , and the Dogz 1 demo fooler -- and last + but not + least, the Oddballz demo fooler! + Now everyone can join the fun :-)

+ +

03 December 2005
+ Another one of my toyz converted on my petz + 5 page -- the freedom fish to overwrite your fish bowl. I'll be + converting the playscene for it soon, but that's not done yet. The big + thing for you today is the Catz 1 demo + fooler (yay!) and my own Dogz + 1 + demo fooler, which allows you to go back to the adoption centre + and take Daphne's quiz. I have captured the flavour of the Catz 1 site + as it was when the game first came out, complete with some little + surprises, a find-it and the part which I personally adored -- the VRML temple. I totally loved that thing, and + I can still play it on my old browser. You may not be able to see it, + which would be a shame, but I do have links to viewers on that page. If + you can install the Cosmo player, that would be optimum. If you do + manage to play it, the links within it have been updated to links that + actually work. Also, all actual links on the pages should lead to + interesting things. Anyway, have fun!

+ +

28 November 2005
+ Managing to get some stuff done at last. Some conversions... The Secret + Wood, with its toyz, for you on the Petz + 5 + Playscene page. Some of my toyz converted on my petz 5 page, including a gem hairball + for + dracoz (I intend to improve the P3 and P4 ones some day too). An + exciting new toy for petz II -- fishes + swimming in and out of a tank, yay! I intend to make a Petz 3 version of + that soon. Also for Petz II, the Fishie + breed and a scene + backdrop for + the fish petz and toyz to play in. Oh, and a couple of versions of the + "surprise box" for Babyz, mostly as a + service for hexers who requested it. Plus again a few updated tweaks + over the past couple of weeks, on tutorials and links pages, which I + can't remember in detail, sorry, but do check out the "small is + beautiful" links page.
+

+ +

22 October 2005
+ A few more things for you from all the stuff I'm trying to finish... A + brand new Butterfly Chaser breed, with some finishing-off by me on this "Team" page. A few pages + of detailed info on using LNZPro on this tutorials page, plus a + few updated tweaks here and there on tutorials and links pages which I + can't recall in detail.
+

+ +

18 October 2005
+ Time races past as ever. I've got a few things for you... some links and + updates on all three links pages. three new babyz from the new babyz page. This picture shows just + one of them :-)
+
+ An update to the texture List info on the 2nd LNZ info chunk page -- thanks to + Lynelle for pointing out the missing bits -- and a new breed from Lynelle who has made creative + use of the Oddballz-petz breedz and made a brand new one of her own.
+
+ Oh, and my cyberpet has grown a little :-) I + tried to get more up, but constant interruptions today (and over the + weekend) have got in the way. Expect some new Butterfly Chaser breedz + soon.

+ +

05 October 2005
+ For your downloading pleasure... Yet more updated versions of Pet + Workshop and of LNZPro, from the Nicholas' Tools pages :-) Also + some links on the "small is beautiful" + page.

+ +

04 October 2005
+ The most amazing tool -- a brand new version of pet Workshop! Does + tattoos, paint ballz and lots of other good stuff. Pet Workshop page.

+ +

02-03 October 2005
+ A fantastic new version of LNZPro on the, yes, LNZPro page. A brilliant new + idea and base baby, also, from L41N (Wardah Ahmar) is downloadable from + the babyz tutorials page, specifically from its own page. I added a bit of a + tidy-up to the baby file to make it a little clearer, and tried to + explain how it's used and the potential that it has :-) Finally, a bit + of info for people who might have been pulling out hair trying to make + hexed Petz playscenes show up -- on the Petz tutorials page -- and extra + information on passing on colours in the "fixes for 2nd-gen problems" + page.

+ +

29 September 2005
+ A new version of Tinker on the (heh) Tinker page. On the Real Life + front, I've recently updated my fostercats + site too. Must dash, chores to do... Happy daze...

+ +

26 September 2005
+ Over the past week or so, a few odd bits and pieces got uploaded here + and there mostly on my Tutorials + pages. Firs off, a grand Variations tutorial by Nicholas, which is on my + main tutorials page and on his Pet + Workshop page. Also on that main page are a new "What to do if + Petz won't start or crashes" FAQ and a similar one for Babyz, plus I've + updated my LNZPro tips. On the Petz-specific page I've put a howto on + making non-hidden emoticon variations in a breed, how to change and + expand tails for dogz and catz, giving your petz' eyes or "irises" a + texture (includes example petz), and putting bunny ears on a Dane. The + perspicacious amongst you will have spotted that I've got a new page + called Rough Pet Info which is + exactly what it says. It breaks a pet file into sections so that you can + see the structure, and see where the important parts are when it comes + to cloning a corrupted pet. It really is rough -- a series of + screengrabs -- so if you don't understand anything about pet files it + won't help. But it's a handy reference that I made for myself ages ago + and I'm sharing with you now. I'm also sharing with you a set of lists + of Bodyarea numbers that I intended to put in with some "howtos" but as + I've not managed to get those written, you'll find the lists on my Vital LNZ info main page. I added + some info into the relevant LNZ chunk also. Slight improvement to my Petz 5 demo-fooler . Errr... + I + think that's the lot, it's been a weird couple of weeks and difficult to + do more than snatch a moment or two at the computer now and then.

+ +

15 September 2005
+ Just a real quickie -- a new brilliant version of LNZPro on Nicholas' Tools pages! Edit + .baby files, and make Unibreed versions of your breedz that should work + on Non-English petz 3 games as well!

+ +

11 September 2005
+ New bug-fix version of Pet Workshop -- and a great new beta-test version + of LNZPro on Nicholas' Tools + pages! Note that the LNZPro has not been tested thoroughly, but I think + you'll like the newest feature. New links on mymain + links page, a couple of them in the tutorials etc section to + help people who ask about website making, and one of them is also in the + section called "Sites for "realistic" petz standards, and petz clubs" + because it's a promising new breed registry site which also offers + hosting of breedz. The week went by too fast, still none of the other + things that I meant to do are finished, sorry. But my fostercats site was updated a couple of days + ago for those who are interested.

+ +

04 September 2005
+ New versions of Petza/babyza, LNZPro 2, and Pet Workshop on Nicholas' Tools pages! New + features and bugfixes... I'm so trying to get other things up, odds and + bods of my own, almost finished but not quite, hopefully this coming + week will see some goodies.

+ +

24 August 2005
+ A new version of Petza/babyza on Nicholas' Tools pages. This has + no new features, it's another version he's made to try and help track + down the problem that some people have with it, so if it's working for + you there's no need to download. Also one link removed from my + "small is beautiful" page; after I had + given them info on how to make files available for download, Sarah and + Ruby proceeded to "hotlink" to other sites' breedz. folks, this is a + huge no-no on the Internet; don't do it! They appear to no longer be + answering emails, so until they do and fix the problem, their link will + stay down.

+ +

22 August 2005
+
+ Whew, that was a tough few days -- it looked as if Petzwarehouse was + down for good, and I was worried about Abby. But last night I heard from + Abby, she's fine :-D and the site should be up today *happy-dance*
+ Meanwhile, my good pal Sue picked up my broken pieces and generously + offered to mirror my site; see the link above :-)
+ Updates to the site are a couple of Nicholas' Tools -- go + fetch the latest Pet Workshop and LNZPro 2. Also there are some new + links to great sites on my "small is + beautiful" and babyz links pages, and + a few small tweaks on the tutorials pages.

+ +

10 August 2005
+
+ Not much, just a howto for people who are having difficulty working out + how to use Tinker and LNZPro 2. On my Tutorials page. For those who are + interested in my fostercats site, I'm going to update there also today, with some cheerful news and a + new family member. All a bit rushed, Real Life is running away with me + :-)

+ +

03 August 2005
+
+ Yup, another version of Petza/Babyza, version 1.1.4; also another + version of Pet Workshop, also version 1.1.4. As always, they are on Nicholas' Tools pages. I've got + a small howto on the tutorials, Petz-specific page because I've been + asked a few times how to change the default pet name at the AC. I have a + bunch of other howtos waiting to be polished up and uploaded, they're + too rough at the moment. Some nice shiny new links on the "small is beautiful" and babyz links pages, you really want to check + them out! Also, for my own pleasure, I have a Cyberpet page for my site (thanks, Rachel!) + and some lovely updates on my "gifts from + friends" pages. Nothing else for you today, but for those who + are interested in my fostercats, I recently had another update there also but be warned, the latest update was + quite sad.

+ +

28 July 2005
+
+ Another version of Petza/Babyza, this time a "bugfix" version 1.4.3 + thanks to people who sent Nicholas their bug reports, and to Nicholas + too of course :-) as usual on Nicholas' Tools page; thanks yet + again, Nicholas! Also another neat link on my "small is beautiful" links page.

+ +

22 July 2005
+
+ Nearly 3 weeks since I last uploaded... So sorry! Well, today I've + uploaded Pet Workshop version 1.1.3 on Nicholas' Tools page; thanks, + Nicholas! Various improvements for the program's fans, so go see! One or + two little tweaks here and there on the site too, including adjustments + to the Petz 4, Babyz and Petz 5 foolers. Also some updated links on my + links pages, and for those who follow my fostercats I've recently + updated there also. Oh, and I don't think I mentioned + earlier that I am hosting Iola's Miniature Bows for Dogz on my Off-site specials, as she has had some server + problems and in fact had lost all of them. Well, + they are all back online again now :-)

+ +

02 July 2005
+
+ We had Live 8 up here in Edinburgh today -- nearly a quarter of a + million people marching to Make Poverty History -- yay!
+ But, back to Petz -- we have version 1.4.2 of Petza.toy (which is also + Babyza of course) for you on Nicholas' Tools page. A minor + update, but hopefully a useful one. Also, Kirby fans check out the link + on my P3,4,5 LNZ breedz page -- + Miranda + has made some great variations! I meant to get some other things + uploaded, but the day has been chaos -- well, the whole week has really. + Hope to do more soon.

+
+
+ + diff --git a/gulpfile.js b/gulpfile.js index dbc17ea..811a32b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,103 +3,103 @@ const tap = require('gulp-tap') const rename = require('gulp-rename') const browserSync = require('browser-sync').create() const posthtml = require('gulp-posthtml') +const posthtmlUrls = require('posthtml-urls') +const posthtmlPostcss = require('posthtml-postcss') +const posthtmlModules = require('posthtml-modules') const sourcemaps = require('gulp-sourcemaps') const postcss = require('gulp-postcss') +const postcssPresetEnv = require('postcss-preset-env') +const cssnano = require('cssnano') -const htmlFiles = [ - '**/*.html', - '!**/index.html', - '!**/includes/**/*.html', - '!node_modules/**/*.*', - '!Carolyns_Creations/**/*.html', - '!vpz_research/**/*.html', - '!petz5world/**/*.html', +const posthtmlUrlsFilter = require('./posthtmlUrlsConfig') +const bsConfig = require('./bs-config') + +;const htmlFiles = [ + '**/*.html', + '!**/index.html', + '!**/includes/**/*.html', + '!node_modules/**/*.*', ] const cssFiles = [ - '**/*.css', - '!style/*.css', - '!node_modules/**/*.*', - '!Carolyns_Creations/**/*.css', - '!vpz_research/**/*.css', - '!petz5world/**/*.css', + '**/*.css', + '!**/style.css', + '!style/*.css', + '!node_modules/**/*.*', ] const postcssPlugins = [ - require('postcss-preset-env')({ - enableClientSidePolyfills: true, - }), - require('cssnano')({ - preset: 'default', - }) + postcssPresetEnv({ + enableClientSidePolyfills: true, + }), + cssnano({ + preset: 'default', + }) ] const posthtmlPlugins = [ - require('posthtml-urls')({ - eachURL: (url) => { - if (url.endsWith('?@root')) { - return url.replace('?@root', '') - } else if (url.startsWith('/')) { - return `/${site}${url}` - } else { - return url - } - }, - filter: { - module: {href: true} - } - }), - require('posthtml-postcss')(postcssPlugins, {}, /^text\/css$/) + posthtmlUrls({ + eachURL: (url) => { + if (url.endsWith('?@root')) { + return url.replace('?@root', '') + } else if (url.startsWith('/')) { + return `/${site}${url}` + } else { + return url + } + }, + filter: posthtmlUrlsFilter, + }), + posthtmlPostcss(postcssPlugins, {}, /^text\/css$/) ] let site = '' function html() { - const stream = src(htmlFiles) - .pipe(tap(file => { - const path = file.path.split('/') - site = path[path.indexOf('saudade') + 1] - })) - .pipe(posthtml([ - ...posthtmlPlugins, - require('posthtml-modules')({ - plugins: posthtmlPlugins - }), - ])) - .pipe(rename((path) => { - path.basename = 'index' - })) - .pipe(dest('.')) + const stream = src(htmlFiles) + .pipe(tap(file => { + const path = file.path.split('/') + site = path[path.indexOf('saudade') + 1] + // console.log(path[path.length - 1]) + })) + .pipe(posthtml([ + ...posthtmlPlugins, + posthtmlModules({ + plugins: posthtmlPlugins + }), + ])) + .pipe(rename(path => { + path.basename = 'index' + })) + .pipe(dest('.')) - if (browserSync.active) { - stream.pipe(browserSync.stream()) - } - - return stream + return stream } function css() { - const stream = src(cssFiles) - .pipe(sourcemaps.init()) - .pipe(postcss(postcssPlugins)) - .pipe(rename(path => { - path.basename = 'style' - })) - .pipe(sourcemaps.write()) - .pipe(dest('.')) + const stream = src(cssFiles) + .pipe(sourcemaps.init()) + .pipe(postcss(postcssPlugins)) + .pipe(rename(path => { + path.basename = 'style' + })) + .pipe(sourcemaps.write()) + .pipe(dest('.')) - if (browserSync.active) { - stream.pipe(browserSync.stream()) - } + if (browserSync.active) { + stream.pipe(browserSync.stream()) + } - return stream + return stream } exports.watch = function () { - browserSync.init(require('./bs-config')) + browserSync.init(bsConfig) - watch(htmlFiles, {ignoreInitial: false}, html) - watch(cssFiles, {ignoreInitial: false}, css) + watch(cssFiles, {ignoreInitial: false}, css) + + watch(htmlFiles, {ignoreInitial: false}, html) + watch('**/index.html').on('all', browserSync.reload) } exports.build = parallel(html, css) diff --git a/package-lock.json b/package-lock.json index 217611f..6f92c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1094,15 +1094,6 @@ "node": ">=0.10.0" } }, - "node_modules/array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/assign-symbols": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", @@ -1136,18 +1127,6 @@ "node": ">= 0.10" } }, - "node_modules/async-each": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", - "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ] - }, "node_modules/async-each-series": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz", @@ -1249,36 +1228,6 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "node_modules/base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "dev": true, - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/base64id": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", @@ -1295,22 +1244,12 @@ "dev": true }, "node_modules/binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "dev": true, - "optional": true, - "dependencies": { - "file-uri-to-path": "1.0.0" + "node": ">=8" } }, "node_modules/boolbase": { @@ -1330,24 +1269,15 @@ } }, "node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "fill-range": "^7.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/browser-sync": { @@ -1431,67 +1361,6 @@ "node": ">=8" } }, - "node_modules/browser-sync/node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/browser-sync/node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-sync/node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-sync/node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, "node_modules/browser-sync/node_modules/cliui": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", @@ -1506,32 +1375,6 @@ "node": ">=12" } }, - "node_modules/browser-sync/node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-sync/node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/browser-sync/node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -1541,30 +1384,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/browser-sync/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/browser-sync/node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/browser-sync/node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -1574,40 +1393,6 @@ "node": ">=8" } }, - "node_modules/browser-sync/node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/browser-sync/node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/browser-sync/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, "node_modules/browser-sync/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -1634,18 +1419,6 @@ "node": ">=8" } }, - "node_modules/browser-sync/node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, "node_modules/browser-sync/node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -1764,26 +1537,6 @@ "node": ">= 0.8" } }, - "node_modules/cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dev": true, - "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/call-bind": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", @@ -1888,115 +1641,43 @@ } }, "node_modules/chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" }, "optionalDependencies": { - "fsevents": "^1.2.7" + "fsevents": "~2.3.2" } }, - "node_modules/class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "node_modules/chokidar/node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, "node_modules/cliui": { @@ -2068,19 +1749,6 @@ "node": ">=0.10.0" } }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", - "dev": true, - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -2120,12 +1788,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", - "dev": true - }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -2186,15 +1848,6 @@ "node": ">= 0.6" } }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/copy-props": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz", @@ -2669,19 +2322,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -3101,98 +2741,6 @@ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", "dev": true }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", - "dev": true, - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/expand-tilde": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", @@ -3226,49 +2774,6 @@ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, - "node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", - "dev": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dev": true, - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fancy-log": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz", @@ -3296,26 +2801,16 @@ "integrity": "sha512-GDqVQezKzRABdeqflsgMr7ktzgF9CyS+p2oe0jJqUY6izSSbhPIQJDpoU4PtGcD7VPM9xh/dVrTu6z1nwgmEGw==", "dev": true }, - "node_modules/file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "dev": true, - "optional": true - }, "node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "to-regex-range": "^5.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/finalhandler": { @@ -3470,18 +2965,6 @@ "url": "https://www.patreon.com/infusion" } }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", - "dev": true, - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -3532,22 +3015,17 @@ "dev": true }, "node_modules/fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", - "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, "optional": true, "os": [ "darwin" ], - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1" - }, "engines": { - "node": ">= 4.0" + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, "node_modules/function-bind": { @@ -3607,46 +3085,83 @@ } }, "node_modules/glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.0" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=0.10.0" + "node": ">=10.13.0" } }, "node_modules/glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", - "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-7.0.0.tgz", + "integrity": "sha512-evR4kvr6s0Yo5t4CD4H171n4T8XcnPFznvsbeN8K9FPzc0Q0wYqcOWyGtck2qcvJSLXKnU6DnDyfmbDDabYvRQ==", "dev": true, "dependencies": { - "extend": "^3.0.0", - "glob": "^7.1.1", - "glob-parent": "^3.1.0", + "extend": "^3.0.2", + "glob": "^7.2.0", + "glob-parent": "^6.0.2", "is-negated-glob": "^1.0.0", - "ordered-read-streams": "^1.0.0", - "pumpify": "^1.3.5", - "readable-stream": "^2.1.5", - "remove-trailing-separator": "^1.0.1", - "to-absolute-glob": "^2.0.0", - "unique-stream": "^2.0.2" + "ordered-read-streams": "^1.0.1", + "pumpify": "^2.0.1", + "readable-stream": "^3.6.0", + "remove-trailing-separator": "^1.1.0", + "to-absolute-glob": "^2.0.2", + "unique-stream": "^2.3.1" }, "engines": { - "node": ">= 0.10" + "node": ">=10.13.0" + } + }, + "node_modules/glob-stream/node_modules/duplexify": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", + "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.4.1", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1", + "stream-shift": "^1.0.0" + } + }, + "node_modules/glob-stream/node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/glob-stream/node_modules/pumpify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz", + "integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==", + "dev": true, + "dependencies": { + "duplexify": "^4.1.1", + "inherits": "^2.0.3", + "pump": "^3.0.0" + } + }, + "node_modules/glob-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, "node_modules/glob-watcher": { @@ -4076,45 +3591,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", - "dev": true, - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/homedir-polyfill": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", @@ -4312,27 +3788,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dev": true, - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -4340,15 +3795,15 @@ "dev": true }, "node_modules/is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, "dependencies": { - "binary-extensions": "^1.0.0" + "binary-extensions": "^2.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/is-buffer": { @@ -4369,50 +3824,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dev": true, - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-descriptor/node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-directory": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", @@ -4422,15 +3833,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -4480,15 +3882,12 @@ } }, "node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, "engines": { - "node": ">=0.10.0" + "node": ">=0.12.0" } }, "node_modules/is-number-like": { @@ -4500,18 +3899,6 @@ "lodash.isfinite": "^3.3.2" } }, - "node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-plain-object": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", @@ -4992,18 +4379,6 @@ "node": ">=0.10.0" } }, - "node_modules/map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", - "dev": true, - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/matchdep": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", @@ -5069,73 +4444,16 @@ } }, "node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch/node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node": ">=8.6" } }, "node_modules/mime": { @@ -5195,43 +4513,6 @@ "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==", "dev": true }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "dev": true, - "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-deep/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -5247,13 +4528,6 @@ "node": ">= 0.10" } }, - "node_modules/nan": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", - "dev": true, - "optional": true - }, "node_modules/nanoid": { "version": "3.3.6", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", @@ -5271,74 +4545,6 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", @@ -5432,91 +4638,6 @@ "node": ">=0.10.0" } }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", - "dev": true, - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -5526,18 +4647,6 @@ "node": ">= 0.4" } }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", - "dev": true, - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object.assign": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", @@ -5737,21 +4846,6 @@ "node": ">= 0.8" } }, - "node_modules/pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==", - "dev": true - }, "node_modules/path-exists": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", @@ -5927,15 +5021,6 @@ "npm": ">=1.0.0" } }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/postcss": { "version": "8.4.24", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", @@ -7409,17 +6494,15 @@ } }, "node_modules/readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" + "picomatch": "^2.2.1" }, "engines": { - "node": ">=0.10" + "node": ">=8.10.0" } }, "node_modules/rechoir": { @@ -7434,56 +6517,6 @@ "node": ">= 0.10" } }, - "node_modules/regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "dev": true, - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/remove-bom-buffer": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", @@ -7527,24 +6560,6 @@ "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", "dev": true }, - "node_modules/repeat-element": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", - "dev": true, - "engines": { - "node": ">=0.10" - } - }, "node_modules/replace-ext": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", @@ -7649,13 +6664,6 @@ "node": ">= 0.10" } }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", - "deprecated": "https://github.com/lydell/resolve-url#deprecated", - "dev": true - }, "node_modules/resp-modifier": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz", @@ -7669,15 +6677,6 @@ "node": ">= 0.8.0" } }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "dev": true, - "engines": { - "node": ">=0.12" - } - }, "node_modules/rx": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", @@ -7690,15 +6689,6 @@ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, - "node_modules/safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", - "dev": true, - "dependencies": { - "ret": "~0.1.10" - } - }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -7885,182 +6875,12 @@ "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, - "node_modules/set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "dev": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "dev": true }, - "node_modules/snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "dev": true, - "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "dev": true, - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "dev": true, - "dependencies": { - "kind-of": "^3.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/socket.io": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.6.2.tgz", @@ -8201,27 +7021,6 @@ "node": ">=0.10.0" } }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dev": true, - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "node_modules/source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated", - "dev": true - }, "node_modules/sparkles": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz", @@ -8263,55 +7062,6 @@ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", "dev": true }, - "node_modules/split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "dev": true, - "dependencies": { - "extend-shallow": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split-string/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split-string/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split-string/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -8327,93 +7077,6 @@ "node": "*" } }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", - "dev": true, - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/statuses": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", @@ -8652,93 +7315,16 @@ "node": ">=0.10.0" } }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "dev": true, - "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "is-number": "^7.0.0" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "node": ">=8.0" } }, "node_modules/to-through": { @@ -8842,21 +7428,6 @@ "node": ">= 0.10" } }, - "node_modules/union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "dev": true, - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/unique-stream": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", @@ -8885,64 +7456,6 @@ "node": ">= 0.8" } }, - "node_modules/unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", - "dev": true, - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", - "dev": true, - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", - "dev": true, - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/upath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", - "dev": true, - "engines": { - "node": ">=4", - "yarn": "*" - } - }, "node_modules/update-browserslist-db": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", @@ -8973,22 +7486,6 @@ "browserslist": ">= 4.21.0" } }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", - "deprecated": "Please see https://github.com/lydell/urix#deprecated", - "dev": true - }, - "node_modules/use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/package.json b/package.json index f08b575..cfa6b59 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,11 @@ "css-prefers-color-scheme": "^8.0.2", "focus-visible": "^5.2.0", "postcss-focus-within": "^7.0.2" + }, + "overrides": { + "chokidar": "^3.0.0", + "glob-stream": "^7.0.0", + "glob-parent": "^6.0.0", + "micromatch": "^4.0.0" } } diff --git a/petz5world/breeds/breeds.html b/petz5world/breeds/breeds.html deleted file mode 100644 index 24144df..0000000 --- a/petz5world/breeds/breeds.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - -

- - Breeds - Page -

- -

Welcome to my breeds page, first of all i would like to thank APKC.co.uk for the breeds that - i have listed on my page. There are many more breeds available at APKC. To visit them, you can - use this link.

- -

APKC

- -

- - Cocker - spaniel -

- - -

- missing:
- photo
-

- - -

Cick here to download the cocker spaniel for petz 5

- -

- - Cocker - spaniel - Parti -

- -

- missing:
- photo
-

-

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the cocker spaniel - - parti for petz 5

- -

- - Springer - Spaniel -

- - -

- missing:
- photo
-

- -

Click here to download the springer spaniel for petz 5

- -

- - BlueMerle - - Border - Collie - -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click Here to download the BlueMerle Border collie for petz 5

- -

- - Rhodesian - - RidgebacK - -

- -

- missing:
- photo
-

- - -

Click here to download the Rhodesian ridgeback for petz 5

- -

- - Beagle -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the beagle dog for petz 5

- -

- - Cavalier - King - Charles - Spaniel -

- -

- missing:
- photo
-

- - -

Click here to download the king - charles spaniel for petz 5

- -

- - Harlequin - Wolf -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the harlequin wolf for petz - 5

- -

- - Border - Cllie -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the border collie for - petz 5

- -

- - Flare - Dane -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the flare dane for petz 5

- -

Disclaimer

-

I hold no responsibility if the breedz that you choose to download cause damage to your - computer or software programs. All of the breeds available from my site have been tested on my - own computer first which is virus free, and they have all worked fine.

- -

Click here to email me with any questions or - comments about my site.

- - diff --git a/petz5world/breeds/dl/breeds_Beagle.dog b/petz5world/breeds/breeds/Beagle.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Beagle.dog rename to petz5world/breeds/breeds/Beagle.dog diff --git a/petz5world/breeds/dl/breeds_BlueMerle_Border_Collie.dog b/petz5world/breeds/breeds/BlueMerle_Border_Collie.dog similarity index 100% rename from petz5world/breeds/dl/breeds_BlueMerle_Border_Collie.dog rename to petz5world/breeds/breeds/BlueMerle_Border_Collie.dog diff --git a/petz5world/breeds/dl/breeds_Cavalier_King_Charles_Spaniel.dog b/petz5world/breeds/breeds/Cavalier_King_Charles_Spaniel.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Cavalier_King_Charles_Spaniel.dog rename to petz5world/breeds/breeds/Cavalier_King_Charles_Spaniel.dog diff --git a/petz5world/breeds/dl/breeds_Cocker_Spaniel.dog b/petz5world/breeds/breeds/Cocker_Spaniel.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Cocker_Spaniel.dog rename to petz5world/breeds/breeds/Cocker_Spaniel.dog diff --git a/petz5world/breeds/dl/breeds_Cocker_Spaniel_parti_.dog b/petz5world/breeds/breeds/Cocker_Spaniel_parti_.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Cocker_Spaniel_parti_.dog rename to petz5world/breeds/breeds/Cocker_Spaniel_parti_.dog diff --git a/petz5world/breeds/dl/breeds_Flare_Buck.dog b/petz5world/breeds/breeds/Flare_Buck.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Flare_Buck.dog rename to petz5world/breeds/breeds/Flare_Buck.dog diff --git a/petz5world/breeds/dl/breeds_Harlequin_Wolf.dog b/petz5world/breeds/breeds/Harlequin_Wolf.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Harlequin_Wolf.dog rename to petz5world/breeds/breeds/Harlequin_Wolf.dog diff --git a/petz5world/breeds/dl/breeds_Rhodesian_Ridgeback.dog b/petz5world/breeds/breeds/Rhodesian_Ridgeback.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Rhodesian_Ridgeback.dog rename to petz5world/breeds/breeds/Rhodesian_Ridgeback.dog diff --git a/petz5world/breeds/dl/breeds_Springer_black_.dog b/petz5world/breeds/breeds/Springer_black_.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Springer_black_.dog rename to petz5world/breeds/breeds/Springer_black_.dog diff --git a/petz5world/breeds/dl/breeds_Working_Sheepdog.dog b/petz5world/breeds/breeds/Working_Sheepdog.dog similarity index 100% rename from petz5world/breeds/dl/breeds_Working_Sheepdog.dog rename to petz5world/breeds/breeds/Working_Sheepdog.dog diff --git a/petz5world/breeds/breeds/breeds.html b/petz5world/breeds/breeds/breeds.html new file mode 100644 index 0000000..942bc7f --- /dev/null +++ b/petz5world/breeds/breeds/breeds.html @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + +

+ + Breeds + Page +

+ +

Welcome to my breeds page, first of all i would like to thank APKC.co.uk for +the breeds that i have listed on my page. There are many more breeds available +at APKC. To visit them, you can use this link.

+ +

APKC

+ +

+ +Cocker +spaniel +

+ + +

missing:
+photo

+ + +

Cick here to download the cocker +spaniel for petz 5

+ +

+ +Cocker +spaniel +Parti +

+ +

missing:
+photo

+

missing:
+photo

+

missing:
+photo

+ +

Click here to download the +cocker spaniel - parti for petz 5

+ +

+ +Springer +Spaniel +

+ + +

missing:
+photo

+ +

Click here to download the springer +spaniel for petz 5

+ +

+ +BlueMerle +Border +Collie +

+ +

missing:
+photo

+

missing:
+photo

+ +

Click Here to download the +BlueMerle Border collie for petz 5

+ +

+ +Rhodesian +RidgebacK +

+ +

missing:
+photo

+ + +

Click here to download the +Rhodesian ridgeback for petz 5

+ +

+ +Beagle +

+ +

missing:
+photo

+

missing:
+photo

+ +

Click here to download the beagle dog for +petz 5

+ +

+ +Cavalier +King +Charles +Spaniel +

+ +

missing:
+photo

+ + +

Click here to download +the king charles spaniel for petz 5

+ +

+ +Harlequin +Wolf +

+ +

missing:
+photo

+

missing:
+photo

+ +

Click here to download the harlequin +wolf for petz 5

+ +

+ +Border +Cllie +

+ +

missing:
+photo

+

missing:
+photo

+ +

Click here to download the border +collie for petz 5

+ +

+ +Flare +Dane +

+ +

missing:
+photo

+

missing:
+photo

+ +

Click here to download the flare dane for +petz 5

+ +

Disclaimer

+

I hold no responsibility if the breedz that you choose to download cause +damage to your computer or software programs. All of the breeds available from +my site have been tested on my own computer first which is virus free, and they +have all worked fine.

+ +

Click here to email me with +any questions or comments about my site.

+ + diff --git a/petz5world/breeds/img/breeds_cocker1.bmp b/petz5world/breeds/breeds/cocker1.bmp similarity index 100% rename from petz5world/breeds/img/breeds_cocker1.bmp rename to petz5world/breeds/breeds/cocker1.bmp diff --git a/petz5world/breeds/img/breeds_cocker3.bmp b/petz5world/breeds/breeds/cocker3.bmp similarity index 100% rename from petz5world/breeds/img/breeds_cocker3.bmp rename to petz5world/breeds/breeds/cocker3.bmp diff --git a/petz5world/breeds/img/breeds_king2.bmp b/petz5world/breeds/breeds/king2.bmp similarity index 100% rename from petz5world/breeds/img/breeds_king2.bmp rename to petz5world/breeds/breeds/king2.bmp diff --git a/petz5world/breeds/img/breeds_ridge2.bmp b/petz5world/breeds/breeds/ridge2.bmp similarity index 100% rename from petz5world/breeds/img/breeds_ridge2.bmp rename to petz5world/breeds/breeds/ridge2.bmp diff --git a/petz5world/breeds/img/breeds_springer.bmp b/petz5world/breeds/breeds/springer.bmp similarity index 100% rename from petz5world/breeds/img/breeds_springer.bmp rename to petz5world/breeds/breeds/springer.bmp diff --git a/petz5world/breeds/dl/breeds2_Bombay.cat b/petz5world/breeds/breeds2/Bombay.cat similarity index 100% rename from petz5world/breeds/dl/breeds2_Bombay.cat rename to petz5world/breeds/breeds2/Bombay.cat diff --git a/petz5world/breeds/dl/breeds2_Gold_Shaded_Chin_Persian.cat b/petz5world/breeds/breeds2/Gold_Shaded_Chin_Persian.cat similarity index 100% rename from petz5world/breeds/dl/breeds2_Gold_Shaded_Chin_Persian.cat rename to petz5world/breeds/breeds2/Gold_Shaded_Chin_Persian.cat diff --git a/petz5world/breeds/dl/breeds2_Silver_Maine_Coon.cat b/petz5world/breeds/breeds2/Silver_Maine_Coon.cat similarity index 100% rename from petz5world/breeds/dl/breeds2_Silver_Maine_Coon.cat rename to petz5world/breeds/breeds2/Silver_Maine_Coon.cat diff --git a/petz5world/breeds/dl/breeds2_Silver_Tabby.cat b/petz5world/breeds/breeds2/Silver_Tabby.cat similarity index 100% rename from petz5world/breeds/dl/breeds2_Silver_Tabby.cat rename to petz5world/breeds/breeds2/Silver_Tabby.cat diff --git a/petz5world/breeds/breeds2.html b/petz5world/breeds/breeds2/breeds2.html similarity index 56% rename from petz5world/breeds/breeds2.html rename to petz5world/breeds/breeds2/breeds2.html index ee57ae0..6939242 100644 --- a/petz5world/breeds/breeds2.html +++ b/petz5world/breeds/breeds2/breeds2.html @@ -6,7 +6,7 @@ - + - + + + + +

@@ -40,13 +44,13 @@ Catz 5 Breedz + class="p">dz

-

Welcome to my Catz breedz page, once again I thank APKC for the breed files that are - available for download on my site.Visit APKC using this - Link for a - Huge selection of downloadable clothes and toys.

+

Welcome to my Catz breedz page, once again I thank APKC for the breed +files that are available for download on my site.Visit APKC using this Link for +a Huge selection of downloadable clothes and toys.

@@ -54,16 +58,13 @@ class="p">ay

-

- missing:
- photo
-

-

- missing:
- photo
-

+

missing:
+photo

+

missing:
+photo

-

Click here To download the bombay cat for catz 5.

+

Click here To download the bombay cat for +catz 5.

@@ -73,17 +74,13 @@ class="g">ian

-

- missing:
- photo
-

-

- missing:
- photo
-

+

missing:
+photo

+

missing:
+photo

-

Click here to download the gold - chin-persian for catz 5.

+

Click here to download the +gold chin-persian for catz 5.

@@ -94,43 +91,40 @@ Coon

-

- missing:
- photo
-

-

- missing:
- photo
-

+

missing:
+photo

+

missing:
+photo

-

Click here to download the silver maine coon cat for catz 5.

+

Click here to download the silver +maine coon cat for catz 5.

- Siver - Tabby + Siver + Tabby

-

- missing:
- photo
-

-

- missing:
- photo
-

+

missing:
+photo

+

missing:
+photo

-

Click hereto download the silver tabby for catz 5.

+

Click hereto download the silver tabby +for catz 5.

Disclaimer -

I hold no responsibility for any damage that may happen to your computer or software programs. All of the breeds - available on this site have been tested on my computer first which is virus free and they work fine.

-

If you experience any problems or have any comments or suggestions for my site please email me using the link - below.

+

I hold no responsibility for any damage that may happen to your computer or +software programs. All of the breeds available on this site have been tested on +my computer first which is virus free and they work fine.

+

If you experience any problems or have any comments or suggestions for my +site please email me using the link below.

Email: lilmisschrissy9@hotmail.com

-

Back

-

Back to home page

+

Back

+

Back to home page

diff --git a/petz5world/breeds/index.html b/petz5world/breeds/index.html deleted file mode 100644 index fb20e69..0000000 --- a/petz5world/breeds/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - -

- - Catz - 5 - Breedz -

- -

Welcome to my Catz breedz page, once again I thank APKC for the breed files that are - available for download on my site.Visit APKC using this - Link for a - Huge selection of downloadable clothes and toys.

- -

- - Bombay -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here To download the bombay cat for catz 5.

- -

- - Gold - Chin - Persian -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the gold - chin-persian for catz 5.

- -

- - Silver - Maine - Coon -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click here to download the silver maine coon cat for catz 5.

- -

- - Siver - Tabby -

- -

- missing:
- photo
-

-

- missing:
- photo
-

- -

Click hereto download the silver tabby for catz 5.

- -Disclaimer -

I hold no responsibility for any damage that may happen to your computer or software programs. All of the breeds - available on this site have been tested on my computer first which is virus free and they work fine.

-

If you experience any problems or have any comments or suggestions for my site please email me using the link - below.

- -

Email: lilmisschrissy9@hotmail.com

- -

Back

-

Back to home page

- - diff --git a/petz5world/img/home_P0315044.JPG b/petz5world/home/P0315044.JPG similarity index 100% rename from petz5world/img/home_P0315044.JPG rename to petz5world/home/P0315044.JPG diff --git a/petz5world/img/home_adpup.gif b/petz5world/home/adpup.gif similarity index 100% rename from petz5world/img/home_adpup.gif rename to petz5world/home/adpup.gif diff --git a/petz5world/home.html b/petz5world/home/home.html similarity index 54% rename from petz5world/home.html rename to petz5world/home/home.html index 309cc96..dcd1557 100644 --- a/petz5world/home.html +++ b/petz5world/home/home.html @@ -5,14 +5,14 @@ - + PETZ 5 WORLD HOME PAGE - + - + + + +

Petz 5 - World + World Home Page

- +
- +

**NEW** - Forum + Forum

-

- Click here
- to enter the petz forum for all petz games 1-5 -

+

Click here
+to enter the petz forum for all petz games 1-5

@@ -67,78 +71,74 @@ room!

-

- Click here
- and be the first to post in the new chat room -

+

Click here
+and be the first to post in the new chat room

My - litterz + litterz +

- Litterz page 1
- Litterz page 2
- Litterz page 3
- Litterz page 4
- New litterz page 1 + Litterz page 1
+ Litterz page 2
+ Litterz page 3
+ Litterz page 4
+ New litterz page 1

- Skinz + Skinz

- carry case skinz
- carry case skinz page 2 + carry case skinz
+ carry case skinz page 2

- Downloadz + Downloadz

- Dogz 5 breedz + Dogz 5 breedz

- Catz 5 breedz + Catz 5 breedz

- Links + Links

-

- missing:
- neopets banner
-

+

missing:
+neopets banner

-

- This link will take you to the neopets website. please please sign up. it is a fantastic site where you can adopt - and raise wierd and wonderfull pets, and meet loads of new people from all over the world. so why not sign up today - its fast, easy and ITS FREE!! -

+

This link will take you to the neopets website. please please sign up. it is +a fantastic site where you can adopt and raise wierd and wonderfull pets, and +meet loads of new people from all over the world. so why not sign up today its +fast, easy and ITS FREE!!

-

- APKC My favourite petz site -

+

APKC My +favourite petz site

-

- Lisa explains it all A great site which explains all you ever wanted to - know about building your own website -

+

Lisa explains it all A great site +which explains all you ever wanted to know about building your own website

-

- SearchHippo.com Web Search -

+

SearchHippo.com Web Search

@@ -158,13 +158,15 @@ - + - + @@ -175,26 +177,22 @@

-

- - SubmitFree: Submit to 25+ Search Engines for free !!!! - -

+

+ SubmitFree: Submit to 25+ Search Engines for free !!!! +

-

- Check out the official petz website +

Check out the official petz website

+ +

www.petz.com

-

- www.petz.com -

- -

- Back -

+

Back

diff --git a/petz5world/img/index_Chuckie1.bmp b/petz5world/img/Chuckie1.bmp similarity index 100% rename from petz5world/img/index_Chuckie1.bmp rename to petz5world/img/Chuckie1.bmp diff --git a/petz5world/img/index_a_bark.gif b/petz5world/img/a_bark.gif similarity index 100% rename from petz5world/img/index_a_bark.gif rename to petz5world/img/a_bark.gif diff --git a/petz5world/img/index_bg.bmp b/petz5world/img/bg.bmp similarity index 100% rename from petz5world/img/index_bg.bmp rename to petz5world/img/bg.bmp diff --git a/petz5world/img/index_molly1.bmp b/petz5world/img/molly1.bmp similarity index 100% rename from petz5world/img/index_molly1.bmp rename to petz5world/img/molly1.bmp diff --git a/petz5world/img/index_petz0.bmp b/petz5world/img/petz0.bmp similarity index 100% rename from petz5world/img/index_petz0.bmp rename to petz5world/img/petz0.bmp diff --git a/petz5world/img/index_snowie2.bmp b/petz5world/img/snowie2.bmp similarity index 100% rename from petz5world/img/index_snowie2.bmp rename to petz5world/img/snowie2.bmp diff --git a/petz5world/img/index_springer.bmp b/petz5world/img/springer.bmp similarity index 100% rename from petz5world/img/index_springer.bmp rename to petz5world/img/springer.bmp diff --git a/petz5world/img/index_tommy5.bmp b/petz5world/img/tommy5.bmp similarity index 100% rename from petz5world/img/index_tommy5.bmp rename to petz5world/img/tommy5.bmp diff --git a/petz5world/index.html b/petz5world/index.html deleted file mode 100644 index 97aeaf3..0000000 --- a/petz5world/index.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - Welcome, Enter petz 5 world.com - - - - - - - - - - -

Petz 5 world.com

- -
- -
- -

ENTER PETZ 5 WORLD

- -

- (Click here) -

- -

- missing:
- neopets banner
-

- -
- -
- -

- missing:
- neopets banner
-

- -

- This is my neopet Yoshabele the Zafara. He is sad because he wants some friends to play with. Please sign up to - neopets and i will be your neofriend. When you sign up to neopets please make sure you activate your account, - neopets will send you an email to do this. untill it is activated you cant play the site properly. trust me, its - worth it. click on the banner to sign up! -

- -
- - - -
- - - -
- -

- Email: lilmisschrissy9@hotmail.com -

- - - diff --git a/petz5world/litterz/index.html b/petz5world/litterz/index.html deleted file mode 100644 index cb6a50e..0000000 --- a/petz5world/litterz/index.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - -

- - Litterz - Page - 4 -

- -

Welcome to page 4 of my litterz. This page is for the litterz that belong to my sister. To adopt any of these - puppies, email me at lilmisschrissy9@hotmail.com or click on the link at the bottom of this page

- -

Cookie (Male)

-

- missing:
- Cookie photo
-

-

This is Cookie, he is a cross between a flare buck, a cocker spaniel and a dalmation. To adopt Cookie you will need - to download the cocker spaniel-parti and the flare buck breed files available here

- -

Frostie (Male)

-

- missing:
- Frostie photo
-

-

This is Frostie, he is from the same litter as cookie but you will only need the cocker spaniel-parti breed file to - adopt him. Available here

- -

Santa (Male)

-

- missing:
- Santa photo
-

-

This is santa, he is from the same litter as cookie and you will need both breed files to adopt him. Available here

- -

- - Family - Tree -

- -

- missing:
- peach photo
-

-

- missing:
- coco pop photo
-

-

This peach the flare buck and coco pop the cocker spaniel pari, they are the grandparents of this litter.

- -

- missing:
- watsit photo
-

-

- missing:
- spot photo
-

- -
-

Adoption Form

- -

Your name

-

 

- - - -

Name of puppy/puppies

-

 

- - - -

Why you would like the puppy (optional)

- - -

- -

- - -

If the form submit button dosen't work, please email me by clicking on the link below

- -

- next -

- -

- back -

- -

- Email: lilmisschrissy9@hotmail.com -

-
- - diff --git a/petz5world/litterz/litterz1.html b/petz5world/litterz/litterz1.html deleted file mode 100644 index 0f03890..0000000 --- a/petz5world/litterz/litterz1.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - Petz 5 litterz for adoption - - - - - - - - -

- - My - litterz -

- -

- Welcome to my litterz page. These are some of the petz that are currently available from my site. If you like the - look of one of my cute puppies, email me at www.lilmisschrissy9@hotmail.com and i will send the puupy to you (don't - forget to include your own email address) All of these dogz are puppies. Enjoy! -

- -

Biscuit (Male)

- -

- missing:
- Biscuit photo
-

- -

- This is Biscuit. He is a third generation puppy. A cross between a labrodour and a jack russell -

- -

Doodle (Female)

- -

- missing:
- Doodle photo
-

- -

- This is doodle she is also a third generation puppy who is a mix between a jack russell and a labrodor -

- -

Blossom (Female)

- -

- missing:
- Blossom photo
-

- -

- This is blossom, she is a third generation puppy. A cross between a labrador and a jack russell -

- -

Family Tree

- -

- missing:
- Ben photo
-

-

- missing:
- bindi photo
-

- -

- This is Ben the labrador and bindi the jack russell, they are the grandparents of this litter -

- -

- missing:
- Sammy photo
-

- - -

- This is Sammy the labrador and snowie, the daughter of Bindi and Ben. They are this litterz parents. -

- -
-

Adoption Form

- -

Your name

-

 

- - - -

Name of puppy/puppies

-

 

- - - -

Why you would like the puppy (optional)

- - -

- - - -

- If the form submit button dosen't work, please email me by clicking on the link below -

- -

- Next -

- -

- Back -

- -

- Email: lilmisschrissy9@hotmail.com -

-
- - - diff --git a/petz5world/litterz/litterz1/litterz1.html b/petz5world/litterz/litterz1/litterz1.html new file mode 100644 index 0000000..d232d45 --- /dev/null +++ b/petz5world/litterz/litterz1/litterz1.html @@ -0,0 +1,128 @@ + + + + + + + + + + + + Petz 5 litterz for adoption + + + + + + + + + + + + +

+ + My + litterz +

+ +

Welcome to my litterz page. These are some of the petz that are currently +available from my site. If you like the look of one of my cute puppies, email me +at www.lilmisschrissy9@hotmail.com and i will send the puupy to you (don't +forget to include your own email address) All of these dogz are puppies. +Enjoy!

+ +

Biscuit (Male)

+ +

missing:
+Biscuit photo

+ +

This is Biscuit. He is a third generation puppy. A cross between a labrodour +and a jack russell

+ +

Doodle (Female)

+ +

missing:
+Doodle photo

+ +

This is doodle she is also a third generation puppy who is a mix between a +jack russell and a labrodor

+ +

Blossom (Female)

+ +

missing:
+Blossom photo

+ +

This is blossom, she is a third generation puppy. A cross between a labrador +and a jack russell

+ +

Family Tree

+ +

missing:
+Ben photo

+

missing:
+bindi photo

+ +

This is Ben the labrador and bindi the jack russell, they are the +grandparents of this litter

+ +

missing:
+Sammy photo

+ + +

This is Sammy the labrador and snowie, the daughter of Bindi and Ben. They +are this litterz parents.

+ +
+

Adoption Form

+ +

Your name

+

 

+ + + +

Name of puppy/puppies

+

 

+ + + +

Why you would like the puppy (optional)

+ + +

+ + + +

If the form submit button dosen't work, please email me by + clicking on the link below

+ +

Next

+ +

Back

+ +

Email: lilmisschrissy9@hotmail.com

+
+ + + diff --git a/petz5world/litterz/img/litterz1_snowie2.bmp b/petz5world/litterz/litterz1/litterz1_snowie2.bmp similarity index 100% rename from petz5world/litterz/img/litterz1_snowie2.bmp rename to petz5world/litterz/litterz1/litterz1_snowie2.bmp diff --git a/petz5world/litterz/litterz2.html b/petz5world/litterz/litterz2/litterz2.html similarity index 58% rename from petz5world/litterz/litterz2.html rename to petz5world/litterz/litterz2/litterz2.html index 5ea1aa9..aa48b2a 100644 --- a/petz5world/litterz/litterz2.html +++ b/petz5world/litterz/litterz2/litterz2.html @@ -6,7 +6,7 @@ - + - + +

z

@@ -34,101 +35,90 @@

My - litterz + litterz 2

-

Welcome to page 2 of my litterz. As with the previous page, if you would like to adopt one of my puppies or an entire - litter, email me at lilmisschrissy9@hotmail.com.

+

Welcome to page 2 of my litterz. As with the previous page, if you would like +to adopt one of my puppies or an entire litter, email me at +lilmisschrissy9@hotmail.com.

-

- missing:
- photo
-

+

missing:
+photo

Litter 1

Chocolate (Female)

-

- missing:
- Chocolate photo
-

+

missing:
+Chocolate photo

-

This is chocolate, He is a mix between a jack russell, a labrador, a dachshund and a scottie.

+

This is chocolate, He is a mix between a jack russell, a labrador, a +dachshund and a scottie.

Noodle (Female)

-

- missing:
- Noodle photo
-

-

This is noodle, she is a mix between a jack russell, a labrador, a dachshund and a scottie.

+

missing:
+Noodle photo

+

This is noodle, she is a mix between a jack russell, a labrador, a dachshund +and a scottie.

Litter 2

Apple (Female)

-

- missing:
- Apple photo
-

-

This is apple, she is a mix between a labrador, a jack russell, a dachshund and a scottie

+

missing:
+Apple photo

+

This is apple, she is a mix between a labrador, a jack russell, a dachshund +and a scottie

Cola (Female)

-

- missing:
- Cola photo
-

-

This is cola, she is from the same litter as apple, she is a mix between a jack russell, a labrador, a dachshund, and - a scottie.

+

missing:
+Cola photo

+

This is cola, she is from the same litter as apple, she is a mix between a +jack russell, a labrador, a dachshund, and a scottie.

Family tree

-

- missing:
- Ben photo
-

-

- missing:
- Bindi photo
-

-

This is Ben the labrador and bindi the jack russell They are great-grandparents of this litter

+

missing:
+Ben photo

+

missing:
+Bindi photo

+

This is Ben the labrador and bindi the jack russell They are +great-grandparents of this litter

- -

- missing:
- Daisy photo
-

-

This is Chuckie, the son of Ben and Bindi, and Daisy the Dachshund. They are the grandparents of this litter

+ +

missing:
+Daisy photo

+

This is Chuckie, the son of Ben and Bindi, and Daisy the Dachshund. They are +the grandparents of this litter

-

- missing:
- Jimmy photo
-

+

missing:
+Jimmy photo

missing:
Maisie photo

-

This is Jimmy the son of Chuckie and Daisy and Maisie, the scottie, they are the parents of both of these litterz

+

This is Jimmy the son of Chuckie and Daisy and Maisie, the scottie, they are +the parents of both of these litterz

Tommy (male)*Adopted*

-

- missing:
- Tommy photo
-

+

missing:
+Tommy photo

-

This is tommy he is a cocker spaniel puppy. To adopt Tommy you will need the cocker spaniel breed files which are - available here

+

This is tommy he is a cocker spaniel puppy. To adopt Tommy you will need the +cocker spaniel breed files which are available here

Family tree

- -

These are tommy's parents, they are both cocker spaniels. Flippy is the mother (black and white) and Fudge is the - father (goldren) Tommy is their first puppy.

+ +

These are tommy's parents, they are both cocker spaniels. Flippy is the +mother (black and white) and Fudge is the father (goldren) Tommy is their first +puppy.

Flippy and fudge also have three newborn puppies on my new litterz page.

@@ -151,16 +141,15 @@ +

If the form submit button dosen't work, please email me by + clicking on the link below

+

- If the form submit button dosen't work, please email me by clicking on the link below + Next

- Next -

- -

- Back + Back

diff --git a/petz5world/litterz/img/litterz2_Chuckie1.bmp b/petz5world/litterz/litterz2/litterz2_Chuckie1.bmp similarity index 100% rename from petz5world/litterz/img/litterz2_Chuckie1.bmp rename to petz5world/litterz/litterz2/litterz2_Chuckie1.bmp diff --git a/petz5world/litterz/img/litterz2_petz0.bmp b/petz5world/litterz/litterz2/litterz2_petz0.bmp similarity index 100% rename from petz5world/litterz/img/litterz2_petz0.bmp rename to petz5world/litterz/litterz2/litterz2_petz0.bmp diff --git a/petz5world/litterz/litterz3.html b/petz5world/litterz/litterz3/litterz3.html similarity index 59% rename from petz5world/litterz/litterz3.html rename to petz5world/litterz/litterz3/litterz3.html index 4012d5e..5eb821c 100644 --- a/petz5world/litterz/litterz3.html +++ b/petz5world/litterz/litterz3/litterz3.html @@ -5,13 +5,14 @@ - + Petz 5 litterz for adoption - + - + + + + +

My - ltterz + ltterz 3

-

This is the third page of my litterz, as you will have guessed by now, i have a lot of puppies that need good homes. - All my dogs are puppies unless it says otherwise. To adopt a puppy or litter, email me at - lilmisschrissy9@hotmail.com

+

This is the third page of my litterz, as you will have guessed by now, i have +a lot of puppies that need good homes. All my dogs are puppies unless it says +otherwise. To adopt a puppy or litter, email me at lilmisschrissy9@hotmail.com +

Molly (Female)

- -

This is molly she is a cross between a jack russell, a labrador and a dachshund

+ +

This is molly she is a cross between a jack russell, a labrador and a +dachshund

Sooty (Male)

-

- missing:
- Sooty photo
-

-

This is Molly's brother sooty, a cross between a labrador, a jack russell and a dachshund.

+

missing:
+Sooty photo

+

This is Molly's brother sooty, a cross between a labrador, a jack russell and +a dachshund.

Mo (Male)

-

- missing:
- Mo photo
-

-

This is molly's brother Mo. A cross between a labrador, a jackrussell and a dachshund.

+

missing:
+Mo photo

+

This is molly's brother Mo. A cross between a labrador, a jackrussell and a +dachshund.

Family tree

-

- missing:
- Ben photo
-

-

- missing:
- bindi photo
-

-

This is Ben the labrador and bindi the jack russell, they are the grandparents of this litter

+

missing:
+Ben photo

+

missing:
+bindi photo

+

This is Ben the labrador and bindi the jack russell, they are the +grandparents of this litter

- -

- missing:
- Daisy photo
-

-

This is Chuckie, the son of Ben and Bindi, and Daisy the Dachshund, they are the parents of this litter.

+ +

missing:
+Daisy photo

+

This is Chuckie, the son of Ben and Bindi, and Daisy the Dachshund, they are +the parents of this litter.

Adoption Form

@@ -102,10 +104,11 @@
-

Next

+

Next

-

Back

+

Back

-

Email: lilmisschrissy9@hotmail.com

+

Email: lilmisschrissy9@hotmail.com

diff --git a/petz5world/litterz/img/litterz3_Chuckie1.bmp b/petz5world/litterz/litterz3/litterz3_Chuckie1.bmp similarity index 100% rename from petz5world/litterz/img/litterz3_Chuckie1.bmp rename to petz5world/litterz/litterz3/litterz3_Chuckie1.bmp diff --git a/petz5world/litterz/img/litterz3_P0315054.JPG b/petz5world/litterz/litterz3/litterz3_P0315054.JPG similarity index 100% rename from petz5world/litterz/img/litterz3_P0315054.JPG rename to petz5world/litterz/litterz3/litterz3_P0315054.JPG diff --git a/petz5world/litterz/img/litterz3_molly1.bmp b/petz5world/litterz/litterz3/litterz3_molly1.bmp similarity index 100% rename from petz5world/litterz/img/litterz3_molly1.bmp rename to petz5world/litterz/litterz3/litterz3_molly1.bmp diff --git a/petz5world/litterz/litterz4.html b/petz5world/litterz/litterz4/litterz4.html similarity index 63% rename from petz5world/litterz/litterz4.html rename to petz5world/litterz/litterz4/litterz4.html index 5dcab5e..f9494e5 100644 --- a/petz5world/litterz/litterz4.html +++ b/petz5world/litterz/litterz4/litterz4.html @@ -6,7 +6,7 @@ - + - + + + +

- Litterz + Litterz page 5

-

This is the page where you will find mainly cocker spaniel and cocker spaniel parti puppies as these are my favourite - breeds at the moment. If you would like to adopt a puppy please email me using the link at the bottom of the - page.

+

This is the page where you will find mainly cocker spaniel and cocker spaniel +parti puppies as these are my favourite breeds at the moment. If you would like +to adopt a puppy please email me using the link at the bottom of the page.

Annie (female)

-

- missing:
- Annie photo
-

-

Annie is a cocker spaniel puppy. do adopt her you will need the cocker spaniel breed file available on my downloadz - page.

+

missing:
+Annie photo

+

Annie is a cocker spaniel puppy. do adopt her you will need the cocker +spaniel breed file available on my downloadz page.

Bobby (Male)

-

- missing:
- Bobby photo
-

-

bobby is a cocker spaniel puppy from the same litter as Annie do adopt him you will need the cocker spaniel breed - file available on my downloadz page

+

missing:
+Bobby photo

+

bobby is a cocker spaniel puppy from the same litter as Annie do adopt him +you will need the cocker spaniel breed file available on my downloadz page

-

- missing:
- Neopets banner
-

+

missing:
+ Neopets banner

diff --git a/petz5world/litterz/litterz5.html b/petz5world/litterz/litterz5/litterz5.html similarity index 52% rename from petz5world/litterz/litterz5.html rename to petz5world/litterz/litterz5/litterz5.html index a6b6504..be4e316 100644 --- a/petz5world/litterz/litterz5.html +++ b/petz5world/litterz/litterz5/litterz5.html @@ -6,7 +6,7 @@ - + - + + + +

- Litterz + Litterz Page 4

-

Welcome to page 4 of my litterz. This page is for the litterz that belong to my sister. To adopt any of these - puppies, email me at lilmisschrissy9@hotmail.com or click on the link at the bottom of this page

+

Welcome to page 4 of my litterz. This page is for the litterz that belong to +my sister. To adopt any of these puppies, email me at +lilmisschrissy9@hotmail.com or click on the link at the bottom of this page

Cookie (Male)

-

- missing:
- Cookie photo
-

-

This is Cookie, he is a cross between a flare buck, a cocker spaniel and a dalmation. To adopt Cookie you will need - to download the cocker spaniel-parti and the flare buck breed files available here

+

missing:
+Cookie photo

+

This is Cookie, he is a cross between a flare buck, a cocker spaniel and a +dalmation. To adopt Cookie you will need to download the cocker spaniel-parti +and the flare buck breed files available here

Frostie (Male)

-

- missing:
- Frostie photo
-

-

This is Frostie, he is from the same litter as cookie but you will only need the cocker spaniel-parti breed file to - adopt him. Available here

+

missing:
+Frostie photo

+

This is Frostie, he is from the same litter as cookie but you will only need +the cocker spaniel-parti breed file to adopt him. Available here

Santa (Male)

-

- missing:
- Santa photo
-

-

This is santa, he is from the same litter as cookie and you will need both breed files to adopt him. Available here

+

missing:
+Santa photo

+

This is santa, he is from the same litter as cookie and you will need both +breed files to adopt him. Available here

- Family + Family Tree

-

- missing:
- peach photo
-

-

- missing:
- coco pop photo
-

-

This peach the flare buck and coco pop the cocker spaniel pari, they are the grandparents of this litter.

+

missing:
+peach photo

+

missing:
+coco pop photo

+

This peach the flare buck and coco pop the cocker spaniel pari, they are the +grandparents of this litter.

-

- missing:
- watsit photo
-

-

- missing:
- spot photo
-

+

missing:
+watsit photo

+

missing:
+spot photo

Adoption Form

@@ -103,19 +96,15 @@

-

If the form submit button dosen't work, please email me by clicking on the link below

+

If the form submit button dosen't work, please email me by + clicking on the link below

-

- next -

+

next

-

- back -

+

back

-

- Email: lilmisschrissy9@hotmail.com -

+

Email: lilmisschrissy9@hotmail.com

diff --git a/petz5world/petz5world.html b/petz5world/petz5world.html new file mode 100644 index 0000000..cbd4d59 --- /dev/null +++ b/petz5world/petz5world.html @@ -0,0 +1,81 @@ + + + + + + + + + + + + Welcome, Enter petz 5 world.com + + + + + + + + + + + + + +

Petz 5 world.com

+ +
+ +
+ +

ENTER PETZ 5 WORLD

+ +

(Click here)

+ +

missing:
+neopets banner

+ +
+ +
+ +

missing:
+neopets banner

+ +

This is my neopet Yoshabele the Zafara. He is sad because he wants some +friends to play with. Please sign up to neopets and i will be your neofriend. +When you sign up to neopets please make sure you activate your account, neopets +will send you an email to do this. untill it is activated you cant play the site +properly. trust me, its worth it. click on the banner to sign up!

+ +
+ + + +
+ + + +
+ +

Email: lilmisschrissy9@hotmail.com

+ + + diff --git a/petz5world/skinz/index.html b/petz5world/skinz/index.html deleted file mode 100644 index 735aa1b..0000000 --- a/petz5world/skinz/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - Carry Case Skinz page 2 - - - - - - - - - -

- - Carry - Case - Skinz - 2 -

- -

This is the second page of the carry case skinz that i have created. If you would like one, email me at - lilmisschrissy9@hotmail.com and i will send it to you. Also if there is a carry case that you would like then email - me and i will make it for you.

- -

Green carry case

- -

click here to download the green carry case

- -

Pink carry case

- -

click here to download the pink carry case.

- -

Blue carry case

- -

Click here to download the blue carry case

- -

Back

-

Back to home

- -

Email: lilmisschrissy9@hotmail.com

- - diff --git a/petz5world/skinz/skinz.html b/petz5world/skinz/skinz.html deleted file mode 100644 index 7f79891..0000000 --- a/petz5world/skinz/skinz.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - Carry case skinz for petz 5 - - - - - - - - - -

Carry Case Skinz

-

This is the page where you can find a variety of skinz for your petz 5 carry case, as far as i know, these will only - work on catz and dogz 5. All of the carry cases are downloadable. Once you have downloaded a case you need to go to - local disk, open program files, open ubi soft, open studio mythos, open petz 5 and put your downloaded file into the - skinz folder. If you have any problems please email me by using the link at the bottom of the page. These were - designed by me so please ask if you would like to include them in your own website.

- -

Default carry case

-

For petz 5 owners who have lost or saved over their origional carry case

- -

Click here to download the default case

- -

Green carry case

- -

Click here to download the green case

- -

pink flowers carry case

- -

Click here to download the pink flowers case

- -

Next

-

Back to home

- -

Email: lilmisschrissy9@hotmail.com

- - diff --git a/petz5world/skinz/img/skinz_Default.bmp b/petz5world/skinz/skinz/Default.bmp similarity index 100% rename from petz5world/skinz/img/skinz_Default.bmp rename to petz5world/skinz/skinz/Default.bmp diff --git a/petz5world/skinz/img/skinz_green_2.bmp b/petz5world/skinz/skinz/green_2.bmp similarity index 100% rename from petz5world/skinz/img/skinz_green_2.bmp rename to petz5world/skinz/skinz/green_2.bmp diff --git a/petz5world/skinz/img/skinz_pink_flowers.bmp b/petz5world/skinz/skinz/pink_flowers.bmp similarity index 100% rename from petz5world/skinz/img/skinz_pink_flowers.bmp rename to petz5world/skinz/skinz/pink_flowers.bmp diff --git a/petz5world/skinz/skinz/skinz.html b/petz5world/skinz/skinz/skinz.html new file mode 100644 index 0000000..c4c9d35 --- /dev/null +++ b/petz5world/skinz/skinz/skinz.html @@ -0,0 +1,71 @@ + + + + + + + + + + + + Carry case skinz for petz 5 + + + + + + + + + + + + +

Carry Case Skinz

+

This is the page where you can find a variety of skinz for your petz 5 carry +case, as far as i know, these will only work on catz and dogz 5. All of the +carry cases are downloadable. Once you have downloaded a case you need to go to +local disk, open program files, open ubi soft, open studio mythos, open petz 5 +and put your downloaded file into the skinz folder. If you have any problems +please email me by using the link at the bottom of the page. These were designed +by me so please ask if you would like to include them in your own website.

+ +

Default carry case

+

For petz 5 owners who have lost or saved over their origional carry case

+ +

Click here to download the default case

+ +

Green carry case

+ +

Click here to download the green case

+ +

pink flowers carry case

+ +

Click here to download the pink flowers +case

+ +

Next

+

Back to home

+ +

Email: lilmisschrissy9@hotmail.com

+ + diff --git a/petz5world/skinz/img/skinz2_blue.bmp b/petz5world/skinz/skinz2/blue.bmp similarity index 100% rename from petz5world/skinz/img/skinz2_blue.bmp rename to petz5world/skinz/skinz2/blue.bmp diff --git a/petz5world/skinz/img/skinz2_green.bmp b/petz5world/skinz/skinz2/green.bmp similarity index 100% rename from petz5world/skinz/img/skinz2_green.bmp rename to petz5world/skinz/skinz2/green.bmp diff --git a/petz5world/skinz/img/skinz2_pink.bmp b/petz5world/skinz/skinz2/pink.bmp similarity index 100% rename from petz5world/skinz/img/skinz2_pink.bmp rename to petz5world/skinz/skinz2/pink.bmp diff --git a/petz5world/skinz/skinz2.html b/petz5world/skinz/skinz2/skinz2.html similarity index 55% rename from petz5world/skinz/skinz2.html rename to petz5world/skinz/skinz2/skinz2.html index 4149976..1787971 100644 --- a/petz5world/skinz/skinz2.html +++ b/petz5world/skinz/skinz2/skinz2.html @@ -5,12 +5,14 @@ - - + + Carry Case Skinz page 2 - + - - - -
-
missing: linkname.gif
-
- Links
- Many sites are dormant, but still worth having a look.
- -
- - - -
Boardwalkerz Hosted
- - -
Forums
- - -
Petz Sites
- - -
Babyz Sites
- - -
Oddballz Sites
- - -
Resource & Credit Links
- - -
Haunts
- - - diff --git a/sues_virtual_life/past/index.html b/sues_virtual_life/past/index.html deleted file mode 100644 index 7171361..0000000 --- a/sues_virtual_life/past/index.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - - - Sue's Virtual Life - - - - - - - - - - -
- -
- - -
-

Past Updates

- -

Happy New Year! 2015
- It was a bad year for updates, sorry. :*-(

- - - -

December 2014
- - Grab/Santa - C3+ Spot "Spotted Elephant" (gone)

- -

October & November 2014
- - Homepage/Spook Catz Unibreed (gone)
- - Grab/Captured Petz (gone)

- -

July, August & September 2014
- - What's This?/Color Danes Freebies (gone)

- -

May & June 2014
- - Grab/Catz/Osh Plush
- - What's This?/Bunny & Kitty Adoptions (gone)

- -

March & April 2014
- - Grab/Other/Jellybeanz
- - What's This?/Hexed Bunnyz

- -

January & February 2014
- - What's This?/C3+ Litter
- - Grab/Other/Boardwalk Bear
- - What's This?/Polaris (gone)

- - - -

December 2013
- - Nothing New

- -

November 2013
- - Nothing New

- -

September & October 2013
- - Captured Petz Find It (gone)
- - Haunted Petz Adoptions Site (gone)

- -

August 2013
- - Downloads/Other/Wuzzit

- -

July 2013
- - Nothing new...

- -

June 2013
- - Downloads/Catz/Alley Coon

- -

May 2013
- - Different style layout
- - Salty and Peppa Adoption (Gone)

- -

April 2013
- - Take/Adoptions - All Removed
- - Take/Adoptions/B+W Alley Catz Litter (Gone)

- -

March 2013
- - Home Page/Custom Muttlie Bunnyz (Gone)
- - Take/Dogz Unibreedz/Cookie Dough Lab
- - Home Page/Special Adoption/Cootie
- - Take/Other Unibreedz/Goober Bunnyz
- - Take/Adoptions/Sweetz Bunnyz Litter
- - Take/Adoptions/UBunz Litter
- - Take/Adoptions/Prince Nigel
- - Take/Other Unibreedz/Mini Bunny Spotted

- -

February 2013
- - Take/Dogz Unibreedz/Colored Scottie
- - Take/Adoptions/Spring Fever Bunnyz

- -

January 2013
- - The Dungeon/Augustus (Gone)

- - - -

December 2012
- - Examine/The Closet/Snowangelz (Gone)
- - Examine/2012 Book List Removed

- -

November 2012
- - Examine/Related Links/Boardwalkerz Hosted Updated
- - Take/Catz Unibreedz/Colored Chinchilla
- - Examine/The Closet/ Freakyz Litter and Stinging Wormz (Gone)

- -

October 2012
- - Examine/The Closet/Freakyz C3+ Litter
- - Take/Other Unibreedz/Batz
- - Take/Catz Unibreedz/Evil Kittyz
- - Take/Brynn's Programs
- - Examine/Halloween Spooky Dogz ('Til 10.31)
- - Examine/Halloween Spooky Catz ('Til 10.31)

- -

September 2012
- - Take/Other Unibreedz/Pigmyz

- -

August 2012
- - Sorry, Nothing New

- -

July 2012
- - Examine/The Closet/Angus

- -

June 2012
- - Take/Dogz Unibreedz/Short Dane
- - Take/Catz Unibreedz/Spice Cat
- - Home/Special Adoption (Gone)
- - Take/Catz Unibreedz/Russian Roulette Alley
- - Take/Dogz Unibreedz/Aristocratic Bully

- -

May 2012
- - Downloads/Catz Unibreedz/Coffee Coon
- - Home Page/Special Litter Adoptions - (Gone)
- - Downloads/Dogz Unibreedz/Teacup Dali
- - Downloads/Catz Unibreedz/Spotted Cat v.2

- -

April 2012
- - Downloads/Created Boardwalk Archive
- - Information/Removed Past Updates before 2011

- -

March 2012
- - Home Page - Pete & Beans Easter Bunniez - (Gone)
- - Babyz/Adoptions - Daisy
- - Special Adoptions - (Adopted)

- -

February 2012
- - Petz/Other - Grubbyz Unibreed
- - Petz/Other - Goober Mice Unibreed
- - Special Adoptions (Adopted)

- -

January 2012
- - Petz/Litters - Bunny Shoes
- - Petz/Dogz - Abominable Evil Sheepie Unibreed
- - Petz/Catz - Dalialley Unibreed
- - Petz/Dogz - Muttlez Unibreed

- - - -

November & December 2011
- - Petz/Dogz: New Batdog Unibreed

- -

September & October 2011
- - Limited/Demonic Dogz Request
- - Petz/Adopt page added with new Catz 3+ litter.

- -

July & August 2011
- - Petz Boardwalk Closed
- - Sue's Virtual Life Creations Posted

- -

May & June 2011
- - Nothing new.

- -

March & April 2011
- - Cottontail Bunnyz Adoptionz (No Longer Available)
- - New Downloadable Hexed Dogz Litter - Muttlez

- -

February 2011
- - New Bunbunz for Catz and Dogz (ow unibreeds)

- -

January 2011
- - New Alienz (ow unibreed)
- - New Hellcat (ow unibreed)
- - Bred Catz + Hexed Adoptions Closed

- - - -

December 2010
- - New Bred Catz Litter
- - Bred Muttlie Litterz Removed
- - Christmas Hexie Presents

- -

November 2010
- - New Tuxedo Siam (ow unibreed)
- - Three Bred Catz 4 Litterz
- - Two Bred Muttlie Litterz
- - Single Bred Catz Page Removed

- -

September & October 2010
- - Oreo Alley added to Trades
- - Trades Page on Menu
- - Petz Adoptions Links Split on Menu to Request and Download
- - Tagboard Added
- - New Single Adoptions
- - New Halloween Hexiez
- - New Kitty Litter

- -

August 2010:
- - Links fixed
- - Downloads re-uploaded
- - Site re-opened

- - - -

June 2008:
- - Site closed due to lack of time and no internet

- - - -

Sept. & Oct. 2007:
- - Petz Adopt/Hex Litters: Wizard Catz
- - PB has been resurrected
- - New: Site/Find It

- -

- Some parts are missing
- ----------
- x-site/about page removed
- x-site/contact page (now below)
- x-site/help page (now below)
- x-babyz/toyz/XP fix page (Petz A does it ;-))
- ----------

- -

August 2007
- - Nothing new

- -

July 2007
- - Oddballz page and new breed added!
- - Petz/Adopt: Singles page removed
- - Petz/Adopt: PST page removed
- - Petz/Adopt: PST page added
- - Site/News: Page removed
- - Site/Past: Updated

- -

June 2007:
- - Site: Tagboard back up
- - Site/News: Updated twice

- -

May 2007:
- - Site/News: Updated

- -

April 2007:
- -Site/News: Update
- -Petz/Sue's Clothes: Wizzy Fedora 5
- *Thanks Minibyte for converting!
- -Petz/Sue's Breedz/Dogz(ow): Dalimutt
- -Tagboard removed temporarily
- -News page added, please read

- -

March 2007:
- - Petz/Sue's Breedz/Dogz (ow): Dalichi
- - Petz/Sue's Breedz/Catz (ow): Persian Tuffy

- -

February 2007:
- - Many updated breedz for P5.
- Thanks to Minibyte! *huge hugs*

- -

For Catz 5
- SPHS Sizzlez
- SPHS Spring Kitty - Holiday
- SPHS Statix

- -

For Dogz 5
- Dingdogz - Holiday
- Fall Leavez - Holiday
- Punkn Pie - Holiday
- Soldierz - Holiday
- SP4 Finny
- SP4 Jigz
- SPHS Fitz
- SPHS Lucky - Holiday
- SPHS Turkz - Holiday
- Treez Dog - Holiday

- -

SPHS Boxy D5 <-- new conversion

- -

January 2007:
- -Petz/Friend's Breedz/Breeze: Groomed Alley updated
- -Petz/Friend's Breedz/Breeze: Pluff unibreed updated
- -Petz/Sue's Breedz/Catz (ow-uni): Frosty Tabby
- -Petz/Sue's Breedz/Catz: SPHS Pocketchang C5 .bmp updated
- Thanks Minibyte!
- -Petz/Sue's Breedz/Catz: SPHS Flash C5 .bmp updated
- Thanks Minibyte!
- - Petz/Sue's Breedz/Catz: Meeziez updated to include
- external 'Dogz' .bmp file
- - Petz/Play/Hex Toyz: Lulabelle.toy P3, P4, + P5
- A huge thanks to Minibyte! *hugs new toy*~

- - - -

*All past updates October through December '06
- are posted under Petz Boardwalk. Below that are
- also updates for Breedz Blvd. & Babyz Punked
- which are now closed having merged with PB.

- -

*Petz Boardwalk

- -

December 2006:
- - Site/Contact: New E-Mail!
- - My helper-elf has a new card for you
- - Sue's Breedz/Dogz (ow-uni): Muttmatian
- - Click on my helper-elf in the menu for presents!
- - Adoptions/Singles page added w/new petz
- - Adoptions/Bred Hexiez page removed

- -

November 2006:
- - Unibreedz updated on or after 11-29-06
- - Homeless Petz moved to APKC/BCKC Forum
- - Removed all unibreed files due to possible glitches,
- until further notice. Sorry for the inconvenience
- - Petz/Adoptions: Bred Hexiez, special note posted
- - Petz/Adoptions: Homeless page added
- - Friend's Breedz/BobbyKat: Leopersian unibreed
- - Friend's Breedz/BobbyKat: Sibersian updated
- - Sue's Clothes/Clothes pg.1: Ducky PJs 5
- - Adoptions/Bred Hexiez: Ralph & Peach Litter (D3+)
- - Friend's Breedz/BobbyKat: v2 Chimalayan unibreed
- - Friend's Breedz/BobbyKat: Three Catz unibreedz
- - Sites merged and 'site' pages updated
- - Tagboard added, please be nice. :-}

- -

October 2006:
- -Babyz\Clothes\Sue: Ducky Jumper
- -Adopt\Bred Hexiez page added w/3 litters
- -Breed\Catz: Dream Catz
- -Boardwalk Haunted Hunt!
- -Sue's Breedz\Dogz: Biggunz

- -

September 2006:
- - Adopt/Hexed Litters: Beanie Bullyz

- -

August 2006:
- -Site/Contact: New E-Mail!
- - Breed/Catz (ow): Spotty Siamau

- -

July 2006:
- - Breed/Dogz (ow): Mosh Hound
- - Breed/Catz (ow): Asian Mottled Mau
- - Adopt/Limited Time Hexiez page removed

- -

June 2006:
- - Adopt/Bred Catz 5 page removed
- - Breed/Dogz (ow): Freckled Speckled Dali
- - Adopt/Limited Time Hexiez: Persian Daliz

- -

May 2006:
- - Adopt/Bred Catz 5: New page of adoptions
- - Breed/Dogz (ow): Colored Dalmatian, many variations
- - Adopt/Limited Time Hexiez: Rockin' Danez

- -

April 2006:
- - Adopt/Limited Time Hexiez: Peepz and Tooty Frooty Bunnyz

- -

March 2006:
- - Breed/Farm: Mini Bunny Updated
- - Adopt/Limited Time Hexiez: Awesome Aussies

- -

February 2006:
- - Adopt/Limited Time Hexiez: Love Monkeyz

- -

January 2006:
- - Breed/Dogz (ow): Harlequin
- - Breed/Catz (ow): Russian Alley
- - Breed/Fantasy: Artie
- - Adopt/Limited Time Hexiez: Dalicalimatian

- -

- Complete site renovation of PB
- - Hidden Toyz page removed
- - Gift page removed

- - - -

*Breedz Blvd.

- -

July - September 2006:

- -

- Breeze: Pluff
- - Breeze: Butterfly Persian
- - Breeze: Breeze Whisper

- -

April - June 2006:

- -

- Rosemary page removed
- - Breeze: Groomed Alley

- - -

January - March 2006:

- -

- Breeze: Siamese Raptor
- - New page for Rosemary
- - Judy: PCC Texaco
- - Holiday Catz: New Christmas PF Mice

- - - -

*Babyz Punked

- -

July - September 2006:

- -

- Sue's Adoptions: Zip
- - Sue's Adoptions: Joel

- -

April - June 2006:

- -

- Play/XP Fix: Windows XP Fixes for Babyz game
- - Sue's Adoptions: Jasmine

- - -

March 2006:

- -

- Carolyn's Adoptions: Darkdoggy
- - Carolyn's Clothes: Nappy Gem
- - Carolyn's Adoptions: Brownie
- - Sue's Clothes: Spike Collar
- - Sue's Clothes: Spider Jumper
- - New Babyz Adoptions
- - New Clothes
- - Toyz by Carolyn Horn

- -

Before then.... ???

-
- - - - - - - - -
- -
- Boardwalkerz © 2004-2015. All rights reserved. -
- - diff --git a/sues_virtual_life/style.css b/sues_virtual_life/style.css deleted file mode 100644 index c27bdb3..0000000 --- a/sues_virtual_life/style.css +++ /dev/null @@ -1,2 +0,0 @@ -body:not(#links){--background-color:#fff;display:grid;grid-template:"header header header" 90px "nav main aside" auto "spacer spacer spacer" 10px "footer footer footer" auto/230px auto 200px}body>*{padding:0 10px 10px}header{background-color:#7ac5cd;grid-area:header}header,main{text-align:center}main{background-color:gold;grid-area:main;padding-bottom:0}nav{grid-area:nav}aside,nav{background-color:#cd8c95}aside{grid-area:aside}.spacer{background-color:#cd8c95;grid-area:spacer}footer{background-color:#66cd00;color:#fff;grid-area:footer;padding:4px 0;text-align:center}body:not(#links){--color:#000;color:#000;color:var(--color);font-family:Tahoma,sans-serif;font-size:10pt;font-weight:100}a,a:active,a:visited{-webkit-text-decoration:none;text-decoration:none}a:hover{cursor:crosshair;-webkit-text-decoration:underline overline;text-decoration:underline overline}.defunct{-webkit-text-decoration:line-through;text-decoration:line-through}.menu{margin-top:47px;width:190px}.menu+.menu{margin-top:13px}.menu-title{background:#8b5f65 url(img/a-link.gif) no-repeat 8px 6px;color:#fff;font:700 13px Verdana;padding:7px 0 7px 31px;text-transform:uppercase}.menu-item{background-color:#ffb6c1;color:#000;display:block;font-size:13px;line-height:17px;margin-bottom:2px;padding:5px 0 5px 8px;-webkit-text-decoration:none;text-decoration:none}.menu-item:active,.menu-item:visited{color:#000}.menu-item:hover{background-color:gold;color:#fff;-webkit-text-decoration:none;text-decoration:none}.sidebar-text{margin-top:34px}.sidebar-text+.sidebar-text{margin-top:17px}.sidebar-text-title:before{content:url(img/a-link.gif)}.sidebar-text-title{-webkit-text-decoration:underline;text-decoration:underline}.missing{border:1px solid;display:inline-block;font-style:italic;padding:3px 7px} -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN1ZXNfdmlydHVhbF9saWZlL3N1ZXNfdmlydHVhbF9saWZlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFjQSxpQkFDRSx1QkFBd0IsQ0FFeEIsWUFBYSxDQUNiLDZJQU1GLENBRUEsT0FDRSxtQkFDRixDQUVBLE9BRUUsd0JBQXlCLENBRHpCLGdCQUdGLENBRUEsWUFIRSxpQkFRRixDQUxBLEtBRUUscUJBQXlCLENBRHpCLGNBQWUsQ0FHZixnQkFDRixDQUVBLElBQ0UsYUFFRixDQUVBLFVBSEUsd0JBTUYsQ0FIQSxNQUNFLGVBRUYsQ0FFQSxRQUVFLHdCQUF5QixDQUR6QixnQkFFRixDQUVBLE9BRUUsd0JBQXlCLENBQ3pCLFVBQVcsQ0FGWCxnQkFBaUIsQ0FJakIsYUFBYyxDQURkLGlCQUVGLENBT0EsaUJBQ0UsWUFBYSxDQUdiLFVBQW1CLENBQW5CLGtCQUFtQixDQURuQiw2QkFBK0IsQ0FHL0IsY0FBZSxDQURmLGVBRUYsQ0FFQSxxQkFDRSw0QkFBcUIsQ0FBckIsb0JBQ0YsQ0FFQSxRQUVFLGdCQUFpQixDQURqQiwwQ0FBbUMsQ0FBbkMsa0NBRUYsQ0FFQSxTQUNFLG9DQUE2QixDQUE3Qiw0QkFDRixDQU9BLE1BQ0UsZUFBZ0IsQ0FDaEIsV0FDRixDQUVBLFlBQ0UsZUFDRixDQUVBLFlBR0Usd0RBQXlELENBRHpELFVBQVksQ0FEWixxQkFBdUIsQ0FJdkIsc0JBQXVCLENBRHZCLHdCQUVGLENBRUEsV0FHRSx3QkFBeUIsQ0FLekIsVUFBVyxDQUpYLGFBQWMsQ0FGZCxjQUFlLENBSWYsZ0JBQWlCLENBTGpCLGlCQUFrQixDQUlsQixxQkFBc0IsQ0FFdEIsNEJBQXFCLENBQXJCLG9CQUVGLENBRUEscUNBQ0UsVUFDRixDQUVBLGlCQUdFLHFCQUF5QixDQUR6QixVQUFXLENBRFgsNEJBQXFCLENBQXJCLG9CQUdGLENBT0EsY0FDRSxlQUNGLENBRUEsNEJBQ0UsZUFDRixDQUVBLDJCQUNFLDJCQUNGLENBRUEsb0JBQ0UsaUNBQTBCLENBQTFCLHlCQUNGLENBT0EsU0FDRSxnQkFBaUIsQ0FHakIsb0JBQXFCLENBRHJCLGlCQUFrQixDQURsQixlQUdGIiwiZmlsZSI6InN1ZXNfdmlydHVhbF9saWZlL3N0eWxlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVEFCTEUgT0YgQ09OVEVOVFNcbiAqXG4gKiBsYXlvdXQgLi4uLi4uLi4uLi4uLi4uLi4gc2l0ZSBsYXlvdXRcbiAqIHRleHQgLi4uLi4uLi4uLi4uLi4uLi4uLiBnbG9iYWwgdGV4dCBzdHlsZXNcbiAqIG1lbnUgLi4uLi4uLi4uLi4uLi4uLi4uLiBsZWZ0IHNpZGViYXIgbmF2IG1lbnVcbiAqIHNpZGViYXItdGV4dCAuLi4uLi4uLi4uLiB0ZXh0IHNlY3Rpb25zIG9uIHNpZGViYXJzXG4gKiBtaXNzaW5nIC4uLi4uLi4uLi4uLi4uLi4gYm94IGZvciBtaXNzaW5nIGFzc2V0c1xuICovXG5cbi8qIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICpcXFxuICAgICZsYXlvdXRcblxcKiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqL1xuXG5ib2R5Om5vdCgjbGlua3MpIHtcbiAgLS1iYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuXG4gIGRpc3BsYXk6IGdyaWQ7XG4gIGdyaWQtdGVtcGxhdGU6XG4gICAgICAgICdoZWFkZXIgaGVhZGVyIGhlYWRlcicgOTBweFxuICAgICAgICAnbmF2ICAgIG1haW4gICBhc2lkZScgIGF1dG9cbiAgICAgICAgJ3NwYWNlciBzcGFjZXIgc3BhY2VyJyAxMHB4XG4gICAgICAgICdmb290ZXIgZm9vdGVyIGZvb3RlcicgYXV0byAvXG4gICAgICAgIDIzMHB4ICAgYXV0byAgIDIwMHB4O1xufVxuXG5ib2R5ID4gKiB7XG4gIHBhZGRpbmc6IDAgMTBweCAxMHB4O1xufVxuXG5oZWFkZXIge1xuICBncmlkLWFyZWE6IGhlYWRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzdhYzVjZDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xufVxuXG5tYWluIHtcbiAgZ3JpZC1hcmVhOiBtYWluO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZkNzAwO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIHBhZGRpbmctYm90dG9tOiAwO1xufVxuXG5uYXYge1xuICBncmlkLWFyZWE6IG5hdjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2NkOGM5NTtcbn1cblxuYXNpZGUge1xuICBncmlkLWFyZWE6IGFzaWRlO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjY2Q4Yzk1O1xufVxuXG4uc3BhY2VyIHtcbiAgZ3JpZC1hcmVhOiBzcGFjZXI7XG4gIGJhY2tncm91bmQtY29sb3I6ICNjZDhjOTU7XG59XG5cbmZvb3RlciB7XG4gIGdyaWQtYXJlYTogZm9vdGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNjZjZDAwO1xuICBjb2xvcjogI2ZmZjtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBwYWRkaW5nOiA0cHggMDtcbn1cblxuXG4vKiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqXFxcbiAgICAmdGV4dFxuXFwqIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG5cbmJvZHk6bm90KCNsaW5rcykge1xuICAtLWNvbG9yOiAjMDAwO1xuXG4gIGZvbnQtZmFtaWx5OiBUYWhvbWEsIHNhbnMtc2VyaWY7XG4gIGNvbG9yOiB2YXIoLS1jb2xvcik7XG4gIGZvbnQtd2VpZ2h0OiAxMDA7XG4gIGZvbnQtc2l6ZTogMTBwdDtcbn1cblxuYSwgYTp2aXNpdGVkLCBhOmFjdGl2ZSB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cblxuYTpob3ZlciB7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lIG92ZXJsaW5lO1xuICBjdXJzb3I6IGNyb3NzaGFpcjtcbn1cblxuLmRlZnVuY3Qge1xuICB0ZXh0LWRlY29yYXRpb246IGxpbmUtdGhyb3VnaDtcbn1cblxuXG4vKiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqXFxcbiAgICAmbWVudVxuXFwqIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG5cbi5tZW51IHtcbiAgbWFyZ2luLXRvcDogNDdweDtcbiAgd2lkdGg6IDE5MHB4O1xufVxuXG4ubWVudSArIC5tZW51IHtcbiAgbWFyZ2luLXRvcDogMTNweDtcbn1cblxuLm1lbnUtdGl0bGUge1xuICBmb250OiBib2xkIDEzcHggVmVyZGFuYTtcbiAgY29sb3I6IHdoaXRlO1xuICBiYWNrZ3JvdW5kOiAjOGI1ZjY1IHVybChpbWcvYS1saW5rLmdpZikgbm8tcmVwZWF0IDhweCA2cHg7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIHBhZGRpbmc6IDdweCAwIDdweCAzMXB4O1xufVxuXG4ubWVudS1pdGVtIHtcbiAgbWFyZ2luLWJvdHRvbTogMnB4O1xuICBmb250LXNpemU6IDEzcHg7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmI2YzE7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiA1cHggMCA1cHggOHB4O1xuICBsaW5lLWhlaWdodDogMTdweDtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICBjb2xvcjogIzAwMDtcbn1cblxuLm1lbnUtaXRlbTp2aXNpdGVkLCAubWVudS1pdGVtOmFjdGl2ZSB7XG4gIGNvbG9yOiAjMDAwO1xufVxuXG4ubWVudS1pdGVtOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICBjb2xvcjogI2ZmZjtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZDcwMDtcbn1cblxuXG4vKiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSAqXFxcbiAgICAmc2lkZWJhci10ZXh0XG5cXCogLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cblxuLnNpZGViYXItdGV4dCB7XG4gIG1hcmdpbi10b3A6IDM0cHg7XG59XG5cbi5zaWRlYmFyLXRleHQgKyAuc2lkZWJhci10ZXh0IHtcbiAgbWFyZ2luLXRvcDogMTdweDtcbn1cblxuLnNpZGViYXItdGV4dC10aXRsZTo6YmVmb3JlIHtcbiAgY29udGVudDogdXJsKGltZy9hLWxpbmsuZ2lmKTtcbn1cblxuLnNpZGViYXItdGV4dC10aXRsZSB7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xufVxuXG5cbi8qIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICpcXFxuICAgICZtaXNzaW5nXG5cXCogLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi9cblxuLm1pc3Npbmcge1xuICBib3JkZXI6IDFweCBzb2xpZDtcbiAgcGFkZGluZzogM3B4IDdweDtcbiAgZm9udC1zdHlsZTogaXRhbGljO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG4iXX0= */ diff --git a/supernova/index.html b/supernova/index.html deleted file mode 100644 index 4d77482..0000000 --- a/supernova/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - Supernova - - - - - - - - - - - -test - - - diff --git a/supernova/style.css b/supernova/style.css deleted file mode 100644 index b3238a5..0000000 --- a/supernova/style.css +++ /dev/null @@ -1,2 +0,0 @@ - -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdXBlcm5vdmEvc3R5bGUuY3NzIiwic291cmNlc0NvbnRlbnQiOltdfQ== */ diff --git a/vpz_research/breeds/c_fantasyz/index.html b/vpz_research/breeds/c_fantasyz/index.html deleted file mode 100644 index 7cccbd6..0000000 --- a/vpz_research/breeds/c_fantasyz/index.html +++ /dev/null @@ -1,648 +0,0 @@ - - - - - - - - - Fantasyz (Catz) - - - - - - - - - -
- -
- -

VPZ Research Center

    |    home - - - - -

Fantasyz (Catz)

- -

All my breedz are proudly made from the original PFM breedz! "From scratch." ;-) Sounds I use are either in - game, compiled by me, or from Carolyn, whose brilliance is a great inspiration, and her patience is astounding.

- -

Do not directly link to my files, and if you distribute them, please give me credit. Breedz are listed - alphabetically.

- -

.cat files need to go in Resource\Catz folder. The files are zipped, so you need an unzipping program such as - WinZip to use them. You do not need any other breedz files or anything to use these. Sound files are - available when possible. If sounds aren't available, they may be eventually, but the breed is currently silent - (not cat/dog sounds).

- -

Breedz won't show up in the AC? The most common problem is that the Bunny.cat breed file was changed or deleted. - (If you also have Dogz, you need the Pig.dog file too.) If you don't have these breedz in your game, the last - ones in the Adoption Center won't show up. (Breedz are listed alphabetically, so the "VPZ" breedz tend to be the - ones that drop off.) You need to either reinstall your game or download the Bunny (and/or Pig) from http://www.dmwright.com/petz/

- -

***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and - 5!

- -

If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you - use dial-up. TRY AGAIN LATER.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Achichat
- (FKC Accepted)
-
-

Believed to have evolved in parallel to the Achihond, the Achichat too has just recently been - spotted wandering into regions away from their polar homeland. People called them "angel cats" and - believed them to be celestial creatures, especially when they actually come in to contact with man - and react with neither fear nor agression (due to their homelands so far from the influence of man). - Long ago, they might have been solitary like most other small cat species, but these catz have - developed unique hunting styles that reduce intraspecific competition. The cats that have taken - flight opt to hunt small birds, much the way raptors do. Some developed coarse fur and are adept - swimmers, catching fish and other aquatic prey. The remainder prey mostly upon small mammals. Little - is known about the interactions between these and thei canine counterparts. One theory is that the - species have never met, with the dogz living at the south pole and the catz' domain in the north. - (This breed is entirely of my invention.)

-
-
- *** Download ***
- (Uses "Chinchilla Persian" sounds from Carolyn's Creations.) -
- Cabbit
- (FKC Accepted)
-
-

Cabbits are meowing, hopping, carrot-loving creatures who, in their lapine-feline form, are playful - and harmless. At his owner's command, the cabbit can transform into a powerful starship. The most - famous cabbit is Ryo-ohki, companion of the infamous space pirate Ryoko. (This breed was inspired by - the series Tenchi Muyo.)

-
- *** Download ***
- (internal sounds)
- -
- Car
-
- *** Download ***
- (Uses "Alley Cat" sounds from Carolyn's Creations.) -
- Chocobo
- (FKC Accepted)
-
-

Ostrich-sized, flightless birds that serve as mounts for the people in the Final Fantasy worlds. - Chocobos are used for everything from racing for entertainmant to battle mounts. Their functions - mirror horses of our world. (Based on creatures from the Final Fantasy series, primarily FF7.)

-
- *** Download ***
- (silent)
- -
- Equinex
- (FKC Accepted)
-
- Tattoos are courtesy of Just Taboo and Cirrutopia.
-
- An equine breed of unknown origins. (This breed is purely my own invention.)
-
- *** Download ***
- - Horse Sounds
- (These are the apaloosa sounds from Carolyn's Creations.) -
- Faerie
-
-

There are many kinds of fae in the world of fantasy. These faeries are really of a generic forest - type. Fae in general are mischievous humanoid creatures, but most will not do any harm unless - provoked.

-
- *** Download - ***
- (Uses "Unicorn" sounds from Carolyn's Creations.) -
- Felikron
- (FKC Accepted)
-
-

A large cat, possibly descended from bobcats, mountain lions, or other species. This large creature - has a widespread habitat with the shorthaired variety roaming plains, deserts and armer climates, - and the heavy-furred ones found in coniferous forests, tundra, and higher elevations. Many males - possess antlers which are used to fight and defend themselves. (This breed is purely my own - invention.)

-
- *** Download - ***
- (internal sounds) -
-
-
- Kirara
- (FKC Accepted)
-
-

In a fantasy world of medieval Japan, occasionally a cat will develop an extra tail. These felines, - sometimes called "two-tails," tend to possess magical abilities. The best known two-tail's name is - Kirara (or Kilala depending on translation), companion of the demon-slayer Sango. Kirara has the - ability to transform into a large, powerful, flying cat at whim and serves as mount and loyal - fighting companion for Sango and her human, half-human, and "other" friends. (This breed was - inspired by the series Inu Yasha.)

-
- *** Download - ***
- (internal sounds)
-
- - -
-
-
- KittyBonez
- (FKC Accepted)
-
-

What skinless soulless beast is this, untimely roused from its eternal slumber? Perhaps these - creatures met unpleasant fates in life. Perhaps they have returned for some holy or unholy purpose. - Maybe they are merely the results of a bored hexer with an overactive imagination... Whatever they - are, hopefully you can provide a nice home.

-

OOPS...
- The Petz 5 version of this file that was originally released was the wrong offset number. Petz from - this file will need the "mistake" file to be adopted and played with. The "fixed" file has the same - offset as the other versions. Petz adopted in Petz 3 or 4 will need this file to import.

-
- *** Download ***
-
- Catz 5
- (original "oops" = wrong offset)
-
- (Uses "Siamese" sounds from Carolyn's Creations.)
-
-
-
- Lepitaur
- (FKC Accepted)
-
-

A domestic creature from the land of Venitell. It was selectively bred to serve many purposes. More - info is available here: Lepitaur Page (This breed was - my own invention.)

- *** Download ***
-
- Rodent Sounds
- Lemur Sounds
- Giraf - Sounds (by Carolyn)
-
-
- Manen Lynx
- (FKC Accepted)
-
- You can read the story of Manen Lynxes at this site. (This breed is purely my - own invention.)
-
- Drop tail code is from Marinsa, but modified.
- Works in all games, thanks to Minibyte fixing the fur files!
-
- *** Download ***
- (Uses "Alley Cat" sounds from Carolyn's Creations.) -

-
- Moggie
-
-

Moggie is the word given to mixed breed cats (just like "mutt" for dogz). Many people have known a - moggie or two or many, as these cats overpopulate pounds and shelters and are found as stray kittens. A - typical moggie always has its own unique look and personality, but is usually not extreme in type (like - persians and siamese) unless these breeds are not too far back in the family tree. In this file, - literally trillions of possibilities exist, as in real life, including polydactyls (extra-toed catz) and - blind catz. (You can see some examples of these variations here.) I recommend you do not search for a specific cat but rather take whatever - comes to you from the Adoption Center, like the cat you found in the alley or the one that followed you - home...

- -

(Includes fur files from Rissa and L41N.)

- -

Pssst... if you like these, check out Nova's Mixed Breed for Dogz!

- - *** Download - ***
- (Uses "Calico" sounds from Carolyn's Creations.)


-
- Moogle
-
-

I apologize, but I cannot be creative enough to describe these creatures at this time. A description - will appear her on a future date. (Based on creatures from the Final Fantasy series.)

- - *** Download - ***
- (silent)
-
- -

-
- Nausicaa Squirrel
- (FKC Accepted)
-
-

Long-eared squirrel creatures that exist in the realms of Hayao Miyazaki films. These animals are - from times past. In one movie they exist on a mystical floating island where they frolic care-free. In - another they are scarce, their existence threatened by the expansion of the toxic forest. One of these - creatures befriends an amazing girl named Nausicaa and is her constant companion. (Based on the "fox - squirrels" featured in Castle in the Sky and Nausicaa -- Teto, pictured below. Additional variations are - invented and do not appear in these movies.)

- - *** Download - ***
- Rodent - Sounds
-
-
-

-
- Neko!
- (FKC Accepted)
-
-
-

Giant heads and eyes, tiny little bodies, comical expressions... These are the characteristics of - "chibi" or "SD" (super-deformed) styles in anime and manga. Nekos are the absurdly cute embodiment of - this style. (This breed was inspired by the many anime movies and series, including Inu Yasha, Trigun, - Sailor Moon, Kiki's Delivery Service, and many more.)

- - *** Download - ***
- (internal sounds)
-
-
-
-
- Nibbler
- (from Futurama)
-
-
-

The Nibblonians are an ancient race, 17 years older than the universe. These - aliens' insatiable appetites are surpassed only by their unbearable cuteness. They protect the - universe from the onslaught of giant evil brains, and they also excrete dark matter, an extremely - dense substance, each pound of which weighs over 10,000 pounds, and is valuable as starship - fuel.
- (This breed was inspired by the series Futurama.)

- - *** Download - ***
- (internal sounds)
-
- -
- Pseudodragon
- (FKC Accepted)
-
-

A cat-sized (around 2 feet long and weighing 5 to 10 pounds) reptilian creature with a generally - aimiable personality and generally "good." They can defend themselves with a strong bite or a poisonous - sting from their tails. These creatures can communicate telepathically with each other, elves, and some - humans. Their behaviors are very cat like, and the sounds they make include purring and hissing. (This - breed was inspired by the pen and paper RPG Dungeons & Dragons.)

- - *** Download - ***
- (Uses "Chinchilla Persian" sounds from Carolyn's Creations.)
-
-
-
-
- Riddle Cat
-
-

"When the wine drinks itself, when the skull speaks, when the clock strikes the right - time. Only then will you find the tunnel that leads to the Red Bull's lair, har har. There be a trick - to it, of course."

- -

What be the trick? You won't get it from this cat, a character from The Last - Unicorn (1982). This is the riddle that leads to the film's climax. The cat knows the trick, but he - gives our protagonists only a riddle. Is this cat a "good guy" or a "bad guy?" No, not really either. He - be a cat, and "no cat anywhere ever gave anyone a straight answer." (This breed was inspired by the - movie The Last Unicorn.)

- - *** Download - ***
- (internal sounds)
-
- -
- Silhouette
-
-

In a parellel dimension, our catz still roam, but here they will appear as flat shadows, merely - shades. These creatures behave and resemble our own catz but have no form of their own, merely flat - whisps.

- -

This breed is inspired by real life. A shadow lives in our home. At first, we each thought it was a - trick of the eyes. I saw it in my peripheral view. I thought one of my pet rats (a black one notorious - for sneaking past me when I fed them) got out and went searching for it -- for nearly an hour. When I - asked my roommate, she told me about the "shadow cat" she sees. Sure enough, I checked my cages, and all - were accounted for. The shadow is now a frequent phenomenon, it hugs the walls most of the time and - behaves like a cat or rat.

- - *** Download - ***
- (Uses Catz sounds from Carolyn's Creations.)
-
-
-
- Snokat
-
-

11,000 years ago, while the great glaciers melted and receded to the poles, humans migrated through - Asia, into North America and to South America. This was the time of mass extinction of megafauna (giant - animals, as large or larger than elephants, mostly grazing mammals and their predators). In the midst of - this climate change and hunting, very few of these enormous species survived. Some were simply hunted to - extinction, others were too specialized for cold climates (before this time, tundra covered large - areas), and their habitats were lost.

- -

(Real history above. ;-) Fantasy part follows.)

- -

On a few small islands near Greenland, one such animal, a relict species, still exists. Seen by a - few lucky researchers, the animal has been named the snokat. It stands up to 2 meters at the shoulders - and weighs up to 5 tons. The snowkat resembles something between an enourmous lion or polar bear. It is - known to roar and exhibits feline behavior. It is believed tat the snokat feeds mainly on seals. During - anchient times, the snokat's range probably included much of the North American continent, and probably - fed on the large, now extinct, grazing animals including mammoths and prehistoric buffalo species. The - snokat hibernates for a large part of the year and can be seen for a brief time in spring, hunting in a - pride for as much food as possible before mating and returning to hibernation.

- -

The snokat is primarily white with mostly cool icy tones to its skin. When it lived in less harsh - conditions, the species was probably a darker color, and occasionally a beige colored cub shows up. - (These do not often survive in the tundra and are sometimes even abandoned by their mothers.) Snokats - seem to vary some in shape and color, evidence to a thriving gene pool despite their reduced range. Some - snokats have long tusks, once used to pierce thick mastadon hide but now neither a help nor hiderance. - Short or no tails have evolved to conserve heat, though long-tailed snokats occur in some places, and - they curl their tails around themselves for warmth. The long tail is likely a remnant from earlier - times.

- -

(The snokat is my own creation but inspired by the real Wisconsin Maximum glaciation and mass - extinction of megafauna.)

- - *** Download - ***
- (Uses "Tyger" sounds from Carolyn's Creations. -- Use the catz part!)
-
-
- Picture by Nova
-





-
- SWoT
-
-

The SWoT is a small forest-dwelling mammal. It is a unique case of parallel adaptation, being - legless and earless for burrowing, much like counterparts in the reptilian world. The SWoT feeds - primarily on earthworms, aspecially when young, but will take other insects and even young mice. Rough - spines protect the SWoT from potential predators. It is known to hiss at attackers, but is all talk and - no action. (This breed is my own invention.)

- -

Sometimes crashes in Petz 5 on Windows XP. This is a rare occurence and happens in the Adoption - Center.

- - *** Download ***
- (Uses "Dynaroo" sounds from Carolyn's Creations.)
-
-
- Tatzelworm
-
-

This mysterious creature was sighted in the Swiss Alps, hence its fullname "Alpine Tatzelworm." It - is believed to be an unclassified reptile or amphibian, and grows to the size of a man's arm. - Descriptions vary. In some accounts the animal has two legs, in others four or none at all. It is said - to have the face of a cat, and in many descriptions the front part is feline including the legs. This - animal is illusive and viewed as malicious, attacking livestock or people who disturb its holes. -- Also - known as the Strollenworm.

- -

My version is an amphibian. It has a larval form with gills and spends the first part of its life - and breeds in water. It spends most of it's adult life buried in the moist ground. Some adults retain - thair gills and have keeled tails for a completely aquatic life. (This breed was inspired by accounts of - this legendary creature and features taken from real amphibians.)

- - *** Download - ***
- (Uses "Norvil" sounds from Carolyn's Creations.)
-
-
-


-
- Trinket
-
-

Every child has had the fantasy that their favorite stuffed toy comes to life and becomes their new - pet. These curious and gentle creatures, known as "trinkets" are the result of children's wishes. Some - are made of cotton, some denim, some chenile, and all with shiny plastic eyes and little yarn whiskers - to explore their world. They have come to life upon request, but be gentle with them. They are sensitive - animals who can become easily depressed and are used to lots of hugs and love. (Trinkets are inspired by - a variety of plush toys.)

- - Download: Overwriting / Non-Overwriting
- Internal sounds
-

-
- Twitter
-
-

Related to other songbirds such as cardinals, cowbirds, and chickadees, the Twitter is a shy - creature with a small voice. Not much is known about these birds' habits, but their wide color sceme - suggests they are adapted to a variety of habitats, and their quiet voices suggests they live high in - tree tops. (This breed is a product of my own imagination but inspired by real bird species.)

- - *** Download - ***
- (Uses "PFMice" sounds from Carolyn's Creations.) -
- -
- ***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and 5! -

-
-
-
- - diff --git a/vpz_research/breeds/c_wildz/index.html b/vpz_research/breeds/c_wildz/index.html deleted file mode 100644 index 869267b..0000000 --- a/vpz_research/breeds/c_wildz/index.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - - - - - Wildz (Catz) - - - - - - - - - -
- -
- -

VPZ Research Center

    |    - home - - - - -

Wildz (Catz)

- -

- All my breedz are proudly made from the original PFM breedz! "From scratch." ;-) Sounds I use are either in - game, compiled by me, or from Carolyn, whose brilliance is a great inspiration, and her patience is astounding. -

- -

- Do not directly link to my files, and if you distribute them, please give me credit. Breedz are listed - alphabetically. -

- -

- .cat files need to go in ResourceCatz folder. The files are zipped, so you need an unzipping program such as - WinZip to use them. You do not need any other breedz files or anything to use these. Sound files are - available when possible. If sounds aren't available, they may be eventually, but the breed is currently silent - (not cat/dog sounds). -

- -

- Breedz won't show up in the AC? The most common problem is that the Bunny.cat breed file was changed or deleted. - (If you also have Dogz, you need the Pig.dog file too.) If you don't have these breedz in your game, the last - ones in the Adoption Center won't show up. (Breedz are listed alphabetically, so the "VPZ" breedz tend to be the - ones that drop off.) You need to either reinstall your game or download the Bunny (and/or Pig) from http://www.dmwright.com/petz/ -

- -

- ***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and 5! -

- -

- If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you - use dial-up. TRY AGAIN LATER. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodents
- Guinea Pig
- (LSAPC & WKC Accepted)
-
- *** Download ***
- - Guinea Pig Sounds
- (sounds by Carolyn, converted to Catz by me)
- Tortie Fur File -
- Hamsterz
- (LSAPC & WKC Accepted)
-
- *** Download - ***
- Rodent Sounds -
- Mice
- (LSAPC & WKC Accepted)
-
- Marked.: *** Download ***
- Fox/Tan: *** Download ***
- Longhaired: *** Download *** - Rodent Sounds -
- Ratz
- (LSAPC & WKC Accepted)
-
- Standard: *** Download ***
- Rex: *** Download - ***
- Rodent Sounds -
Birdz
- Gouldian Finch
- (LSAPC Accepted)
-
- *** Download ***
- Finch Sounds -
- Parrot
- (LSAPC & WKC Accepted)
-
- *** Download - ***
- (silent) -
- Raven
- (WKC Accepted)
-
- *** Download ***
- Raven Sounds -
- Society Finch
- (LSAPC Accepted)
-
- *** Download ***
- Finch Sounds -
Hoofed
- Llamaz
- (LSAPC & WKC Accepted)
-
- *** Download ***
- (Uses "giraffe" sounds from Carolyn's Creations.) -
- Shetland Pony
- (LSAPC & WKC Accepted)
-
- *** Download ***
- - Pony Sounds
- (These are the apaloosa sounds from Carolyn's Creations.) -
Msc. Mammals
- Arctic Hare
- (WKC Accepted)
-
- *** Download - ***
- (Uses "cotton bunny" sounds from Carolyn's Creations.) -
- Ferretz
- (LSAPC & WKC Accepted)
-
- Drop tail code is from Carolyn.
-
- *** Download ***
- (Silent) -
- Pygmy Hedgehog
- (WKC Accepted)
-
- *** Download - ***
- (Silent) -
- Kinkajou
-
- *** Download ***
- (Silent) -
- Ring-Tailed Lemur
- (WKC Accepted)
-
- *** Download ***
- Catz 5 - (XP Version)
- Lemur Sounds -
- Striped Skunk
-
- Drop tail code is from Carolyn.
-
- *** Download - ***
- (Silent) -
- Sugar Glider
- (LSAPC Accepted)
-
- *** Download
- (Silent) -
- Virginia Opossum
- (WKC Accepted)
-
- *** Download ***
- Possum Sounds -
Other
- Guppy
-
- *** Download ***
- (Uses "fishie" sounds from Carolyn's Creations.) -
- Urchin
- (WKC Accepted)
-
- *** Download - ***
- (Silent) -
- -
-
- - diff --git a/vpz_research/breeds/caninez/index.html b/vpz_research/breeds/caninez/index.html deleted file mode 100644 index f551880..0000000 --- a/vpz_research/breeds/caninez/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - - - Caninez - - - - - - - - - - - - -
-
- -

VPZ Research Center

    |    home - - - - - -

Caninez

- -

All my breedz are proudly made from the original PFM breedz! "From scratch." ;-) Sounds I use are either in game, - compiled by me, or from Carolyn, whose brilliance is a great inspiration, and her patience is astounding.

- -

These are breed files that allow you to adopt petz from the Adoption Center in the game. Do not directly link to - my files, and if you distribute them, please give me credit. Breedz are listed alphabetically.

- -

.dog files need to go in Resource\Dogz The files are zipped, so you need an unzipping program such as WinZip to - use them. You do not need any other breedz files or anything to use these. Sound files are available when possible. - If sounds aren't available, they may be eventually, but the breed is currently silent (not cat/dog sounds). Some of - the feline/canine breedz have internal sounds; others are soundstripped to keepthe files small (you can download the - external sounds from Carolyn's Creations.)

- -

***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and - 5!

- -

If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you use - dial-up. TRY AGAIN LATER.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Domestic Dogz
- Afghan Hound
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- American Eskimo Dog
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- American Indian Dog
- (aka "Spirit Dog")
- (This is a real breed but is not - recognized by any major clubs, so it is most likely not elligable for acceptance in the PKC or - DKC.)
-
- Angelfire
- *** Download - ***
- (internal sounds) -
- Appalachian Greyhound
- (This is a real breed but is not - recognized by any major clubs, so it is most likely not elligable for acceptance in the PKC or - DKC.)
-
- *** Download ***
- (internal sounds)
- (dark brindle fur file is from Nova with permission) -
- Bolognese
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (Uses "poodle" sounds from Carolyn's Creations.) -
- Boston Terrier
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Chart Polski
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Czechoslavakian Wolfdog
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Dalmatian
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Dandie Dinmont Terrier
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Grand Basset Griffon Vendeen
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Greyhound
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Italian Greyhound
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Karelian Bear Dog
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Lurcher
-
-

"Lurcher" isn't a breed -- it is more of a category of dog. It refers to sighthound mixes, - preferably mixes that are especially hardy and do the work of a sighthound. Usually the mix includes a - working or pastoral breed, and they ae usually greyhound size.

- -

Lurchers were originally bred by gypsies for poaching small game. The purpose of such dogs were to - be keen hunters, keeping food on the table of their owners but at the same time not *look* like a - purebred sighthound which were illegal for anyone besides royalty. Prized lurchers were very similar in - build to greyhounds or deerhounds, but for your average man, a longhaired working dog that could also - hunt was more practical and less likely to alarm the authorities. The word lurcher is derived from the - "lur" which is romani for thief. Lurchers are swift canine outlaws. (Read more at Wikipedia.)

- - In this file, billions of possibilities exist. (You can see some examples of these variations here.) Dogz from this file are likely to be - showable in companion shows at PKC. Apply for C-registry as "Mixed Breed." - - *** Download - ***
-

-
- Miniature Pinscher
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- ShelterDogz
-
-

Every year, millions of dogs are euthanized in shelters in the USA, simply because homes are not - available. These dogz have done no wrong but are simply the result of overpopulation, lack of - spaying/neutering, and intentional and unintentional overbreeding. While they have no "papers," shelter - dogs make wonderful pets, as well as doing rescue work, police work, and therapy work. Movies and TV - frequently use dogs from shelters as their "stars," as many are very intelligent and eager to please. - Shelter dogs can be purebred or mixed, and are the best place to begin any search for a canine - companion.

- -

In this file, literally hundreds of billions of possibilities exist, as in real life. (You can see - some examples of these variations here.) I recommend you do not search for a specific dog but rather take - whatever comes to you from the Adoption Center, like the puppy you found by the road or the one that - followed you home...

- -

Pssst... if you like these, check out Nova's Mixed Breed for Dogz or my Moggiez for catz!

- - *** Download - ***
-


-
- Shiba Inu
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Shikoku
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- West Siberian Laika
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Xoloitzquintle
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
Wild Dogz
- Dingo
-
- Angelfire
- *** Download - ***
- (internal sounds) -
- Fennec Fox
-
- Angelfire
- *** Download - ***
- (internal sounds) -
- Gray Fox
-
- *** Download - ***
- (Uses "Dachshund" sounds from Carolyn's Creations.) -
- Wolf
-
-

My fist SCP-swapped breed (Dalmatian with Scottie tendencies)! There are many variations (including - two coat types, tail types, etc.). See this page for details.

- -

Keep in mind that this does overwrite and can be used interchangably with my fantasy "Manen" wolf - file available here.

-
- *** Download - ***
- (internal sounds) -
- -
-
- - diff --git a/vpz_research/breeds/catzdogz/index.html b/vpz_research/breeds/catzdogz/index.html deleted file mode 100644 index 2dfbe7d..0000000 --- a/vpz_research/breeds/catzdogz/index.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - Catz << >> Dogz - - - - - - - - - - - - -
-
- -

VPZ Research Center

    |    home - - - - - -

Catz << >> Dogz

-
- -

You are entering a zone where the catz are loyal obedient droolers and the dogz are independent, preening, and - full of attitude. My newest hobby is trying to created replicas of catz for dogz and vice versa. It is a challenging - endeavor, but it can be fun. Cat and Dog breedz cannot be "converted" directly. Their proportions are very different - and some features are not included in both types and must be added in (like eyebrows and whiskers). It is a - challenge that I enjoy.

- -

The appearence is my sole creation, but the sounds and naming are possible only because of Carolyn - (thanks for helping me and teaching me!). For anyone who doesn't know her, she is the single greatest hexer that has - ever been, and always a very patient and helpful person. I have gotten more than my share of help from her, - especially concerning sounds, which I have found overwhelming and frusterating. So, I have to give her about a - million thank you's and apollogize for bugging her so much.

- -

If you have only Dogz or only Catz, this is not the real solution to having the other in your game. They act much - differently. While these breedz are fun, if you want the true dogz or catz experience or to get all kinds of fun - breedfiles for "the other" game, you should try Carolyn's catz behaviors or dogz behaviors pakages.

- -
- -

-------------------------------

- -
- -

~All these breedz are proudly made from the original PFM breedz! "From scratch." ;-) Please respect my hard work - and give credit where credit is due

- -

~Do not directly link to my files, and if you distribute them, please give me credit.

- -
- -

-------------------------------

- -
- -

.cat files need to go in Resource\Catz folder.

- -

.dog files need to go in Resource\Catz folder.

- -

~The files are zipped, so you need an unzipping program such as WinZip to use them. You do not need any other - breedz files or anything to use these. Sound files are available when possible. If sounds aren't available, they may - be eventually, but the breed is currently silent (not cat/dog sounds). Some of the feline/canine breedz have - internal sounds; others are soundstripped to keepthe files small (you can download the external sounds from - Carolyn's - Creations.)

- -

~Breedz won't show up in the AC? The most common problem is that the Bunny.cat and/or Pig.dog breed file was - changed or deleted. You need to either reinstall your game or download the Bunny (and/or Pig) from - http://www.dmwright.com/petz/

- -

~If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you use - dial-up. TRY AGAIN LATER.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Catz for Dogz
- PersianDog
-
-

Credit for sounds, default naming "Homebody", and international - conversion goes to Carolyn. Thanks to Minibyte for fixing the Petz 3 (English) conversion.


-
- Variations are of my own creation, not from game origins.
-
- *** Download - ***
- (Uses 'Persian' sounds from Carolyn's Creations.) -
- SiameseDog
-
- Variations are taken directly from the Catz counterpart.
-
- *** Download - ***
- (silent) -
- RBlueDog
-
- Variations are of my own creation (based on the real life Russian Shorthair)
-
- *** Download - ***
- (silent) -
Dogz for Catz
- MuttCat
-
- Variations are taken directly from the Dogz counterpart.
-
- *** Download - ***
- (silent) -
- PoodleCat
-
- Variations are of my own creation, not from game origins.
-
- *** Download - ***
- (silent) -
- ScottieCat
-
- Variations are taken directly from the Dogz counterpart.
-
- *** Download - ***
- (silent)
-
-
- Originals
- (Not based on original PFM style)
-
-

Posing your Cani-catz: The way to - get a "professional" stack, take your "dog" to the clothes closet, align him to the side (left-facing - looks best), put a shirt on, and take it off. When you remove the shirt, hold your hand in front of the - dog's face and take a picture if he goes into a stack. If he doesn't, put the shirt on and try - again.

-
- GSD (cat)
-
- *** Download - ***
- (Uses "102" sounds from Carolyn's Creations
-
-
- Japanese Chin (cat)
-
- (My first ever breed with mutatable spots!)
-
- *** Download - ***
- (Uses "102" sounds from Carolyn's Creations
-
-
- Whippet (Cat)
-
- (Cross up tails with drop tails at own risk!)
-
- *** Download - ***
- (Uses "102" sounds from Carolyn's Creations
-
-
- -
-
- - diff --git a/vpz_research/breeds/d_fantasyz/index.html b/vpz_research/breeds/d_fantasyz/index.html deleted file mode 100644 index bd5dd76..0000000 --- a/vpz_research/breeds/d_fantasyz/index.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - - - - Fantasyz (Dogz) - - - - - - - - - - - - -
- -
- -

VPZ Research Center

    |    home - - - - - -

Fantasyz (Dogz)

- -

All my breedz are proudly made from the original PFM breedz! "From scratch." ;-) Sounds I use are either in game, - compiled by me, or from Carolyn, whose brilliance is a great inspiration, and her patience is astounding.

- -

These are breed files that allow you to adopt petz from the Adoption Center in the game. Do not directly link to - my files, and if you distribute them, please give me credit. Breedz are listed alphabetically.

- -

.dog files need to go in Resource\Dogz The files are zipped, so you need an unzipping program such as - WinZip to use them. You do not need any other breedz files or anything to use these. Sound files are - available when possible. If sounds aren't available, they may be eventually, but the breed is currently silent (not - cat/dog sounds).

- -

***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and - 5!

- -

If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you use - dial-up. TRY AGAIN LATER.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Achihond
- (FKC Accepted)
-
-

Achihond or "Angel Hounds" got their name from rare sightings by people who believed - they were angels. While they are peaceful creatures, achihond are as mortal as you or I. They make their - home in the secluded and barren polar regions, where they rarely come into conflict with man or beast. - They form family groups but don't hunt as packs, because they take only fish, birds, small mammals, and - any other small prey they can acquire. Pressures of famine years have pushed toward the evolution of - wings, and some more adventurous animals migrate to other areas to find food, and some have taken a - fondness of shiny trinkets. (The small ones are especially adept thieves.) Sightings remain rare, - however, because achihond are swift, timid, and camouflaged by the clouds or snow, while they travel by - daylight. (This breed is entirely of my invention.)

- - *** Download - ***
- (Uses 'Labrador' sounds from Carolyn's Creations.)
-


-
- Anime Kid
-
-

Whether hangng out with demons, solving murder mysteries, or dueling each other with monsters, kids - abound in the anime universe. They have big eyes, crazy hair colors, and often abilities above and - beyond the adults around them. Adorable and endearing, but there is often more to these kids than meets - the eye. (This breed was inspired by characters in many anime series.)

- - *** Download - ***
- (silent)
-
-
-
-
- Astrocus
-
-

A man traveling through the mountains one night spotted a light shining from behind a wind-ravaged - spruce. As the creature raised its long neck, the man realized the light was starlight reflected in its - large eyes. When the timid beast saw the man, it retreated into darkness. The man returned to his town - with his story, and the creature was named the Astrocus, "star eyes."

- -

A gentle herbivorous mammal, believed by some to have evolved from ancient dragons as they moved to - higher elevations and colder climates, the astrocus lives in small family groups to medium sized herds. - A longer haired subspecies prevails in higher altitudes and colder climates, while a shorter haired - variety live in warmer areas, but all are mountain-dwelling. They eat primarily bark, berries, and - lichen and avoid contact with other animals (though sometimes clash with mountain goats over territory). - In areas near people, the pelt of the rare astrocus is sought by hunters as a prize, and in these - regions, the animals do not grow quite as large and have adapted the habit of hiding in crevices and - remaining mostly nocturnal. (This breed is entirely of my invention.)

- - *** Download - ***
- (Uses 'Zebra' sounds from Carolyn's Creations; they are included in the - file and go in "ze" folder in the Dogz folder.)
-
-
-



-
- Barghest
- (FKC Accepted--both versions)
-
-

There are two versions of this file. Shown above is the "G" version. To see the "PG" version, click here.

- -

According to European mythology, the barghest is a large black dog with large teeth and claws that - appeared only at night. Seeing the dog foretold death, and anyone who caught a glimpse of it would - surely die. The dog itself is a specter, an omen, perhaps not violent... The barghest has equivalents of - other names, the Gwyllgi, the Dog of Darkness, or the Mauthe Dog. (This breed was inspired by European - lore.)

- - "G" Version: *** Download ***
- "PG" Version: *** Download ***
- (internal sounds)
-
-
- Beholder
- (FKC Accepted)
-
-

A spherical beast 8 feet in diameter that includes a large central eye and 12 eye stalks used for - 360 degree vision and firing beams of magic energy. This creature has the ability to cast a variety of - spells which are inevitably used for evil. They hate all creatures that are not beholders. Beholders - live in underground caverns that they carve out using eye rays. (This breed was inspired by the pen and - paper RPG Dungeons & Dragons.)

- - *** Download - ***
- (silent)
-
-
-
-
- Carz
-
- *** Download - ***
- (Uses "Bulldog" sounds from Carolyn's Creations.) -
- Crocotta
- (FKC Accepted)
-
-

Pliny once described a wolfdog creature with powerful jaws that could bite through anything. The - beast Pliny was describing (and exaggerating a bit) is probably the hyena. With some artistic licence, I - have created the beast of imagination, a powerful animal with supernatural jaws and strength. The body - shape and spots are somewhat hyena-like, merging the fact with the fantasy.

- - *** Download - ***
- (Uses "Bulldog" sounds from Carolyn's Creations.) -
- Dada
-
-

Art imitates life. Sometimes life imitates art. But what happens when art is alive? Can abstract - creatures eat, sleep, breathe, and feel? (Product of imagination, as sparked by my brother.)

- *** Download - ***
- (silent)
-
-
- Despair
- (FKC Accepted)
-
-

Whenever sadness or misery struck the village, a gray dog was seen wandering the outskirts of town. - The dog looked frightening to the villagers, and they called it the bringer of misfortune. So they - caught and destroyed the beast, hoping to bring happiness back to their village. But with the dog gone, - the sadness and pain returned to the town and lingered there. Illness that was once brief now required - weeks of bedrest. After deaths, people felt depressed and were in inconsolable mourning for months. - After some time passed, a gray puppy wandered into the home of a widow. Being lonely, she cared for the - pup, and as he grew, her sadness subsided as did the sadness of those around her. He absorbed the - sorrow, taking it upon himself and transforming him from a perky pup to a sorrowful shaggy adult. These - creatures are called Despair, and they bear the burdens of others' suffering, a heavy weight indeed. - While they are noble creatures, their appearence makes most, those who misinterpret their purpose, - fearful and hateful, and they chase the dogs away. (This creature and story are of my own - invention.)

- -

Warning: Sometimes causes the game to crash in Windows XP, especially in Petz - 5. This problem has patterns (the order pets are taken out...), but otherwise does not seem fixable at - this time. To help avoid problems, make sure to back up your pet files, and if using Petz5a, set the - number of pups per litter at 1 or 2.

- -

I will release an updated file if I can fix the issue, but until then, just try to - avoid repeating any actions that cause a crash. (For example, taking out DogA and then DogB might cause - a crash while DogB and then DogA doesn't...) :-/

- - *** Download - ***
- (Uses "Bulldog" sounds from Carolyn's Creations.)
-




-
- Draken
- (5 adult sizes)
- (FKC Accepted)
-
-

The Draken, or Western Dragon, can have many sizes, colors, and shapes. Depicted in art and - literature, a draken might be a wingless lizard the size of a small dog, or it might be a formidable - flying beast, larger than a bus and feasting on horses. The variety in size, color, and shape are - depicted in this breed file. You can see three adults and one baby above. (This breed was inspired by - European lore.)

- - *** Download - ***
- (Uses "Dragon" sounds from Carolyn's Creations.)
-
-
- Heen
-
-

This little dog shows up by Sophie's side. He is a funny creature, without much of a bark, heavier - than he looks, and unable to climb stairs on his own. I shan't spoil the film for you, but Heen will - hopefully prove to be at least a bit helpful, rather than a complete hinderance. (Based on the film - Howl's Moving Castle.)

- - *** Download - ***
- (silent)
-
- -
- Manen Wolf
- (FKC Accepted)
-
-

You can read the story of Manen Wolves at this site. (This breed is - purely my own invention.) Keep in mind that this does overwrite and can be used interchangeably with my - original wolf file available here. (This breed - is entirely of my invention.)

- - Earring codes are from Carolyn.
-
- *** Download - ***
- (internal sounds) -
- Nubik
-
-

On four moons orbiting a distant planet exist four races of Nubik. Nubik's show a lot of diversity - in terns of snouts and ears. They eat mainly small animals (equivalents of insects and crustaceans) and - show a division in niches with short-snouted nubits eating surface things, and longer-snouted ones - gathering food from borrows. Each moon has its own color of Nubik, considered subspecies -- there has - not been much morphological divergence, however. The moon of the gray nubiks is mostly gray rocks with - deep chasms and high mountains. Gray nubiks live in caves. The moon of the brown nubik is dry chapparal - (scrubland) and desert with few thorny shrubs and sandy soil, where the nubiks build dens under rocks. - The moon of the red nubik is a thick rainforest full of brilliantly colored species and hundreds of tree - species creating a closed canopy. Red nubiks live in hollow stumps. The pastel nubiks live on a moon of - mostly grasslands with gentle streams and many varieties of wildflowers. Pastel nubiks are more open and - prefer to rest in the shade of small trees that dot the landscape. (Nubiks are my own original - creation.)

- -

(These files overwrite each other.)

- - *** Red Nubik - ***
- *** Brown - Nubik ***
- *** Gray Nubik - ***
- *** Pastel - Nubik ***
-
- Required Fur - Files
-



-
- Pet Rock
- (FKC Accepted)
-
- *** Download - ***
- (silent) -
- Phooey
- (FKC Accepted)
-
-

A cute little breed reminiscent of toy dog/poodle mixes. The Phooey is a companion breed who doesn't - care for shows. Phooeys are clipped in a number of ways depending on their owners'/groomers' - preferences. (This breed is entirely of my invention.)

- - *** Download - ***
- (Uses "Dachshund" sounds from Carolyn's Creations.)
-
-
- PuppyBonez
- (FKC Accepted)
-
-

What skinless soulless beast is this, untimely roused from its eternal slumber? Perhaps these - creatures met unpleasant fates in life. Perhaps they have returned for some holy or unholy purpose. - Maybe they are merely the results of a bored hexer with an overactive imagination... Whatever they are, - hopefully you can provide a nice home. (This breed is entirely of my invention.)

- - *** Download - ***
- (Uses "Scottie" sounds from Carolyn's Creations.)
-
-
- ShelterDogz
-
-

Every year, millions of dogs are euthanized in shelters in the USA, simply because homes are not - available. These dogz have done no wrong but are simply the result of overpopulation, lack of - spaying/neutering, and intentional and unintentional overbreeding. While they have no "papers," shelter - dogs make wonderful pets, as well as doing rescue work, police work, and therapy work. Movies and TV - frequently use dogs from shelters as their "stars," as many are very intelligent and eager to please. - Shelter dogs can be purebred or mixed, and are the best place to begin any search for a canine - companion.

- -

In this file, literally hundreds of billions of possibilities exist, as in real life. (You can see - some examples of these variations here.) I recommend you do not search for a specific dog but rather take - whatever comes to you from the Adoption Center, like the puppy you found by the road or the one that - followed you home...

- -

Pssst... if you like these, check out Nova's Mixed Breed for Dogz or my Moggiez for catz!

- - *** Download - ***
-


-
- Sylvan Shepherd
-
-

The Sylvan Shepherd, as its name suggests, is fond of forests. In fact, that is where they are - always found. These dogz become depressed when taken from their forests, even to the point of not - eating. These semi-domestic dogz are usually companions to wandering druidic types, or, as it is - rumored, elven or faerie folk. Sylvan Shepherds are believed to be related to herding/pastoral breedz - and their loyalty is legendary. They fiercely protect those they choose as friends. The Sylvan Shepherd - is often found with one or more companions, be it a person, cat, fox, rodent, or anything else. Even the - insects in the woods are drawn to this dog's charismatic ways. If a Sylvan Shepherd is to befriend you, - you have a lifelong companion and tireless protector.

- -

Winged dogz began showing up among the populations some time ago. According to legend, a young female - dog was being kept by an elven woman. As the dog protected the woman's family, she protected her dog's - new puppies and cherished them. One terribly dry autumn day, however, a fire spread through the village. - The woman carried the pups to safety and got her children out too, but in the confusion, the mother dog - was still searching the house for the family and was trapped inside... After this tragedy, the woman - cast a spell, providing the puppies and any future descendents in wings, so they could save themselves - as well as saving their friends.

- -

(This breed is entirely of my invention.) The overwriting file overwrites the Mutt, so save a backup - of your file!

- - Download: - Overwriting / Non-Overwriting
- internal sounds
-



-
- Unicorn
-
-

Unicorns, while often depicted in modern artwork as horned horses, are often shown is older art as - much smaller and different-looking animals. The unicorn was believed to have the head of a horse, feet - of a goat, and tail of a lion. The unicorn's horn was probably used as defense, but it was prized by - chemists (anchient pharmacists) and others as a universal cure of sorts and also prized for magical - properties. If a unicorn's horn was removed, it was believed that a priceless ruby, the source of the - unicorn's powers, was at the base of the horn. This ruby is not seen in all unicorns, perhaps it is - crystalized blood found only among the oldest and wisest of these creatures. (This breed was inspired by - European lore.)

- - *** Download - ***
- (Uses "Galiceno" sounds from Carolyn's Creations.)
-

-
- Vulpoon
-
-

The vulpoon is clearly canine but seems to have characteristics similar to - a badger or raccoon. They are gentle beasts, easily tamed. (This breed is purely my own invention.)

- *** Download - ***
- (Uses "Poodle" sounds from Carolyn's Creations.)
-
-
- Winged Foxes
-
- A canine breed of unknown origins. (This breed is purely my own invention.)
-
- Leopard spot codes are from Carolyn.
-
- *** Download - ***
- (internal sounds) -
- -
-
- - diff --git a/vpz_research/breeds/d_wildz/index.html b/vpz_research/breeds/d_wildz/index.html deleted file mode 100644 index 2e89beb..0000000 --- a/vpz_research/breeds/d_wildz/index.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - - - Wildz (Dogz) - - - - - - - - - - - - -
-
- -

VPZ Research Center

    |    home - - - - - -

Wildz (Dogz)

- -

All my breedz are proudly made from the original PFM breedz! "From scratch." ;-) Sounds I use are either in game, - compiled by me, or from Carolyn, whose brilliance is a great inspiration, and her patience is astounding.

- -

These are breed files that allow you to adopt petz from the Adoption Center in the game. Do not directly link to - my files, and if you distribute them, please give me credit. Breedz are listed alphabetically.

- -

.dog files need to go in Resource\Dogz The files are zipped, so you need an unzipping program such as - WinZip to use them. You do not need any other breedz files or anything to use these. Sound files are - available when possible. If sounds aren't available, they may be eventually, but the breed is currently silent (not - cat/dog sounds).

- -

***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and - 5!

- -

If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you use - dial-up. TRY AGAIN LATER.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mammals
- African Elephant
-
- *** Download - ***
- (silent) -
- Baby
-
- *** Download - ***
- (Uses "Baby" sounds from Carolyn's Creations.) -
- Badger
-
- *** Download - ***
- (silent) -
- Bison
-
- *** Download - ***
- (silent) -
- Camel
-
- *** Download - ***
- (silent) -
- Cattle
-
- *** Download - ***
- (silent) -
- Cheetah
-
- *** Download - ***
- (Uses "Maine Coon" sounds from Carolyn's Creations.
- Please read the Cheetah readme for how to install.) -
- Clydesdale
-
- *** Download - ***
- (Uses "Galiceno" sounds from Carolyn's Creations.) -
- Feral Pig
-
- *** Download - ***
- (Uses "Pighog" sounds from Carolyn's Creations.) -
- Gerbil
-
- *** Download - ***
- Gerbil Sounds -
- Gorilla
-
- *** Download - ***
- (Uses "gorilape" sounds from Carolyn's Creations.) -
- Polar Bear
-
- *** Download - ***
- (internal sounds) -
- Pygmy Mouse
-
- *** Download ***
- Rodent Sounds -
- Thylacine
-
- *** Download - ***
- (internal sounds -
- Wallaby
-
- *** Download - ***
- (silent) -
Aquatic
- Betta
-
- *** Download - ***
- (Uses "fishie" - sounds from Carolyn's Creations.) -
- Koi (v2)
-
- *** Download - ***
- (Uses "fishie" sounds from Carolyn's Creations.) -
- Marble Angelfish
-
- *** Download - ***
- (Uses "fishie" sounds from Carolyn's Creations.) -
- Urchinz
-
- *** Download - ***
- (silent) -
Other
- Duck
-
- *** Download - ***
- (silent) -
- Snake
-
- *** Download - ***
-
- Toad
-
- *** Download - ***
- (silent) -
- -

***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and - 5!

- -
-
- - - diff --git a/vpz_research/breeds/felinez/index.html b/vpz_research/breeds/felinez/index.html deleted file mode 100644 index d47ab93..0000000 --- a/vpz_research/breeds/felinez/index.html +++ /dev/null @@ -1,494 +0,0 @@ - - - - - - - - - Felinez - - - - - - - - - -
- -
- -

VPZ Research Center

    |    - home - - - - -

Felinez

- -

- All my breedz are proudly made from the original PFM breedz! "From scratch." ;-) Sounds I use are either in - game, compiled by me, or from Carolyn, whose brilliance is a great inspiration, and her patience is astounding. -

- -

- Do not directly link to my files, and if you distribute them, please give me credit. Breedz are grouped by wild - and domestic and listed alphabetically. -

- -

- .cat files need to go in ResourceCatz folder. The files are zipped, so you need an unzipping program such as - WinZip to use them. You do not need any other breedz files or anything to use these. Sound files are - available when possible. If sounds aren't available, they may be eventually, but the breed is currently silent - (not cat/dog sounds). Some of the feline/canine breedz have internal sounds; others are soundstripped to keepthe - files small (you can download the external sounds fromCarolyn's Creations.) -

- -

- Breedz won't show up in the AC? The most common problem is that the Bunny.cat breed file was changed or deleted. - (If you also have Dogz, you need the Pig.dog file too.) If you don't have these breedz in your game, the last - ones in the Adoption Center won't show up. (Breedz are listed alphabetically, so the "VPZ" breedz tend to be the - ones that drop off.) You need to either reinstall your game or download the Bunny (and/or Pig) from http://www.dmwright.com/petz/ -

- -

- ***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and 5! -

- -

- If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 or 4 downloads, since I don't use those games.) Sometimes files are - interrupted in download, and you get corrupted messages, especially for large files and especially if you - use dial-up. TRY AGAIN LATER. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Domestic Catz
- Abyssinian
- (PKC, PKA, and VFS Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- American Bobtail
- (PKC and KCA Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Bengal
- (version 2)
- (PKC Accepted--ONLY V2)
-
- Drop tail code is from Marinsa, but modified.
- Long "uptail" is modified from ButterflyChaser's dog drop tail.
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Cymric
- (PKC and VFS Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Devon Rex
- (PKC, PKA, and VFS Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Egyptian Mau
- PKC Accepted
-
- Download from Vickie's Show Breedz
- (Uses "egyptian mau" sounds from Carolyn's Creations.) -
- Kurilian Bobtail
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Maine Coon
- (PKC, PKA, and VFS Accepted)
-
-
- Overwriting files overwrite the original PF Magic Maine Coons. Non-Overwriting ones appear in the - Adoption Center as MaineC VPZ. Unzip the tabby fur files into the same folder as the breed. This - breed is PKC approved, but some types in the "Original File" are not accepted. Please download the - show files if you are interested in showing in that organization.
-
-
- Original File
- (Contains all variations)
- Overwriting: *** Download ***
- Non-Overwriting: *** Download ***
-
- Special Show File
- (Contains only show variations)
- Download from - Vickie's Show Breedz
-
- Tabby Fur Files
- (internal sounds) -
- Maine Coon V2
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Moggie
-
- -
- Moggie is the word given to mixed breed cats (just like "mutt" for dogz). Many people have known a - moggie or two or many, as these cats overpopulate pounds and shelters and are found as stray - kittens. A typical moggie always has its own unique look and personality, but is usually not extreme - in type (like persians and siamese) unless these breeds are not too far back in the family tree. In - this file, literally trillions of possibilities exist, as in real life, including polydactyls - (extra-toed catz) and blind catz. (You can see some examples of these variations here.) I recommend you do not search for a specific cat - but rather take whatever comes to you from the Adoption Center, like the cat you found in the alley - or the one that followed you home..
-
- (Includes fur files from Rissa and L41N.)
-
- Pssst... if you like these, check out Nova's Mixed Breed for Dogz!
-
-
- *** Download - ***
- (Uses "Calico" sounds from Carolyn's Creations.) -
- Munchkin
- (PKC, PKA, and VFS Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Neko!
- (FKC Accepted)
-
- *** Download ***
- (internal sounds) -
- Oriental Longhair
- PKC Accepted
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Persian (non-overwriting)
- (PKA and VFS Accepted--except the rainbow ones of course)
- Version 2 are smaller with more realistic colors.
-
-
-
- V1: Solid/Bicolor: *** Download ***
- V1: Harlequin: *** Download ***
- V1: Himalayan: *** Download ***
- V1: Smoke: *** Download ***
-
- V2: Solid/Bicolor: *** Download ***
- V2: Harlequin: *** Download ***
- V2: Himilayan: *** Download ***
-
- Mini Rainbow: *** Download ***
-
- Tortie Fur File
-
- (internal sounds) -
- Ragdoll
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (Uses "chinchilla persian" sounds from Carolyn's Creations.) -
- Singapura
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Sphynx
- (PKC, PKA, and VFS Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Sweet Stray Kittenz
-
- *** Download - ***
- (internal sounds) -
- Tiffanie
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- Turkish Angora
- (PKC Accepted)
-
- Download from Vickie's Show Breedz
- (internal sounds) -
- York Chocolate
-
- (PKA and VFS Accepted)
-
- *** Download ***
- (internal sounds) -
Wild Catz
- Bobcat
- (PKA Accepted)
-
- Drop tail code is from Marinsa, but modified.
- Works in all games, thanks to Minibyte fixing the fur files!
-
- *** Download ***
- (Uses "alley cat" sounds from Carolyn's Creations.) -
- Ocelot
- (PKA, WKC, VFS Accepted)
-
- Drop tail code is from Marinsa, but modified.
-
- *** Download ***
- (internal sounds) -
- Mountain Lion
- aka Puma aka Cougar
- (PKA and VFS Accepted)
- VERSION 2
-
- Drop tail code is from Marinsa, but modified.
-
- *** Download ***
-
- Pallas Cat
- (PKA, WKC and VFS Accepted)
-
- *** Download - ***
-
- (Uses "Russian Blue" sounds from Carolyn's Creations.) -
- -
- ***If only one file is available, it is a "unibreed" file that will work in Petz 3, 4, and 5! -
- -
-
- - diff --git a/vpz_research/breeds/forestfolk/index.html b/vpz_research/breeds/forestfolk/index.html deleted file mode 100644 index be008c0..0000000 --- a/vpz_research/breeds/forestfolk/index.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - Forest Folk - - - - - - - - - - - - - -
-
- -

VPZ Research Center

    |    home - - - - - -

Forest Folk

- -

In the forest dwells a little society of animals ranging from the smallest to the more moderate in size. These - animals can be dressed up or left "naked" and are designed for story telling and/or possibly role play. They are - made from the original PFM balls, so movement can look odd at times (especially ears and tails), but overall, they - move quite well for bipeds, something the game was not really designed for. ;-) Enough variations were added for - interest but not so many to discourage breeding for fun new combos or color mutations.

- -

These work in all the Catz programs (Catz 3, 4, and 5) and need to be unzipped into the Resource/Catz folder.

- -

-------------------------------

- -
- -

~All these breedz are proudly made from the original PFM breedz! "From scratch." ;-) Please respect my hard work - and give credit where credit is due

- -

~Do not directly link to my files, and if you distribute them, please give me credit.

- -
- -

-------------------------------

- -

Breedz won't show up in the AC? The most common problem is that the Bunny.cat breed file was changed or deleted. - (If you also have Dogz, you need the Pig.dog file too.) If you don't have these breedz in your game, the last ones - in the Adoption Center won't show up. (Breedz are listed alphabetically, so the "VPZ" breedz tend to be the ones - that drop off.) You need to either reinstall your game or download the Bunny (and/or Pig) from http://www.dmwright.com/petz/

- -

If you have trouble downloading, right-click the link and choose "Save Target As..." All the files should - work. (Although I can't verify Petz 3 downloads, since I don't use that game.) Sometimes files are interrupted in - download, and you get corrupted messages, especially for large files and especially if you use dial-up. TRY AGAIN - LATER.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Bobcat Folk
-
- *** - Download ***
- (Uses "B+W Shorthair" sounds from Carolyn's Creations.) -
- Chipmunk Folk
-
- *** - Download ***
- (Uses "PFMice" sounds from Carolyn's Creations.) -
- Ferret Folk
-
- *** - Download ***
- Silent -
- Fox Folk
-
- *** - Download ***
- Silent -
- Mole Folk
-
- *** - Download ***
- Silent -
- Mouse Folk
-
- *** - Download ***
- (Uses "PFMice" sounds from Carolyn's Creations.) -
- Rabbit Folk
-
- *** - Download ***
- (Uses "cotton bunny" sounds from Carolyn's Creations.) -
- Rat Folk
-
- *** - Download ***
- Rodent Sounds -
- Skunk Folk
-
- *** - Download ***
- Silent -
- Squirrel Folk
-
- *** - Download ***
- Rodent Sounds -
- -
-
- - diff --git a/vpz_research/index.html b/vpz_research/index.html deleted file mode 100644 index 20a9d64..0000000 --- a/vpz_research/index.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - - VPZ Research Center - - - - - - - - -
-
- -
- -

VPZ Research Center

- -

- Starting September 2006, this site can no longer be updated due to a computer crash. All breedz currently - at this site will remain available here as long as my host doesn't delete it. (Remember you may host any - breedz you like on your own site as long as you include a note that I made them.) I will be making new - breedz, and they will be available at these sites: -

- - - SHOW BREEDZ - (dogz and catz)
- OTHER BREEDZ -
- -

 

- -

(All my Usage Info still applies.)

- -

 

- - - -

How and Why I Hex...

-

- People have different reasons and methods of hexing. For me, it is a hobby and sort of an art form. I have no - desire to be popular or to fulfill other peoples' desires. I do it because I enjoy it, and it is an outlet for - my creativity. I like the problem solving that goes along with getting animals to look right, move right, breed - true, and extra features such as having young ones change as they grow. That said, it should come as no surprise - that I don't do requests. There are things I like hexing and things I don't like. When the urge - hits me, I'll switch gears and try something new. I am not a fan of popularity or "peer pressure" (though those - who request things usually aren't that close to peers; no offense but a 20-something such as myself doesn't have - much in common with the pre-graduation crowd). That's just the way I work. -- How I hex is very simple. I use - ResHack (mostly), pay attention to hexing techniques others have tried, and experiment liberally myself. I like - to try toying with most everything within a breed file... -

- -

- My favorite things to hex are cartoon creatures, cats, and rodents, but I switch gears and try new things all - the time. I choose my base according to build and personality (as in, does it climb trees? Hiss? Growl? Dig?). - Most of my "cartoonish" creatures are catz-based. For the sturdier and/or clumsier beasts, I often choose dogz. -

- -

- I am a free spirit. Not even I know what I will create next, so please put up with my eccentricities, hang - on, and enjoy the ride! -

- - - -

Usage Info:

-

- First of all, I strongly encourage sharing! Feel free to post my breedz, scenes, etc. for download! Make - litterz! enjoy! However, since I have put a lot of work into them and came up with everything on my own (with a - little help and suggestions from friends), I do ask that you follow a few basic rules. Five dos and 5 don'ts - seem fair, right? -

- - - - - - - - - - - - - - - -
How you MAY use my files:
-
    -
  • - You may upload my files to your own server to download, as long as you provide a link to this - site and a note that I made them. -
  • -
  • - You may hex-paint and edit the files for personal use (personal petz, litters, etc.) -
  • -
  • - You MAY use the copy-paste codes provided on this - page. -
  • -
  • - You may use any of the sounds or textures I have created. ;-) (Make sure I made them and didn't - borrow them. I ask permission before doing so.) -
  • -
  • Other requests for usage? Ask!
  • -
-
What you may NOT do:
-
    -
  • - Don't "hot link" to files. That means, if you want to make them downloadable from your site, - upload them to your server. -
  • -
  • - Don't copy parts of my code into breedz you are making (except for my copy-paste free codes). -
  • -
  • Don't give out any of my files without giving me credit and a link.
  • -
  • - Don't give out altered breed files, including minor hex-painting and/or major changes. (Meaning - you cannot use one of my files to create your own breed.) -
  • -
  • - Don't make any file "overwriting." This removes its identity from me. If you would like to see - an overwriting version, ask me. -
  • -
-
- - - -

On this site...

- -
- Felinez
- Wildz (Catz)
- Fantasyz (Catz)
- Forest Folk
- Catz << >> Dogz
- Caninez
- Wildz (Dogz)
- Fantasyz (Dogz)
- Clothez/Toyz
- Skinz
- Playscenes
- Hexing Info
- Free Codes!
- Offset #'s
- Links
-
- -

 

- - - -

Other Info:

- -

- Note: Some computers have errors with some versions (Windows XP and Me). I won't be held - responsible if something screws up. I have these OS related problems myself and will let you know which breedz - have the problems. -

- -

- Note 3:I do all my own hexing, but I sometimes "borrow" sounds. Sound credit goes to the people - who made them (which are indicated). If someone helps me out a lot or lets me borrow some code (I always get - permission), they are also indicated. I also indicate anyone who has done a conversion. Many thanks to all of - you! -

- -

 

- -

 

- - - -
- Interested in some online fun?
- - - - - - - - - - - - - - - - - - - - - -

- ~Neopets is a community that mimics capitalism and has lots of fun games and people playing.
- ~PsyPets is a neat pet simulation, where your pets have some autonomy and personalities that develop.
- ~Jinopets is a game ith beautiful graphics, similar to Neopets play but a smaller and less commercial - community.
- ~GoPets actually run around your screen, and you can pet and play with them, but also be a community.
-

-
- -
-
- - diff --git a/vpz_research/style.css b/vpz_research/style.css deleted file mode 100644 index 3d8bf36..0000000 --- a/vpz_research/style.css +++ /dev/null @@ -1,2 +0,0 @@ -body{--color:#fff;--background-color:#006;background-color:#006;background-color:var(--background-color);color:#fff;color:var(--color);font-family:Arial,Helvetica,sans-serif;font-size:13px;margin:0;padding:0}a{color:#fc3}a:active{color:#009d27}a:visited{color:#00f}nav{background-color:#fff;background-image:url(img/0b725143.gif);height:100vh;padding:20px 10px;position:fixed;text-align:right;width:180px}nav a{display:block;margin-bottom:8px}nav #images{text-align:center}nav #line{border-bottom:1px solid rgba(171,230,246,.5)}main{margin-left:200px;min-height:100vh;padding:15px 10px}main :first-child{margin-top:0;padding-top:0}.angelfire{background-color:#abe6f6;margin-bottom:15px}p{margin-bottom:20px}.left{text-align:left}.center{text-align:center}.defunct{-webkit-text-decoration:line-through;text-decoration:line-through}.small{font-size:10px}.big{font-size:16px}.bigger{font-size:18px}.y{color:#ff0}.o{color:#fc3}#index nav #images{margin-top:30px}#index h1{font-size:32px}#index h2{font-size:16px;font-weight:700;margin-bottom:0;padding-bottom:0}#index h2+p{margin-top:0;padding-top:0}#index main table{border-collapse:collapse;font-weight:700;margin:20px auto;width:585px}#index main table td{border:2px solid silver;padding:2px}#index main table td.title{background-color:#fc3;color:#006}#index main table ul{list-style-position:outside;margin:0;padding:0 0 0 12px}#index main table ul li{padding-left:15px}#index main table ul li:nth-child(2n){color:#fc3}#index main table tr:nth-child(2) td{padding-bottom:15px}#index section#online-fun{text-align:center}#index section#online-fun a:first-of-type{-webkit-text-decoration:none;text-decoration:none}.breed-page h1{display:inline;font-size:24px}.breed-page #main-nav{margin:10px 0 30px}.breed-page h2{font-size:18px;font-weight:400}.breed-page nav a,.breed-page nav a:visited{color:#fff}.breed-page nav a:active{color:#004000}.breed-page table{margin:0 auto 50px;text-align:center;width:553px}.breed-page table td{border-bottom:1px solid #fff;padding:1px 1px 7px}.breed-page table .title{background-color:#009;font-size:16px;font-weight:700;padding-bottom:1px}.breed-page table tr:last-child td{border-bottom:none}.breed-page table p{text-align:left} -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZwel9yZXNlYXJjaC92cHpfcmVzZWFyY2guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLEtBQ0ksWUFBYyxDQUNkLHVCQUF3QixDQUt4QixxQkFBeUMsQ0FBekMsd0NBQXlDLENBRHpDLFVBQW1CLENBQW5CLGtCQUFtQixDQUZuQixzQ0FBeUMsQ0FDekMsY0FBZSxDQUlmLFFBQVMsQ0FEVCxTQUVKLENBRUEsRUFBSSxVQUFhLENBQ2pCLFNBQVcsYUFBZ0IsQ0FDM0IsVUFBWSxVQUFhLENBRXpCLElBQ0kscUJBQXNCLENBQ3RCLHNDQUF1QyxDQUV2QyxZQUFhLENBRWIsaUJBQWtCLENBRGxCLGNBQWUsQ0FHZixnQkFBaUIsQ0FMakIsV0FNSixDQUVBLE1BQ0ksYUFBYyxDQUNkLGlCQUNKLENBRUEsWUFBYyxpQkFBb0IsQ0FDbEMsVUFBWSw0Q0FBbUQsQ0FFL0QsS0FDSSxpQkFBa0IsQ0FFbEIsZ0JBQWlCLENBRGpCLGlCQUVKLENBRUEsa0JBRUksWUFBYSxDQURiLGFBRUosQ0FFQSxXQUNJLHdCQUF5QixDQUN6QixrQkFDSixDQUlBLEVBQUksa0JBQXFCLENBQ3pCLE1BQVEsZUFBa0IsQ0FDMUIsUUFBVSxpQkFBb0IsQ0FDOUIsU0FBVyxvQ0FBNkIsQ0FBN0IsNEJBQStCLENBQzFDLE9BQVMsY0FBaUIsQ0FDMUIsS0FBTyxjQUFpQixDQUN4QixRQUFVLGNBQWlCLENBQzNCLEdBQUssVUFBYSxDQUNsQixHQUFLLFVBQWEsQ0FJbEIsbUJBQXFCLGVBQWtCLENBQ3ZDLFVBQVksY0FBaUIsQ0FFN0IsVUFDSSxjQUFlLENBQ2YsZUFBZ0IsQ0FFaEIsZUFBZ0IsQ0FEaEIsZ0JBRUosQ0FFQSxZQUVJLFlBQWEsQ0FEYixhQUVKLENBRUEsa0JBR0ksd0JBQXlCLENBQ3pCLGVBQWdCLENBRmhCLGdCQUFpQixDQURqQixXQUlKLENBRUEscUJBQ0ksdUJBQXlCLENBQ3pCLFdBQ0osQ0FFQSwyQkFDSSxxQkFBc0IsQ0FDdEIsVUFDSixDQUVBLHFCQUNJLDJCQUE0QixDQUM1QixRQUFTLENBQ1Qsa0JBQ0osQ0FFQSx3QkFBMEIsaUJBQW9CLENBRTlDLHNDQUEwQyxVQUFhLENBRXZELHFDQUNJLG1CQUNKLENBRUEsMEJBQTRCLGlCQUFvQixDQUNoRCwwQ0FBNEMsNEJBQXFCLENBQXJCLG9CQUF1QixDQUluRSxlQUVJLGNBQWUsQ0FEZixjQUVKLENBRUEsc0JBQXdCLGtCQUF1QixDQUUvQyxlQUVJLGNBQWUsQ0FEZixlQUVKLENBR0EsNENBQTRCLFVBQWEsQ0FDekMseUJBQTJCLGFBQWdCLENBRTNDLGtCQUVJLGtCQUFtQixDQUNuQixpQkFBa0IsQ0FGbEIsV0FHSixDQUVBLHFCQUNJLDRCQUE2QixDQUM3QixtQkFDSixDQUVBLHlCQUNJLHFCQUFzQixDQUV0QixjQUFlLENBRGYsZUFBZ0IsQ0FFaEIsa0JBQ0osQ0FFQSxtQ0FBcUMsa0JBQXFCLENBQzFELG9CQUFzQixlQUFrQiIsImZpbGUiOiJ2cHpfcmVzZWFyY2gvc3R5bGUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLyogR0xPQkFMIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG5cbmJvZHkge1xuICAgIC0tY29sb3I6IHdoaXRlO1xuICAgIC0tYmFja2dyb3VuZC1jb2xvcjogIzAwNjtcblxuICAgIGZvbnQtZmFtaWx5OiBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbiAgICBjb2xvcjogdmFyKC0tY29sb3IpO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLWJhY2tncm91bmQtY29sb3IpO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgbWFyZ2luOiAwO1xufVxuXG5hIHsgY29sb3I6ICNmYzM7IH1cbmE6YWN0aXZlIHsgY29sb3I6ICMwMDlkMjc7IH1cbmE6dmlzaXRlZCB7IGNvbG9yOiAjMDBmOyB9XG5cbm5hdiB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoaW1nLzBiNzI1MTQzLmdpZik7XG4gICAgd2lkdGg6IDE4MHB4O1xuICAgIGhlaWdodDogMTAwdmg7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIHBhZGRpbmc6IDIwcHggMTBweDtcblxuICAgIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuXG5uYXYgYSB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgbWFyZ2luLWJvdHRvbTogOHB4O1xufVxuXG5uYXYgI2ltYWdlcyB7IHRleHQtYWxpZ246IGNlbnRlcjsgfVxubmF2ICNsaW5lIHsgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkIHJnYmEoMTcxLCAyMzAsIDI0NiwgMC41KTsgfVxuXG5tYWluIHtcbiAgICBtYXJnaW4tbGVmdDogMjAwcHg7XG4gICAgcGFkZGluZzogMTVweCAxMHB4O1xuICAgIG1pbi1oZWlnaHQ6IDEwMHZoO1xufVxuXG5tYWluICo6Zmlyc3QtY2hpbGQge1xuICAgIHBhZGRpbmctdG9wOiAwO1xuICAgIG1hcmdpbi10b3A6IDA7XG59XG5cbi5hbmdlbGZpcmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNhYmU2ZjY7XG4gICAgbWFyZ2luLWJvdHRvbTogMTVweDtcbn1cblxuLyogdGV4dCAqL1xuXG5wIHsgbWFyZ2luLWJvdHRvbTogMjBweDsgfVxuLmxlZnQgeyB0ZXh0LWFsaWduOiBsZWZ0OyB9XG4uY2VudGVyIHsgdGV4dC1hbGlnbjogY2VudGVyOyB9XG4uZGVmdW5jdCB7IHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoOyB9XG4uc21hbGwgeyBmb250LXNpemU6IDEwcHg7IH1cbi5iaWcgeyBmb250LXNpemU6IDE2cHg7IH1cbi5iaWdnZXIgeyBmb250LXNpemU6IDE4cHg7IH1cbi55IHsgY29sb3I6ICNmZjA7IH1cbi5vIHsgY29sb3I6ICNmYzM7IH1cblxuLyogSU5ERVggLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG5cbiNpbmRleCBuYXYgI2ltYWdlcyB7IG1hcmdpbi10b3A6IDMwcHg7IH1cbiNpbmRleCBoMSB7IGZvbnQtc2l6ZTogMzJweDsgfVxuXG4jaW5kZXggaDIge1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIHBhZGRpbmctYm90dG9tOiAwO1xuICAgIG1hcmdpbi1ib3R0b206IDA7XG59XG5cbiNpbmRleCBoMiArIHAge1xuICAgIHBhZGRpbmctdG9wOiAwO1xuICAgIG1hcmdpbi10b3A6IDA7XG59XG5cbiNpbmRleCBtYWluIHRhYmxlIHtcbiAgICB3aWR0aDogNTg1cHg7XG4gICAgbWFyZ2luOiAyMHB4IGF1dG87XG4gICAgYm9yZGVyLWNvbGxhcHNlOiBjb2xsYXBzZTtcbiAgICBmb250LXdlaWdodDogNzAwO1xufVxuXG4jaW5kZXggbWFpbiB0YWJsZSB0ZCB7XG4gICAgYm9yZGVyOiAjYzBjMGMwIHNvbGlkIDJweDtcbiAgICBwYWRkaW5nOiAycHg7XG59XG5cbiNpbmRleCBtYWluIHRhYmxlIHRkLnRpdGxlIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmMzO1xuICAgIGNvbG9yOiAjMDA2O1xufVxuXG4jaW5kZXggbWFpbiB0YWJsZSB1bCB7XG4gICAgbGlzdC1zdHlsZS1wb3NpdGlvbjogb3V0c2lkZTtcbiAgICBtYXJnaW46IDA7XG4gICAgcGFkZGluZzogMCAwIDAgMTJweDtcbn1cblxuI2luZGV4IG1haW4gdGFibGUgdWwgbGkgeyBwYWRkaW5nLWxlZnQ6IDE1cHg7IH1cblxuI2luZGV4IG1haW4gdGFibGUgdWwgbGk6bnRoLWNoaWxkKGV2ZW4pIHsgY29sb3I6ICNmYzM7IH1cblxuI2luZGV4IG1haW4gdGFibGUgdHI6bnRoLWNoaWxkKDIpIHRkIHtcbiAgICBwYWRkaW5nLWJvdHRvbTogMTVweDtcbn1cblxuI2luZGV4IHNlY3Rpb24jb25saW5lLWZ1biB7IHRleHQtYWxpZ246IGNlbnRlcjsgfVxuI2luZGV4IHNlY3Rpb24jb25saW5lLWZ1biBhOmZpcnN0LW9mLXR5cGUgeyB0ZXh0LWRlY29yYXRpb246IG5vbmU7IH1cblxuLyogQlJFRUQgUEFHRVMgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXG5cbi5icmVlZC1wYWdlIGgxIHtcbiAgICBmb250LXNpemU6IDI0cHg7XG4gICAgZGlzcGxheTogaW5saW5lO1xufVxuXG4uYnJlZWQtcGFnZSAjbWFpbi1uYXYgeyBtYXJnaW46IDEwcHggMCAzMHB4IDA7IH1cblxuLmJyZWVkLXBhZ2UgaDIge1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgZm9udC1zaXplOiAxOHB4O1xufVxuXG4uYnJlZWQtcGFnZSBuYXYgYSB7IGNvbG9yOiAjZmZmOyB9XG4uYnJlZWQtcGFnZSBuYXYgYTp2aXNpdGVkIHsgY29sb3I6ICNmZmY7IH1cbi5icmVlZC1wYWdlIG5hdiBhOmFjdGl2ZSB7IGNvbG9yOiAjMDA0MDAwOyB9XG5cbi5icmVlZC1wYWdlIHRhYmxlIHtcbiAgICB3aWR0aDogNTUzcHg7XG4gICAgbWFyZ2luOiAwIGF1dG8gNTBweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5icmVlZC1wYWdlIHRhYmxlIHRkIHtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2ZmZjtcbiAgICBwYWRkaW5nOiAxcHggMXB4IDdweDtcbn1cblxuLmJyZWVkLXBhZ2UgdGFibGUgLnRpdGxlIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDA5O1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICAgIHBhZGRpbmctYm90dG9tOiAxcHg7XG59XG5cbi5icmVlZC1wYWdlIHRhYmxlIHRyOmxhc3QtY2hpbGQgdGQgeyBib3JkZXItYm90dG9tOiBub25lOyB9XG4uYnJlZWQtcGFnZSB0YWJsZSBwIHsgdGV4dC1hbGlnbjogbGVmdDsgfVxuIl19 */ diff --git a/vpz_research/vpz_research.html b/vpz_research/vpz_research.html new file mode 100644 index 0000000..3584a18 --- /dev/null +++ b/vpz_research/vpz_research.html @@ -0,0 +1,258 @@ + + + + + + + + + VPZ Research Center + + + + + + + + + + + +
+
+ +
+ +

VPZ Research Center

+ +

Starting September 2006, this site can no longer be updated due to + a computer crash. All breedz currently at this site will remain available + here as long as my host doesn't delete it. (Remember you may host any breedz + you like on your own site as long as you include a note that I made them.) I + will be making new breedz, and they will be available at these + sites:

+ + + SHOW BREEDZ (dogz and + catz)
+ OTHER BREEDZ +
+ +

 

+ +

(All my Usage Info still applies.)

+ +

 

+ + + +

How and Why I Hex...

+

People have different reasons and methods of hexing. For me, it is a + hobby and sort of an art form. I have no desire to be popular or to fulfill + other peoples' desires. I do it because I enjoy it, and it is an outlet for + my creativity. I like the problem solving that goes along with getting + animals to look right, move right, breed true, and extra features such as + having young ones change as they grow. That said, it should come as no + surprise that I don't do requests. There are things I like + hexing and things I don't like. When the urge hits me, I'll switch gears and + try something new. I am not a fan of popularity or "peer pressure" (though + those who request things usually aren't that close to peers; no offense but + a 20-something such as myself doesn't have much in common with the + pre-graduation crowd). That's just the way I work. -- How I hex is very + simple. I use ResHack (mostly), pay attention to hexing techniques others + have tried, and experiment liberally myself. I like to try toying with most + everything within a breed file...

+ +

My favorite things to hex are cartoon creatures, cats, and rodents, but I + switch gears and try new things all the time. I choose my base according to + build and personality (as in, does it climb trees? Hiss? Growl? Dig?). Most + of my "cartoonish" creatures are catz-based. For the sturdier and/or + clumsier beasts, I often choose dogz.

+ +

I am a free spirit. Not even I know what I will create next, so + please put up with my eccentricities, hang on, and enjoy the + ride!

+ + + +

Usage Info:

+

First of all, I strongly encourage sharing! Feel free to post my breedz, + scenes, etc. for download! Make litterz! enjoy! However, since I have put a + lot of work into them and came up with everything on my own (with a little + help and suggestions from friends), I do ask that you follow a few basic + rules. Five dos and 5 don'ts seem fair, right?

+ + + + + + + + + + + + + + + +
How you MAY use my files:
+
    +
  • You may upload my files to your own server to download, + as long as you provide a link to this site and a note that I + made them.
  • +
  • You may hex-paint and edit the files for personal use + (personal petz, litters, etc.)
  • +
  • You MAY use the copy-paste codes provided on this page.
  • +
  • You may use any of the sounds or textures I have + created. ;-) (Make sure I made them and didn't borrow them. + I ask permission before doing so.)
  • +
  • Other requests for usage? Ask!
  • +
+
What you may NOT do:
+
    +
  • Don't "hot link" to files. That means, if you want to + make them downloadable from your site, upload them to your + server.
  • +
  • Don't copy parts of my code into breedz you are making + (except for my copy-paste free codes).
  • +
  • Don't give out any of my files without giving me credit + and a link.
  • +
  • Don't give out altered breed files, including minor + hex-painting and/or major changes. (Meaning you cannot use + one of my files to create your own breed.)
  • +
  • Don't make any file "overwriting." This removes its + identity from me. If you would like to see an overwriting + version, ask me.
  • +
+
+ + + +

On this site...

+ +
+ Felinez
+ Wildz (Catz)
+ Fantasyz + (Catz)
+ Forest Folk
+ Catz << >> + Dogz
+ Caninez
+ Wildz (Dogz)
+ Fantasyz + (Dogz)
+ Clothez/Toyz
+ Skinz
+ Playscenes
+ Hexing Info
+ Free Codes!
+ Offset #'s
+ Links
+
+ +

 

+ + + +

Other Info:

+ +

Note: Some computers have errors with some versions + (Windows XP and Me). I won't be held responsible if something screws up. I + have these OS related problems myself and will let you know which breedz + have the problems.

+ +

Note 3:I do all my own hexing, but I sometimes "borrow" + sounds. Sound credit goes to the people who made them (which are indicated). + If someone helps me out a lot or lets me borrow some code (I always get + permission), they are also indicated. I also indicate anyone who has done a + conversion. Many thanks to all of you!

+ +

 

+ +

 

+ + + +
+ Interested in some online fun?
+ + + + + + + + + + + + + + + + + + + + + +

~Neopets is a community that mimics capitalism and has lots of fun + games and people playing.
+ ~PsyPets is a neat pet simulation, where your pets have some autonomy + and personalities that develop.
+ ~Jinopets is a game ith beautiful graphics, similar to Neopets play but + a smaller and less commercial community.
+ ~GoPets actually run around your screen, and you can pet and play with + them, but also be a community.

+
+ +
+
+ + diff --git a/wordfire/dl/sound_weddingbells.wav b/wordfire/dl/sound_weddingbells.wav new file mode 100644 index 0000000..cd1c0d1 --- /dev/null +++ b/wordfire/dl/sound_weddingbells.wav @@ -0,0 +1,1711 @@ + + + + Wayback Machine + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + +
+ + + + +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+
+ + + +
+
+
+

Hrm.

+

The Wayback Machine has not archived that URL.

+

Click here to search for all archived pages under + http://home.earthlink.net/~wordfire/sitebuildercontent/sitebuilderfiles/. +

+
+
+
+
+ +
+
+

+ The Wayback Machine is an initiative of the + Internet Archive, + a 501(c)(3) non-profit, building a digital library of + Internet sites and other cultural artifacts in digital form. +
Other projects include + Open Library & + archive-it.org. +

+

+ Your use of the Wayback Machine is subject to the Internet Archive's + Terms of Use. +

+
+
+ + \ No newline at end of file diff --git a/wordfire/dl/sound_weddingmarch.wav b/wordfire/dl/sound_weddingmarch.wav new file mode 100644 index 0000000..15c199f --- /dev/null +++ b/wordfire/dl/sound_weddingmarch.wav @@ -0,0 +1,1711 @@ + + + + Wayback Machine + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + +
+ + + + +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+
+ + + +
+
+
+

Hrm.

+

The Wayback Machine has not archived that URL.

+

Click here to search for all archived pages under + http://home.earthlink.net/~wordfire/sitebuildercontent/sitebuilderfiles/. +

+
+
+
+
+ +
+
+

+ The Wayback Machine is an initiative of the + Internet Archive, + a 501(c)(3) non-profit, building a digital library of + Internet sites and other cultural artifacts in digital form. +
Other projects include + Open Library & + archive-it.org. +

+

+ Your use of the Wayback Machine is subject to the Internet Archive's + Terms of Use. +

+
+
+ + \ No newline at end of file diff --git a/wordfire/index.html b/wordfire/index.html deleted file mode 100644 index 36f1e12..0000000 --- a/wordfire/index.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - WORDFIRE'S - - - - - - - - - - - - - -
- - - - - -
- fire_line_2.gif - -

- FOR MORE PETZ BACKGROUNDS, SOUND FILES AND PLAYSCENZ IN THE FUTURE VISIT>http://home.earthlink.net/~lindajoyce/ - oz yellow brick road and music available there now!!!! -

- -

- EVEN PETZ PRAISE HIM -

- -
-

- -
-
- THIS IS A PETZ 4&5 SITE**ALL ORIGINAL UNEDITED PLAYSCENZ BACKGROUNDS JUST - WAITING FOR YOU**wordfire**
- -
-
- -
- pupkit03.jpg -
- -

- KUDOS:THANK YOU CAROLYN,JUDY, PEEPS AT APKC FORUMS& MINIBYTE -

- -

.

- -

 

- -
-
- -
- Free Guestbook from Bravenet - - - Free Guestbook from Bravenet - -
- -
- The Life,Truth and Power Of GOD
- animation.gif
- WORDFIRE
-
- Lots Of KEWL Stuff Here
- judysbanner.jpg
- Edited Versions Also Available Of These Playscenz -
-
- - diff --git a/wordfire/play1/index.html b/wordfire/play1/index.html deleted file mode 100644 index 28a459c..0000000 --- a/wordfire/play1/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - PETZ PLAYSCENZ - - - - - - - - - - - - - -

petz** WORDFIRE'S**petz

- - - -PETZ PLAYSCENZ - -
- -
fatcatruns.gif
- -

- - UNEDITED PLAYSCENZ**E-MAIL ME AT - WORDFIRE@EARTHLINK.NET - *REQUEST 4 OR 5 >> UNZIP TO YOUR EDITOR AND MAKE YOUT VERY OWN!! - - - - you can also right click the playscene and save it to your computer( remember where you - save it to
- !!) - - CLICK ON ANY IMAGE TO ENLARGE -
-

- - - - - -
-
- All your favorites>> your PETZ will enjoy them too
- moviestarsroom.jpg
- Wall Of Stars -
- -
- PETZ Can Do Tricks On Stage!!
- thestage.jpg
- The Stage -
- -
- Elect your Next PETZ President !
- votingbooth.jpg
- Voting Booth -
- -
- The Perfect Party Room>Ballons>Treats and Pinata!
- happybirthday.jpg
- Happy Birthday! -
- -
- PETZ Romp In The With Triple Crown Winners Here!
- triplecrowntrophystables.jpg
- Triple Crown Stables -
- -
- A Submarine View>> Petz Will Love It!
- underthesea.jpg
- Under The Sea -
-
- -





- -

- missing:
- image
-

- -





- -
- The Life,Truth and Power Of GOD
- animation.gif
- WORDFIRE
-
- Lots Of KEWL Stuff Here
- judysbanner.jpg
- Edited Versions Also Available Of These Playscenz -
- - diff --git a/wordfire/play2/index.html b/wordfire/play2/index.html deleted file mode 100644 index 7988301..0000000 --- a/wordfire/play2/index.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - MORE PLAYSCENZ - - - - - - - - - - - - - -
- - - -
- -
- - - - - - - - - - - -
-
- e-mail me for PETZ 4 or 5 unedited versions - or right click enlarged image and save it
- wordfire@earthlink.net -
- -
- -
- -
- violet_bar.gif -
- -
- PETZ And Dolphins Play Here!
- dolphinden.jpg
- Dolphin Window -
- -
- All Your PEtZ Love To Gaze Out This Window
- - dolphinden.jpg -
- The View -
- -
- PETZ Relax And Play InOriental Style!!
- orientalroom.jpg
- Asian Attitude -
- -
- Your PETZ Will Love Cool Water And Green Grass
- - watergarden2.jpg -
- Watergarden -
- -
- A Rug In The Sun And Room To Play
- - 1parlor.jpg -
- The Parlor -
- -
- The BIG CAT Gallery
- - wildthingz.jpg -
- WILDTHINGZ -
- -
- The Life,Truth and Power
- Of GOD
- animation.gif
- WORDFIRE -
- -
- Lots Of KEWL Stuff Here
- - -
- Edited Versions Also
- Available Of These
- Playscenz -
-
-
- - diff --git a/wordfire/play3/index.html b/wordfire/play3/index.html deleted file mode 100644 index ad3b16d..0000000 --- a/wordfire/play3/index.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - AND>>>>MORE PETZ PLAYSCENZ - - - - - - - - - - - - - -
-
- -
- - - - - - - - -
- -
- If you have an idea for a PLAYSCENZ email me your request at
- wordfire@earthlink.net -
- -
- -
- -
- For All PETZ Chicken Lovers !!
- mountaintopchickenyard.jpg
- Mountaintop Chickenyard -
- -
- your PETZ Will Love The Lifeguard Tower
- View!!
- oceanview.jpg
- Oceanview -
- -
- THE PERFECT PLACE FOR A SPRING
- WEDDING
- springweddinggarden.jpg
- Spring Wedding Garden -
- -
. -
- - -
- PETZ Will Love The Cool Arbor to Play
- Under!
- flowerarbor.jpg
- Flower Arbor -
- -
. -
- -
- A WOODLAND PARADISE FOR YOUR PETZ
- - uneditedpossumholler.jpg -
- Possum Holler Background -
- -
- PETZ SWIM WITH THE WONDERS OF THE
- SEA
- seafloor.jpg
- Sea Floor -
- -
- The Life,Truth and Power
- Of GOD
- animation.gif
- WORDFIRE - -

- - Lots Of KEWL Stuff Here
- - -
- Edited Versions Also
- Available Of These
- Playscenz -
-
-
- - diff --git a/wordfire/play4/index.html b/wordfire/play4/index.html deleted file mode 100644 index 5eac8c7..0000000 --- a/wordfire/play4/index.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - Completed Petz Playscenz Catz, Dogz 4&5 - - - - - - - - - - - - - - - -
-
- -
- - - - - -
-
- -
- -
.
- - -
- Waterfalls Make This A Refreshing ChickenYard -
- - mountaintopchickenyard.jpg - -
- CHICKENYARD PETZ 4 -
- - - - - - -
- A complete PLAYSCENZ !
- - springweddinggarden.jpg - - PETZ 4 Version -
- -
- - -
- Observe The Sea From
The Lifeguard Post
-
- - oceanview.jpg - -
- OceanView Petz 4 -
- - - -
- - -
- -
- The Life,Truth and Power
- Of GOD
- animation.gif
- WORDFIRE - -

- - Lots Of KEWL Stuff Here
- - -
- Edited Versions Also
- Available Of These
- Playscenz -
-
-
- - diff --git a/wordfire/possums/index.html b/wordfire/possums/index.html deleted file mode 100644 index 28641a6..0000000 --- a/wordfire/possums/index.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - 3-Column Page - - - - - - - - - - - - - -
- - - - -
-
- -
- -
.
- -
- - this breed was created by Rachel at Meow
- Corp.Petz...you can get her Catz 3 version at her web
- site -
https://www.angelfire.com/art2/racieb/petz/ -
- - -
- Opie Possum
- jpgopie.jpg -
- -
- THE PERFECT OPOSSUM HABITAT
- possumholler.jpg
- POSSUM HOLLER PETZ 4 -
- - - - - - - - -
- unedited Possum Holler
is on - AND>>>>MORE PETZ
PLAYSCENZ
-  page
-
- -
- The Life,Truth and Power
- Of GOD
- animation.gif
- WORDFIRE - -

- - Lots Of KEWL Stuff Here
- - -
- Edited Versions Also
- Available Of These
- Playscenz -
-
-
- - diff --git a/wordfire/precious/index.html b/wordfire/precious/index.html deleted file mode 100644 index a9a736f..0000000 --- a/wordfire/precious/index.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - PRECIOUS ONEZ - - - - - - - - - - - - - -
- -
-

petz** WORDFIRE'S**petz

-
- - - - - -
-

PRECIOUS ONEZ

-
- - -
- -
- -
- - BABY!!! YOUR ALL THAT AND A BAG OF CHIPS! - -
- -
- love_007.gif -
- - -
- SHHHH -
- - sleeper.jpg - -
- DON'T Even THINK About Touchin Those
Cheeks!!! -
- -
- ANOTHER SAMPSON????? -
- - kristoffer.jpg - -
- HEY GUYS>>>ARE THESE TREES STRAIGHT YET? click to enlarge -
- -
- -
- coming soon!1 -
- - -
- FEED ME!!!! -
- - halie.jpg - -
- MOM.. YOU NEED SOME COOKING
- LESSONS!! -
- -
- THE WHOLE ENCHELADA!!!
- - dewfamily.jpg - - click to enlarge -
- -
- Enter images and other content here -
- -
- baby_walking.gif -
- -
- more coming soon>> -
- - -
- -
- -
- - ALL PRECIOUS ONEZ NEED A PLACE OF HONOR>>THIS MOM IS TRULY Blessed - - wordfire@earthlink.net - - Arbery>>Arianna>>Rebekah>>Jennifer>> call - home!!!! -   - lol - -
- -
- sitedogs.jpg -
- - -
- The Life,Truth and Power
- Of GOD
- animation.gif
- WORDFIRE - -

- - Lots Of KEWL Stuff Here
- - -
- Edited Versions Also
- Available Of These
- Playscenz -
-
- - diff --git a/wordfire/sound/index.html b/wordfire/sound/index.html deleted file mode 100644 index ff1aa11..0000000 --- a/wordfire/sound/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - Sound Files - - - - - - - - - - - - - -
- -
- -
- - - - - - - - -
- -
- - add to your playscene editor wav files. Use them to make your own wedding playscenz.   - - - OZ SOUNDFILE AND BACKGROUND FOUND ON SISTER SITE. - - http://home.earthlink.net/~lindajoyce/ - -
- -
- -
- - - - - - - - - -
- The Life,Truth and Power
- Of GOD
- animation.gif
- WORDFIRE - -

- - Lots Of KEWL Stuff Here
- - -
- Edited Versions Also
- Available Of These
- Playscenz -
-
-
- - diff --git a/wordfire/style.css b/wordfire/style.css deleted file mode 100644 index bde9682..0000000 --- a/wordfire/style.css +++ /dev/null @@ -1,2 +0,0 @@ -body{--background-color:#ccf;background-color:#ccf;background-color:var(--background-color);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px}h1{color:#c0f;font-size:48px;font-style:italic;font-weight:700;-webkit-text-decoration:underline;text-decoration:underline}.center{text-align:center}.small{font-size:10px}.medium{font-size:16px}.big{font-size:18px}.arial{font-family:Arial,Helvetica,sans-serif}.times{font-family:Times New Roman,serif}.georgia{font-family:Georgia,serif}.courier{font-family:Courier New,Courier,monospace}.defunct{-webkit-text-decoration:line-through;text-decoration:line-through}.missing-asset{border:1px solid;padding:5px}.display-table{display:table;margin:10px auto}.inline-block{display:inline-block;margin:0}#god{float:right;text-align:center;width:130px} -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndvcmRmaXJlL3dvcmRmaXJlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUNJLHVCQUF3QixDQUV4QixxQkFBeUMsQ0FBekMsd0NBQXlDLENBRHpDLDhDQUFrRCxDQUVsRCxjQUNKLENBRUEsR0FHSSxVQUFXLENBRlgsY0FBZSxDQUdmLGlCQUFrQixDQUZsQixlQUFnQixDQUdoQixpQ0FBMEIsQ0FBMUIseUJBQ0osQ0FJQSxRQUFVLGlCQUFvQixDQUU5QixPQUFTLGNBQWlCLENBRTFCLFFBQVUsY0FBaUIsQ0FFM0IsS0FBTyxjQUFpQixDQUV4QixPQUFTLHNDQUEyQyxDQUVwRCxPQUFTLGlDQUF1QyxDQUVoRCxTQUFXLHlCQUE2QixDQUV4QyxTQUFXLHlDQUFnRCxDQUUzRCxTQUFXLG9DQUE2QixDQUE3Qiw0QkFBK0IsQ0FJMUMsZUFDSSxnQkFBaUIsQ0FDakIsV0FDSixDQUVBLGVBQ0ksYUFBYyxDQUNkLGdCQUNKLENBRUEsY0FDSSxvQkFBcUIsQ0FDckIsUUFDSixDQUVBLEtBQU8sV0FBWSxDQUFnQixpQkFBa0IsQ0FBaEMsV0FBa0MiLCJmaWxlIjoid29yZGZpcmUvc3R5bGUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiYm9keSB7XG4gICAgLS1iYWNrZ3JvdW5kLWNvbG9yOiAjY2NmO1xuICAgIGZvbnQtZmFtaWx5OiBWZXJkYW5hLCBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLWJhY2tncm91bmQtY29sb3IpO1xuICAgIGZvbnQtc2l6ZTogMTNweDtcbn1cblxuaDEge1xuICAgIGZvbnQtc2l6ZTogNDhweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGNvbG9yOiAjYzBmO1xuICAgIGZvbnQtc3R5bGU6IGl0YWxpYztcbiAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcbn1cblxuLyogdGV4dCAqL1xuXG4uY2VudGVyIHsgdGV4dC1hbGlnbjogY2VudGVyOyB9XG5cbi5zbWFsbCB7IGZvbnQtc2l6ZTogMTBweDsgfVxuXG4ubWVkaXVtIHsgZm9udC1zaXplOiAxNnB4OyB9XG5cbi5iaWcgeyBmb250LXNpemU6IDE4cHg7IH1cblxuLmFyaWFsIHsgZm9udC1mYW1pbHk6IEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7IH1cblxuLnRpbWVzIHsgZm9udC1mYW1pbHk6ICdUaW1lcyBOZXcgUm9tYW4nLCBzZXJpZjsgfVxuXG4uZ2VvcmdpYSB7IGZvbnQtZmFtaWx5OiBHZW9yZ2lhLCBzZXJpZjsgfVxuXG4uY291cmllciB7IGZvbnQtZmFtaWx5OiBcIkNvdXJpZXIgTmV3XCIsIENvdXJpZXIsIG1vbm9zcGFjZTsgfVxuXG4uZGVmdW5jdCB7IHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoOyB9XG5cbi8qIG1pc2MgKi9cblxuLm1pc3NpbmctYXNzZXQge1xuICAgIGJvcmRlcjogMXB4IHNvbGlkO1xuICAgIHBhZGRpbmc6IDVweDtcbn1cblxuLmRpc3BsYXktdGFibGUge1xuICAgIGRpc3BsYXk6IHRhYmxlO1xuICAgIG1hcmdpbjogMTBweCBhdXRvO1xufVxuXG4uaW5saW5lLWJsb2NrIHtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgbWFyZ2luOiAwO1xufVxuXG4jZ29kIHsgZmxvYXQ6IHJpZ2h0OyB3aWR0aDogMTMwcHg7IHRleHQtYWxpZ246IGNlbnRlcjsgfVxuIl19 */