Finish babyzclothes
This commit is contained in:
parent
7478dc3a9e
commit
6f640ecdde
108 changed files with 10798 additions and 58 deletions
|
@ -119,7 +119,10 @@ MENU.HTML
|
|||
* babyz/babyz-1
|
||||
* babyz/babyzglasses
|
||||
* babyz/babyzharem
|
||||
babyz/babyzclothes
|
||||
|
||||
Nov 2022 & July 2023
|
||||
|
||||
* babyz/babyzclothes
|
||||
babyz/babyzplayscene
|
||||
babyz/babyztoyz
|
||||
babyz/babyzedit
|
||||
|
|
93
carolyns_creations/aboutme/index.html
Normal file
93
carolyns_creations/aboutme/index.html
Normal file
|
@ -0,0 +1,93 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Nothing important; just me, for the curious</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="center">
|
||||
<p class="bigger">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<!--suppress HtmlDeprecatedAttribute -->
|
||||
<table class="green" border="1" style="width:100%;">
|
||||
<tr>
|
||||
<td>
|
||||
<h2>
|
||||
<br>
|
||||
For those who really want to know...
|
||||
</h2>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="bigger">
|
||||
<td>
|
||||
<br>
|
||||
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 <a href="https://web.archive.org/web/20160108043537/http://www.stevehornsc.pwp.blueyonder.co.uk/carolyn/cats.htm" target="_BLANK" title="My Real-life cat family"> here </a>),
|
||||
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.<br>
|
||||
<br>
|
||||
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?<br>
|
||||
<br>
|
||||
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.
|
||||
<br>
|
||||
<br>
|
||||
<img src="Carolyn.jpg" alt="Little Tam and his foster-mum">
|
||||
a<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
264
carolyns_creations/babyz/babyz-1/index.html
Normal file
264
carolyns_creations/babyz/babyz-1/index.html
Normal file
|
@ -0,0 +1,264 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Hex edited babyz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="small-gap-top bigger purple center">
|
||||
<p><b>Hex edited babyz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
</div>
|
||||
|
||||
<div class="border-outer">
|
||||
<div class="border-inner center brown bigger bold">
|
||||
<p>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.</p>
|
||||
|
||||
<p>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 <a href="/babyz/babyzclothes/">babyz clothes</a> page.</p>
|
||||
|
||||
<p><u>Page</u>:
|
||||
1
|
||||
<a href="/babyz/babyz-2/">2</a>
|
||||
<a href="/babyz/babyz-3/">3</a>
|
||||
<a href="/babyz/babyz-4/">4</a>
|
||||
<a href="/babyz/babyz-5/">5</a>
|
||||
|
|
||||
<a href="/babyz/babyzspecial-1/">Special Babyz</a>
|
||||
|
|
||||
<a href="/babyz/babyzplay/">Play with a Babyz Online</a></p>
|
||||
|
||||
<table class="center wide-center-table img-border">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alain.zip">
|
||||
<img src="Alain.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Alaina.zip">
|
||||
<img src="Alaina.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Allan.zip">
|
||||
<img src="Allan.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Andrea.zip">
|
||||
<img src="Andrea.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Angiefay.zip">
|
||||
<img src="Angiefay.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Anona.zip">
|
||||
<img src="Anona.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Anonny.zip">
|
||||
<img src="Anonny.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Ariana.zip">
|
||||
<img src="Ariana.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Baby1.zip">
|
||||
<img src="Baby1.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Baby2.zip">
|
||||
<img src="Baby2.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Baby3.zip">
|
||||
<img src="Baby3.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Baby3x.zip">
|
||||
<img src="Baby3x.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Baby4.zip">
|
||||
<img src="Baby4.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bessalia.zip">
|
||||
<img src="Bessalia.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blondie.zip">
|
||||
<img src="Blondie.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blondie2.zip">
|
||||
<img src="Blondie2.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blossom.zip">
|
||||
<img src="Blossom.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bluebabe.zip">
|
||||
<img src="Bluebabe.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Bluebabe0.zip">
|
||||
<img src="Bluebabe0.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bluefay.zip">
|
||||
<img src="Bluefay.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Boybase.zip">
|
||||
<img src="Boybase.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Caitlina.zip">
|
||||
<img src="Caitlina.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Caitlinb.zip">
|
||||
<img src="Caitlinb.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Candyfloss.zip">
|
||||
<img src="Candyfloss.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Carmena.zip">
|
||||
<img src="Carmena.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Carolyna.zip">
|
||||
<img src="Carolyna.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Cester.zip">
|
||||
<img src="Cester.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Charlemagne.zip">
|
||||
<img src="Charlemagne.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Charmian.zip">
|
||||
<img src="Charmian.gif">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Cherrala.zip">
|
||||
<img src="Cherrala.gif">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bigger purple center">
|
||||
<u>Page</u>:
|
||||
1
|
||||
<a href="/babyz/babyz-2/">2</a>
|
||||
<a href="/babyz/babyz-3/">3</a>
|
||||
<a href="/babyz/babyz-4/">4</a>
|
||||
<a href="/babyz/babyz-5/">5</a>
|
||||
|
|
||||
<a href="/babyz/babyzspecial-1/">Special Babyz</a>
|
||||
|
|
||||
<a href="/babyzplay/">Play with a Babyz Online</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
carolyns_creations/babyz/babyzclothes/Flameb_Flameg_Ghostg.gif
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Flameb_Flameg_Ghostg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Flameboydiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Flameboydiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Flamegirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Flamegirldiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Ghostgirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Ghostgirldiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Greengirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Greengirldiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/HPGlasses1.gif
Normal file
BIN
carolyns_creations/babyz/babyzclothes/HPGlasses1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
carolyns_creations/babyz/babyzclothes/HarryPotterglasses.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/HarryPotterglasses.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Mochagirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Mochagirldiaper.zip
Normal file
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Monkgirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Monkgirldiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Ookgirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Ookgirldiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Redg_Greeng_none.gif
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Redg_Greeng_none.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Redgirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Redgirldiaper.zip
Normal file
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Silvergirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Silvergirldiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Tailblondediaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Tailblondediaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Tailgirldarkdiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Tailgirldarkdiaper.zip
Normal file
Binary file not shown.
BIN
carolyns_creations/babyz/babyzclothes/Tailgolddiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Tailgolddiaper.zip
Normal file
Binary file not shown.
|
@ -76,8 +76,32 @@
|
|||
|
||||
<p><a href="Darkgirldiaper.zip">Dark Girl Diaper</a>, <a
|
||||
href="Blackgirldiaper.zip">Black Girl Diaper</a>, <a
|
||||
href="Mochagirldiaper.zip">Mocha Girl Diaper</a>
|
||||
href="Mochagirldiaper.zip">Mocha Girl Diaper</a><br>
|
||||
<img src="Darkg_Blackg_Mochag.gif" title="Darkg_Blackg_Mochag0"></p>
|
||||
|
||||
<p><a href="Flameboydiaper.zip">Flame Boy Diaper</a>, <a
|
||||
href="Flamegirldiaper.zip">Flame Girl Diaper</a>, <a
|
||||
href="Ghostgirldiaper.zip">Ghost Girl Diaper</a><br>
|
||||
<img src="Flameb_Flameg_Ghostg.gif" title="Flameb_Flameg_Ghostg0"></p>
|
||||
|
||||
<p><a href="Tailgirldarkdiaper.zip">Monkeytail Diaper</a>, <a
|
||||
href="Ookgirldiaper.zip">Ookape Diaper</a>, <a
|
||||
href="Monkgirldiaper.zip">Monkey Girl Diaper</a><br>
|
||||
<img src="Monkeytail_Ookape_Monkeyg.gif"
|
||||
title="Monkeytail_Ookape_Monkeyg0"></p>
|
||||
|
||||
<p><a href="Silvergirldiaper.zip">Silver (Frostedmalt) Girl Diaper</a>, <a
|
||||
href="Tailblondediaper.zip">Blondetail Diaper</a>, <a
|
||||
href="Tailgolddiaper.zip">Goldtail Diaper</a><br>
|
||||
<img src="Silverg(frostedmalt)_Blondetail_Goldtail.gif"
|
||||
title="Silvergfrostedmalt_Blondetail_Goldtail0"></p>
|
||||
|
||||
<p><a href="Redgirldiaper.zip">Red Girl Diaper</a>, <a
|
||||
href="Greengirldiaper.zip">Green Diaper</a><br>
|
||||
<img src="Redg_Greeng_none.gif" title="Redg_Greeng_none0"></p>
|
||||
|
||||
<p><a href="HarryPotterglasses.zip">Harry Potter Glasses</a>,<br>
|
||||
<img src="HPGlasses1.gif" title="Harry Potter glasses"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
92
carolyns_creations/babyz/babyzclothes/index.html
Normal file
92
carolyns_creations/babyz/babyzclothes/index.html
Normal file
|
@ -0,0 +1,92 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Hex edited babyz clothes</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="bold purple bigger center">
|
||||
<p>Hex edited babyz clothes<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
</div>
|
||||
|
||||
<div class="border-outer border-green">
|
||||
<div class="border-inner border-green green center bold bigger img-border">
|
||||
<p>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.</p>
|
||||
|
||||
<p>Download the <a href="whitediaper.zip">proper white diaper</a>
|
||||
overwrites the grubby-looking grey default<br>
|
||||
Download the <a href="Tailsfixedfornaturists.zip">fixed tails</a> which
|
||||
will allow you to use the "naturist" diapers further down this page with
|
||||
the tails. Read the Readme file for more info.</p>
|
||||
|
||||
<p><img src="exoticbubbles.gif" title="My Flower Crown"><br>
|
||||
<a href="exoticbubblepants.zip">My "Exotic bubble pants"</a>, <a href="normalbubbles.zip">My "normal" bubble pants and
|
||||
hats</a><br>
|
||||
They show up in the closet and can be removed from or added to the baby
|
||||
by hand.</p>
|
||||
|
||||
<p><img src="RubyEarrings.gif" title="Ruby Earrings">
|
||||
<img src="GoldEarrings.gif" title="Gold Earrings"><br>
|
||||
<a href="RubyEarrings.zip">Ruby Earrings</a>, <a href="GoldEarrings.zip">Gold Earrings</a></p>
|
||||
|
||||
<p><img src="Tiswaswithcrown.gif" title="My Flower Crown"><br>
|
||||
<a href="MyFlowerCrown.zip">My Flower Crown</a></p>
|
||||
|
||||
<p><img src="oxygentube.gif" title="Oxygen Tube">
|
||||
<img src="oxygentubepreemie.gif" title="Oxygen Tube"><br>
|
||||
<a href="oxygentube.zip">Oxygen Tube</a>, <a href="oxygentubepreemie.zip">"Preemie" Oxygen Tube</a><br>
|
||||
<span class="normal">Note: the oxygen tube should work with most babyz
|
||||
-- whether mini, maxi, normal, or growers.<br>
|
||||
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.</span></p>
|
||||
|
||||
<p><a href="Browngirldiaper.zip" title="Brown Girl Diaper">Brown Girl
|
||||
Diaper</a>, <a href="Paleboydiaper.zip" title="Pale Boy Diaper">Pale
|
||||
Boy Diaper</a>, <a href="Palegirldiaper.zip">Pale Girl
|
||||
Diaper</a><br>
|
||||
<span class="missing-asset normal" title="Browng_Paleb_Paleflesh0" style="width:226px;height:66px;">missing:<br>
|
||||
Browng_Paleb_Paleflesh.gif</span></p>
|
||||
|
||||
<p><a href="Chocolategirldiaper.zip">Chocolate Girl Diaper</a>, <a href="Creamgirldiaper.zip">Cream Girl Diaper</a>, <a href="Robinbrowngirldiaper.zip">Robin-brown Girl Diaper</a><br>
|
||||
<img src="Chocog_Creamg_Robing.gif" title="Chocog_Creamg_Robing0"></p>
|
||||
|
||||
<p><a href="Darkgirldiaper.zip">Dark Girl Diaper</a>, <a href="Blackgirldiaper.zip">Black Girl Diaper</a>, <a href="Mochagirldiaper.zip">Mocha Girl Diaper</a><br>
|
||||
<img src="Darkg_Blackg_Mochag.gif" title="Darkg_Blackg_Mochag0"></p>
|
||||
|
||||
<p><a href="Flameboydiaper.zip">Flame Boy Diaper</a>, <a href="Flamegirldiaper.zip">Flame Girl Diaper</a>, <a href="Ghostgirldiaper.zip">Ghost Girl Diaper</a><br>
|
||||
<img src="Flameb_Flameg_Ghostg.gif" title="Flameb_Flameg_Ghostg0"></p>
|
||||
|
||||
<p><a href="Tailgirldarkdiaper.zip">Monkeytail Diaper</a>, <a href="Ookgirldiaper.zip">Ookape Diaper</a>, <a href="Monkgirldiaper.zip">Monkey Girl Diaper</a><br>
|
||||
<img src="Monkeytail_Ookape_Monkeyg.gif" title="Monkeytail_Ookape_Monkeyg0"></p>
|
||||
|
||||
<p><a href="Silvergirldiaper.zip">Silver (Frostedmalt) Girl Diaper</a>, <a href="Tailblondediaper.zip">Blondetail Diaper</a>, <a href="Tailgolddiaper.zip">Goldtail Diaper</a><br>
|
||||
<img src="Silverg(frostedmalt)_Blondetail_Goldtail.gif" title="Silvergfrostedmalt_Blondetail_Goldtail0"></p>
|
||||
|
||||
<p><a href="Redgirldiaper.zip">Red Girl Diaper</a>, <a href="Greengirldiaper.zip">Green Diaper</a><br>
|
||||
<img src="Redg_Greeng_none.gif" title="Redg_Greeng_none0"></p>
|
||||
|
||||
<p><a href="HarryPotterglasses.zip">Harry Potter Glasses</a>,<br>
|
||||
<img src="HPGlasses1.gif" title="Harry Potter glasses"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
485
carolyns_creations/babyz/babyzedit/index.html
Normal file
485
carolyns_creations/babyz/babyzedit/index.html
Normal file
|
@ -0,0 +1,485 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Special Babyz stuff for editing</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p class="big">
|
||||
<a href="#REF">Fix 'n' Ref</a>...
|
||||
<a href="#EDT">Easy Babyz</a>...
|
||||
<a href="#UTL">Edit Info</a>...
|
||||
<a href="#SCN">Easy Scenes</a>...
|
||||
<a href="#TOY">Toyz/Clo</a>...
|
||||
<a href="#BAB">Babyfile edit</a>...
|
||||
</p>
|
||||
|
||||
<p class="big">Go to <a href="/tutorials/tutorials/">my Main tutorial
|
||||
page</a><br>
|
||||
for general stuff and colour charts, Resource Hacker tips, LNZ Pro 2 tips
|
||||
etc<br>
|
||||
Go to <a href="/tutorials/LNZdetails/">my LNZ breakdown chunks</a><br>
|
||||
for some very useful information on the LNZ files which make up the core of
|
||||
your new baby.<br>
|
||||
<a href="/specials/nicholastools/">Go here for info on Nicholas' Babyza,
|
||||
Tinker, and LNZPro 2</a><br>
|
||||
<span class="normal">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 :-)</span></p>
|
||||
|
||||
<p><b>NOTE</b> My tutorials mostly tell you how to edit in the days before
|
||||
<a href="/specials/nicholastools/" title="Nicholas' utilities">Nicholas'
|
||||
tools</a> 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 <a href="/tutorials/LNZdetails/">my LNZ info chunks </a>are
|
||||
still invaluable.</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/hexerbaby/">The special hexer baby</a>
|
||||
-- thanks, <a title="http://rgn.riverpebble.net" class="defunct" target="_TOP">L41N</a>!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="big"><a href="/babyz/sphinx/">Go here for Sphinx's Special
|
||||
tools</a><br>
|
||||
<span class="normal">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.</span></p>
|
||||
|
||||
<p><span class="big">IMPORTANT NOTE:</span><br>
|
||||
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.</p>
|
||||
|
||||
<!-- Fixes & Ref ---------------------------------------------------------->
|
||||
<p class="bigger purple"><b id="REF">Babyz fixes, and Reference
|
||||
items</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></p>
|
||||
|
||||
<p class="big"><a href="/babyz/vvccr/">ViaVoice fix</a><br>
|
||||
<a href="/babyz/babyzxpsoundfix/">Sound fixed files for Windows XP</a><br>
|
||||
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.<br>
|
||||
|
||||
<a href="BabyzWithMenu.zip">Modified Exe for Playpen access</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="/tutorials/BabyzColours/">My Colour Chart for Babyz hexing</a><br>
|
||||
<a href="/tutorials/BabyzFreezeFix/">How to fix problems with Babyz freezing
|
||||
or crashing</a><br>
|
||||
<a href="/tutorials/BabyzSliderBrains/">Brain-sliders for your Babyz' health
|
||||
and happiness</a><br>
|
||||
<a href="/tutorials/BabyzBallList/">Babyz Ballz list</a><br>
|
||||
|
||||
<!-- Fooler/Full Game ----------------------------------------------------->
|
||||
<a href="BabyzrezSafeCopy.zip">Backup copy of un-edited BabyzRez.dll</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="babyzCDfix.zip">A fix for when that annoying CD message pops
|
||||
up</a><br>
|
||||
<span class="normal">...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.</span></p>
|
||||
|
||||
<p class="big"><a href="/babyz/babyzfooler/"><b>Babyz Demo
|
||||
Fooler.</b></a><br>
|
||||
<span class="normal">A partial solution for people who cannot buy the
|
||||
game anywhere; this fools the demo into giving you better play.</span></p>
|
||||
|
||||
<p>And for people who have lost their CD and cannot find another anywhere,
|
||||
<a href="/babyz/babyzfix/">here is a page</a> 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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<!-- Easy-Edit ------------------------------------------------------------>
|
||||
<p class="big"><span id="EDT">Ultra-easy editing to create new
|
||||
babyz</span><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
|
||||
<a href="BabyzEditingMadeEasy.zip">Ultra easy New-babyz editing "howto"
|
||||
package</a><br>
|
||||
<a href="BabyzRezForEasy-edits.zip">The Rez.dll plus .lnz from Ultra Easy
|
||||
package</a><br>
|
||||
<span class="normal">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.</span></p>
|
||||
|
||||
<p class="big"><span class="normal">(Take a look also at my LNZ file
|
||||
breakdown chunks <a href="/tutorials/LNZdetails/">here</a>, they really
|
||||
should be helpful.)<br>
|
||||
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 <a href="BabyzExtLnz2.jpg">here
|
||||
</a>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.</span><br>
|
||||
|
||||
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.<br>
|
||||
|
||||
<a href="externalfilmstripbabyzrez.zip">The Rez.dll prepared for external
|
||||
filmstrips</a><br>
|
||||
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.<br>
|
||||
|
||||
<a href="Babyzfilmstripfiles.zip">The external filmstrips</a><br>
|
||||
|
||||
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. <a href="externalfilmstripandlnzbabyzrez.zip">The Rez.dll prepared for
|
||||
external filmstrips</a></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/fatima/">Ultra easy New-babyz
|
||||
Egyptian-pharaoh eyes, bangs, single pigtail with bow</a><br>
|
||||
This is actually the complete .lnz for a baby, for use with my Ultra easy
|
||||
New-babyz editing "howto".</p>
|
||||
|
||||
<p><a href="Fatima.zip" title="Fatima">
|
||||
<img src="Fatima.gif" alt="Flowers etc on a babyz">
|
||||
</a></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/faedruna/">Ultra easy New-babyz
|
||||
Flowers, Long hair Etc</a><br>
|
||||
This is actually the complete .lnz for a baby, for use with my Ultra easy
|
||||
New-babyz editing "howto", including instructions for customising it.<br>
|
||||
<a href="Faedrune.zip" title="Faedrune">
|
||||
<img src="Faedruna.gif" alt="Flowers etc on a babyz">
|
||||
</a><br>
|
||||
|
||||
<a href="/tutorials/BabyzWingzCodes/">Ultra easy New-babyz Wingz</a><br>
|
||||
<img src="Check.gif" alt="wingz on babyz">
|
||||
</p>
|
||||
|
||||
<!-- Edit Info / Special -------------------------------------------------->
|
||||
<p class="big"><span id="UTL">Various Information for making special new
|
||||
babyz</span><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
|
||||
This is for editing the .lnz files; my <a href="BabyzEditingMadeEasy.zip">easy-edit kit</a> along with
|
||||
Notepad.exe is how I used to make new babyz, and I recommend it to you.<br>
|
||||
Nowadays I also use the ever-more-fantastic LNZPro, either with my easy-edit
|
||||
kits or simply to rehex one of my existing babyz.<br>
|
||||
<a href="/tutorials/hexerbaby/">Here's a special hexer baby</a> for
|
||||
you to use with LNZPro -- thanks, <a title="http://rgn.riverpebble.net" class="defunct" target="_TOP">L41N</a>, for the great idea and the base
|
||||
baby! This method is also <b>highly</b> recommended.<br>
|
||||
As I say above, please also take a look at my LNZ file breakdown chunks <a href="/tutorials/LNZdetails/">here</a>, they really should help you
|
||||
understand the .lnz files.</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/ThinFatBaby/">How to hex a babyz that's
|
||||
permanently skinny (or fat)</a><br>
|
||||
<a href="/tutorials/Polygons4BabyzHowto/">How to use Polygons in Babyz
|
||||
hexing</a><br>
|
||||
<a href="/tutorials/ClothingToBreed/">How to add stuff from clothing items
|
||||
to your babyz</a><br>
|
||||
|
||||
<a href="Pepebabyz.zip">
|
||||
<img src="Pepebabyz.gif" alt="Pepe Babyz">
|
||||
</a><br>
|
||||
|
||||
<a href="/tutorials/Linez4BabyzHowto/">How to use Linez in Babyz
|
||||
hexing</a><br>
|
||||
<a href="/tutorials/HowToHexNewBabyz/">Making new babyz</a><br>
|
||||
<a href="/tutorials/BabyzTeethEnabling/">How to "enable" the original
|
||||
teeth</a><br>
|
||||
<a href="/tutorials/PreemieBabiesHowto/">Creating Preemie babyz</a><br>
|
||||
<a href="/tutorials/AddBallz/">Moving Add Ballz around</a><br>
|
||||
<a href="/tutorials/xyz/">x, y, z positions -- how to figure it out</a><br>
|
||||
<a href="/tutorials/BabyzTextures/">changing textures in Babyz, also
|
||||
kiss-marks</a><br>
|
||||
|
||||
<a href="HexingBabyzHairEyelashesAndGrowthAug2003.zip">Hexing Babyz Hair,
|
||||
Eyelashes, and growth</a><br>
|
||||
<span class="normal">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.</span></p>
|
||||
|
||||
<p><img src="Babyzgrow2.gif" alt="growing babyz"></p>
|
||||
|
||||
<p class="big"><a href="RemovingBabyzOrPetzLegsEtcApr2003.zip">Making a Baby
|
||||
or Pet with missing limbs.</a><br>
|
||||
<span class="normal">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".</span><br>
|
||||
|
||||
<a href="/tutorials/BabyzFAQ/">Hair FAQs</a></p>
|
||||
|
||||
<p class="big"><span id="SCN">My Playscene Easy-edit Kits</span><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
|
||||
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 <a href="/tutorials/TinkerAndLNZPro2Tips/">click here</a><br>
|
||||
Specifically on making playscenes show up separately using LNZPro, <a href="/tutorials/BabyzSceneSeperate/">click here.</a><br>
|
||||
|
||||
<a href="KitchenExternal.zip">A kit for making new kitchen
|
||||
Playscenes</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="ClothesclosetExternal.zip">A kit for making new Clothes Closet
|
||||
Playscenes</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="FamilyroomExternal.zip">A kit for making new Family Room
|
||||
Playscenes</a><br>
|
||||
<span class="normal">part of my "Ultra-easy" editing range.</span>
|
||||
|
||||
<a href="AtticExternal.zip">An easy-edit kit for making new Attic
|
||||
Playscenes</a><br>
|
||||
<span class="normal">part of my "Ultra-easy" editing range.</span>
|
||||
|
||||
<a href="BackyardExternal.zip">An easy-edit kit for making new Back Yard
|
||||
Playscenes</a><br>
|
||||
<span class="normal">part of my "Ultra-easy" editing range.</span>
|
||||
|
||||
<a href="PlayroomExternal.zip">An easy-edit kit for making new Playroom
|
||||
Playscenes</a><br>
|
||||
<span class="normal">part of my "Ultra-easy" editing range.</span>
|
||||
|
||||
<a href="NurseryExternal.zip">A kit for making new nursery
|
||||
Playscenes</a><br>
|
||||
<span class="normal">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 <a href="/babyz/BabyzPlayscene/">Secret Wood Playscene</a>, you'll need
|
||||
to install this "change your nursery" kit first. Click <a href="ExternalStuffWhereItGoes.jpg">here </a>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.</span>
|
||||
If you're having trouble working out how to fix problems with the
|
||||
background<br>
|
||||
<span class="normal">being messed up in places, or you need help with
|
||||
editing the filmstrips, <b>download <a href="FilesToHelpSceneEditing.zip">this file</a> also</b> -- it is
|
||||
specific to Nursery-based scenes, but with any luck it'll help you to
|
||||
understand how to deal with others too.</span></p>
|
||||
|
||||
<p><span class="big"><a href="EditingBabyzSecretPlaypen.zip">Changing your
|
||||
Babyz "secret" Playpen background</a></span><br>
|
||||
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.<br>
|
||||
For people who have a later version of the game than mine, you may prefer to
|
||||
use:<br>
|
||||
<span class="big"><a href="/tutorials/BabyzSecretPlaypen/">this simpler
|
||||
method</a> for changing the playpen background.<br></span>
|
||||
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 <a title="http://www.dmwright.com/babyz/" class="defunct" target="_top">The
|
||||
Babyz Crib</a> -- or check out my "howto" above on editing the .exe.</p>
|
||||
|
||||
<!-- Toy Editing ---------------------------------------------------------->
|
||||
<p class="big"><span id="TOY">Filmstrip editing, Toyz, Toychests, and
|
||||
Clothes</span><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big">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 <a href="/tutorials/TinkerAndLNZPro2tips/">click here</a></p>
|
||||
|
||||
<p class="big">
|
||||
<a href="/tutorials/MakingCrackersShowSeparately/">Extra help; making your
|
||||
own crackers come out of the box</a><br>
|
||||
<a href="CarrotsBagExternal.zip">The Carrot bag mentioned in the cracker-box
|
||||
tut</a><br>
|
||||
|
||||
<img src="Carrotsbag.gif" alt="carrots bag"><br>
|
||||
|
||||
<a href="/tutorials/NonOverwriteClothes/">Extra help on non-overwriting
|
||||
clothes etc</a><br>
|
||||
<a href="/tutorials/SpoonBlobColour/">Changing the jar and bowl food-blob
|
||||
colour on the spoon</a><br>
|
||||
<a href="SipcupEasyedit.zip">Easy-edit kit for making your own Sippy
|
||||
cups</a><br>
|
||||
|
||||
<a href="redchestEasy-edit.zip">A kit for making your own "Red"
|
||||
Toychests</a><br>
|
||||
<span class="normal">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 :-)</span><br>
|
||||
|
||||
<a href="HippochestEasy-edit.zip">A kit for making your own Hippo
|
||||
Toychests</a><br>
|
||||
<span class="normal">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 :-)</span><br>
|
||||
|
||||
<a href="BabyzFrogChestEasy-edit.zip">A kit for making your own
|
||||
Toychests</a><br>
|
||||
<span class="normal">This is an external-filmstrip easy-edit package. Those
|
||||
who are keen to learn more about filmstrip editing may also wish to
|
||||
download <a href="BabyzFrogChestFilmstripSections.zip">this second
|
||||
zipfile</a> with its split-filmstrip and howto, but those who just
|
||||
want as much done for them as possible will wish to download <a href="BabyzFrogChestFilmstripBitmaps.zip">this third zipfile</a> with
|
||||
ready-prepared bitmaps instead of the second zipfile.</span><br>
|
||||
|
||||
<a href="gunkchest.zip">My Gunk Toychest</a><br>
|
||||
<img src="Gunkchest.gif" alt="Gunk toychest"><br>
|
||||
<span class="normal">Think it's pretty dreadful?? Well, consider yourselves
|
||||
lucky that I didn't drive you potty with my "gone" toychest *cackles
|
||||
crazily*</span><br>
|
||||
|
||||
<a href="KidpoolmakingKit.zip">A kit for making your own kiddie
|
||||
pools</a><br>
|
||||
<span class="normal">This is a set of filmstrips for you to edit and
|
||||
instructions for re-inserting them into the bathtub toy.</span><br>
|
||||
|
||||
<a href="/tutorials/HiddenAndDifficultToysInPetz3-5andBabyz/">Un-hiding and
|
||||
giving shelf graphics to difficult toyz</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="babyfilmstrip.zip">Editing Babyz Filmstrips (advanced)</a><br>
|
||||
<span class="normal">Toyz editing, clothes showing up separately, etc, for
|
||||
Babyz.</span><br>
|
||||
|
||||
<a href="filmstriphexpainting.zip">Simple filmstrip editing</a><br>
|
||||
<span class="normal">hex-painting (colouring) for toyz, clothes on shelf,
|
||||
etc. Applies to all the games including Babyz.</span><br>
|
||||
|
||||
<a href="/tutorials/BabyzClothes/">Hexing babyz clothes</a><br>
|
||||
<a href="/tutorials/PositionOnShelf/">Position of clothes etc on
|
||||
shelves</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="/tutorials/ToyzInSpecialPlaces/">Making Hidden and special-place
|
||||
toyz</a><br>
|
||||
<span class="normal">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 <a href="orangetexturedicecup.zip">here for my example Icecup</a> toy; if
|
||||
you follow the installation instructions, the toy should show up only in
|
||||
the freezer compartment.</span>
|
||||
|
||||
<a href="/tutorials/ChangingPointersInFiles/">Changing "Pointers" in
|
||||
files</a><br>
|
||||
<span class="normal">For people who get puzzled about why clothes or toyz
|
||||
don't look right on the shelves after filmstrips etc have been
|
||||
changed.</span></p>
|
||||
|
||||
<!-- Editing Adopted .Baby Files ------------------------------------------>
|
||||
<p class="big">
|
||||
<span id="BAB">Various Information for Editing adopted .Baby files</span><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
</p>
|
||||
|
||||
<p class="big">
|
||||
<a href="/tutorials/hexerbaby/">Here's a special hexer baby</a><br>
|
||||
for you to use with LNZPro -- thanks, <a title="http://rgn.riverpebble.net" class="defunct" target="_TOP">L41N</a>, for the great idea and the base
|
||||
baby!<br>
|
||||
<span class="normal">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
|
||||
:-)</span></p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/BasicBabyOrPetFileEditingJul2004/">Basic .baby and .pet
|
||||
file editing</a><br></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/ThinFatBaby/">How make your baby
|
||||
permanently skinny (or fat)</a><br>
|
||||
<a href="/tutorials/EyeshadowOnBabyz/">Put "eyeshadow" on your
|
||||
already-adopted babyz</a><br>
|
||||
<span class="normal">You can now make changes to your babyz' eyelids that
|
||||
will actually work.</span><br>
|
||||
|
||||
<a href="/tutorials/MakingBabyzWalkers/">Turning your babyz into
|
||||
Walkers</a><br>
|
||||
<a href="/tutorials/CorruptedBitmap/">A rare fixable corruption in a pet or
|
||||
babyz</a><br>
|
||||
<a href="/tutorials/PetFileEdit2/">Eyelids -- adding or subtracting
|
||||
digits</a><br>
|
||||
<a href="/tutorials/PetFileEdit3/">Editing without a Paint Ballz
|
||||
section</a><br>
|
||||
<a href="/tutorials/PetFileEdit4/">Eye colour -- how?</a><br>
|
||||
|
||||
<a href="PeteyesBabyzbellybuttons.zip">More Pet and Baby file
|
||||
editing</a><br>
|
||||
<span class="normal">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.<br></span>
|
||||
<img src="Gerri.gif" alt="bellybutton before and after"></p>
|
||||
|
||||
<p><span class="big"><a href="GrowingBabyzAndHairMar2003.zip">How to make
|
||||
your adopted Babyz grow, also its hair</a><br></span>
|
||||
Includes example baby.<br>
|
||||
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 <a href="/tutorials/BabyNaturalHairGrow/">this [Add Ball] snippet of
|
||||
info</a>.<br>
|
||||
<img src="GrowingBabyz.gif" alt="Growing Babyz"></p>
|
||||
|
||||
<p class="big">
|
||||
<a href="MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip">More Advanced Pet
|
||||
And Baby Files Editing</a> (Updated 20 June 2003)<br>
|
||||
<span class="normal">Includes examples</span><br>
|
||||
<a href="PetAndBabyFileEditingJan2003.zip">Advanced Pet And Baby File
|
||||
Editing</a> (Jan 2003)</p>
|
||||
|
||||
<p class="big">Online Player files.<br>
|
||||
~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big"><a href="MakingBlyFiles.zip">Making babyz Player files to put
|
||||
up at your website</a></p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
61
carolyns_creations/babyz/babyzglasses/index.html
Normal file
61
carolyns_creations/babyz/babyzglasses/index.html
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Babyz Glasses</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big center brown">
|
||||
<p class="bigger purple">.</p>
|
||||
|
||||
<p class="bigger purple"><b>unusual glasses for your Babyz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>These glasses were inspired by a request by Budgie, on the <a href="https://web.archive.org/web/20070208055821/http://s4.invisionfree.com/Insatiable/" target="_TOP">Insatiable forum</a>, 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.</p>
|
||||
|
||||
<p>In this montage by Tigger,<br>
|
||||
<a href="EltonJohnBaby.zip" title="Floretta">
|
||||
<img src="EltonJohnCollage.jpg" alt="Elton John"><br>
|
||||
Tigger's Elton John</a> is modelling<br>
|
||||
<a href="Heartglasses.zip" title="Heart Glasses">my Heart glasses
|
||||
and</a><br>
|
||||
<a href="Eltonglasses.zip" title="Elton Glasses">my Elton
|
||||
Glasses</a><br>
|
||||
Click on the picture to download him. He looks best if you also have
|
||||
installed my Elton Glasses and<br>
|
||||
clothes from <a title="http://www.geocities.com/bubble_babyz_boutique/" class="defunct" target="_TOP">Liz' Bubble Babyz boutique</a>. Read the
|
||||
readme in his zipfile :-)</p>
|
||||
|
||||
<p>Also for your downloading pleasure, <a href="Blankglasses.zip" title="Blank Glasses">here is another pair of glasses</a> 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:<br>
|
||||
<img src="WackyStarGlasses.gif" alt="wacky stars">
|
||||
<img src="PlainHeartGlasses.gif" alt="plain hearts">
|
||||
<img src="Plaincircleglasses.gif" alt="palin circles"><br>
|
||||
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.</p>
|
||||
|
||||
<p>Enjoy!</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
57
carolyns_creations/babyz/babyzharem/index.html
Normal file
57
carolyns_creations/babyz/babyzharem/index.html
Normal file
|
@ -0,0 +1,57 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Babyz Harem sets</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center brown big">
|
||||
<p class="bigger purple">.</p>
|
||||
|
||||
<p class="bigger purple"><b>My Babyz Harem sets</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>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...<br>
|
||||
Here you see Anniebear's<br>
|
||||
<img src="TevynGoldDanceDress.gif" alt="Tevyn"><br>
|
||||
adorable Tevyn modelling the gold dress along with the spiky head-dress and
|
||||
a belly jewel. You can see that she enjoys belly-dancing!<br>
|
||||
<a href="GoldHaremDress.zip" title="Gold Harem dress">Gold Harem
|
||||
dress</a><br>
|
||||
<img src="haremdress1.gif" alt="gold harem dress"></p>
|
||||
|
||||
<p>Here you see my lovely Callys, from Lain<br>
|
||||
<img src="Callys.gif" alt="Callys"><br>
|
||||
modelling the spiky collar and head-dress along with a belly bow. The white
|
||||
diaper is not a harem item :-)<br>
|
||||
<a href="spikyheaddress.zip" title="spikyheaddress">spiky headdress</a><br>
|
||||
<a href="spikyneckcollar.zip" title="spikyneckcollar">spiky collar</a><br>
|
||||
<a href="goldnavelbow.zip" title="goldnavelbow.zip">gold and ruby
|
||||
navel-bow</a><br>
|
||||
<a href="goldnavelgem.zip" title="goldnavelgem">gold navel gem</a></p>
|
||||
|
||||
<p>More to come...</p>
|
||||
|
||||
<p>Enjoy!</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
73
carolyns_creations/babyz/babyznew/index.html
Normal file
73
carolyns_creations/babyz/babyznew/index.html
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>New Babyz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big center green">
|
||||
<p class="bigger"><b>New Babyz</b><br>
|
||||
Click photo or name to download.</p>
|
||||
|
||||
<p class="bigger"><b>NEW!!</b>For the Pasted-Head babyz, go to the <a href="/babyz/babyzheadbanger/">Headbanger babyz</a> page<br>
|
||||
For the Faerie babyz, go to the <a href="/babyz/faeriebabyz/">Faerie
|
||||
babyz</a> page<br>
|
||||
For the Oddballz babyz, go to the <a href="/babyz/babyzoddball/">Babyz
|
||||
Oddballz</a> page<br>
|
||||
For the Fishies, go to the <a href="/babyz/babyzfish/">Babyz
|
||||
Fishies</a> page<br>
|
||||
For the butterflies and spiders, go to the <a href="/babyz/babyzarthropods/">Babyz Arthropods</a> page<br>
|
||||
For the Valentine Hearts, go to the <a href="/babyz/babyzhearts/">Babyz
|
||||
Hearts</a> page<br>
|
||||
For the anatomically correct babyz, go to the <a href="/babyz/realbabyz/">Real Babyz</a> page<br>
|
||||
For the Pharaoh babyz, go to the <a href="/babyz/pharaohbabyz/">Pharaoh
|
||||
babyz</a> page<br>
|
||||
For the Growing babyz, go to the <a href="/babyz/growerbabyz/">Grower
|
||||
babyz</a> page<br>
|
||||
For babyz with flowers/wings in their hair -- <a href="/babyz/wingflowerbabyz/">Flower-power babyz</a> page<br>
|
||||
More babyz with jewels, hair-wings or necklets -- <a href="/babyz/wingjewelbabyz/">Jewel babyz</a> page<br>
|
||||
<span class="normal">Afrasweet and Miggles are on the jewel babyz page also.
|
||||
Hey, it's my site, I can do things like that :-)</span><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>Here are a few unusual boy babyz for you. Each is distinctive in a
|
||||
special way...</p>
|
||||
|
||||
<p><a href="Xmyboy.zip" title="Xmyboy">
|
||||
<img src="Xmyboy.gif" alt="Xmyboy"><br>
|
||||
Xmyboy
|
||||
</a><br>
|
||||
Xmyboy has a very unusual hairstyle that shimmers as he moves</p>
|
||||
|
||||
<p><a href="Shock2Lock.zip" title="Shock morphing to Lock">
|
||||
<img src="ShockMorphtoLock.gif" alt="ShockMorphtoLock"><br>
|
||||
Shock2Lock
|
||||
</a><br>
|
||||
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
|
||||
:-)</p>
|
||||
|
||||
<p><a href="Tigger.zip" title="Tigger">
|
||||
<img src="Tigger.gif" alt="Tigger"><br>
|
||||
Tigger
|
||||
</a><br>
|
||||
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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
60
carolyns_creations/babyz/babyznewest/index.html
Normal file
60
carolyns_creations/babyz/babyznewest/index.html
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Experimental Babyz and harem clothes, etc</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big green">
|
||||
<p><b>Experimental Babyz and harem clothes, etc</b></p>
|
||||
|
||||
<p><img src="StewieCowbells.gif" alt="Stewie and Cowbells"><br>
|
||||
<a href="Stewiewhite.zip">Stewie</a><br>
|
||||
<a href="Stewieblack.zip">Black Stewie</a><br>
|
||||
<a href="Stewietan.zip">Tanned Stewie</a><br>
|
||||
<a href="cowbells.zip">All three cowbells</a></p>
|
||||
|
||||
<p><img src="globble2.gif" alt="globble"><br>
|
||||
<a href="globble.zip">Globble</a></p>
|
||||
|
||||
<p><a href="darkdoggy.zip">Darkdoggy</a></p>
|
||||
|
||||
<p><a href="dog-earedgirls.zip">Dog and fox-eared girls</a><br>
|
||||
<a href="foxybabe.zip">foxy babe</a><br>
|
||||
<a href="/tutorials/babyzears/">hexer's codes for the fox and dog
|
||||
babes</a></p>
|
||||
|
||||
<p><img src="Dog-earedBabyz.gif" alt="globble"></p>
|
||||
|
||||
<p><img src="Chalica.gif" alt="Chalica"><br>
|
||||
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!<br>
|
||||
You can download her by clicking <a href="Chalica.zip">here</a></p>
|
||||
|
||||
<p><a href="brownie.zip">Brownie</a></p>
|
||||
|
||||
<p><a href="danceveil1.zip">Dance veil 1</a></p>
|
||||
|
||||
<p><a href="danceveil2.zip">Dance veil 2</a></p>
|
||||
|
||||
<p><a href="nappygem.zip">Nappy gem -- let your babyz be true
|
||||
Naturists</a></p>
|
||||
|
||||
<p><img src="globble1.gif" alt="globble"></p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
41
carolyns_creations/cyberpets/index.html
Normal file
41
carolyns_creations/cyberpets/index.html
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cyberpets</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<br><br>
|
||||
|
||||
<p class="bigger purple">
|
||||
<b>I now have three cyberpets :-)</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<br>
|
||||
</p>
|
||||
|
||||
<p class="bigger">
|
||||
<a href="/cyberpet1/">See Norbessa</a>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
<p class="bigger">
|
||||
<a href="/cyberpet2/">Meet Aodh</a>
|
||||
<br><br>
|
||||
</p>
|
||||
|
||||
<p class="bigger">
|
||||
<a href="/cyberpet3/">Meet Silvio</a>
|
||||
<br><br>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
100
carolyns_creations/flowers/index.html
Normal file
100
carolyns_creations/flowers/index.html
Normal file
|
@ -0,0 +1,100 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Gifts from friends</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<br><br>
|
||||
<a href="https://web.archive.org/web/20091027002534/http://geocities.com/silentwolfk/" target="_blank">
|
||||
<img src="ThanksFromManda.gif" alt="A special thanks from Manda!" style="border:1px solid;">
|
||||
</a>
|
||||
|
||||
<p class="big"><span class="green">I was glad I could help, Manda; it's
|
||||
wonderful to feel like a kind of "new-breedz midwife", LOL!</span><br>
|
||||
<b>Beautiful gifts...</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big">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.<br>
|
||||
|
||||
<img src="PhantBeebleInsanity.gif" alt="three special pets!"><br>
|
||||
|
||||
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<br>
|
||||
|
||||
<img src="homicidalMandaSketchi.gif" alt="three more special pets!"><br></p>
|
||||
|
||||
<p class="big">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.<br>
|
||||
|
||||
<img src="FaranaAndSwishSkookums.gif" alt="Special babyz and Petz from Wardah Ahmar"><br>
|
||||
|
||||
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.<br>
|
||||
|
||||
<img src="BabyzSpecials2005.gif" alt="surprise Babyz given to me"><br>
|
||||
|
||||
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 :-)</p>
|
||||
|
||||
<p class="big">In basic date order, below you can click to see beautiful
|
||||
picture-gifts:<br>
|
||||
<a href="/flowerza/">given to me in the years 2004-2005</a><br>
|
||||
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:<br>
|
||||
<a href="/flowers1/">Flowers given to me before 2004</a><br>
|
||||
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!</p>
|
||||
|
||||
<p class="big">
|
||||
<a href="https://web.archive.org/web/20130424094439/http://www.nikotub.com/" target="_blank">
|
||||
<img src="insane.gif" alt="Insane certificate from Nikotub's Petz House " style="border:1px solid;">
|
||||
</a><br>
|
||||
|
||||
<a href="https://web.archive.org/web/20161225131523/http://supernova.lokatt.se/" target="_blank">
|
||||
<img src="goddess.gif" alt="Hexing goddess certificate" style="border:1px solid;">
|
||||
</a><br>
|
||||
|
||||
Hah, watch out -- I have Minibyte's wet noodles... Mwahahahaaaa!<br>
|
||||
<a href="https://web.archive.org/web/20091002091450/http://www.minibytepetz.net/Minibyte_Petz/home.html" target="_blank">
|
||||
<img src="noodles.jpg" alt="Minibyte's noodles from Minibyte's site!" style="border:1px solid;">
|
||||
</a></p>
|
||||
|
||||
<p class="big">
|
||||
<a href="https://web.archive.org/web/20040421053103/http://mgincorporated.com/BCCA/" target="_top">
|
||||
<img src="BCCAMember.gif" alt="BCCA member banner"><br>
|
||||
Member of the BCCA.
|
||||
</a><br>
|
||||
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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
20
carolyns_creations/frames/index.html
Normal file
20
carolyns_creations/frames/index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Carolyn's Creations</title>
|
||||
|
||||
<style>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}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}</style>
|
||||
</head>
|
||||
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag, HtmlUnknownAttribute -->
|
||||
<frameset cols="175,*">
|
||||
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag, HtmlDeprecatedAttribute -->
|
||||
<frame src="../menu/menu.html" scrolling="auto" name="menu"></frame>
|
||||
<!--suppress XmlDeprecatedElement, HtmlDeprecatedAttribute, HtmlDeprecatedTag -->
|
||||
<frame src="../main/main.html" name="main"></frame>
|
||||
</frameset>
|
||||
|
||||
<!--suppress XmlDeprecatedElement, HtmlDeprecatedTag -->
|
||||
<noframes>
|
||||
Your Browser Does Not Support Frames. Please use the
|
||||
<a href="/noframes/">UnFramed version</a>.
|
||||
</noframes>
|
||||
</html>
|
23
carolyns_creations/index.html
Normal file
23
carolyns_creations/index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Carolyn's Creations</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<p>Welcome to Carolyn's Creations!<br>
|
||||
<a href="/frames/">Enter frames</a> or <a href="/noframes/">No
|
||||
Frames</a></p>
|
||||
|
||||
<img src="cc-welcome.gif" alt="Image showing several exotic Petz, Oddballz, and a Babyz.">
|
||||
|
||||
<p>Petz, Babyz, Oddballz, Tutorials and More!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
48
carolyns_creations/justforlaughs/index.html
Normal file
48
carolyns_creations/justforlaughs/index.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Just for laughs</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center first">
|
||||
<p class="bigger purple"><b>Fun stuff that fits nowhere else</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="bigger purple">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.</p>
|
||||
|
||||
<p class="bigger purple"><img src="AllGames.jpg" alt="All games at once"><br>
|
||||
<br>
|
||||
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.<br>
|
||||
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.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
83
carolyns_creations/justforlaughs2/index.html
Normal file
83
carolyns_creations/justforlaughs2/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Just for laughs -- Vista and Petz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center first">
|
||||
<p class="bigger purple"><b>Vista and Petz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big green">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.</p>
|
||||
|
||||
<p><img src="VistaAllGames.jpg" alt="All games at once on Vista"></p>
|
||||
|
||||
<p class="big green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">Oddballz we <b>think</b> 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 <a href="WingDLLs.zip">here (click)</a>. Unzip them into your System or
|
||||
System32 directories.</p>
|
||||
|
||||
<p class="green">You can get the Registry fixes for Petz II, Petz 3 and petz
|
||||
4 <a href="Petz234Registry.zip">here (click)</a>. 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 <a href="Petz5Registry.zip">here (click)</a>. 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 <a href="BabyzRegistry.zip">here
|
||||
(click)</a>. 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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
102
carolyns_creations/links/index.html
Normal file
102
carolyns_creations/links/index.html
Normal file
|
@ -0,0 +1,102 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Links to sister sites</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center first">
|
||||
<p class="big purple"><b>Sister Sites :-)</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big"><a href="http://www.pineconecattery.com/" target="_top">Judy
|
||||
Roy's Pine Cone Cattery</a><br>
|
||||
|
||||
<a href="https://web.archive.org/web/20081118133500/http://www.petactorzcattery.com/" target="_top">Miranda's Pet Actorz Cattery (PAC)</a><br>
|
||||
|
||||
<a href="https://web.archive.org/web/20150317215541/http://jordynsjewels.webs.com/" target="_top">Jordyn's Jewels</a></p>
|
||||
|
||||
<p class="big"><span class="purple"><b>Important links which should
|
||||
work</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
<a href="http://www.sherlocksoftware.org/" target="_blank" title="Nicholas' own site!">Nicholas' own site</a><br>
|
||||
|
||||
Firebird's <a href="https://web.archive.org/web/20160125052806/http://www.birdypresents.com/mkc/" target="_top">Magic Kennel & Cattery</a><br>
|
||||
|
||||
Don's <a href="http://www.webpetz.com/" target="_top">Virtual Amberz</a><br>
|
||||
|
||||
<a href="https://jinxfold.org/jinxfold.html" target="_top">Jinxfold
|
||||
Cattery</a><br>
|
||||
|
||||
<a href="http://www.d-r-n.com/utils/index1.html" target="_top">Dani's
|
||||
DRN</a><br>
|
||||
|
||||
<a href="https://web.archive.org/web/20091002091450/http://www.minibytepetz.net/Minibyte_Petz/home.html" target="_top">Minibyte's Petz Archive</a>
|
||||
</p>
|
||||
|
||||
<p class="big">Forums:</p>
|
||||
|
||||
<p class="big">
|
||||
<a href="https://web.archive.org/web/20110202155029/http://vlforum.com/" target="_top">Virtual Life forum</a><br>
|
||||
|
||||
<a href="https://petzforum.proboards.com/" target="_top">The RKC Petz
|
||||
Forum</a><br>
|
||||
<span class="normal">excellent for people who want serious hexing talk as
|
||||
well as general chatter.</span><br>
|
||||
Run by RatQueen of <a href="http://www.designvortex.com/gaming/petz/" target="_top">Ratqueen Kennelz and Cattery</a><br>
|
||||
|
||||
<a href="http://jinxfold.org/petzforum/" class="defunct" target="_top">The
|
||||
All About Petz Forum</a><br>
|
||||
<span class="normal">is a great one also; very similar to RKC but with its
|
||||
own individuality.</span><br>
|
||||
Run by JinxFoldJulie of <a href="http://jinxfold.org/" target="_top">The
|
||||
JinxFold Cattery</a><br>
|
||||
|
||||
<a href="http://www.tiwolf.net/PCG/index.php" target="_top">The Petz
|
||||
Community Gathering</a><br>
|
||||
<span class="normal">is where the people who used to be at "The petz
|
||||
Shiznit" and before that the old "The Petz Board" hang out now :-)</span>
|
||||
</p>
|
||||
|
||||
<p class="big purple"><b>Links archive</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big">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.<br>
|
||||
<a href="/links2/" target="_top">Links archive</a></p>
|
||||
|
||||
<p><span class="purple big"><b>How to contact me</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
<span class="big">hex-help at hornsc dot clara dot co.uk<br>
|
||||
(change "at" for an @ sign and "dot" for a period.</span><br>
|
||||
I've done it like this to try and keep spam at bay)<br>
|
||||
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.<br>
|
||||
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.<br>
|
||||
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!!</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
260
carolyns_creations/madscientist/index.html
Normal file
260
carolyns_creations/madscientist/index.html
Normal file
|
@ -0,0 +1,260 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mad Scientist's petz etc</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green big">
|
||||
<p class="bigger purple"><b>Mad Scientist's petz etc for you</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="/tutorials/madscientist2/">Click here for the Scientist's
|
||||
Sprite-swapping insanity</a><br>
|
||||
|
||||
<a href="/tutorials/LNZdetails/">Click here for my delvings into the .LNZ
|
||||
file.</a><br>
|
||||
|
||||
<a href="/tutorials/madscientist3/">Click here for the Scientist's Petz 5
|
||||
Easy-edit mice kit</a><br>
|
||||
|
||||
<a href="Petz5exeNurseryFreedom.zip">Click here for Nursery-freedom Petz 5
|
||||
exe file</a><br>
|
||||
<span class="normal">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 :-)</span><br>
|
||||
|
||||
<a href="PetzIIDemo.zip">Click here for the Petz II demo</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<!-- EXE Files ------------------------------------------------------------>
|
||||
<a href="PetzIIModifiedExe.zip">Click here for the Petz II modified
|
||||
exe</a><br>
|
||||
<span class="normal">This is modified to let brain-slider users see what
|
||||
some of the sliders mean.</span><br>
|
||||
|
||||
<a href="Petz3exe.zip">Click here for a backup of your Petz 3 exe
|
||||
file</a><br>
|
||||
<span class="normal">This backup should work with all English-language
|
||||
versions of the game</span><br>
|
||||
|
||||
<a href="Petz3GermanEXE.zip">Click here for a backup of your Petz 3
|
||||
German-language exe file</a><br>
|
||||
<span class="normal">The German one should work with other
|
||||
non-English-language versions of the game</span><br>
|
||||
|
||||
<!-- Foolers -------------------------------------------------------------->
|
||||
<a href="/petz/petz5/p5foolersucess/">Click here for my Petz 5
|
||||
"fooler"</a><br>
|
||||
<span class="normal">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...<br>
|
||||
P.S. if you cannot find the game-originals anywhere, here are the <a href="P5OriginalPig.zip">pig</a> and <a href="P5OriginalBunny.zip">bunny</a><br>
|
||||
and for those who have lost or broken their CDs and need a backup, <a href="/petz/petz5/p5backup/">Click here.</a></span><br>
|
||||
|
||||
<a href="/babyz/babyzedit/#REF">Babyz Demo Fooler be here, oh
|
||||
yes.</a><br>
|
||||
|
||||
<a href="BabyzEXEWithMenu.zip">Click here for modified Babyz exe
|
||||
file</a><br>
|
||||
|
||||
<a href="/oddballz/oddballzfooler/">Oddballz Demo Fooler are here,
|
||||
indeed kind sir.</a><br>
|
||||
|
||||
<a href="/petz/petz1/catz1dex/">Wey-hey-hey! At last, the catz 1 demo
|
||||
fooler!</a><br>
|
||||
|
||||
<a href="/petz/petz1/dogz1fooler/">What do I see here? Aha! A dogz 1 demo
|
||||
fooler</a><br>
|
||||
<span class="normal">many thanks to SuperSwampert67.<br>
|
||||
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.</span><br>
|
||||
|
||||
<a href="/petz/petz4/petz4fooler/">Woah, another SuperSwampert67 Fooler!
|
||||
Petz
|
||||
4!</a><br>
|
||||
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.<br>
|
||||
|
||||
<a href="Petz3FoolerStuff.zip">At last, my demo-fooler for Petz 3
|
||||
:-)</a><br>
|
||||
|
||||
<a href="Petz3IntFoolerStuff.zip">And Bwahahaha, a fooler for Petz 3
|
||||
non-English</a><br>
|
||||
|
||||
<a href="/petz/petz2/petzIIfooler/">Now for your delectation, a demo-fooler
|
||||
for
|
||||
Petz II</a></p>
|
||||
|
||||
<!-- Cat Chew Fam --------------------------------------------------------->
|
||||
<p>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.<br>
|
||||
|
||||
<img src="CatChewFam.gif" alt="_Cat_Chew family"><br>
|
||||
|
||||
As you can see, the little lady isn't quite sure where those horns came from
|
||||
on her dainty little babe...<br>
|
||||
|
||||
<a href="TheCatChewFamily.zip">The _Cat_Chew_ family for Catz 3, 4 or 5</a>.
|
||||
</p>
|
||||
|
||||
<!-- Cerberus ------------------------------------------------------------->
|
||||
<p>More crazy graftings! The Mad Scientist presents Cerberus, the
|
||||
snake-tailed 3-headed dog, for your delectation. Actually, a pair of
|
||||
Cerberus family petz...<br>
|
||||
|
||||
<img src="Cerberus2.gif" alt="Cerberus pet">
|
||||
<img src="Cerberus1.gif" alt="Cerberus pet"><br>
|
||||
|
||||
<a href="CerberusPetz.zip">For Dogz 3, 4 or 5</a>. The cute li'l baby is not
|
||||
included, awwww... but, for those who want to breed with these petz
|
||||
(you<b>must</b> be bonkers!!) here is <a href="CerberusLNZ.zip">the .LNZ
|
||||
file</a>, 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.</p>
|
||||
|
||||
<!-- Cat 'o' Nine Tails --------------------------------------------------->
|
||||
<p>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.<br>
|
||||
|
||||
<img src="madscientist_Scamparella.gif" alt="cat o nine tails">
|
||||
<img src="madscientist_Scamparella2.gif" alt="cat o nine tails"><br>
|
||||
|
||||
<a href="Scamparella.zip">For Catz 3, 4 or 5</a>. For those who want to
|
||||
breed with it (are you <b>crazy</b>)?? here is <a href="CatONineTailsLNZ.zip">the .LNZ file</a>, 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.</p>
|
||||
|
||||
<!-- Petz 5 Nursery Freedom EXE ------------------------------------------->
|
||||
<p>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 <a href="/tutorials/Petz5NurseryFix/">do it yourself</a> or you can
|
||||
download an <a href="Petz5exeNurseryFreedom.zip" title="Download fixed exe">especially-modified exe file</a> 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.<br>
|
||||
|
||||
<img src="madscientist_petz4import.jpg" alt="petz 4 import in menu"> .
|
||||
<img src="madscientist_petzprofile.jpg" alt="Petz profile in menu"><br>
|
||||
<img src="NurseryfreeFamily.jpg" alt="nursery-free family"><br>
|
||||
|
||||
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 :-)</p>
|
||||
|
||||
<!-- Babyz Menu EXE ------------------------------------------------------->
|
||||
<p>
|
||||
<a href="BabyzEXEWithMenu.zip">Modified Babyz Exe for Playpen access</a><br>
|
||||
|
||||
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;<b>remember, she's crazy :-)</b><br>
|
||||
|
||||
<img src="Babyz2.jpg" alt="Babyz pplayscene menu">
|
||||
</p>
|
||||
|
||||
<!-- LNZ Details ---------------------------------------------------------->
|
||||
<p>
|
||||
<a href="/tutorials/LNZdetails/">Click here for LNZ debowellings</a>
|
||||
</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<!-- Sprite-Swapping ------------------------------------------------------>
|
||||
<p><a href="/tutorials/madscientist2/">Click here for the Scientist's Sprite
|
||||
insanity</a></p>
|
||||
|
||||
<!-- Insane Calicoz ------------------------------------------------------->
|
||||
<p>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...<br>
|
||||
(sound effects of crazy cackling, sudden thunderstorm lashes at window, wind
|
||||
comes howling though, lightning flashes...)<br>
|
||||
Download inmates of The Insane Dogz-catz Asylum!<br>
|
||||
|
||||
<img src="calicodogz.jpg" alt="Insane Calicoz">
|
||||
<img src="calicodogza.jpg" alt="Insane Calicoz"><br>
|
||||
|
||||
<a href="crazycalicodogz_d3.zip">Insane Calicos for Petz 3</a> / <a href="crazycalicodogz_d4.zip">Petz 4</a> / <a href="crazycalicodogz_d5.zip">Petz 5</a><br>
|
||||
|
||||
To see the above breed in action, you will need the dogz part of the game
|
||||
<b>and</b> 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.</p>
|
||||
|
||||
<!-- Wireframe Petz + Babyz ----------------------------------------------->
|
||||
<p>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 :-)<br>
|
||||
|
||||
<img src="chillichazzie.gif" alt="wireframe calicos">
|
||||
<img src="madscientist_wirebaby.gif" alt="wireframe babyz"><br>
|
||||
|
||||
<a href="ChilliChazoo.zip">The wireframe calico family</a> / <a href="wirebabyz.zip">the wireframe babyz</a>
|
||||
</p>
|
||||
|
||||
<!-- Polygon Babyz -------------------------------------------------------->
|
||||
<p>And finally, for Babyz, the experimenter went crazy on polygons...<br>
|
||||
|
||||
<img src="madscientist_Rainbopolly.gif" alt="Rainbopolly"><br>
|
||||
|
||||
<a href="Rainbopolly.zip">Polygon babyz</a></p>
|
||||
|
||||
<p>Happy daze...</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
221
carolyns_creations/main/index.html
Normal file
221
carolyns_creations/main/index.html
Normal file
|
@ -0,0 +1,221 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Carolyn's Creations</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<img src="phantarella-logo.gif" alt="Welcome to Carolyn's Creations!">
|
||||
|
||||
<p class="green big">
|
||||
<b>
|
||||
<a href="#NEW">Download info</a>...
|
||||
<a href="#INFO">Important Info</a>...
|
||||
<a href="#ACK">Acknowledgements</a>
|
||||
</b>
|
||||
</p>
|
||||
|
||||
<p class="big">
|
||||
**On behalf of my dear friend, Carolyn and myself,<br>
|
||||
I'd like to give a HUGE THANKS to Arie for now hosting Carolyn's
|
||||
Creations!<br>
|
||||
-Sue Briley
|
||||
</p>
|
||||
|
||||
<p class="big">My lovely Guardian Angel Cat logo was a gift from <a href="https://web.archive.org/web/20090223114521/http://www.geocities.com/fbkc5/" target="_top">Thowraa's FBKC</a><br>
|
||||
To play with her online, <a href="/phantarella/">click here</a>. You'll need
|
||||
the <a href="PetzPlayer.exe">Petz player plug-in (click)</a>, and
|
||||
the latest browsers won't support that So unless you already have Netscape,
|
||||
you also need to download <a href="Netscape4InstallFiles.zip">Netscape
|
||||
Commander 4 (click)</a>. 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 <a href="/petz/dream/">Catz World </a>! Then double-click on the Player to
|
||||
install it and you'll be able to play with Phantarella.</p>
|
||||
|
||||
<p>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 <a href="http://www.petz.com/" target="_top">Ubisoft's Petz </a>site, and
|
||||
the various girly games for Nintendo DS at <a href="http://www.babyz.net/" target="_top">their "Babyz.net" </a>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 <a href="/petz6/" target="main" title="Catz and Dogz 2006">Info Only</a> page, which may be useful
|
||||
for anyone wanting to "hex" or modify the PC versions of those games.</p>
|
||||
|
||||
<p><b class="big">People with Dogz-only or Catz-only parts of the Petz games
|
||||
please read</b><br>
|
||||
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.</p>
|
||||
|
||||
<p><b class="big">NOTE for site owners:</b><br>
|
||||
please do <b>not</b> 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.</p>
|
||||
|
||||
<p class="big">Please note that my site has moved to <a href="https://boardwalkerz.com/carolyn/" target="_top">Boardwalkerz</a>
|
||||
thanks to Sue Briley's generosity.<br>
|
||||
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!</p>
|
||||
|
||||
<p class="big">Registered with <br>
|
||||
<a href="https://web.archive.org/web/20080514043255/http://go2sam.home.att.net/ibs.html" target="_new">
|
||||
<img src="petz-yellow-page-directory.jpg" alt="Petz Yellow Page Directory">
|
||||
</a><br>
|
||||
<br>
|
||||
|
||||
<a href="http://www.geocities.com/boxedluv2" class="defunct" target="_blank">
|
||||
<img src="alley-lover.gif" alt="Breed-lover" style="border:1px solid;">
|
||||
</a></p>
|
||||
|
||||
<p class="big green" id="NEW"><b>The "What's new" section has moved to its
|
||||
own page. Click <a href="/whatsnew/" target="_top">here</a></b> to go to
|
||||
it</p>
|
||||
|
||||
<p class="green"><a href="https://homebody.eu/carolyn/index.html" class="big" target="_top">Where my site is now</a><br>
|
||||
Thanks to Abby of <a href="https://web.archive.org/web/20070625152049/http://www.thepetzwarehouse.com/" target="_top">The Petzwarehouse</a> for kindly hosting my site for so
|
||||
long, without complaint as it grew and grew... And thanks to Sue of <a href="http://web.archive.org/web/20160321120755/http://boardwalkerz.com/" target="_top">Petz Boardwalk</a> for so generously providing mirror
|
||||
space for several months, and now taking on the whole burden.<br>
|
||||
If my site goes down at any time -- Eeeek! -- pop along to <a href="https://web.archive.org/web/20150316023926/http://www.stevehornsc.pwp.blueyonder.co.uk/carolyn/index.htm" target="_top">this page</a>, where I'll keep you informed of whatever is
|
||||
going on.</p>
|
||||
|
||||
<p id="INFO" class="big"><b>Download problems? Read here</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><b>PLEASE READ IF YOU HAVE DOWNLOAD PROBLEMS<br>
|
||||
or my files confuse you: </b><br>
|
||||
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.<br>
|
||||
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.</p>
|
||||
|
||||
<p><span class="big"><b>Important Information</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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 <a href="/crashingxp/" target="_top">here</a>. Windows XP with SP2 has
|
||||
special new quirks, woop-de-doo. WinXP is <b>bleurgh</b> and <b>Vista --
|
||||
AAAARGH!!</b> *hugs nice comfy Win95 setup, warts an' all*</p>
|
||||
|
||||
<p>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 <a href="/petzfriendsite/">here</a> 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.<br>
|
||||
Please note that you <b>do not need to convert</b> 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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p class="green"><span class="big"><b>What's Happening Here</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
I checked through this again, and a lot of stuff has changed, so this is the
|
||||
latest state of play:</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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-}</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">I no longer need to fix the oversize-pet corruptions,
|
||||
thanks to Nicholas' Tools. Yay for Petza!</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p class="green">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.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p class="big" id="ACK"><b>Acknowledgments</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
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 <a href="https://web.archive.org/web/20070625152049/http://www.thepetzwarehouse.com/" target="_top">PetzWarehouse</a> for her patience and for providing the
|
||||
space to store my files for so many years.</p>
|
||||
|
||||
<p class="big">Big thanks also to my pal Sue of <a href="http://web.archive.org/web/20160321120755/http://boardwalkerz.com/" target="_top">Petz Boardwalk</a> for coming to my rescue in the hard
|
||||
times, generously mirroring my lummox of a site, and finally hosting the
|
||||
whole shebang.</p>
|
||||
|
||||
<p class="big">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.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
279
carolyns_creations/menu/index.html
Normal file
279
carolyns_creations/menu/index.html
Normal file
|
@ -0,0 +1,279 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Menu</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul class="menu">
|
||||
<li><a href="/main/" target="main" title="Home"><b>HOME</b></a>
|
||||
</li>
|
||||
<li><a href="/noframes/" target="_top" title="No Frames"><b>No-frames
|
||||
Version</b></a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><a href="/whatsnew/" target="main" title="new">What's New</a></li>
|
||||
<li><a href="/main/#INFO" target="main" title="Info">Important
|
||||
Info</a></li>
|
||||
<li><a href="/main/#ACK" target="main" title="Acknowledgments">Acknowledgements</a></li>
|
||||
<li><a href="/flowers/" target="main" title="Flowers">Gifts from
|
||||
Friends</a></li>
|
||||
<li><a href="/aboutme/" target="main" title="About me">About me</a></li>
|
||||
<li><a href="/links/" target="main" title="Links to other sites with info etc">Links and Contact</a></li>
|
||||
<li><a href="/justforlaughs/" target="main" title="Just for laughs">Pointless Info</a></li>
|
||||
<li><a href="/justforlaughs2/" target="main" title="Just for laughs">Info
|
||||
2 Vista</a></li>
|
||||
<li><a href="/orbs/" target="main" title="orbs">Pet Orbs!</a></li>
|
||||
<li><a href="/cyberpets/" target="main" title="cyberpets">Cyberpets!</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>DOWNLOADS</b></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Info\Easy Kits:</b></li>
|
||||
<li><a href="/tutorials/tutorials/" target="main" title="Tutorialz and Howtoz"><b>TUTORIALS</b></a></li>
|
||||
<li> </li>
|
||||
|
||||
<li>General</li>
|
||||
<li><a href="/tutorials/LNZdetails/" target="main" title="vital LNZ info"><b>Vital LNZ info!!!</b></a></li>
|
||||
<li><a href="/tutorials/petbreakdown/" target="main" title="Rough Petfile breakdown">Rough Pet Info</a></li>
|
||||
<li><a href="/madscientist/" target="main" title="Mad Scientist">Mad
|
||||
Scientist Page Special exes etc</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li>For Petz</li>
|
||||
<li><a href="/petz/petzedit/" target="main" title="Petz Editing">Petz
|
||||
Easy-edit</a></li>
|
||||
<li><a href="/tutorials/tutorials/" target="main" title="Petz Fixes">Petz
|
||||
fixes</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li>For Oddballz</li>
|
||||
<li><a href="/oddballz/oddballzedit/" target="main" title="Oddballz Easy">Player Easy Kits</a></li>
|
||||
<li><a href="/oddballz/oddballzedit/" target="main" title="Oddballz Editing">Hexer Easy-edits</a></li>
|
||||
<li><a href="/oddballz/oddballzedit/" target="main" title="Oddballz Fixes">Oddballz fixes</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li>For Babyz</li>
|
||||
<li><a href="/babyz/babyzedit/" target="main" title="Babyz Editing">Babyz
|
||||
Easy-edit</a></li>
|
||||
<li><a href="/babyz/babyzedit/" target="main" title="Babyz Fixes">Babyz
|
||||
fixes</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Specials:</b></li>
|
||||
<li><a href="/specials/nicholastools/" target="main" title="Nicholas' utilities">Nicholas' tools</a></li>
|
||||
<li>(Petza/babyza, Tinker, LNZPro, PetWorkshop)</li>
|
||||
<li><a href="/specials/collaborations/" target="main" title="Collaborations">Team creations</a></li>
|
||||
<li><a href="/specials/sandzcat/" target="main" title="Sandz Cat">Sand'z
|
||||
Cat</a></li>
|
||||
<li><a href="/specials/emoticonpetz1/" target="main" title="Emoticon petz">Emoticon petz\breed</a></li>
|
||||
<li><a href="/specials/litterz/" target="main" title="Petz Litterz">Petz
|
||||
Litterz</a></li>
|
||||
<li><a href="/specials/sealife/" target="main" title="Aquatic Petz and Babyz">Aquatic Petz\Babyz</a></li>
|
||||
<li><a href="/specials/bugzlife/" target="main" title="Exoskeletal Petz and Babyz">Insect Petz\babyz</a></li>
|
||||
<li><a href="/specials/bugzlife/" target="main" title="Exoskeletal Petz and Babyz">Spider Petz\babyz</a></li>
|
||||
<li><a href="/specials/petzpeople/" target="main" title="Human-like Petz">People in Petz</a></li>
|
||||
<li><a href="/specials/petz3-5lnz/" target="main" title="Petz3-5 LNZ breedz">P3,4,5 LNZ breedz</a></li>
|
||||
<li><a href="/specials/catz345mice/" target="main" title="Catz3,4,5 mice">C3,4,5 Easy mice</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Sounds:</b></li>
|
||||
<li><a href="/sounds/sounds/" target="main" title="Special Petz Soundfiles">Species Sounds</a></li>
|
||||
<li><a href="/sounds/soundsorig/" target="main" title="Special Petz Soundfiles">Catz\Dogz Sounds</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>"Petz 6":</b></li>
|
||||
<li><a href="/petz6/" target="main" title="Catz and Dogz 2006">Info
|
||||
only</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Petz 5</b></li>
|
||||
<li><a href="/petz/petz5/p5hosts/" target="main" title="Hosts for Petz 5">Hosts
|
||||
for Petz 5</a></li>
|
||||
<li><a href="/petz/petz5/p5skinz/" target="main" title="Petz 5 Skinz">Petz 5
|
||||
Skinz</a></li>
|
||||
<li><a href="/petz/petz5/p5playscene/" target="main" title="Petz 5 Playscene">Petz 5 Playscenes</a></li>
|
||||
<li><a href="/petz/petz5/p5clothes/" target="main" title="Petz 5 Clothes">Petz
|
||||
5
|
||||
Clothes</a></li>
|
||||
<li><a href="/petz/petz5/p5toyz/" target="main" title="Petz 5 Toyz">Petz 5
|
||||
Toys</a></li>
|
||||
|
||||
<li><b>Breedz</b></li>
|
||||
<li><a href="/petz/petz5/p5breedz/" target="main" title="New Petz 5 Breedz">New
|
||||
P5
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/tutbreedz/" target="main" title="Tutorial Breedz">P5
|
||||
Tutorial Breedz</a></li>
|
||||
<li><a href="/petz/petz5/c5breedz/" target="main" title="Catz 5 Breedz">Catz
|
||||
5
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz5/d5breedz/" target="main" title="Dogz 5 Breedz">Dogz
|
||||
5
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/catbehaviours/" target="main" title="Catz behaviours">Catz in dogz 5</a></li>
|
||||
<li><a href="/petz/dogbehaviours/" target="main" title="Dogz behaviours">Dogz in catz 5</a></li>
|
||||
|
||||
<li><b>For Easy LNZ:</b></li>
|
||||
<li><a href="/petz/petz5/c5breeded/" target="main" title="Orig C 5 Breedz">Orig
|
||||
C5
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz5/d5breeded/" target="main" title="Orig D 5 Breedz">Orig
|
||||
D5
|
||||
Breedz</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Petz 4:</b></li>
|
||||
<li><a href="/petz/petz4/p4clothes/" target="main" title="Petz 4 Clothes">Petz
|
||||
4
|
||||
Clothes</a></li>
|
||||
<li><a href="/petz/petz4/p4toyz/" target="main" title="Petz 4 Toyz">Petz 4
|
||||
Toyz</a></li>
|
||||
<li><a href="/petz/petz4/p4hosts/" target="main" title="Petz 4 Hosts">Petz 4
|
||||
Hosts</a></li>
|
||||
<li><a href="/petz/petz4/p4playscene/" target="main" title="Petz 4 Playscene">Petz 4 Playscene</a></li>
|
||||
|
||||
<li><b>Breedz:</b></li>
|
||||
<li><a href="/petz/petz4/p4breedz/" target="main" title="New Petz 4 Breedz">New
|
||||
P4
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/tutbreedz/" target="main" title="Tutorial Breedz">P4
|
||||
Tutorial Breedz</a></li>
|
||||
<li><a href="/petz/petz4/c4breedz/" target="main" title="Catz 4 Breedz">Catz
|
||||
4
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz4/d4breedz/" target="main" title="Dogz 4 Breedz">Dogz
|
||||
4
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/catbehaviours/" target="main" title="Catz behaviours">Catz in dogz 4</a></li>
|
||||
<li><a href="/petz/dogbehaviours/" target="main" title="Dogz behaviours">Dogz in catz 4</a></li>
|
||||
|
||||
<li><b>For Easy LNZ:</b></li>
|
||||
<li><a href="/petz/petz4/c4breeded/" target="main" title="Orig C 4 Breedz">Orig
|
||||
C4
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz4/d4breeded/" target="main" title="Orig D 4 Breedz">Orig
|
||||
D4
|
||||
Breedz</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Petz 3:</b></li>
|
||||
<li><a href="/petz/petz3/p3hosts/" target="main" title="Hosts for Petz 3">Hosts
|
||||
for Petz 3</a></li>
|
||||
<li><a href="/petz/petz3/p3clothes/" target="main" title="Petz 3 Clothes">Petz
|
||||
3
|
||||
Clothes</a></li>
|
||||
<li><a href="/petz/petz3/p3toyz/" target="main" title="Petz 3 Toyz">Petz 3
|
||||
Toyz</a></li>
|
||||
<li><a href="/petz/petz3/p3playscene/" target="main" title="Petz 3 Playscene">Petz 3 Playscene</a></li>
|
||||
<li><a href="/petz/petz3/p3official/" target="main" title="Official downloads for Petz 3">Official DLs</a></li>
|
||||
|
||||
<li><b>Breedz:</b></li>
|
||||
<li><a href="/petz/petz3/p3breedz/" target="main" title="New Petz 3 Breedz">New
|
||||
P3
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/tutbreedz/" target="main" title="Tutorial Breedz">P3
|
||||
Tutorial Breedz</a></li>
|
||||
<li><a href="/petz/petz3/c3breedz/" target="main" title="Catz 3 Breedz">Catz
|
||||
3
|
||||
Breeds</a></li>
|
||||
<li><a href="/petz/petz3/d3breedz/" target="main" title="Dogz 3 Breedz">Dogz
|
||||
3
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/catbehaviours/" target="main" title="Catz behaviours">Catz in dogz 3</a></li>
|
||||
<li><a href="/petz/dogbehaviours/" target="main" title="Dogz behaviours">Dogz in catz 3</a></li>
|
||||
|
||||
<li><b>For Easy LNZ:</b></li>
|
||||
<li>P3 English versions</li>
|
||||
<li><a href="/petz/petz3/c3breeded/" target="main" title="Orig C 3 Breedz">Orig
|
||||
C3
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz3/d3breeded/" target="main" title="Orig D 3 Breedz">Orig
|
||||
D3
|
||||
Breedz</a></li>
|
||||
<li>P3 Non-English</li>
|
||||
<li><a href="/petz/petz3/c3intbreeded/" target="main" title="Orig C 3 Breedz">Orig C3 Breedz</a></li>
|
||||
<li><a href="/petz/petz3/d3intbreeded/" target="main" title="Orig D 3 Breedz">Orig D3 Breedz</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Petz II:</b></li>
|
||||
<li><a href="/petz/petz2/p2breedz/" target="main" title="New Petz II Breedz">New PII Breedz</a></li>
|
||||
<li><a href="/petz/petz2/c2breedz/" target="main" title="Catz II Breedz">Catz
|
||||
II
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz2/d2breedz/" target="main" title="Dogz II Breedz">Dogz
|
||||
II
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/catbehaviours/" target="main" title="Catz behaviours">Catz in dogz II</a></li>
|
||||
<li><a href="/petz/dogbehaviours/" target="main" title="Dogz behaviours">Dogz in catz II</a></li>
|
||||
<li><a href="/petz/petz2/petzIIfooler/" target="main" title="PII Demo">Petz
|
||||
II
|
||||
Demo</a></li>
|
||||
<li><a href="/petz/petz2/petzIIfooler/" target="main" title="PII Demo Fooler">Demo Fooler</a></li>
|
||||
<li><a href="/madscientist/" target="main" title="PII modified exe">Modified
|
||||
exe</a></li>
|
||||
<li><a href="/petz/petz2/p2toyz/" target="main" title="Petz II Toyz">Petz II
|
||||
Toyz</a></li>
|
||||
<li><a href="/petz/petz2/p2playscene/" target="main" title="Petz II Scenes">Petz
|
||||
II Scene</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Petz 1:</b></li>
|
||||
<li><a href="/petz/petz1/catz1dex/" target="main" title="Catz 1 Breedz">Catz
|
||||
1
|
||||
Fooler</a></li>
|
||||
<li><a href="/petz/petz1/c1breedz/" target="main" title="Catz 1 Breedz">Catz
|
||||
1
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz1/d1breedz/" target="main" title="Dogz 1 Breedz">Dogz
|
||||
1
|
||||
Breedz</a></li>
|
||||
<li><a href="/petz/petz1/dogz1fooler/" target="main" title="Dogz 1 Breedz">Dogz
|
||||
1
|
||||
Fooler</a></li>
|
||||
<li><a href="/petz/petz1/catz1mice/" target="main" title="Catz 1 Mice">Catz
|
||||
1
|
||||
Mice</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Oddballz:</b></li>
|
||||
<li><a href="/oddballz/oddballz/" target="main" title="Oddballz">Oddballz</a></li>
|
||||
<li><a href="/oddballz/oddballzedit/" target="main" title="Oddballz Easy">Player Easy Kits</a></li>
|
||||
<li><a href="/oddballz/oddballzedit/" target="main" title="Oddballz Editing">Hexer Easy-edits</a></li>
|
||||
<li><a href="/oddballz/oddballzedit/" target="main" title="Oddballz Fixes">Oddballz fixes</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>Babyz:</b></li>
|
||||
<li><a href="/babyz/babyznewest/" target="main" title="Newest Babyz">Newest
|
||||
Babyz</a></li>
|
||||
<li><a href="/babyz/babyznew/" target="main" title="New Babyz">Newer
|
||||
Babyz</a></li>
|
||||
<li><a href="/babyz/babyz-1/" target="main" title="Babyz Hexies">Old Babyz
|
||||
Hexies</a></li>
|
||||
<li><a href="/babyz/babyzglasses/" target="main" title="Babyz Glasses">Babyz
|
||||
Glasses</a></li>
|
||||
<li><a href="/babyz/babyzharem/" target="main" title="Babyz harem">Harem
|
||||
sets</a></li>
|
||||
<li><a href="/babyz/babyzclothes/" target="main" title="Babyz Clothez">Babyz
|
||||
Clothes</a></li>
|
||||
<li><a href="/babyz/babyzplayscene/" target="main" title="Babyz Playscenes">Babyz Playscenes</a></li>
|
||||
<li><a href="/babyz/babyztoyz/" target="main" title="Babyz Toyz">Babyz
|
||||
Toyz</a></li>
|
||||
<li><a href="/babyz/babyzedit/" target="main" title="Babyz Editing">Babyz
|
||||
Easy-edit and fixes</a></li>
|
||||
<li><a href="/babyz/babyzplay/" target="main" title="Play with a Babyz Online">Play Online</a></li>
|
||||
<li> </li>
|
||||
|
||||
<li><b>NOT BY ME:</b></li>
|
||||
<li><a href="/offsitespecials/" target="main" title="Off-site special breedz">Off-site specials</a></li>
|
||||
<li><a href="/petz/petz3/p3playscenz/" target="main" title="Old Petz 3 Scenes">Old
|
||||
Petz 3 Scenes</a></li>
|
||||
<li><a href="/finfin/finfin/" target="main" title="Fin Fin">Fin Fin</a>
|
||||
</li>
|
||||
<li> </li>
|
||||
|
||||
<li>.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
86
carolyns_creations/oddballz/oddballz/index.html
Normal file
86
carolyns_creations/oddballz/oddballz/index.html
Normal file
|
@ -0,0 +1,86 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Oddballz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big green center">
|
||||
<p><a href="/oddballz/oddballzbreedz/">Go here for my Oddballz
|
||||
breedz</a><br>
|
||||
<a href="/sounds/sounds/">Go here for my Oddballz' sounds</a><br>
|
||||
<a href="/oddballz/oddballzfooler/#ACK" target="_TOP" title="Go here to get the demo">click here to get the demo/starter
|
||||
kit</a><br>
|
||||
<a href="/oddballz/oddballzfooler/" target="_TOP" title="Go here to get the fooler">Go here to get the game-fooler
|
||||
kit</a><br>
|
||||
There is now a fooler for the Mac demo too :-)<br>
|
||||
<a href="/oddballz/oddballzedit/" target="_TOP" title="Go here for Easy breedz">Go here for my Easy breedz kit</a><br>
|
||||
(Windows packages, Mac users need to use ResEdit)</p>
|
||||
|
||||
<p><span class="bigger"><b>A new look for your Oddballz game</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
<img src="Egypt3.gif"><br>
|
||||
<a href="EgyptShelf.zip">My Egyptian-style toyshelf</a><br>
|
||||
To make this work you also need<br>
|
||||
<a href="OddzRezEasy-edit.zip">my Oddballz Easy Shelf kit</a><br>
|
||||
NOTE -- Since the arrival of <a href="/specials/nicholastools/">Tinker
|
||||
1.5</a>, 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 :-)</p>
|
||||
|
||||
<p><b>Other Oddballz Goodies...<br>
|
||||
Mouse "grubz" for you</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>NOTE: These "mice" will overwrite your game's own grubz files. Please put
|
||||
your originals somewhere safe, and read the readme files included!</p>
|
||||
|
||||
<p><img src="grubzmouse.gif"><br>
|
||||
<a href="JoshuaMouse.zip">Joshua's mouse</a><br>
|
||||
Here is a mouse, made by Joshua of <a href="https://web.archive.org/web/20060427071902/http://mysite.wanadoo-members.co.uk:80/petzlaboratory" target="_TOP">Joshua's Petz Laboratory</a>, using my <a href="OddzRezEasy-edit.zip">Oddballz Easy kit </a>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!</p>
|
||||
|
||||
<p>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 <a href="OddzRezEasy-edit.zip">Oddballz Easy kit </a>to be installed
|
||||
first.<br>
|
||||
<img src="Mousegrubz.gif"><br>
|
||||
<a href="MouseGrubz1.zip">the petz-game white mouse</a><br>
|
||||
<a href="MouseGrubz2.zip">the Petz-game grey mouse</a></p>
|
||||
|
||||
<p><img src="Mousegrubz2.gif"><br>
|
||||
<a href="BlackMousegrubz.zip">A black mouse</a><br>
|
||||
<a href="BrownMousegrubz.zip">A brown mouse</a></p>
|
||||
|
||||
<p><b>Other useful pages for game-modders</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="/specials/nicholastools/" target="main" title="Nicholas' utilities">Nicholas' tools</a><br>
|
||||
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.</p>
|
||||
|
||||
<p><a href="/tutorials/LNZdetails/" target="main" title="vital LNZ info"><b>Vital LNZ info</b></a><br>
|
||||
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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
42
carolyns_creations/oddballz/oddballzedit/index.html
Normal file
42
carolyns_creations/oddballz/oddballzedit/index.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Oddballz Makeover</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green big">
|
||||
<p>.</p>
|
||||
|
||||
<p><b>Oddballz PLAYERS, you can have more fun with your game!</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="/oddballz/oddballzplayer/">Go here to download what you
|
||||
need</a>.<br>
|
||||
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 :-)</p>
|
||||
|
||||
<p>.</p>
|
||||
|
||||
<p><b>Oddballz HEXERS, discover the feedom of Easy-edit kits!</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="/oddballz/oddballzedit2/">Go here to download what you
|
||||
need.</a><br>
|
||||
You can now customise just about everything in your game, and share the
|
||||
results with others including non-hexers! Yay!</p>
|
||||
|
||||
<p>For anyone who finds an .opj file or wants to make them and swap with
|
||||
friends, <a href="WinScrambler.zip">here is Ron Tigat's Eggz
|
||||
Scrambler</a> for Windows and <a href="MacScrambler.hqx">here is the one
|
||||
for Mac</a>. 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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
75
carolyns_creations/orbs/index.html
Normal file
75
carolyns_creations/orbs/index.html
Normal file
|
@ -0,0 +1,75 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Gifts from friends</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<br><br>
|
||||
|
||||
<p class="bigger purple"><b>Pet Orbs! I got Pet orbs!</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="bigger purple">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.</p>
|
||||
|
||||
<p class="bigger">Oscar running his Orb</p>
|
||||
|
||||
<p><img src="Oscar.gif" alt="Oscar running his Orb"></p>
|
||||
|
||||
<p class="bigger">And Dambo in cute and devilish nood</p>
|
||||
|
||||
<p><img src="DamboCute.gif" alt="cute Dambo">
|
||||
<img src="DamboDevilish.gif" alt="devilish Dambo"></p>
|
||||
|
||||
<p class="bigger">Here's Perky, chubby little so-and-so...</p>
|
||||
|
||||
<p><img src="Perky.gif" alt="Perky"></p>
|
||||
|
||||
<p class="bigger">...Just as aloof whilst doing a balancing-act with
|
||||
Dambo!</p>
|
||||
|
||||
<p><img src="orbs_PerkyAndDambo.gif" alt="Perky And Dambo"></p>
|
||||
|
||||
<p class="bigger">Demon deep in meditation, then coming around from it</p>
|
||||
|
||||
<p><img src="Demon1.gif" alt="meditative Demon">
|
||||
<img src="Demon2.gif" alt="provocative Demon"></p>
|
||||
|
||||
<p class="bigger">Cassie doing what Cassie does best:</p>
|
||||
|
||||
<p><img src="Cassie.gif" alt="Cassie's balancing act"></p>
|
||||
|
||||
<p class="bigger">While Jordan and Skyheaven show off their Orbs with
|
||||
Auras!</p>
|
||||
|
||||
<p><img src="Jordan.gif" alt="Jordan">
|
||||
<img src="orbs_Skyheaven.gif" alt="Skyheaven"></p>
|
||||
|
||||
<p class="bigger">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.'</p>
|
||||
|
||||
<p class="bigger">If you want orbs on your actual petz, take a look at my <a href="../specials/emoticonpetz1/emoticonpetz1.html">Emoticon
|
||||
petz\breed</a> pages</p>
|
||||
|
||||
<p class="bigger">You can also find petz with permanent orbs which show in
|
||||
the game, at Sue's <a href="http://web.archive.org/web/20160321120755/http://boardwalkerz.com/" target="_top">the Petz Boardwalk</a></p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
121
carolyns_creations/petz/catbehaviours/index.html
Normal file
121
carolyns_creations/petz/catbehaviours/index.html
Normal file
|
@ -0,0 +1,121 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cat Behaviours for Dogz II, 3, 4, 5</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p> </p>
|
||||
|
||||
<p><span class="bigger purple"><b>Catz Behaviours for Dogz games</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p><b>NOTE</b> to anyone who thinks that they would be getting the full
|
||||
catz games with this kit; this is <b>not</b> 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
|
||||
:-)</p>
|
||||
|
||||
<p class="big">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.<br>
|
||||
For Petz 4 and 5, download the bunny for your game version also -- you'll
|
||||
need it.<br>
|
||||
<a href="p4originalbunny.zip">Bunny file for Petz 4</a><br>
|
||||
<a href="p5originalbunny.zip">Bunny file for Petz 5</a><br>
|
||||
For Petz II, there is just the single large download.</p>
|
||||
|
||||
<p><span class="big">NOTE: These zips contain .DLL files. .DLL files need to
|
||||
be "un-hidden".</span><br>
|
||||
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. <a href="/reassociate/">Click
|
||||
here </a>for screengrabs if you need help.</p>
|
||||
|
||||
<p class="big">IMPORTANT -- Please <a href="/reassociate/">Click here
|
||||
</a>if, after installation, your CAT files seem to become "some kind of
|
||||
catalog".</p>
|
||||
|
||||
<p class="big"><a href="Catbehaviours_c4c5.zip">Basic Cat behaviours for
|
||||
Petz 4 and Petz 5 (4.8 megabytes)</a><br>
|
||||
<a href="Rez_c5.zip">Small cut-down Catz Rez file for Petz 5</a><br>
|
||||
<a href="Bunnyorig_c5.zip">Original Bunny for Petz 5</a><br>
|
||||
<a href="Rez_c4.zip">Small cut-down Catz Rez file for Petz 4</a><br>
|
||||
<a href="Bunnyorig_c4.zip">Original Bunny for Petz 4</a></p>
|
||||
|
||||
<p class="big"><a href="Catbehaviours_c3.zip">Basic Cat behaviours for Petz
|
||||
3 English and International versions (4.8 megabytes)</a><br>
|
||||
<a href="Rez_c3.zip">Small cut-down Catz Rez file for Petz 3 English</a><br>
|
||||
<a href="RezInt_c3.zip">Small cut-down Catz Rez file for Petz 3
|
||||
International</a></p>
|
||||
|
||||
<p class="big"><a href="Rez_c2.zip">Cat behaviour files for Petz II (4.3
|
||||
megabytes)</a></p>
|
||||
|
||||
<p><span class="big">For people who have trouble understanding my
|
||||
instructions, here's an example of how it works:</span><br>
|
||||
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".</p>
|
||||
|
||||
<p>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</p>
|
||||
|
||||
<p>C:\Program Files\UBI Soft\Studio Mythos\Petz 5</p>
|
||||
|
||||
<p>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</p>
|
||||
|
||||
<p>C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource</p>
|
||||
|
||||
<p>Then make a directory off the Resource one and rename it Catz. So you
|
||||
would now have this:</p>
|
||||
|
||||
<p>C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource\Catz</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
110
carolyns_creations/petz/dogbehaviours/index.html
Normal file
110
carolyns_creations/petz/dogbehaviours/index.html
Normal file
|
@ -0,0 +1,110 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dogz Behaviours for Catz II, 3, 4, 5</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p><span class="bigger purple"><b>Dogz Behaviours for Catz games</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>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 :-)</p>
|
||||
|
||||
<p class="big">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.<br>
|
||||
For Petz 4 and 5, download the pig also.<br>
|
||||
<a href="p4originalpig.zip">Pig file for Petz 4</a><br>
|
||||
<a href="p5originalpig.zip">Pig file for Petz 5</a><br>
|
||||
For Petz II, there is just the single large download.</p>
|
||||
|
||||
<p><span class="big">NOTE: These zips contain .DLL files. .DLL files need to
|
||||
be "un-hidden".</span><br>
|
||||
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.</p>
|
||||
|
||||
<p class="big"><a href="Dogbehaviours_c4_c5.zip">Basic Dog behaviours for
|
||||
Petz 4 and Petz 5 (4.3 megabytes)</a><br>
|
||||
<a href="Rez_d5.zip">Small cut-down Dogz Rez file for Petz 5</a><br>
|
||||
<a href="Rez_d4.zip">Small cut-down Dogz Rez file for Petz 4</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="big"><a href="Dogbehaviours_c3.zip">Basic Dog behaviours for Petz
|
||||
3 English and International versions (4.35 megabytes)</a><br>
|
||||
<a href="Rez_d3.zip">Small cut-down Dogz Rez file for Petz 3 English</a><br>
|
||||
<a href="RezInt_d3.zip">Small cut-down Dogz Rez file for Petz 3
|
||||
International</a>
|
||||
</p>
|
||||
|
||||
<p class="big"><a href="Rez_d2.zip">Dog behaviour files for Petz II (3.7
|
||||
megabytes)</a></p>
|
||||
|
||||
<p><span class="big">For people who have trouble understanding my
|
||||
instructions, here's an example of how it works:</span><br>
|
||||
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.</p>
|
||||
|
||||
<p>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</p>
|
||||
|
||||
<p>C:\Program Files\UBI Soft\Studio Mythos\Petz 5</p>
|
||||
|
||||
<p>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</p>
|
||||
|
||||
<p>C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource</p>
|
||||
|
||||
<p>Then make a directory off the Resource one and rename it Dogz. So you
|
||||
would now have this:</p>
|
||||
|
||||
<p>C:\Program Files\UBI Soft\Studio Mythos\Petz 5\Resource\Dogz</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
75
carolyns_creations/petz/petz1/c1breedz/index.html
Normal file
75
carolyns_creations/petz/petz1/c1breedz/index.html
Normal file
|
@ -0,0 +1,75 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Catz 1 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center more-side-padding green big">
|
||||
<p class="bigger"><b>Catz 1 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><a href="/sounds/sounds/" title="Go here to get sounds">Go here for
|
||||
Species sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center center-table big green">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="FuzzyTiger_catz.zip" title="Download Fuzzy Tiger for Catz">
|
||||
<img src="FuzzyTiger.gif" alt="Fuzzy Tiger"><br>
|
||||
Fuzzy Tiger
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="GingerMix_catz.zip" title="Download Ginger Mix for Catz">
|
||||
<img src="GingerMix.gif" alt="Ginger Mix"><br>
|
||||
Ginger Mix
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Slinker_catz.zip" title="Download Slinker for Catz">
|
||||
<img src="Slinker.gif" alt="Slinker"><br>
|
||||
Slinker
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Zott_c1.zip" title="Download Zott for Catz">
|
||||
<img src="zott_c1.gif" alt="Zott (Windows)"><br>
|
||||
Zott (Windows ver)</a> /
|
||||
<a href="zott4mac_c1.zip" title="Download Zott (Mac)">Zott (Mac
|
||||
version)</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Snowbo_c1.zip" title="Download Snowbo for Catz">
|
||||
<img src="Snowboc1.gif" alt="Snowbo"><br>
|
||||
Snowbo</a> /
|
||||
<a href="Snowbo4mac_c1.zip" title="Download Snowbo (Mac)">Snowbo
|
||||
(Mac version)</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
61
carolyns_creations/petz/petz1/catz1dex/index.html
Normal file
61
carolyns_creations/petz/petz1/catz1dex/index.html
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Catz Your Computer Petz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body id="catz1dex">
|
||||
<div class="more-side-padding center big bold">
|
||||
<img src="catzlogo.gif" alt="Welcome to Catz Home Page!">
|
||||
<img src="kitten.gif"><br>
|
||||
Catz are the next in line of Your Computer Petz,<br>
|
||||
following in the successful pawprints of Dogz.<br>
|
||||
Catz live on your computer and they don't mind sharing it with you.<br>
|
||||
You can play with them and watch them stalk the mouse across your
|
||||
documents.<br>
|
||||
In screen-saver mode they enjoy taking CatNapz.
|
||||
|
||||
<p><a href="/petz/petz1/sclub/">Get to know </a>the Catz while <a href="catzinst.zip" target="_BLANK">downloading </a>the FREE
|
||||
adoption kit.<br>
|
||||
When you've got the demo, click the "Download Catz" button below to download
|
||||
the "fooler".<br></p>
|
||||
|
||||
<p><a href="/petz/petz1/dload2/"><img src="1_downld.gif"></a>
|
||||
<a href="/petz/petz1/sclub/"><img src="1_club.gif"></a></p>
|
||||
|
||||
<p class="left-align normal" style="width:70%;margin:0 auto;overflow:auto;">
|
||||
<img src="dog.gif" class="float-left" style="margin-right:40px;">
|
||||
Be sure to check out the world's first<br>
|
||||
Computer Petz too --<br>
|
||||
get the demo from <a href="https://web.archive.org/web/20020608010715/http://www.dmwright.com/oddpetz/" target="_BLANK">Daniel's</a> or <a href="https://web.archive.org/web/20091002091450/http://www.minibytepetz.net/Minibyte_Petz/home.html" target="_BLANK">Minibyte's</a><br>
|
||||
and remember you can download a<a href="/petz/petz1/dogz1fooler/"> demo
|
||||
fooler</a> for it also.</p>
|
||||
|
||||
<p style="height:120px;">
|
||||
<img style="vertical-align:middle;" src="ns3now.gif">
|
||||
<img style="vertical-align:middle;" src="pfmlogo.gif">
|
||||
<img style="vertical-align:middle;" src="msnow.gif">
|
||||
</p>
|
||||
|
||||
<p class="bold normal">© 1996
|
||||
<a href="https://web.archive.org/web/20031123085457/http://www.quvu.net/interactivestory.net/" target="_BLANK">PF Magic</a><br>
|
||||
This Site Best Viewed with<br>
|
||||
Netscape 3.0 [ATLAS]<br>
|
||||
and Microsoft Explorer 2.0</p>
|
||||
|
||||
<img src="wdg3.gif">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
39
carolyns_creations/petz/petz1/catz1mice/index.html
Normal file
39
carolyns_creations/petz/petz1/catz1mice/index.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Catz 1 Mice</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green bigger">
|
||||
<p><b>Catz 1 Mouse "grubz" for you</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>NOTE: These "grubz" will overwrite your game's own mouse files. Please
|
||||
put your originals somewhere safe, and read the readme files included!</p>
|
||||
|
||||
<p><img src="PinkGrubzcatz1.gif"><br>
|
||||
<a href="Pinkgrubz_c1.zip">pink grubz</a></p>
|
||||
|
||||
<p><img src="GreenGrubzcatz1.gif"><br>
|
||||
<a href="Greengrubz_c1.zip">Green grubz</a></p>
|
||||
|
||||
<p><img src="YellowGrubzcatz1.gif"><br>
|
||||
<a href="Yellowgrubz_c1.zip">Yellow grubz</a></p>
|
||||
|
||||
<p class="big">.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
88
carolyns_creations/petz/petz1/d1breedz/index.html
Normal file
88
carolyns_creations/petz/petz1/d1breedz/index.html
Normal file
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Dogz 1 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="green big center more-side-padding">
|
||||
<p class="bigger"><b>Dogz 1 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><a href="/sounds/sounds/" title="Go here to get sounds">Go here for
|
||||
Species sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center center-table big green">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AmericanStaffy.zip" title="Download American Staffy for Dogz">
|
||||
<img src="AmericanStaffy.gif" alt="American Staffy"><br>
|
||||
American Staffy
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BrownCocker_dogz.zip" title="Download Brown Cocker for Dogz">
|
||||
<img src="BrownCocker.gif" alt="Brown Cocker"><br>
|
||||
Brown Cocker
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BuffCocker_dogz.zip" title="Download Buff Cocker for Dogz">
|
||||
<img src="BuffCocker.gif" alt="Buff Cocker"><br>
|
||||
Buff Cocker
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BlackWhiteCocker_dogz.zip" title="Download Black and White Cocker for Dogz">
|
||||
<img src="BWCocker.gif" alt="Black and White Cocker"><br>
|
||||
Black and White Cocker
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Snowbo2_d1.zip" title="Download Snowbo for Dogz">
|
||||
<img src="snowbo2_d1.gif" alt="Snowbo for Dogz"><br>
|
||||
Snowbo for Dogz (Windows ver)</a> / <a href="Snowbo2forMac_d1.zip" title="Download Snowbo for Mac Dogz">(Mac version)</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Wolf_dogz.zip" title="Download Wolf for Dogz">
|
||||
<img src="Wolf.gif" alt="Wolf"><br>
|
||||
Wolf
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Wolfie_dogz.zip" title="Download Wolfie for Dogz">
|
||||
<img src="Wolfie.gif" alt="Wolfie"><br>
|
||||
Wolfie
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
56
carolyns_creations/petz/petz1/dogz1fooler/index.html
Normal file
56
carolyns_creations/petz/petz1/dogz1fooler/index.html
Normal file
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>DOGZ!</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body id="dogz1fooler">
|
||||
<div class="center bold big">
|
||||
<img src="dogzlogo2.gif"><br>
|
||||
<img src="dog2.gif">
|
||||
<a href="/petz/petz1/catz1dex/">
|
||||
<img src="kitten2.gif">
|
||||
</a>
|
||||
|
||||
<p>Dogz are the first pets to live on a computer, giving you the joys of
|
||||
owning a dog<br>
|
||||
without needing a pooper scooper! Dogz live on your desktop where they can
|
||||
scamper<br>
|
||||
across applications, play games like keep away, fetch and chase, or nap in
|
||||
the corner<br>
|
||||
of your screen while you're working.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>Adoption Kits allow you to play with five different<br>
|
||||
little puppy-Dogz before deciding which one to adopt.</p>
|
||||
|
||||
<p>If you haven't Adopted a Dogz - go to the <a href="/petz/petz1/dogz1dl/">Adopt Now</a> area where you<br>
|
||||
can find links to demos and download a Dogz Demo fooler for the PC or
|
||||
Mac!</p>
|
||||
|
||||
<p>If you've already Adopted a Dogz and are now looking for some<br>
|
||||
things to do with Dogz, look around here for more dogz stuff<br>
|
||||
and check out <a href="https://flyinskull.tripod.com/dogz1/index.htm" target="_TOP">Flyinskull's site</a> and
|
||||
<a href="https://web.archive.org/web/20091002091450/http://www.minibytepetz.net/Minibyte_Petz/home.html" target="_BLANK">Minibyte's Archive</a> too.</p>
|
||||
|
||||
<p><a href="/petz/petz1/dogz1dl/">
|
||||
<img src="bb.gif">
|
||||
</a></p>
|
||||
|
||||
<p style="font-weight:400;">Copyright © 1995 PF. Magic, Inc.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
144
carolyns_creations/petz/petz2/c2breedz/index.html
Normal file
144
carolyns_creations/petz/petz2/c2breedz/index.html
Normal file
|
@ -0,0 +1,144 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Catz 2 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big green center more-side-padding">
|
||||
<p class="bigger"><b>Catz 2 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><a href="/sounds/sounds/" title="Go here to get sounds">Go here for
|
||||
Species sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center-table center green big">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Appaloosa_c2.zip" title="Download Appaloosa for Catz 2">
|
||||
<img src="Appaloosa.gif" alt="Appaloosa"><br>
|
||||
Appaloosa
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chickenz_c2.zip" title="Download Chickenz for Catz 2">
|
||||
<img src="Chickenz.gif" alt="Chickenz"><br>
|
||||
Chickenz With "Eggz"</a> /
|
||||
<a href="ChickenzNoEggz_c2.zip" title="Download Chickenz No Eggz">Without "Eggz"</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Dragonair_c2.zip" title="Download Dragonair for Catz 2">
|
||||
<img src="Dragonair.gif" alt="Dragonair"><br>
|
||||
Dragonair
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Dynaroo_c2.zip" title="Download Dynaroo for Catz 2">
|
||||
<img src="Dynaroo.gif" alt="Dynaroo"><br>
|
||||
Dynaroo
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Grinnz_c2.zip" title="Download Grinnz for Catz 2">
|
||||
<img src="Grinnz.gif" alt="Grinnz"><br>
|
||||
Grinnz
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Himalayan_c2.zip" title="Download Himalayan for Catz 2">
|
||||
<img src="Himalayan.gif" alt="Himalayan"><br>
|
||||
Himalayan
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Honkbirdie_c2.zip" title="Download Honkbirdie for Catz 2">
|
||||
<img src="Honkbirdie.gif" alt="Honkbirdie"><br>
|
||||
Honkbirdie
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Honker_c2.zip" title="Download Honker for Catz 2">
|
||||
<img src="Honker.gif" alt="Honker"><br>
|
||||
Honker
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Modvark_c2.zip" title="Download Modvark for Catz 2">
|
||||
<img src="Modvark.gif" alt="Modvark"><br>
|
||||
Modvark
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Norvil_c2.zip" title="Download Norvil for Catz 2">
|
||||
<img src="Norvil.gif" alt="Norvil"><br>
|
||||
Norvil
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Quadrapus_c2.zip" title="Download Quadrapus for Catz 2">
|
||||
<img src="Quadrapus.gif" alt="Quadrapus"><br>
|
||||
Quadrapus
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Reindeerz_c2.zip" title="Download Reindeerz for Catz 2">
|
||||
<img src="Reindeerz.gif" alt="Reindeerz"><br>
|
||||
Reindeerz
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Snowbo_c2.zip" title="Download Snowbo for Catz 2">
|
||||
<img src="Snowbo.gif" alt="Snowbo"><br>
|
||||
Snowbo
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Zott_c2.zip" title="Download Zott for Catz 2">
|
||||
<img src="Zott.gif" alt="Zott"><br>
|
||||
Zott
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
105
carolyns_creations/petz/petz2/d2breedz/index.html
Normal file
105
carolyns_creations/petz/petz2/d2breedz/index.html
Normal file
|
@ -0,0 +1,105 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Dogz II breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big green center more-side-padding">
|
||||
<p class="bigger"><b>Dogz II Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><a href="/sounds/sounds/" title="Go here to get sounds">Go here for
|
||||
Species sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center center-table big green">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AmericanStaffy_d2.zip" title="Download AmericanStaffy for Dogz 2">
|
||||
<img src="AmericanStaffy.gif" alt="AmericanStaffy"><br>
|
||||
American Staffy
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bear_d2.zip" title="Download Bearz for Dogz 2">
|
||||
<img src="Bearz.gif" alt="Bearz"><br>
|
||||
Bearz
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Galiceno_d2.zip" title="Download Galiceno for Dogz 2">
|
||||
<img src="Galiceno.gif" alt="Galiceno"><br>
|
||||
Galiceno
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Gorilape_d2.zip" title="Download Gorilape for Dogz 2">
|
||||
<img src="Gorilape.gif" alt="Gorilape"><br>
|
||||
Gorilape
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Guineapig_d2.zip" title="Download Guineapig for Dogz 2">
|
||||
<img src="GuineaPig.gif" alt="Guineapig"><br>
|
||||
Guineapig, Patchy
|
||||
</a> /
|
||||
<a href="Guineapig2_d2.zip" title="Download Guineapig2 for Dogz 2">Plain or two-tone</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Horseequus_d2.zip" title="Download Horseequus for Dogz 2">
|
||||
<img src="Horse.gif" alt="Horseequus"><br>
|
||||
Horseequus
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Pighog_d2.zip" title="Download Pighog for Dogz 2">
|
||||
<img src="Pig-hog.gif" alt="Pighog"><br>
|
||||
Pighog
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Snowbo2_d2.zip" title="Download Snowbo2 for Dogz 2">
|
||||
<img src="Snowbo2.gif" alt="Snowbo2"><br>
|
||||
Snowbo2
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Turkey_d2.zip" title="Download Turkey for Dogz 2">
|
||||
<img src="Turkey.gif" alt="Turkey"><br>
|
||||
Turkey with "Eggz"</a> / <a href="TurkeyNoEggz_d2.zip" title="Download Turkey No Eggz">Without "Eggz"</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
77
carolyns_creations/petz/petz2/p2breedz/index.html
Normal file
77
carolyns_creations/petz/petz2/p2breedz/index.html
Normal file
|
@ -0,0 +1,77 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>New Petz 2 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big green center more-side-padding">
|
||||
<p><span class="bigger"><b>New Petz 2 Breedz</b><br>
|
||||
Click breed photo or name to download.</span><br>
|
||||
<a href="/sounds/sounds/" title="Go here to get sounds">Go here for Species
|
||||
sounds</a><br>
|
||||
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)</p>
|
||||
|
||||
<p>My Skorch Odd-petz breed is now <a href="skorchc2.zip">available
|
||||
here</a>. All 13 of the originals have now been brought into the Catz
|
||||
games.</p>
|
||||
</div>
|
||||
|
||||
<table class="center center-table big">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Walret_c2.zip" title="Download Walret for Catz 2">
|
||||
<img src="Walret.gif" alt="Walret"><br>
|
||||
Walret (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="102_c2.zip" title="Download 102 for Catz 2">
|
||||
<img src="102dalmatians.gif" alt="102"><br>
|
||||
102 (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Jester_c2.zip" title="Download Jester for Catz 2">
|
||||
<img src="Jester.gif" alt="Jester"><br>
|
||||
Jester (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Lips_c2.zip" title="Download Lips for Catz 2">
|
||||
<img src="Lips.gif" alt="Lips"><br>
|
||||
Lips (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Bunny_c2.zip" title="Download Bunny for Catz 2">
|
||||
<img src="Bunnyp2.gif" alt="Bunny"><br>
|
||||
Bunny (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
41
carolyns_creations/petz/petz2/p2playscene/index.html
Normal file
41
carolyns_creations/petz/petz2/p2playscene/index.html
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>New Petz II Playscene items</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green side-padding normal">
|
||||
<p class="bigger"><b>Petz II Playscenes</b><br>
|
||||
Click picture or name to download.</p>
|
||||
|
||||
<p><b>This page contains any playscene backdrops that I may make for the
|
||||
petz II game.</b></p>
|
||||
|
||||
<p>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<br>
|
||||
<a href="Fishbeach_p2.zip" title="Fish beach for Petz II">
|
||||
<img src="beachfishy.jpg" alt="Fish beach"><br>
|
||||
Fish beach For petz II
|
||||
</a></p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p class="big">.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
97
carolyns_creations/petz/petz2/p2toyz/index.html
Normal file
97
carolyns_creations/petz/petz2/p2toyz/index.html
Normal file
|
@ -0,0 +1,97 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Hex edited toyz for Petz II</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="purple normal center">
|
||||
<p><span class="bigger"><b>Hex edited Toyz for Petz II</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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
|
||||
:-)</p>
|
||||
</div>
|
||||
|
||||
<table class="wide-center-table center big brown">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="GoldfishTank_p2.zip" title="Fishtank">
|
||||
<img src="Fishtoyz.jpg" alt="Fishtank"><br>
|
||||
Free-swimming Fish and Tank
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Doll_p2.zip" title="Babyz Doll">
|
||||
<img src="Dollz4petz.gif" alt="Babyz doll"><br>
|
||||
Babyz Doll
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="ButterflyAttractor_p2.zip" title="Butterfly Attractor">
|
||||
<img src="butterflyattractor.gif" alt="Butterfly Attractor"><br>
|
||||
Butterfly Attractor
|
||||
</a><br>
|
||||
This is a more exciting attractor<br>
|
||||
for your butterflies than the<br>
|
||||
original potted flowers.<br>
|
||||
It also sometimes produces strange effects...
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blooms_p2.zip" title="Blooms for petz II">
|
||||
<img src="Blooms.gif" alt="Blooms"><br>
|
||||
Pretty blooms and butterflies for your game
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blowers_p2.zip" title="Blowers for Petz II">
|
||||
<img src="Blowers.gif" alt="Blowers"><br>
|
||||
Blowers
|
||||
</a><br>
|
||||
more unusual-looking blooms and butterflies
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Carrottreatbag_p2.zip" title="Carrot Treat bag for Petz II">
|
||||
<img src="CarrotTreatBag.gif" alt="Carrot Treat bag"><br>
|
||||
Carrot Treat bag
|
||||
</a><br>
|
||||
for vegetarian petz
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Gemhairball_p2.zip" title="Gem Hairball for Catz II">
|
||||
<img src="gemhairball.gif" alt="Sapphire hairball"><br>
|
||||
Replace that squishy hairball with a sapphire
|
||||
</a><br>
|
||||
especially important for Dracoz
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
83
carolyns_creations/petz/petz2/petzIIfooler/index.html
Normal file
83
carolyns_creations/petz/petz2/petzIIfooler/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Petz II Fooler</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green normal">
|
||||
<p class="big">.</p>
|
||||
|
||||
<p class="big"><b>The Petz II Demo</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="PetzIIdemo.zip">The Petz II demo, unpacked for those who cannot
|
||||
install</a><br>
|
||||
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.</p>
|
||||
|
||||
<p class="big"><b>The Petz II fooler</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="PetzIIdemoFooler.zip">The fooler</a>.<br>
|
||||
Please follow the included instructions carefully.</p>
|
||||
|
||||
<p>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.<br>
|
||||
For those who don't use Nicholas' Petza, and need them for the fooler
|
||||
petz:<br>
|
||||
<a href="GreatdanepII.zip">The Petz II Great Dane -- unpack into Dogz
|
||||
folder</a><br>
|
||||
<a href="SiamesepII.zip">The Petz II Siamese -- unpack into catz folder</a>
|
||||
</p>
|
||||
|
||||
<p>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!</p>
|
||||
|
||||
<p>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:<br>
|
||||
<a href="PIIoriginalCatz.zip">The original Catz breedz</a><br>
|
||||
<a href="PIIoriginalCatzDownloadables.zip">The original extra Catz
|
||||
breedz</a><br>
|
||||
(these extras were once downloadable from the official site)<br>
|
||||
<a href="PIIoriginalDogz.zip">The original Dogz breedz</a><br>
|
||||
<a href="PIIoriginalDogzDownloadables.zip">The original extra Dogz
|
||||
breedz</a><br>
|
||||
(these extras were once downloadable from the official site)</p>
|
||||
|
||||
<p>And here are some other backup files that you might like to have in your
|
||||
game...<br>
|
||||
<a href="PIIOriginalToyz.zip">The original Toyz</a><br>
|
||||
<a href="PIIoriginalWallpaper.zip">The original Wallpapers</a></p>
|
||||
|
||||
<p>And for people who have trouble finding them elsewhere on my site, here
|
||||
are a bunch of required files to go with the fooler<br>
|
||||
<a href="PetzIIModifiedExe.zip">Click here for the Petz II modified
|
||||
exe</a><br>
|
||||
<a href="Rez_c2.zip">Cat behaviour files for Petz II</a><br>
|
||||
<a href="Rez_d2.zip">Dog behaviour files for Petz II</a><br>
|
||||
.</p>
|
||||
|
||||
<p class="big">.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
90
carolyns_creations/petz/petz3/c3breeded/index.html
Normal file
90
carolyns_creations/petz/petz3/c3breeded/index.html
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Special sound-stripped originals</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="bigger purple center small-gap-top">
|
||||
<p>NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p>For details of where the files go in your game, <a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p class="normal center brown"><span class="bigger purple"><b>Sound-stripped, external-lnz Original Breedz
|
||||
for Catz 3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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.<br>
|
||||
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.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
|
||||
<a href="ExtLnzSSFlealessAlley_c3.zip">Alley Cat -- flea-free version (PKC
|
||||
accepted)</a><br>
|
||||
<a href="ExtLnzSSbwshorthair_c3.zip">B+W Shorthair</a><br>
|
||||
<a href="ExtLnzSScalico_c3.zip">Calico</a><br>
|
||||
<a href="ExtLnzSSchinchillapersian_c3.zip">Chinchilla Persian</a><br>
|
||||
<a href="ExtLnzSSdesertlynx_c3.zip">Desert Lynx</a><br>
|
||||
<a href="ExtLnzSSegyptianmau_c3.zip">Egyptian Mau</a><br>
|
||||
<a href="ExtLnzSShoneybear_c3.zip">Honey Bear</a><br>
|
||||
<a href="ExtLnzSSjapanesebobtail_c3.zip">Japanese Bobtail</a><br>
|
||||
<a href="ExtLnzSSmainecoon_c3.zip">Maine Coon</a><br>
|
||||
<a href="ExtLnzSSorangeshorthair_c3.zip">Orange Shorthair</a><br>
|
||||
<a href="ExtLnzSSpersian_c3.zip">Persian</a><br>
|
||||
<a href="ExtLnzSSrussianblue_c3.zip">Russian Blue</a><br>
|
||||
<a href="ExtLnzSSscottishfold_c3.zip">Scottish Fold</a><br>
|
||||
<a href="ExtLnzSSsiamese_c3.zip">Siamese</a><br>
|
||||
<a href="ExtLnzSStabby_c3.zip">Tabby</a>
|
||||
</p>
|
||||
|
||||
<p class="normal center brown"><span class="bigger purple"><b>Sound-stripped
|
||||
Original Breedz for Catz 3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
<a href="SSFFalleycat_c3.zip">Alley Cat -- flea-free version (PKC
|
||||
accepted)</a><br>
|
||||
<a href="SSbwshorthair_c3.zip">B+W Shorthair</a><br>
|
||||
<a href="SScalico_c3.zip">Calico</a><br>
|
||||
<a href="SSchinchillapersian_c3.zip">Persian</a><br>
|
||||
<a href="SSdesertlynx_c3.zip">Desert Lynx</a><br>
|
||||
<a href="SSegyptianmau_c3.zip">Egyptian Mau</a><br>
|
||||
<a href="SShoneybear_c3.zip">Honey Bear</a><br>
|
||||
<a href="SSjapanesebobtail_c3.zip">Japanese Bobtail</a><br>
|
||||
<a href="SSmainecoon_c3.zip">Maine Coon</a><br>
|
||||
<a href="SSorangeshorthair_c3.zip">Orange Shorthair</a><br>
|
||||
<a href="SSpersian_c3.zip">Persian</a><br>
|
||||
<a href="SSrussianblue_c3.zip">Russian Blue</a><br>
|
||||
<a href="SSscottishfold_c3.zip">Scottish Fold</a><br>
|
||||
<a href="SSsiamese_c3.zip">Siamese</a><br>
|
||||
<a href="SStabby_c3.zip">Tabby</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
242
carolyns_creations/petz/petz3/c3breedz/index.html
Normal file
242
carolyns_creations/petz/petz3/c3breedz/index.html
Normal file
|
@ -0,0 +1,242 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Catz 3 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center bigger more-side-padding">
|
||||
<p><b>Catz 3 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p><u>Page</u>: 1
|
||||
<a href="/petz/petz3/catz3-2/">2</a>
|
||||
<a href="/petz/petz3/catz3-3/">3</a>
|
||||
<a href="/petz/petz3/catz3-4/">4</a>
|
||||
<a href="/petz/petz3/catz3-5/">5</a></p>
|
||||
|
||||
<p>Catz 3 breedz converted from Catz 5<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="Desertlynx_c3.zip" title="Download the Desert Lynx">Desert
|
||||
Lynx</a><br>
|
||||
<a href="Egyptianmau_c3.zip" title="Download the Egyptian Mau">Egyptian
|
||||
Mau</a><br>
|
||||
<a href="Honeybear_c3.zip" title="Download the Honey Bear">Honey
|
||||
Bear</a><br>
|
||||
<a href="Japanesebobtail_c3.zip" title="Download the Japanese Bobtail">Japanese Bobtail</a><br>
|
||||
<a href="Scottishfold_c3.zip" title="Download the Scottish Fold">Scottish
|
||||
Fold</a><br></p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p>The Catz 4 Bunny in Catz 3<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="BunnyFamily.zip">Bunny family to go with Breedable Bunnyz
|
||||
file</a><br>
|
||||
<a href="Petz3BreedableBunnies.zip">Petz 3 breedable Bunnies</a> /
|
||||
<a href="Petz3IntBreedableBunnies.zip">Non-English version</a></p>
|
||||
|
||||
<p>Other Catz 3 Breedz<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<span class="big"><a href="/sounds/sounds/" title="Go here to get sounds">Go here for Species sounds</a>
|
||||
and <a href="/sounds/soundsorig/" title="original breedfile sounds">here
|
||||
for original Catz and Dogz sounds</a> 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.</span></p>
|
||||
</div>
|
||||
|
||||
<table class="center-table center img-size big">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Abyssinian2_c3.zip" title="Download Abyssinian2 for Catz 3">
|
||||
<img src="Abyssinian.gif" alt="Abyssinian2"><br>
|
||||
Abyssinian2
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Appaloosa_c3.zip" title="Download Appaloosa for Catz 3">
|
||||
<img src="Appaloosa.gif" alt="Appaloosa"><br>
|
||||
Appaloosa
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AsianSnowCurl_c3.zip" title="Download Asian Snow Curl for Catz 3">
|
||||
<img src="AsianSnowCurl.gif" alt="Asian Snow Curl"><br>
|
||||
Asian Snow Curl
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="AutumnFlurry_c3.zip" title="Download Autumn Flurry for Catz 3">
|
||||
<img src="AutumnFlurry.gif" alt="Autumn Flurry"><br>
|
||||
Autumn Flurry
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blackandwhitelonghair_c3.zip" title="Download Blackandwhitelonghair for Catz 3">
|
||||
<img src="B+WLonghair.gif" alt="Blackandwhitelonghair"><br>
|
||||
Black and White Longhair
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blinka_c3.zip" title="Download Blinka for Catz 3">
|
||||
<img src="Blinka.gif" alt="Blinka"><br>
|
||||
Blinka
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="B+WBritishFold_c3.zip" title="Download Black and White British Fold for Catz 3">
|
||||
<img src="B+WBritishFold.gif" alt="Black and White British Fold"><br>
|
||||
Black and White British Fold
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BritishGinger+White_c3.zip" title="Download BritishGinger+White for Catz 3">
|
||||
<img src="BritishG+W.gif" alt="BritishGinger+White"><br>
|
||||
British Ginger and White
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BrownFuzzTabby_c3.zip" title="Download BrownFuzzTabby for Catz 3">
|
||||
<img src="BrownfuzzTabby.gif" alt="BrownFuzzTabby"><br>
|
||||
BrownFuzzTabby
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bunnycat_c3.zip" title="Download Bunnycat for Catz 3">
|
||||
<img src="BunnyCat.gif" alt="Bunnycat"><br>
|
||||
Bunnycat
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Calibean_c3.zip" title="Download Calibean for Catz 3">
|
||||
<img src="Calibean.gif" alt="Calibean"><br>
|
||||
Calibean
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Catwingz_c3.zip" title="Download Catwingz for Catz 3">
|
||||
<img src="Catwingz.gif" alt="Catwingz"><br>
|
||||
Catwingz
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CharcoalAngora_c3.zip" title="Download CharcoalAngora for Catz 3">
|
||||
<img src="CharcoalAngora.gif" alt="CharcoalAngora"><br>
|
||||
Charcoal Angora
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chickenz_c3.zip" title="Download Chickenz for Catz 3">
|
||||
<img src="Chickenz.gif" alt="Chickenz"><br>
|
||||
Chickenz With "Eggz"</a> /<br>
|
||||
<a href="ChickenzNoEggz_c3.zip" title="Download Chickenz No Eggz">Chickenz
|
||||
Without "Eggz"</a> -- <a title="http://simple-desires.org/wkc/" target="_TOP" class="defunct">WKC </a>accepted
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Chinchifluttacorn_c3.zip" title="Download Chinchi Fluttacorn for Catz 3">
|
||||
<img src="ChinchiFluttacorn.gif" alt="Chinchifluttacorn"><br>
|
||||
Chinchi Fluttacorn
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chinchillafold_c3.zip" title="Download Chinchilla Fold for Catz 3">
|
||||
<img src="ChinchillaFold.gif" alt="Chinchilla Fold"><br>
|
||||
Chinchilla Fold
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CottonBunny_c3.zip" title="Download CottonBunny for Catz 3">
|
||||
<img src="CottonBunny.gif" alt="CottonBunny"><br>
|
||||
CottonBunny
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Cowtaurus_c3.zip" title="Download Cowtaurus for Catz 3">
|
||||
<img src="Cowz.gif" alt="Cowtaurus"><br>
|
||||
Cowtaurus</a> -- <a title="http://simple-desires.org/wkc/" target="_TOP" class="defunct">WKC </a>accepted
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CreamFluff(English)_c3.zip" title="Download CreamFluff for Catz 3">
|
||||
<img src="CreamFluff.gif" alt="CreamFluff"><br>
|
||||
Cream Fluff (English)</a> / <a href="CreamFluff(International)_c3.zip" title="Download CreamFluff International">Cream Fluff
|
||||
(International)</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Dalmatian_c3.zip" title="Download Dalmatian for Catz 3">
|
||||
<img src="DalmatianCat.gif" alt="Dalmatian"><br>
|
||||
Dalmatian (previous ID)</a> / <a href="Dalmatian(correctNumber)_c3.zip" title="Download Dalmatian for Catz 3 (correct number)">*Dalmatian
|
||||
(correct ID)</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="center normal brown">
|
||||
<p>* 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.</p>
|
||||
|
||||
<p class="bigger">
|
||||
<u>Page</u>: 1
|
||||
<a href="/petz/petz3/catz3-2/">2</a>
|
||||
<a href="/petz/petz3/catz3-3/">3</a>
|
||||
<a href="/petz/petz3/catz3-4/">4</a>
|
||||
<a href="/petz/petz3/catz3-5/">5</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
91
carolyns_creations/petz/petz3/c3intbreeded/index.html
Normal file
91
carolyns_creations/petz/petz3/c3intbreeded/index.html
Normal file
|
@ -0,0 +1,91 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Special sound-stripped originals</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="normal brown center small-gap-top">
|
||||
<p class="bigger purple">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger purple">For details of where the files go in your game, <a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped, external-lnz Original
|
||||
Breedz for Catz 3 (non-English)</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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.<br>
|
||||
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.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
|
||||
<a href="ExtLnzSSFlealessAlleyinternational_c3.zip">Alley Cat -- flea-free
|
||||
version (PKC accepted)</a><br>
|
||||
<a href="ExtLnzSSbwshorthairInt_c3.zip">B+W Shorthair</a><br>
|
||||
<a href="ExtLnzSScalicoInt_c3.zip">Calico</a><br>
|
||||
<a href="ExtLnzSSchinchillapersianInt_c3.zip">Chinchilla Persian</a><br>
|
||||
<a href="ExtLnzSSdesertlynxInt_c3.zip">Desert Lynx</a><br>
|
||||
<a href="ExtLnzSSegyptianmauInt_c3.zip">Egyptian Mau</a><br>
|
||||
<a href="ExtLnzSShoneybearInt_c3.zip">Honey Bear</a><br>
|
||||
<a href="ExtLnzSSjapanesebobtailInt_c3.zip">Japanese Bobtail</a><br>
|
||||
<a href="ExtLnzSSmainecoonInt_c3.zip">Maine Coon</a><br>
|
||||
<a href="ExtLnzSSorangeshorthairInt_c3.zip">Orange Shorthair</a><br>
|
||||
<a href="ExtLnzSSpersianInt_c3.zip">Persian</a><br>
|
||||
<a href="ExtLnzSSrussianblueInt_c3.zip">Russian Blue</a><br>
|
||||
<a href="ExtLnzSSscottishfoldInt_c3.zip">Scottish Fold</a><br>
|
||||
<a href="ExtLnzSSsiameseInt_c3.zip">Siamese</a><br>
|
||||
<a href="ExtLnzSStabbyInt_c3.zip">Tabby</a>
|
||||
</p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped Original Breedz for Catz
|
||||
3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
|
||||
<a href="SSFFalleycatinternational_c3.zip">Alley Cat -- flea-free version
|
||||
(PKC accepted)</a><br>
|
||||
<a href="SSbwshorthairInt_c3.zip">B+W Shorthair</a><br>
|
||||
<a href="SScalicoInt_c3.zip">Calico</a><br>
|
||||
<a href="SSchinchillapersianInt_c3.zip">Chinchilla Persian</a><br>
|
||||
<a href="SSdesertlynxInt_c3.zip">Desert Lynx</a><br>
|
||||
<a href="SSegyptianmauInt_c3.zip">Egyptian Mau</a><br>
|
||||
<a href="SShoneybearInt_c3.zip">Honey Bear</a><br>
|
||||
<a href="SSjapanesebobtailInt_c3.zip">Japanese Bobtail</a><br>
|
||||
<a href="SSmainecoonInt_c3.zip">Maine Coon</a><br>
|
||||
<a href="SSorangeshorthairInt_c3.zip">Orange Shorthair</a><br>
|
||||
<a href="SSpersianInt_c3.zip">Persian</a><br>
|
||||
<a href="SSrussianblueInt_c3.zip">Russian Blue</a><br>
|
||||
<a href="SSscottishfoldInt_c3.zip">Scottish Fold</a><br>
|
||||
<a href="SSsiameseInt_c3.zip">Siamese</a><br>
|
||||
<a href="SStabbyInt_c3.zip">Tabby</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
86
carolyns_creations/petz/petz3/d3breeded/index.html
Normal file
86
carolyns_creations/petz/petz3/d3breeded/index.html
Normal file
|
@ -0,0 +1,86 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Special sound-stripped originals</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="normal brown center small-gap-top">
|
||||
<p class="purple bigger">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="purple bigger">For details of where the files go in your game, <a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="purple bigger"><b>Sound-stripped, external-lnz Original
|
||||
Breedz for Dogz 3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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.<br>
|
||||
If you only want the external-sound versions of these breedz, scroll further
|
||||
down this page.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
|
||||
<a href="ExtLnzSSBulldog_d3.zip">Bulldog</a><br>
|
||||
<a href="ExtLnzSSChihuahua_d3.zip">Chihuahua</a><br>
|
||||
<a href="ExtLnzSSDachshund_d3.zip">Dachshund</a><br>
|
||||
<a href="ExtLnzSSDalmatian_d3.zip">Dalmation</a><br>
|
||||
<a href="ExtLnzSSGermanshepherd_d3.zip">German Shepherd</a><br>
|
||||
<a href="ExtLnzSSGoldenretriever_d3.zip">Golden Retriever</a><br>
|
||||
<a href="ExtLnzSSGreatdane_d3.zip">Great Dane</a><br>
|
||||
<a href="ExtLnzSSJackrussell_d3.zip">Jack Russell</a><br>
|
||||
<a href="ExtLnzSSLabrador_d3.zip">Labrador</a><br>
|
||||
<a href="ExtLnzSSMutt_d3.zip">Mutt</a><br>
|
||||
<a href="ExtLnzSSPapillon_d3.zip">Papillon</a><br>
|
||||
<a href="ExtLnzSSPoodle_d3.zip">Poodle</a><br>
|
||||
<a href="ExtLnzSSPug_d3.zip">Pug</a><br>
|
||||
<a href="ExtLnzSSScottie_d3.zip">Scottie</a><br>
|
||||
<a href="ExtLnzSSSheepdog_d3.zip">Sheepdog</a>
|
||||
</p>
|
||||
|
||||
<p><span class="purple bigger"><b>Sound-stripped Original Breedz for Dogz
|
||||
3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
<a href="SSBulldog_d3.zip">Bulldog</a><br>
|
||||
<a href="SSChihuahua_d3.zip">Chihuahua</a><br>
|
||||
<a href="SSDachshund_d3.zip">Dachshund</a><br>
|
||||
<a href="SSDalmatian_d3.zip">Dalmatian</a><br>
|
||||
<a href="SSGermanshepherd_d3.zip">German Shepherd</a><br>
|
||||
<a href="SSGoldenretriever_d3.zip">Golden Retriever</a><br>
|
||||
<a href="SSGreatdane_d3.zip">Great Dane</a><br>
|
||||
<a href="SSJackrussell_d3.zip">Jack Russell</a><br>
|
||||
<a href="SSLabrador_d3.zip">Labrador</a><br>
|
||||
<a href="SSMutt_d3.zip">Mutt</a><br>
|
||||
<a href="SSPapillon_d3.zip">Papillon</a><br>
|
||||
<a href="SSPoodle_d3.zip">Poodle</a><br>
|
||||
<a href="SSPug_d3.zip">Pug</a><br>
|
||||
<a href="SSScottie_d3.zip">Scottie</a><br>
|
||||
<a href="SSSheepdog_d3.zip">Sheepdog</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
200
carolyns_creations/petz/petz3/d3breedz/index.html
Normal file
200
carolyns_creations/petz/petz3/d3breedz/index.html
Normal file
|
@ -0,0 +1,200 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Dogz 3 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green bigger more-side-padding">
|
||||
<p><b>Dogz 3 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><u>Page</u>:
|
||||
1
|
||||
<a href="/petz/petz3/dogz3-2/">2</a>
|
||||
<a href="/petz/petz3/dogz3-3/">3</a>
|
||||
<a href="/petz/petz3/dogz3-4/">4</a>
|
||||
<a href="/petz/petz3/dogz3-5/">5</a></p>
|
||||
|
||||
<p>Dogz 5 Breedz converted to Dogz 3<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="Germanshepherd_d3.zip" title="Download the German Shepherd">German
|
||||
Shepherd</a><br>
|
||||
<a href="Goldenretriever_d3.zip" title="Download the Golden Retriever">Golden
|
||||
Retriever</a><br>
|
||||
<a href="Jackrussell_d3.zip" title="Download the Jack Russell">Jack
|
||||
Russell</a><br>
|
||||
<a href="Papillon_d3.zip" title="Download the Papillon">Papillon</a><br>
|
||||
<a href="Pug_d3.zip" title="Download the Pug">Pug</a></p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p>The Dogz 4 Pigz in Dogz 3<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="PigFamily.zip">Pig family to go with Breedable Pigz file</a><br>
|
||||
<a href="Petz3BreedablePigz.zip">Petz 3 Breedable Pigz</a></p>
|
||||
|
||||
<p>Other Dogz 3 Breedz<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="/sounds/sounds/" title="Go here to get sounds">Go here for Species
|
||||
sounds</a> and <a href="/sounds/soundsorig/" title="original breedfile sounds">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center center-table big green">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Affelaffe_d3.zip" title="Download Affelaffe for Dogz 3">
|
||||
<img src="Affelaffe.gif" alt="Affelaffe"><br>
|
||||
Affelaffe
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Airedale_d3.zip" title="Download Airedale for Dogz 3">
|
||||
<img src="Airedale.gif" alt="Airedale"><br>
|
||||
Airedale
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AmericanStaffy_d3.zip" title="Download AmericanStaffy for Dogz 3">
|
||||
<img src="AmericanStaffy.gif" alt="AmericanStaffy"><br>
|
||||
American Staffy
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Ancestorlizard_d3.zip" title="Download Ancestorlizard for Dogz 3">
|
||||
<img src="AncestorLizard.gif" alt="Ancestorlizard"><br>
|
||||
Ancestor Lizard
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Apaws_d3.zip" title="Download Apaws for Dogz 3">
|
||||
<img src="Apaws.gif" alt="Apaws"><br>
|
||||
Apaws
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="AustralianCattleDog_d3.zip" title="Download AustralianCattleDog for Dogz 3">
|
||||
<img src="AustralianCattleDog.gif" alt="AustralianCattleDog"><br>
|
||||
Australian Cattle Dog
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BeachDog_d3.zip" title="Download BeachDog for Dogz 3">
|
||||
<img src="BeachDog.gif" alt="BeachDog"><br>
|
||||
Beach Dog
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bearz_d3.zip" title="Download Bearz for Dogz 3">
|
||||
<img src="Bearz.gif" alt="Bearz"><br>
|
||||
Bearz </a>-- <a href="http://simple-desires.org/wkc/" target="_TOP" class="defunct">WKC </a>accepted -- <a href="GreatbearSS_d3.zip" title="external-sound Bearz for Dogz 3">external-sounds version</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blackdal_d3.zip" title="Download Blackdal for Dogz 3">
|
||||
<img src="Blackdal.gif" alt="Blackdal"><br>
|
||||
Blackdal
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BlacknKhaki_d3.zip" title="Download BlacknKhaki for Dogz 3">
|
||||
<img src="BlacknKhaki.gif" alt="BlacknKhaki"><br>
|
||||
Black n Khaki
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Breyer_d3.zip" title="Download Breyer for Dogz 3">
|
||||
<img src="Breyer.gif" alt="Breyer"><br>
|
||||
Breyer
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BrownPyrShepherd_d3.zip" title="Download BrownPyrShepherd for Dogz 3">
|
||||
<img src="BrownPyrShepherd.gif" alt="BrownPyrShepherd"><br>
|
||||
Brown Pyr Shepherd
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BrownDal_d3.zip" title="Download BrownDal for Dogz 3">
|
||||
<img src="Browndal.gif" alt="BrownDal"><br>
|
||||
BrownDal
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="CalicoMutt_d3.zip" title="Download CalicoMutt for Dogz 3">
|
||||
<img src="CalicoMutt.gif" alt="CalicoMutt"><br>
|
||||
CalicoMutt
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Calicochi_d3.zip" title="Download Calicochi for Dogz 3">
|
||||
<img src="Calicochi.gif" alt="Calicochi"><br>
|
||||
Calicochi
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="ChalkBlueDal_d3.zip" title="Download ChalkBlueDal for Dogz 3">
|
||||
<img src="ChalkBlueDal.gif" alt="ChalkBlueDal"><br>
|
||||
ChalkBlueDal
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="center green bigger">
|
||||
<p><u>Page</u>:
|
||||
1
|
||||
<a href="/petz/petz3/dogz3-2/">2</a>
|
||||
<a href="/petz/petz3/dogz3-3/">3</a>
|
||||
<a href="/petz/petz3/dogz3-4/">4</a>
|
||||
<a href="/petz/petz3/dogz3-5/">5</a></p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
85
carolyns_creations/petz/petz3/d3intbreeded/index.html
Normal file
85
carolyns_creations/petz/petz3/d3intbreeded/index.html
Normal file
|
@ -0,0 +1,85 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Special sound-stripped originals</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="normal brown center small-top-gap">
|
||||
<p class="bigger purple">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger purple">For details of where the files go in your game,
|
||||
<a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped, external-lnz Original
|
||||
Breedz for Dogz 3 (non-English)</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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.<br>
|
||||
If you only want the external-sound versions of these breedz, scroll further
|
||||
down this page.<br>Please note that the readme in with the breedfile
|
||||
explains where everything should go, including the sounds that are
|
||||
downloadable from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
<a href="ExtLnzSSBulldogInt_d3.zip">Bulldog</a><br>
|
||||
<a href="ExtLnzSSChihuahuaInt_d3.zip">Chihuahua</a><br>
|
||||
<a href="ExtLnzSSDachshundInt_d3.zip">Dachshund</a><br>
|
||||
<a href="ExtLnzSSDalmatianInt_d3.zip">Dalmatian</a><br>
|
||||
<a href="ExtLnzSSGermanshepherdInt_d3.zip">German Shepherd</a><br>
|
||||
<a href="ExtLnzSSGoldenretrieverInt_d3.zip">Golden Retriever</a><br>
|
||||
<a href="ExtLnzSSGreatdaneInt_d3.zip">Great Dane</a><br>
|
||||
<a href="ExtLnzSSJackrussellInt_d3.zip">Jack Russell</a><br>
|
||||
<a href="ExtLnzSSLabradorInt_d3.zip">Labrador</a><br>
|
||||
<a href="ExtLnzSSMuttInt_d3.zip">Mutt</a><br>
|
||||
<a href="ExtLnzSSPapillonInt_d3.zip">Papillon</a><br>
|
||||
<a href="ExtLnzSSPoodleInt_d3.zip">Poodle</a><br>
|
||||
<a href="ExtLnzSSPugInt_d3.zip">Pug</a><br>
|
||||
<a href="ExtLnzSSScottieInt_d3.zip">Scottie</a><br>
|
||||
<a href="ExtLnzSSSheepdogInt_d3.zip">Sheepdog</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped Original Breedz for Dogz
|
||||
3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
<a href="SSBulldogInt_d3.zip">Bulldog</a><br>
|
||||
<a href="SSChihuahuaInt_d3.zip">Chihuahua</a><br>
|
||||
<a href="SSDachshundInt_d3.zip">Dachshund</a><br>
|
||||
<a href="SSDalmatianInt_d3.zip">Dalmatian</a><br>
|
||||
<a href="SSGermanshepherdInt_d3.zip">German Shepherd</a><br>
|
||||
<a href="SSGoldenretrieverInt_d3.zip">Golden Retriever</a><br>
|
||||
<a href="SSGreatdaneInt_d3.zip">Great Dane</a><br>
|
||||
<a href="SSJackrussellInt_d3.zip">Jack Russell</a><br>
|
||||
<a href="SSLabradorInt_d3.zip">Labrador</a><br>
|
||||
<a href="SSMuttInt_d3.zip">Mutt</a><br>
|
||||
<a href="SSPapillonInt_d3.zip">Papillon</a><br>
|
||||
<a href="SSPoodleInt_d3.zip">Poodle</a><br>
|
||||
<a href="SSPugInt_d3.zip">Pug</a><br>
|
||||
<a href="SSScottieInt_d3.zip">Scottie</a><br>
|
||||
<a href="SSSheepdogInt_d3.zip">Sheepdog</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
197
carolyns_creations/petz/petz3/p3breedz/index.html
Normal file
197
carolyns_creations/petz/petz3/p3breedz/index.html
Normal file
|
@ -0,0 +1,197 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>New Petz 3 Breedz</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="green big center more-side-padding">
|
||||
<p><b>New Petz 3 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game at the Adoption Centre,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p>For my People In Petz breedz go <a href="/specials/petzpeople/">here</a><br>
|
||||
For my Latest breedz (overwriting and for use with my LNZ-files packages),
|
||||
go <a href="/specials/petz3-5lnz/">here</a><br>
|
||||
For my Team Creation breedz (Rhino, Ostrich etc), go <a href="/specials/collaborations/">here</a><br>
|
||||
For my P.F.Magic Mice breedz go <a href="/petz/pfmice/">here</a><br>
|
||||
For my Oddpetz Transformation breedz (Duckoddz etc) go <a href="/petz/transforms/">here</a><br>
|
||||
For my Arthropod breedz (Spiders, butterflies etc) go <a href="/petz/petzarthropods/">here</a><br>
|
||||
For my aquatic stuff (fishies, frogs etc) go <a href="/specials/sealife/">here</a><br>
|
||||
For my Emoticon breed "OddballzDream" and petz go <a href="/specials/emoticonpetz1/">here</a><br>
|
||||
|
||||
<a href="/sounds/sounds/">Go here for Species sounds</a> and <a href="/sounds/soundsorig/">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
|
||||
<p>My Skorch Odd-petz breed is now <a href="skorchc3.zip">available
|
||||
here</a>. All 13 of the originals have now been brought into the Catz
|
||||
games.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
|
||||
<table class="center center-table img-size green big">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Caliwingz_c3.zip" title="Download Caliwingz for Catz 3">
|
||||
<img src="Caliwingz.gif" alt="Caliwingz"><br>
|
||||
Caliwingz (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Walret_c3.zip" title="Download Walret for Catz 3">
|
||||
<img src="Walret.gif" alt="Walret"><br>
|
||||
Walret (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="102_c3.zip" title="Download 102 for Catz 3">
|
||||
<img src="102dalmatians.gif" alt="102"><br>
|
||||
102 (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Jester_c3.zip" title="Download Jester for Catz 3">
|
||||
<img src="Jester.gif" alt="Jester"><br>
|
||||
Jester (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AlleycatOW_c3.zip" title="Download Flealess Alleycat for Catz 3">
|
||||
<img src="FlealessAlleys.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys (Catz)
|
||||
</a><br>
|
||||
Overwriting. With Sleepycat's variation.<br>
|
||||
Does <b>not</b> have Alley attitude. Download sounds for this breed.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Alley2_OW_c3.zip" title="Download Flealess Alleycat for Catz 3">
|
||||
<img src="FlealessAlleys2.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys (Catz)
|
||||
</a> /<br>
|
||||
<a href="Alley2_OWinternational_c3.zip" title="Flealess Alleys for Non-English Catz 3">Non-English
|
||||
version</a><br>
|
||||
Overwriting. With variations listed at
|
||||
<a href="https://web.archive.org/web/20031008005334/http://petzkennelclub.co.uk/standards/c_alleycatz.shtml" target="_top">PKC</a><br>
|
||||
Does <b>not</b> have Alley attitude. Download sounds for this breed.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alley3_OW_c3.zip" title="Flealess Alleys with Attitude for Catz 3">
|
||||
<img src="FlealessAlleys2.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys With Attitude (Catz)
|
||||
</a> /<br>
|
||||
<a href="Alley3_OWinternational_c3.zip" title="Flealess Alleys with Attitude for Non-English Catz 3">Non-English
|
||||
version</a>
|
||||
<br>
|
||||
Overwriting. <a href="https://pkcrebooted.co.uk/" target="_top">PKC</a> accepted.<br>
|
||||
Download sounds for this breed. True to type, has Alley Attitude
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Lips_c3.zip" title="Download Lips for Catz 3">
|
||||
<img src="Lips.gif" alt="Lips"><br>
|
||||
Lips (Catz)
|
||||
</a> / <a href="LipsInternational_c3.zip" title="for Non-English Catz 3">Non-English version</a><br>
|
||||
The 13th and final Original Oddballz converted to Petz 3!<br>
|
||||
And yes, I do intend to make emoticon clothes...<br>
|
||||
Eventually...
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alleyvaried_OW_c3.zip" title="Varied Alleys with Attitude for Catz 3">
|
||||
<img src="Alleyvaried.gif" alt="Varied Flealess Alleys"><br>
|
||||
Varied Alleys With Attitude (Catz)
|
||||
</a> /<br>
|
||||
<a href="Alleyvaried_OWinternational_c3.zip" title="Varied Alleys with Attitude for Non-English Catz 3">Non-English
|
||||
version</a>
|
||||
<br>
|
||||
Overwriting. Download sounds for this breed. Flealess, with Alley
|
||||
Attitude
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Wetterhoun_d3.zip" title="Download the Wetterhoun for Dogz 3">
|
||||
<img src="Wetterhoun.gif" alt="Wetterhoun"><br>
|
||||
Wetterhoun (Dogz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Boyz_c3.zip" title="Boyz for Catz 3">
|
||||
<img src="Boyz.gif" alt="Boyz"><br>
|
||||
Boyz (Catz)
|
||||
</a>/<br>
|
||||
<a href="BoyzInt_c3.zip" title="Boyz for Non-English Catz 3">Non-English version</a><br>
|
||||
Download sounds for this breed. Breed should be male only.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Boy_d3.zip" title="Download the Boy for Dogz 3">
|
||||
<img src="Boy.gif" alt="Boy"><br>
|
||||
Boy (Dogz)
|
||||
</a> /<br>
|
||||
<a href="BoyInt_d3.zip" title="Boy for Non-English Catz 3">Non-English version</a><br>
|
||||
Download sounds for this breed. Breed should be male only.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Fishie_c3.zip" title="Fishie for Catz 3">
|
||||
<img src="Fishie.gif" alt="Fishie"><br>
|
||||
Fishie (Catz)
|
||||
</a>/<br>
|
||||
<a href="FishieInt_c3.zip" title="Fishie for Non-English Catz 3">Non-English
|
||||
version</a><br>
|
||||
Download sounds for this breed.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Arthropodz_c3.zip" title="Arthropodz for Catz 3">
|
||||
<img src="Arthropodz.gif" alt="Arthropodz"><br>
|
||||
Arthropodz (Catz)
|
||||
</a> / <a href="ArthropodzInt_c3.zip" title="Arthropodz for Non-English Catz 3">Non-English
|
||||
version</a><br>
|
||||
Download sounds for this breed.<br>
|
||||
-- <a href="http://simple-desires.org/wkc/" target="_top" class="defunct">WKC </a>accepted
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
41
carolyns_creations/petz/petz3/p3clothes/index.html
Normal file
41
carolyns_creations/petz/petz3/p3clothes/index.html
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex edited Clothes for Petz 3</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big center side-padding">
|
||||
<p><span class="bigger purple"><b>Hex edited Clothes for Petz 3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.</p>
|
||||
|
||||
<p><a href="DanceDress_p3.zip" title="Dance Dresses for petz 3">
|
||||
<img src="Dancedress.gif" alt="Dance Dress"><br>
|
||||
Two Dance Dresses in one
|
||||
</a><br>
|
||||
|
||||
<a href="Wingz_p3.zip" title="Wingz for Petz 3">
|
||||
<img src="Wingz.gif" alt="Wingz"><br>
|
||||
Wingz for your petz
|
||||
</a><br>
|
||||
|
||||
<a href="WigDreads_p3.zip" title="Wigz for Petz 3">
|
||||
<img src="Wigz.gif" alt="Wigz"><br>
|
||||
Wigz for your petz</a> / <a href="WigDread2_p3.zip" title="More Dreadlocks for Petz 3">Dreadlocks 2</a> / <a href="WigJudges_p3.zip" title="Download Judge's wigz">Judge's
|
||||
wigz</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
120
carolyns_creations/petz/petz3/p3hosts/index.html
Normal file
120
carolyns_creations/petz/petz3/p3hosts/index.html
Normal file
|
@ -0,0 +1,120 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big green more-side-padding">
|
||||
<p class="bigger"><b>Petz 3 versions of the P4 Hosts Adoptable With Clothing
|
||||
For All P3 Petz</b><br>
|
||||
Click photo or name to download.</p>
|
||||
|
||||
<p>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!</p>
|
||||
|
||||
<p>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
|
||||
<b>real</b> 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.<br>
|
||||
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 :-)</p>
|
||||
</div>
|
||||
|
||||
<table class="big green img-size center" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostPharaoh_p3.zip" title="Download Host Pharaoh for Petz 3">
|
||||
<img src="Pharaoh.gif" alt="Host Pharaoh"><br>
|
||||
Pharaoh with clothes P3
|
||||
</a> / <a href="PharaohGlitzySandals_p3.zip" title="Download Glitzy sandals">Glitzy sandals</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostTheAdmiral_p3.zip" title="Download The Admiral for Petz 3">
|
||||
<img src="TheAdmiral.gif" alt="The Admiral"><br>
|
||||
The Admiral with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostBear_p3.zip" title="Download Host Bear for Petz 3">
|
||||
<img src="BearHost.gif" alt="Host Bear"><br>
|
||||
Host Bear with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostJones_p3.zip" title="Download Host Jones for Petz 3">
|
||||
<img src="Jones.gif" alt="Host Jones"><br>
|
||||
Jones with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostMisha_p3.zip" title="Download Host Misha for Petz 3">
|
||||
<img src="Misha.gif" alt="Host Misha"><br>
|
||||
Misha with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostMitzy_p3.zip" title="Download Host Mitzy for Petz 3">
|
||||
<img src="Mitzy.gif" alt="Host Mitzy"><br>
|
||||
Host Mitzy with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostPeg_p3.zip" title="Download Host Peg for Petz 3">
|
||||
<img src="Peg.gif" alt="Host Peg"><br>
|
||||
Peg with clothes P3
|
||||
</a> / <a href="HostPeg2_c3.zip" title="Alternative Peg">The
|
||||
alternative Peg</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostPepe_p3.zip" title="Download Host Pepe for Petz 3">
|
||||
<img src="Pepe.gif" alt="Host Pepe"><br>
|
||||
Pepe with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostRingmasterBailey_p3.zip" title="Download Bailey for Petz 3">
|
||||
<img src="Bailey.gif" alt="Ringmaster Bailey"><br>
|
||||
Bailey with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostWyatt_p3.zip" title="Download Host Wyatt for Petz 3">
|
||||
<img src="Wyatt.gif" alt="Host Wyatt"><br>
|
||||
Wyatt with clothes P3
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
49
carolyns_creations/petz/petz3/p3official/index.html
Normal file
49
carolyns_creations/petz/petz3/p3official/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>Petz 3 Official Downloads</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green big">
|
||||
<p class="purple bigger"><b>Petz 3 Official Downloads</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>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 :-)</p>
|
||||
|
||||
<p><a href="artdecoclock.exe">art deco clock</a><br>
|
||||
<a href="brownframe.exe">brown frame</a><br>
|
||||
<a href="carnations.exe">carnations</a><br>
|
||||
<a href="carrotseeds.exe">carrot seeds</a><br>
|
||||
<a href="healthytreat.exe">healthy treat</a><br>
|
||||
<a href="holidaytoyz.exe">holiday toyz</a><br>
|
||||
<a href="jackolantern.exe">jack o lantern</a><br>
|
||||
<a href="lovepotion.exe">love potion</a><br>
|
||||
<a href="marblevase.exe">marble vase</a><br>
|
||||
<a href="menorah.exe">menorah</a><br>
|
||||
<a href="roachmotel.exe">roach motel</a><br>
|
||||
<a href="sneaker.exe">sneaker</a><br>
|
||||
<a href="snowscene.exe">snowscene</a><br>
|
||||
<a href="snowtoyz.exe">snow toyz</a><br>
|
||||
<a href="soccerball.exe">soccer ball</a><br>
|
||||
<a href="sunflowerseeds.exe">sunflower seeds</a><br>
|
||||
<a href="tennisball.exe">tennis ball</a><br>
|
||||
<a href="violetseeds.exe">violet seeds</a></p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
72
carolyns_creations/petz/petz3/p3playscene/index.html
Normal file
72
carolyns_creations/petz/petz3/p3playscene/index.html
Normal file
|
@ -0,0 +1,72 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- from source -->
|
||||
<title>New Petz 3 Playscene items</title>
|
||||
<!-- -->
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="normal green side-padding center">
|
||||
<p class="bigger"><b>New Petz 3 Playscene items</b><br>
|
||||
Click picture or name to download.</p>
|
||||
|
||||
<p><b>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.</b></p>
|
||||
|
||||
<p><b>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!</b></p>
|
||||
|
||||
<p><b>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.<br>
|
||||
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.</b></p>
|
||||
</div>
|
||||
|
||||
<div class="times-new-roman big green side-padding center">
|
||||
<a href="Carrycase_p3.zip" title="Download a special carry-case and mice for Petz 3">
|
||||
<img src="Carrycase.gif" alt="special carry-case and mice"><br>
|
||||
Secret Wood Carry-case and Mice
|
||||
</a><br>
|
||||
|
||||
<a href="SecretWood_p3.zip" title="Download the Secret Wood for Petz 3">
|
||||
<img src="scene.gif" alt="The Secret Wood" class="tiny-gap-top"><br>
|
||||
The Secret Wood
|
||||
</a> / <a href="SecretWoodSounds.zip" title="Download sounds for Secret Wood">Sounds for Secret Wood</a><br>
|
||||
|
||||
<a href="SecretWoodToyz_p3.zip" title="Download a special carry-case and mice for Petz 3">
|
||||
<img src="toyz.gif" alt="special toyz" class="tiny-gap-top"><br>
|
||||
Secret Wood special toyz
|
||||
</a><br>
|
||||
(Sept 16th 2003 I Updated the Dungbeetle)
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
156
carolyns_creations/petz/petz3/p3toyz/index.html
Normal file
156
carolyns_creations/petz/petz3/p3toyz/index.html
Normal file
|
@ -0,0 +1,156 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex edited toyz for Petz 3</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body class="brown">
|
||||
<div class="center big">
|
||||
<p class="bigger purple">
|
||||
<b>Hex edited Toyz for Petz 3</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
</p>
|
||||
|
||||
<p class="bigger purple">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 <a href="/petz/petz3/p3official/">click
|
||||
here.</a></p>
|
||||
|
||||
<p class="less-side-padding">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 :-)<br>
|
||||
Note that only people with the non-english-language versions of Petz 3 need
|
||||
to download the alternative versions of the toyz.</p>
|
||||
</div>
|
||||
|
||||
<table class="big center" style="width:90%;margin:0 auto;">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="Doll_p3.zip" title="Babyz doll for Petz 3">
|
||||
<img src="Dollz4petz.gif" alt="Babyz doll"><br>
|
||||
Babyz Doll for Petz 3
|
||||
</a><br>
|
||||
<a href="Doll_p3int.zip" title="Babyz Doll non-english">Non-English
|
||||
version</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blooms_p3.zip" title="Blooms for Petz 3">
|
||||
<img src="Blooms.gif" alt="Blooms"><br>
|
||||
Pretty blooms and butterflies for your game
|
||||
</a><br>
|
||||
<a href="Blooms(International)_p3.zip" title="Blooms for Petz 3">Non-English version</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blowers_p3.zip" title="Blowers for Petz 3">
|
||||
<img src="Blowers.gif" alt="Blowers"><br>
|
||||
more unusual-looking blooms and butterflies
|
||||
</a><br>
|
||||
There is no non-English version
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CarrotTreatBag_p3.zip" title="Carrot Treat bag for Petz 3">
|
||||
<img src="CarrotTreatBag.gif" alt="Carrot Treat bag"><br>
|
||||
Carrot Treat bag
|
||||
</a><br>
|
||||
for vegetarian petz<br>
|
||||
<a href="CarrotTreatBag(International)_p3.zip" title="Carrot Treat bag for Petz 3">Non-English version</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Gemhairball_p3.zip" title="Gem Hairball for Catz 3">
|
||||
<img src="gemhairball.gif" alt="Sapphire hairball"><br>
|
||||
Replace that hairball with a sapphire
|
||||
</a><br>
|
||||
especially important for Dracoz<br>
|
||||
<a href="Gemhairball(International)_p3.zip" title="Gem Hairball for Catz 3">Non-English version</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="LovePotion(International)_p3.zip" title="Love Potion for Petz 3 International">
|
||||
<img src="lovepotion.gif" alt="Love Potion"><br>
|
||||
Love Potion for International version only
|
||||
</a><br>
|
||||
People with the International version of the game<br>
|
||||
were never able to use the official download.<br>
|
||||
This is my fix for them.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Gemhairball_ForCloset_p3.zip" title="Gem Hairball for Catz 3">
|
||||
<img src="gemhairballshelf.gif" alt="Sapphire hairball on shelf"><br>
|
||||
This gem hairball shows up in the closet
|
||||
</a><br>
|
||||
<a href="Gemhairball(International)_ForCloset_p3.zip" title="Gem Hairball for Catz 3">Non-English version</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Dungbeetle_p3.zip" title="Dung Beetle">
|
||||
<img src="Dungbeetle.gif" alt="Dung Beetle"><br>
|
||||
Dung Beetle
|
||||
</a><br>
|
||||
This is one of the toyz from my Secret Wood<br>
|
||||
Playscene, made now to show up<br>
|
||||
separately in the closet.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Mintbottle_p3.zip" title="Mint Bottle">
|
||||
<img src="Mintbottle.gif" alt="Mint Bottle"><br>
|
||||
Mint Bottle
|
||||
</a><br>
|
||||
This Mint drink was hexed from the<br>
|
||||
Milk Bottle and is intended as an<br>
|
||||
example for an upcoming tutorial<br>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Catz1squeakytoy_p3.zip" title="Squeaky toy">
|
||||
<img src="Catz1squeakytoy.gif" alt="Catz 1 Squeaky toy"><br>
|
||||
Catz 1 Squeaky Toy
|
||||
</a><br>
|
||||
This is the dear old Squeaky toy<br>
|
||||
from the original Catz game, made<br>
|
||||
available now for all your Petz in Petz 3.<br>
|
||||
<a href="Catz1squeakytoy(International)_p3.zip" title="Squeaky toy for non-english Petz 3">Non-English
|
||||
version</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="ButterflyAttractor_p3.zip" title="Butterfly Attractor">
|
||||
<img src="butterflyattractor.gif" alt="Butterfly Attractor"><br>
|
||||
Butterfly Attractor
|
||||
</a><br>
|
||||
This is a more exciting attractor<br>
|
||||
for your butterflies than the<br>
|
||||
original potted flowers.<br>
|
||||
<a href="ButterflyAttractorInt_p3.zip" title="for non-english Petz 3">Non-English version</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
89
carolyns_creations/petz/petz4/c4breeded/index.html
Normal file
89
carolyns_creations/petz/petz4/c4breeded/index.html
Normal file
|
@ -0,0 +1,89 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Special sound-stripped originals</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p> </p>
|
||||
|
||||
<p class="bigger purple">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger purple">For details of where the files go in your game, <a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped, external-lnz Original
|
||||
Breedz for Catz 4</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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.<br>
|
||||
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.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/">here.</a><br>
|
||||
|
||||
<a href="ExtLnzSSFlealessAlley_c4.zip">Alley Cat -- flea-free version (PKC
|
||||
accepted)</a><br>
|
||||
<a href="ExtLnzSSbwshorthair_c4.zip">B+W Shorthair</a><br>
|
||||
<a href="ExtLnzSScalico_c4.zip">Calico</a><br>
|
||||
<a href="ExtLnzSSchinchillapersian_c4.zip">Chinchilla Persian</a><br>
|
||||
<a href="ExtLnzSSdesertlynx_c4.zip">Desert Lynx</a><br>
|
||||
<a href="ExtLnzSSegyptianmau_c4.zip">Egyptian Mau</a><br>
|
||||
<a href="ExtLnzSShoneybear_c4.zip">Honey Bear</a><br>
|
||||
<a href="ExtLnzSSjapanesebobtail_c4.zip">Japanese Bobtail</a><br>
|
||||
<a href="ExtLnzSSmainecoon_c4.zip">Maine Coon</a><br>
|
||||
<a href="ExtLnzSSorangeshorthair_c4.zip">Orange Shorthair</a><br>
|
||||
<a href="ExtLnzSSpersian_c4.zip">Persian</a><br>
|
||||
<a href="ExtLnzSSrussianblue_c4.zip">Russian Blue</a><br>
|
||||
<a href="ExtLnzSSscottishfold_c4.zip">Scottish Fold</a><br>
|
||||
<a href="ExtLnzSSsiamese_c4.zip">Siamese</a><br>
|
||||
<a href="ExtLnzSStabby_c4.zip">Tabby</a>
|
||||
</p>
|
||||
|
||||
<p><span class="purple bigger"><b>Sound-stripped Original Breedz for Catz
|
||||
4</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/">here.</a><br>
|
||||
|
||||
<a href="SSFFalleycat_c4.zip">Alley Cat -- flea-free version (PKC
|
||||
accepted)</a><br>
|
||||
<a href="SSbwshorthair_c4.zip">B+W Shorthair</a><br>
|
||||
<a href="SScalico_c4.zip">Calico</a><br>
|
||||
<a href="SSchinchillapersian_c4.zip">Chinchilla Persian</a><br>
|
||||
<a href="SSdesertlynx_c4.zip">Desert Lynx</a><br>
|
||||
<a href="SSegyptianmau_c4.zip">Egyptian Mau</a><br>
|
||||
<a href="SShoneybear_c4.zip">Honey Bear</a><br>
|
||||
<a href="SSjapanesebobtail_c4.zip">Japanese Bobtail</a><br>
|
||||
<a href="SSmainecoon_c4.zip">Maine Coon</a><br>
|
||||
<a href="SSorangeshorthair_c4.zip">Orange Shorthair</a><br>
|
||||
<a href="SSpersian_c4.zip">Persian</a><br>
|
||||
<a href="SSrussianblue_c4.zip">Russian Blue</a><br>
|
||||
<a href="SSscottishfold_c4.zip">Scottish Fold</a><br>
|
||||
<a href="SSsiamese_c4.zip">Siamese</a><br>
|
||||
<a href="SStabby_c4.zip">Tabby</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
238
carolyns_creations/petz/petz4/c4breedz/index.html
Normal file
238
carolyns_creations/petz/petz4/c4breedz/index.html
Normal file
|
@ -0,0 +1,238 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Catz 4 Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green bigger more-side-padding">
|
||||
<p><b>Catz 4 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><u>Page</u>: 1
|
||||
<a href="/petz/petz4/catz4-2/">2</a>
|
||||
<a href="/petz/petz4/catz4-3/">3</a>
|
||||
<a href="/petz/petz4/catz4-4/">4</a>
|
||||
<a href="/petz/petz4/catz4-5/">5</a></p>
|
||||
|
||||
<p>Catz 4 Breedz converted from Catz 5<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="Desertlynx_c4.zip" title="Download the Desert Lynx">Desert
|
||||
Lynx</a><br>
|
||||
<a href="Egyptianmau_c4.zip" title="Download the Egyptian Mau">Egyptian
|
||||
Mau</a><br>
|
||||
<a href="Honeybear_c4.zip" title="Download the Honey Bear">Honey
|
||||
Bear</a><br>
|
||||
<a href="Japanesebobtail_c4.zip" title="Download the Japanese Bobtail">Japanese Bobtail</a><br>
|
||||
<a href="Scottishfold_c4.zip" title="Download the Scottish Fold">Scottish
|
||||
Fold</a></p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p>The breedable bunny<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="BunnyFamily.zip">Bunny family to go with Breedable Bunnyz
|
||||
file</a><br>
|
||||
<a href="Petz4BreedableBunnies.zip">Petz 4 Breedable bunnies</a></p>
|
||||
|
||||
<p class="big"><span class="bigger">Other Catz 4 Breedz<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
<a href="/sounds/sounds/">Go here for Species sounds</a> and <a href="/sounds/soundsorig/">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center big img-size green" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Abyssinian2_c4.zip" title="Download Abyssinian2 for Catz 4">
|
||||
<img src="Abyssinian.gif" alt="Abyssinian2"><br>
|
||||
Abyssinian2
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Appaloosa_c4.zip" title="Download Appaloosa for Catz 4">
|
||||
<img src="Appaloosa.gif" alt="Appaloosa"><br>
|
||||
Appaloosa
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AsianSnowCurl_c4.zip" title="Download Asian Snow Curl for Catz 4">
|
||||
<img src="AsianSnowCurl.gif" alt="Asian Snow Curl"><br>
|
||||
Asian Snow Curl
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="AutumnFlurry_c4.zip" title="Download Autumn Flurry">
|
||||
<img src="AutumnFlurry.gif" alt="Autumn Flurry"><br>
|
||||
Autumn Flurry
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blackandwhitelonghair_c4.zip" title="Download Blackandwhitelonghair for Catz 4">
|
||||
<img src="B+WLonghair.gif" alt="Blackandwhitelonghair"><br>
|
||||
Black and White Longhair
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blinka_c4.zip" title="Download Blinka for Catz 4">
|
||||
<img src="Blinka.gif" alt="Blinka"><br>
|
||||
Blinka
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="B+WBritishFold_c4.zip" title="Download Black and White British Fold for Catz 4">
|
||||
<img src="B+WBritishFold.gif" alt="Black and White British Fold">
|
||||
<br>
|
||||
Black and White British Fold
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BritishGinger+White_c4.zip" title="Download BritishGinger+White for Catz 4">
|
||||
<img src="BritishG+W.gif" alt="BritishGinger+White"><br>
|
||||
British Ginger and White
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BrownFuzzTabby_c4.zip" title="Download BrownFuzzTabby for Catz 4">
|
||||
<img src="BrownfuzzTabby.gif" alt="BrownFuzzTabby"><br>
|
||||
BrownFuzzTabby
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bunnycat_c4.zip" title="Download Bunnycat for Catz 4">
|
||||
<img src="BunnyCat.gif" alt="Bunnycat"><br>
|
||||
Bunnycat
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Calibean_c4.zip" title="Download Calibean for Catz 4">
|
||||
<img src="Calibean.gif" alt="Calibean"><br>
|
||||
Calibean
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Catwingz_c4.zip" title="Download Catwingz for Catz 4">
|
||||
<img src="Catwingz.gif" alt="Catwingz"><br>
|
||||
Catwingz
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CharcoalAngora_c4.zip" title="Download CharcoalAngora for Catz 4">
|
||||
<img src="CharcoalAngora.gif" alt="CharcoalAngora"><br>
|
||||
Charcoal Angora
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chickenz_c4.zip" title="Download Chickenz for Catz 4">
|
||||
<img src="Chickenz.gif" alt="Chickenz"><br>
|
||||
Chickenz With "Eggz"
|
||||
</a> / <a href="ChickenzNoEggz_c4.zip" title="Download Chickenz No Eggz">Chickenz Without "Eggz"</a> --
|
||||
<a href="http://simple-desires.org/wkc/" class="defunct" target="_TOP">WKC</a> accepted
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Chinchifluttacorn_c4.zip" title="Download Chinchi Fluttacorn for Catz 4">
|
||||
<img src="ChinchiFluttacorn.gif" alt="Chinchifluttacorn"><br>
|
||||
Chinchi Fluttacorn
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chinchillafold_c4.zip" title="Download Chinchilla Fold for Catz 4">
|
||||
<img src="ChinchillaFold.gif" alt="Chinchilla Fold"><br>
|
||||
Chinchilla Fold
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CottonBunny_c4.zip" title="Download CottonBunny for Catz 4">
|
||||
<img src="CottonBunny.gif" alt="CottonBunny"><br>
|
||||
CottonBunny
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Cowtaurus_c4.zip" title="Download Cowtaurus for Catz 4">
|
||||
<img src="Cowz.gif" alt="Cowtaurus"><br>
|
||||
Cowtaurus
|
||||
</a>-- <a href="http://simple-desires.org/wkc/" class="defunct" target="_TOP">WKC </a>accepted
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CreamFluff_c4.zip" title="Download CreamFluff for Catz 4">
|
||||
<img src="CreamFluff.gif" alt="CreamFluff"><br>
|
||||
CreamFluff
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Dalmatian_c4.zip" title="Download Dalmation for Catz 4">
|
||||
<img src="DalmatianCat.gif" alt="Dalmation"><br>
|
||||
Dalmatian (Correct ID)
|
||||
</a> / <a href="Dalmatian(alternativeNumber)_c4.zip" title="Download Dalmation for Catz 4 (alternative number">*Dalmation
|
||||
(Catz 3 ID)</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="center green">
|
||||
<p>* 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.</p>
|
||||
|
||||
<p class="bigger"><u>Page</u>: 1
|
||||
<a href="/petz/petz3/catz4-2/">2</a>
|
||||
<a href="/petz/petz3/catz4-3/">3</a>
|
||||
<a href="/petz/petz3/catz4-4/">4</a>
|
||||
<a href="/petz/petz3/catz4-5/">5</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
82
carolyns_creations/petz/petz4/d4breeded/index.html
Normal file
82
carolyns_creations/petz/petz4/d4breeded/index.html
Normal file
|
@ -0,0 +1,82 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Special sound-stripped originals</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p> </p>
|
||||
|
||||
<p class="bigger purple">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger purple">For details of where the files go in your game, <a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped, external-lnz Original
|
||||
Breedz for Dogz 4</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.<br>
|
||||
If you only want the external-sound versions of these breedz, scroll further
|
||||
down this page.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
<a href="ExtLnzSSBulldog_d4.zip">Bulldog</a><br>
|
||||
<a href="ExtLnzSSChihuahua_d4.zip">Chihuahua</a><br>
|
||||
<a href="ExtLnzSSDachshund_d4.zip">Dachshund</a><br>
|
||||
<a href="ExtLnzSSDalmatian_d4.zip">Dalmatian</a><br>
|
||||
<a href="ExtLnzSSGermanshepherd_d4.zip">German Shepherd</a><br>
|
||||
<a href="ExtLnzSSGoldenretriever_d4.zip">Golden Retriever</a><br>
|
||||
<a href="ExtLnzSSGreatdane_d4.zip">Great Dane</a><br>
|
||||
<a href="ExtLnzSSJackrussell_d4.zip">Jack Russell</a><br>
|
||||
<a href="ExtLnzSSLabrador_d4.zip">Labrador</a><br>
|
||||
<a href="ExtLnzSSMutt_d4.zip">Mutt</a><br>
|
||||
<a href="ExtLnzSSPapillon_d4.zip">Papillon</a><br>
|
||||
<a href="ExtLnzSSPoodle_d4.zip">Poodle</a><br>
|
||||
<a href="ExtLnzSSPug_d4.zip">Pug</a><br>
|
||||
<a href="ExtLnzSSScottie_d4.zip">Scottie</a><br>
|
||||
<a href="ExtLnzSSSheepdog_d4.zip">Sheepdog</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped Original Breedz for Dogz
|
||||
4</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/" title="Go here to get sounds">here.</a><br>
|
||||
<a href="SSBulldog_d4.zip">Bulldog</a><br>
|
||||
<a href="SSChihuahua_d4.zip">Chihuahua</a><br>
|
||||
<a href="SSDachshund_d4.zip">Dachshund</a><br>
|
||||
<a href="SSDalmatian_d4.zip">Dalmatian</a><br>
|
||||
<a href="SSGermanshepherd_d4.zip">German Shepherd</a><br>
|
||||
<a href="SSGoldenretriever_d4.zip">Golden Retriever</a><br>
|
||||
<a href="SSGreatdane_d4.zip">Great Dane</a><br>
|
||||
<a href="SSJackrussell_d4.zip">Jack Russell</a><br>
|
||||
<a href="SSLabrador_d4.zip">Labrador</a><br>
|
||||
<a href="SSMutt_d4.zip">Mutt</a><br>
|
||||
<a href="SSPapillon_d4.zip">Papillon</a><br>
|
||||
<a href="SSPoodle_d4.zip">Poodle</a><br>
|
||||
<a href="SSPug_d4.zip">Pug</a><br>
|
||||
<a href="SSScottie_d4.zip">Scottie</a><br>
|
||||
<a href="SSSheepdog_d4.zip">Sheepdog</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
195
carolyns_creations/petz/petz4/d4breedz/index.html
Normal file
195
carolyns_creations/petz/petz4/d4breedz/index.html
Normal file
|
@ -0,0 +1,195 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dogz 4 Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green more-side-padding bigger">
|
||||
<p><b>Dogz 4 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><u>Page</u>: 1
|
||||
<a href="/petz/petz4/dogz4-2/">2</a>
|
||||
<a href="/petz/petz4/dogz4-3/">3</a>
|
||||
<a href="/petz/petz4/dogz4-4/">4</a>
|
||||
<a href="/petz/petz4/dogz4-5/">5</a></p>
|
||||
|
||||
<p>Dogz 4 Breedz converted from Dogz 5<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="Germanshepherd_d4.zip" title="Download the German Shepherd">German Shepherd</a><br>
|
||||
<a href="Goldenretriever_d4.zip" title="Download the Golden Retriever">Golden Retriever</a><br>
|
||||
<a href="Jackrussell_d4.zip" title="Download the Jack Russell">Jack
|
||||
Russell</a><br>
|
||||
<a href="Papillon_d4.zip" title="Download the Papillon">Papillon</a><br>
|
||||
<a href="Pug_d4.zip" title="Download the Pug">Pug</a></p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p>The Dogz 4 Breedable Pigz<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
<a href="PigFamily.zip">Pig family to go with Breedable Pigz file</a><br>
|
||||
<a href="Petz4BreedablePigz.zip">Petz 4 breedable Pigz</a></p>
|
||||
|
||||
<p class="big"><span class="bigger">Other Dogz 4 Breedz<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
<a href="/sounds/sounds/" title="Go here to get sounds">Go here for Species
|
||||
sounds</a> and <a href="/sounds/soundsorig/" title="original breedfile sounds">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="green center big img-size" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Affelaffe_d4.zip" title="Download Affelaffe for Dogz 4">
|
||||
<img src="Affelaffe.gif" alt="Affelaffe"><br>
|
||||
Affelaffe
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Airedale_d4.zip" title="Download Airedale for Dogz 4">
|
||||
<img src="Airedale.gif" alt="Airedale"><br>
|
||||
Airedale
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AmericanStaffy_d4.zip" title="Download AmericanStaffy for Dogz 4">
|
||||
<img src="AmericanStaffy.gif" alt="AmericanStaffy"><br>
|
||||
American Staffy
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Ancestorlizard_d4.zip" title="Download Ancestorlizard for Dogz 4">
|
||||
<img src="AncestorLizard.gif" alt="Ancestorlizard"><br>
|
||||
Ancestor Lizard
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Apaws_d4.zip" title="Download Apaws for Dogz 4">
|
||||
<img src="Apaws.gif" alt="Apaws"><br>
|
||||
Apaws
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="AustralianCattleDog_d4.zip" title="Download AustralianCattleDog for Dogz 4">
|
||||
<img src="AustralianCattleDog.gif" alt="AuestralianCattleDog"><br>
|
||||
Australian Cattle Dog
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BeachDog_d4.zip" title="Download BeachDog for Dogz 4">
|
||||
<img src="BeachDog.gif" alt="BeachDog"><br>
|
||||
Beach Dog
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bear_d4.zip" title="Download Bearz for Dogz 4">
|
||||
<img src="Bearz.gif" alt="Bearz"><br>
|
||||
Bearz
|
||||
</a>-- <a href="http://simple-desires.org/wkc/" class="defunct" target="_TOP">WKC </a>accepted -- <a href="GreatbearSS_d4.zip" title="external-sound Bearz for Dogz 4">external-sounds
|
||||
version</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blackdal_d4.zip" title="Download Blackdal for Dogz 4">
|
||||
<img src="Blackdal.gif" alt="Blackdal"><br>
|
||||
Blackdal
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BlacknKhaki_d4.zip" title="Download BlacknKhaki for Dogz 4">
|
||||
<img src="BlacknKhaki.gif" alt="BlacknKhaki"><br>
|
||||
Black n Khaki
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Breyer_d4.zip" title="Download Breyer for Dogz 4">
|
||||
<img src="Breyer.gif" alt="Breyer"><br>
|
||||
Breyer
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BrownPyrShepherd_d4.zip" title="Download BrownPyrShepherd for Dogz 4">
|
||||
<img src="BrownPyrShepherd.gif" alt="BrownPyrShepherd"><br>
|
||||
Brown Pyr Shepherd
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BrownDal_d4.zip" title="Download BrownDal for Dogz 4">
|
||||
<img src="Browndal.gif" alt="BrownDal"><br>
|
||||
BrownDal
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="CalicoMutt_d4.zip" title="Download CalicoMutt for Dogz 4">
|
||||
<img src="CalicoMutt.gif" alt="CalicoMutt"><br>
|
||||
CalicoMutt
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Calicochi_d4.zip" title="Download Calicochi for Dogz 4">
|
||||
<img src="Calicochi.gif" alt="Calicochi"><br>
|
||||
Calicochi
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="ChalkBlueDal_d4.zip" title="Download ChalkBlueDal for Dogz 4">
|
||||
<img src="ChalkBlueDal.gif" alt="ChalkBlueDal"><br>
|
||||
ChalkBlueDal
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="green center bigger">
|
||||
<p>
|
||||
<u>Page</u>: 1
|
||||
<a href="/petz/petz4/dogz4-2/">2</a>
|
||||
<a href="/petz/petz4/dogz4-3/">3</a>
|
||||
<a href="/petz/petz4/dogz4-4/">4</a>
|
||||
<a href="/petz/petz4/dogz4-5/">5</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
178
carolyns_creations/petz/petz4/p4breedz/index.html
Normal file
178
carolyns_creations/petz/petz4/p4breedz/index.html
Normal file
|
@ -0,0 +1,178 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>New Petz 4 Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green big more-side-padding">
|
||||
<p><b>New Petz 4 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game, <br>
|
||||
<a href="/crashingxp/">please read this.</a>
|
||||
</p>
|
||||
|
||||
<p>For my People In Petz breedz go <a href="/specials/petzpeople/">here</a><br>
|
||||
For my Latest breedz (overwriting and for use with my LNZ-files
|
||||
packages), go <a href="/specials/petz3-5lnz/">here</a><br>
|
||||
For my Team Creation breedz (Rhino, Ostrich etc), go <a href="/specials/collaborations/">here</a><br>
|
||||
For my P.F.Magic Mice breedz go <a href="/petz/pfmice/">here</a><br>
|
||||
For my Oddpetz Transformation breedz (Duckoddz etc) go <a href="/petz/transforms/">here</a><br>
|
||||
For my Arthropod breedz (Spiders, butterflies etc) go <a href="/petz/petzarthropods/">here</a><br>
|
||||
For my aquatic stuff (fishies, frogs etc) go <a href="/specials/sealife/">here</a><br>
|
||||
For my Emoticon breed "OddballzDream" and petz go <a href="/specials/emoticonpetz1/">here</a><br>
|
||||
</p>
|
||||
|
||||
<p><a href="/sounds/sounds/">Go here for Species sounds</a> and <a href="/sounds/soundsorig/">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
|
||||
<p>My Skorch Odd-petz breed is now <a href="skorchc4.zip">available
|
||||
here</a>.
|
||||
All 13 of the originals have now been brought into the Catz games.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
|
||||
<table class="center big img-size" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Caliwingz_c4.zip" title="Download Caliwingz for Catz 4">
|
||||
<img src="Caliwingz.gif" alt="Caliwingz"><br>
|
||||
Caliwingz (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Walret_c4.zip" title="Download Walret for Catz 4">
|
||||
<img src="Walret.gif" alt="Walret"><br>
|
||||
Walret (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="102_c4.zip" title="Download 102 for Catz 4">
|
||||
<img src="102dalmatians.gif" alt="102"><br>
|
||||
102 (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Jester_c4.zip" title="Download Jester for Catz 4">
|
||||
<img src="Jester.gif" alt="Jester"><br>
|
||||
Jester (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AlleycatOW_c4.zip" title="Download Flealess Alleycat for Catz 4">
|
||||
<img src="FlealessAlleys.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys (Catz)
|
||||
</a><br>
|
||||
Overwriting. With Sleepycat's variation. Does not have Alley
|
||||
attitude. Download sounds for this breed.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Alley2_OW_c4.zip" title="Download Flealess Alleycat for Catz 4">
|
||||
<img src="FlealessAlleys2.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys (Catz)
|
||||
</a><br>
|
||||
Overwriting. With variations listed at <a href="https://web.archive.org/web/20031008005334/http://petzkennelclub.co.uk/standards/c_alleycatz.shtml" target="_TOP">PKC</a><br>
|
||||
Does <b>not</b> have Alley attitude. Download sounds for this breed.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alley3_OW_c4.zip" title="Flealess Alleys with Attitude for Catz 4">
|
||||
<img src="FlealessAlleys2.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys with Attitude (Catz)
|
||||
</a><br>
|
||||
Overwriting. <a href="https://web.archive.org/web/20031008005334/http://petzkennelclub.co.uk/standards/c_alleycatz.shtml" target="_TOP">PKC</a> accepted.<br>
|
||||
Download sounds for this breed. True to type, has Alley Attitude
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Lips_c4.zip" title="Download Lips for Catz 4">
|
||||
<img src="Lips.gif" alt="Lips"><br>
|
||||
Lips (Catz)
|
||||
</a><br>
|
||||
The 13th and final Original Oddballz converted to Petz 4!<br>
|
||||
And yes, I do intend to make emoticon clothes...
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alleyvaried_OW_c4.zip" title="Varied Alleys with Attitude for Catz 4">
|
||||
<img src="Alleyvaried.gif" alt="Varied Flealess Alleys"><br>
|
||||
Varied Alleys With Attitude (Catz)
|
||||
</a><br>
|
||||
Download sounds for this breed. Flealess, with Alley Attitude
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Wetterhoun_d4.zip" title="Download the Wetterhoun for Dogz 4">
|
||||
<img src="Wetterhoun.gif" alt="Wetterhoun"><br>
|
||||
Wetterhoun (Dogz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Boyz_c4.zip" title="Boyz for Catz 4">
|
||||
<img src="Boyz.gif" alt="Boyz"><br>
|
||||
Boyz (Catz)
|
||||
</a><br>
|
||||
Download sounds for this breed. Breed should be male only.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Boy_d4.zip" title="Download the Boy for Dogz 4">
|
||||
<img src="Boy.gif" alt="Boy"><br>
|
||||
Boy (Dogz)
|
||||
</a><br>
|
||||
Download sounds for this breed. Breed should be male only.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Fishie_c4.zip" title="Fishie for Catz 4">
|
||||
<img src="Fishie.gif" alt="Fishie"><br>
|
||||
Fishie (Catz)
|
||||
</a><br>
|
||||
Download sounds for this breed.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Arthropodz_c4.zip" title="Arthropodz for Catz 4">
|
||||
<img src="Arthropodz.gif" alt="Arthropodz"><br>
|
||||
Arthropodz (Catz) </a> -- <a href="http://simple-desires.org/wkc/" class="defunct" target="_TOP">WKC</a>
|
||||
accepted<br>
|
||||
Download sounds for this breed.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
50
carolyns_creations/petz/petz4/p4clothes/index.html
Normal file
50
carolyns_creations/petz/petz4/p4clothes/index.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex edited Clothes for Petz 4</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big center side-padding">
|
||||
<p><span class="bigger purple"><b>Hex edited Clothes for Petz 4</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
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).<br>
|
||||
|
||||
<a href="Wingz_p4.zip" title="Wingz for Petz 4">
|
||||
<img src="Wingz.gif" alt="Wingz"><br>
|
||||
Wingz for your petz
|
||||
</a><br>
|
||||
|
||||
<a href="SantaSweater_p4.zip" title="Santa Sweater for petz 4">
|
||||
<img src="SantaSweater.gif" alt="Santa Sweater"><br>
|
||||
Santa Sweater
|
||||
</a><br>
|
||||
|
||||
<a href="PilgrimSweater_p4.zip" title="Pilgrim Sweater for Petz 4">
|
||||
<img src="PilgrimSweater.gif" alt="Pilgrim Sweater"><br>
|
||||
Pilgrim Sweater
|
||||
</a><br>
|
||||
|
||||
<a href="WigDreads_p4.zip" title="Wigz for Petz 4">
|
||||
<img src="Wigz.gif" alt="Wigz"><br>
|
||||
Wigz for your petz
|
||||
</a> /
|
||||
<a href="WigDread2_p4.zip" title="More Dreadlocks for Petz 4">Dreadlocks 2</a> /
|
||||
<a href="WigJudges_p4.zip" title="Download Judge's wigz">Judge's wigz</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
157
carolyns_creations/petz/petz4/p4hosts/index.html
Normal file
157
carolyns_creations/petz/petz4/p4hosts/index.html
Normal file
|
@ -0,0 +1,157 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Petz 4 Hosts</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big green">
|
||||
<p><b>Petz 4 Hosts Adoptable With Clothing For All P4 Petz</b><br>
|
||||
|
||||
Click photo or name to download.<br>
|
||||
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
|
||||
<b>real</b> 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.<br>
|
||||
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.<br>
|
||||
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 :-)</p>
|
||||
</div>
|
||||
|
||||
<table class="center big img-size" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostPharaoh_p4.zip" title="Download Host Pharaoh for Petz 4">
|
||||
<img src="Pharaoh.gif" alt="Host Pharaoh"><br>
|
||||
Pharaoh with clothes P4
|
||||
</a> /
|
||||
<a href="Pharaoh_c4.zip" title="Download Pharaoh for Petz 3 - 5">Pet
|
||||
only, Petz 3-5</a> /
|
||||
<a href="PharaohBlackSandals_p4.zip" title="Download Pharaoh for Petz 3 - 5">*Black sandals</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostTheAdmiral_p4.zip" title="Download the Admiral for Petz 4">
|
||||
<img src="TheAdmiral.gif" alt="The Admiral"><br>
|
||||
The Admiral with clothes P4
|
||||
</a> /
|
||||
<a href="TheAdmiral_d4.zip" title="Download The Admiral for Petz 3 - 5">Pet only, Petz
|
||||
3-5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostBear_d4.zip" title="Download Host Bear for Petz 4">
|
||||
<img src="BearHost.gif" alt="Host Bear"><br>
|
||||
Host Bear with clothes P4
|
||||
</a> /
|
||||
<a href="Bear_d4.zip" title="Download Bear for Petz 3 - 5">Pet only,
|
||||
Petz 3-5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostJones_d4.zip" title="Download Host Jones for Petz 4">
|
||||
<img src="Jones.gif" alt="Host Jones"><br>
|
||||
Jones with clothes P4
|
||||
</a> /
|
||||
<a href="Jones_d4.zip" title="Download Jones for Petz 3 - 5">Pet
|
||||
only, Petz 3-5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostMisha_d4.zip" title="Download Host Misha for Petz 4">
|
||||
<img src="Misha.gif" alt="Host Misha"><br>
|
||||
Misha with Clothes P4
|
||||
</a> /
|
||||
<a href="MishaOutfitModsP4.zip" title="Minibyte's mods">Modified
|
||||
pants and sweater</a> /
|
||||
<a href="Misha_d4.zip" title="Download Misha for Petz 3 - 5">Pet
|
||||
only, P 3-5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostMitzy_c4.zip" title="Download Host Mitzy for Petz 4">
|
||||
<img src="Mitzy.gif" alt=" Host Mitzy"><br>
|
||||
Host Mitzy with clothes P4
|
||||
</a> /
|
||||
<a href="Mitzy_c4.zip" title="Download Mitzy for Petz 3 - 5">Pet
|
||||
only, Petz 3-5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostPeg_c4.zip" title="Download Host Peg for Petz 4">
|
||||
<img src="Peg.gif" alt="Host Peg"><br>
|
||||
Peg with clothes P4
|
||||
</a> /
|
||||
<a href="PegOutfitModsP4.zip" title="Minibyte's mods">Modified shirt
|
||||
(cuffs and scarf)</a> /
|
||||
<a href="HostPeg2_c4.zip" title="Alternative Peg">The alternative
|
||||
Peg</a> /
|
||||
<a href="Peg_c4.zip" title="Download Peg for Petz 3 - 5">Pet only,
|
||||
Petz 3-5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostPepe_d4.zip" title="Download Host Pepe for Petz 4">
|
||||
<img src="Pepe.gif" alt="Host Pepe"><br>
|
||||
Pepe with clothes P4
|
||||
</a> /
|
||||
<a href="Pepe_d4.zip" title="Download Pepe for Petz 3 - 5">Pet only,
|
||||
Petz 3-5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="HostRingmasterBailey_c4.zip" title="Download Bailey for Petz 4">
|
||||
<img src="Bailey.gif" alt="Ringmaster Bailey"><br>
|
||||
Bailey with clothes P4
|
||||
</a> /
|
||||
<a href="RingmasterBaileyOutfitModsP4.zip" title="Minibyte's mods">Modified socks and sweater</a> /
|
||||
<a href="Bailey_c4.zip" title="Download Bailey for Petz 3 - 5">Pet
|
||||
only, Petz 3-5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="HostWyatt_c4.zip" title="Download Host Wyatt for Petz 4">
|
||||
<img src="Wyatt.gif" alt="Host Wyatt"><br>
|
||||
Wyatt with clothes P4
|
||||
</a> /
|
||||
<a href="WyattOutfitModsP4.zip" title="Minibyte's mods">Modified
|
||||
spurs and vest</a> /
|
||||
<a href="Wyatt_c4.zip" title="Download Wyatt for Petz 3 - 5">Pet
|
||||
only, Petz 3-5</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="green">
|
||||
* 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!
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
79
carolyns_creations/petz/petz4/p4playscene/index.html
Normal file
79
carolyns_creations/petz/petz4/p4playscene/index.html
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>New Petz 4 Playscene items</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green bigger">
|
||||
<p class="bigger"><b>New Petz 4 Playscene items</b><br>
|
||||
Click picture or name to download.</p>
|
||||
|
||||
<p class="big"><b>This page contains any playscenes or special items to go
|
||||
with playscenes that I make for the Petz 4 game.</b></p>
|
||||
|
||||
<p><a href="Fishybeach_p4.zip" title="Download a fishy beach scene for Petz 4">
|
||||
<img src="beachfishy.jpg" alt="fishy beach scene"><br>
|
||||
A fishy view of the beach
|
||||
</a> <b>To get the "goldfish" toyz that go with this scene, go to my <a href="/petz/petz4/p4toyz/">Petz 4 toyz </a>page, and to get the fishies,
|
||||
go to my <a href="/petz/petzfish/">Fishies</a> page.<br>
|
||||
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 :-)</b></p>
|
||||
</div>
|
||||
|
||||
<div class="center green side-padding big">
|
||||
<p>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<b>not</b> "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!</p>
|
||||
|
||||
<p>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.<br>
|
||||
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.</p>
|
||||
|
||||
<p><a href="Carrycase_p4.zip" title="Download a special carry-case and mice for Petz 4">
|
||||
<img src="CarrycaseP4.gif" alt="special carry-case and mice"><br>
|
||||
Secret Wood Carry-case and Mice
|
||||
</a><br>
|
||||
|
||||
<a href="SecretWood_p4.zip" title="Download the Secret Wood for Petz 4">
|
||||
<img src="scene.gif" alt="The Secret Wood"><br>
|
||||
The Secret Wood
|
||||
</a> /
|
||||
<a href="SecretWoodSounds.zip" title="Download sounds for Secret Wood">
|
||||
Sounds for Secret Wood
|
||||
</a><br>
|
||||
|
||||
<a href="SecretWoodToyz_p4.zip" title="Download the Secret Wood Toyz for Petz 4">
|
||||
<img src="toyz.gif" alt="special toyz"><br>
|
||||
Secret Wood special toyz
|
||||
</a><br>
|
||||
(Sept 16th 2003 I Updated the Dungbeetle)</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
165
carolyns_creations/petz/petz4/p4toyz/index.html
Normal file
165
carolyns_creations/petz/petz4/p4toyz/index.html
Normal file
|
@ -0,0 +1,165 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex edited toyz for Petz 4</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center less-side-padding big">
|
||||
<p><span class="bigger purple"><b>Hex edited Toyz for Petz 4</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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 :-)</p>
|
||||
|
||||
<p><a href="hiddentoyz1.zip" title="un-hidden toyz for Petz 4">Here's a zipfile of most of the hidden
|
||||
toyz</a><br>
|
||||
It doesn't include any of the ones that don't have on-shelf graphics, nor
|
||||
does it include the four gemstones.</p>
|
||||
</div>
|
||||
|
||||
<table class="center big" style="width:90%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="cannon_p4.zip" title="Circus Cannon for Petz 4">
|
||||
<img src="p4cannon.jpg" alt="cannon"><br>
|
||||
Circus Cannon in your closet
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Doll_p4.zip" title="babyz Doll for Petz 4">
|
||||
<img src="Dollz4petz.gif" alt="Babyz Doll"><br>
|
||||
A Babyz Doll for Petz 4
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CircusGoldfishbowl_p4.zip" title="Circus for Petz 4 goldfish">
|
||||
<img src="circusfishy.jpg" alt="fishbowl"><br>
|
||||
A "circus" goldfish bowl
|
||||
</a> /
|
||||
<a href="FreedomGoldfishbowl_p4.zip" title="Freedom for Petz 4 goldfish">A "freedom" goldfish
|
||||
bowl</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="FreedomGoldfishtank_p4.zip" title="Freedom for Petz 4 goldfish">
|
||||
<img src="FishtankAdventure.jpg" alt="fishtank"><br>
|
||||
a "freedom" replacement for my fish tank
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blooms_p4.zip" title="Blooms for Petz 4">
|
||||
<img src="Blooms.gif" alt="Blooms"><br>
|
||||
Pretty blooms and butterflies for your game
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blowers_p4.zip" title="Blowers for Petz 4">
|
||||
<img src="Blowers.gif" alt="Blowers"><br>
|
||||
more unusual-looking blooms and butterflies
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CarrotTreatBag_p4.zip" title="Carrot Treat bag for Petz 4">
|
||||
<img src="CarrotTreatBag.gif" alt="Carrot Treat bag"><br>
|
||||
Carrot Treat bag
|
||||
</a><br>
|
||||
for vegetarian petz
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Gemhairball_p4.zip" title="Gem Hairball for Catz 4">
|
||||
<img src="gemhairball.gif" alt="Sapphire hairball"><br>
|
||||
Replace that hairball with a sapphire
|
||||
</a><br>
|
||||
especially important for Dracoz
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="P4Sunflowers.zip" title="Sunflowers for Petz 4">
|
||||
<img src="Sunflowers.jpg" alt="Sunflowers"><br>
|
||||
Sunflower seeds for Petz 4 at last!
|
||||
</a><br>
|
||||
Converted from Petz 3 version.<br>
|
||||
The flowers will not be as tall.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Gemhairball_ForCloset_p4.zip" title="Sapphire hairball for shelf">
|
||||
<img src="gemhairballshelf.gif" alt="Sapphire hairball for shelf"><br>
|
||||
This gem hairball shows up in the closet
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="GoldfishTank_p4.zip" title="Goldfish Tank for Petz 4">
|
||||
<img src="GoldfishTank.gif" alt="Goldfish Tank"><br>
|
||||
Goldfish Tank for Petz 4
|
||||
</a><br>
|
||||
No longer do your fish need<br>
|
||||
to swim endlessly in circles!
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Dungbeetle_p4.zip" title="Dung Beetle">
|
||||
<img src="Dungbeetle.gif" alt="Dung Beetle"><br>
|
||||
Dung Beetle
|
||||
</a><br>
|
||||
This is one of the toyz from my Secret Wood<br>
|
||||
Playscene, made now to show up<br>
|
||||
separately in the closet.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Mintbottle_p4.zip" title="Mint Bottle">
|
||||
<img src="Mintbottle.gif" alt="Mint Bottle"><br>
|
||||
Mint Bottle
|
||||
</a><br>
|
||||
This Mint drink was hexed from the<br>
|
||||
Milk Bottle and is intended as an<br>
|
||||
example for an upcoming tutorial
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Catz1squeakytoy_p4.zip" title="Squeaky toy">
|
||||
<img src="Catz1squeakytoy.gif" alt="Catz 1 Squeaky toy"><br>
|
||||
Catz 1 Squeaky Toy
|
||||
</a><br>
|
||||
This is the dear old Squeaky toy<br>
|
||||
from the original Catz game, made<br>
|
||||
available now for all your Petz in Petz 4.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
87
carolyns_creations/petz/petz5/c5breeded/index.html
Normal file
87
carolyns_creations/petz/petz5/c5breeded/index.html
Normal file
|
@ -0,0 +1,87 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Special sound-stripped originals</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p> </p>
|
||||
|
||||
<p class="bigger purple">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger purple">For details of where the files go in your game,
|
||||
<a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="bigger purple">Sound-stripped, external-lnz Original Breedz
|
||||
for Catz 5<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.<br>
|
||||
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.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/">here.</a><br>
|
||||
|
||||
<a href="ExtLnzSSFlealessAlley_c5.zip">Alley Cat -- flea-free version (PKC
|
||||
accepted)</a><br>
|
||||
<a href="ExtLnzSSbwshorthair_c5.zip">B+W Shorthair</a><br>
|
||||
<a href="ExtLnzSScalico_c5.zip">Calico</a><br>
|
||||
<a href="ExtLnzSSchinchillapersian_c5.zip">Chinchilla Persian</a><br>
|
||||
<a href="ExtLnzSSdesertlynx_c5.zip">Desert Lynx</a><br>
|
||||
<a href="ExtLnzSSegyptianmau_c5.zip">Egyptian Mau</a><br>
|
||||
<a href="ExtLnzSShoneybear_c5.zip">Honey Bear</a><br>
|
||||
<a href="ExtLnzSSjapanesebobtail_c5.zip">Japanese Bobtail</a><br>
|
||||
<a href="ExtLnzSSmainecoon_c5.zip">Maine Coon</a><br>
|
||||
<a href="ExtLnzSSorangeshorthair_c5.zip">Orange Shorthair</a><br>
|
||||
<a href="ExtLnzSSpersian_c5.zip">Persian</a><br>
|
||||
<a href="ExtLnzSSrussianblue_c5.zip">Russian Blue</a><br>
|
||||
<a href="ExtLnzSSscottishfold_c5.zip">Scottish Fold</a><br>
|
||||
<a href="ExtLnzSSsiamese_c5.zip">Siamese</a><br>
|
||||
<a href="ExtLnzSStabby_c5.zip">Tabby</a></p>
|
||||
|
||||
<p><span class="bigger purple">Sound-stripped Original Breedz for Catz 5<br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/">here.</a><br>
|
||||
|
||||
<a href="SSFFalleycat_c5.zip">Alley Cat -- flea-free version (PKC
|
||||
accepted)</a><br>
|
||||
<a href="SSbwshorthair_c5.zip">B+W Shorthair</a><br>
|
||||
<a href="SScalico_c5.zip">Calico</a><br>
|
||||
<a href="SSchinchillapersian_c5.zip">Chinchilla Persian</a><br>
|
||||
<a href="SSdesertlynx_c5.zip">Desert Lynx</a><br>
|
||||
<a href="SSegyptianmau_c5.zip">Egyptian Mau</a><br>
|
||||
<a href="SShoneybear_c5.zip">Honey Bear</a><br>
|
||||
<a href="SSjapanesebobtail_c5.zip">Japanese Bobtail</a><br>
|
||||
<a href="SSmainecoon_c5.zip">Maine Coon</a><br>
|
||||
<a href="SSorangeshorthair_c5.zip">Orange Shorthair</a><br>
|
||||
<a href="SSpersian_c5.zip">Persian</a><br>
|
||||
<a href="SSrussianblue_c5.zip">Russian Blue</a><br>
|
||||
<a href="SSscottishfold_c5.zip">Scottish Fold</a><br>
|
||||
<a href="SSsiamese_c5.zip">Siamese</a><br>
|
||||
<a href="SStabby_c5.zip">Tabby</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
228
carolyns_creations/petz/petz5/c5breedz/index.html
Normal file
228
carolyns_creations/petz/petz5/c5breedz/index.html
Normal file
|
@ -0,0 +1,228 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Catz 5 Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big green more-side-padding">
|
||||
<p class="bigger"><b>Catz 5 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p class="bigger"><u>Page</u>: 1
|
||||
<a href="/petz/petz5/catz5-2/">2</a>
|
||||
<a href="/petz/petz5/catz5-3/">3</a>
|
||||
<a href="/petz/petz5/catz5-4/">4</a>
|
||||
<a href="/petz/petz5/catz5-5/">5</a></p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p class="bigger">NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p><a href="Bunnyfix_c5.zip" title="Download the BunnyFix for Catz 5">Bunny
|
||||
fix to allow adopting and breeding bunnies.</a><br>
|
||||
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.</p>
|
||||
|
||||
<p><a href="/sounds/sounds/" title="Go here to get sounds">Go here for
|
||||
Species sounds</a> and <a href="/sounds/soundsorig/" title="original breedfile sounds">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center green big img-size" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Abyssinian2_c5.zip" title="Download Abyssinian2 for Catz 5">
|
||||
<img src="Abyssinian.gif" alt="Abyssinian.gif"><br>
|
||||
Abyssinian2
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Appaloosa_c5.zip" title="Download Appaloosa for Catz 5">
|
||||
<img src="Appaloosa.gif" alt="Appaloosa"><br>
|
||||
Appaloosa
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AsianSnowCurl_c5.zip" title="Download Asian Snow Curl for Catz 5">
|
||||
<img src="AsianSnowCurl.gif" alt="Asian Snow Curl"><br>
|
||||
Asian Snow Curl
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="AutumnFlurry_c5.zip" title="Download Autumn Flurry for Catz 5">
|
||||
<img src="AutumnFlurry.gif" alt="Autumn Flurry"><br>
|
||||
Autumn Flurry
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blackandwhitelonghair_c5.zip" title="Download Blackandwhitelonghair for Catz 5">
|
||||
<img src="B+WLonghair.gif" alt="Blackandwhitelonghair"><br>
|
||||
Black and White Longhair
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blinka_c5.zip" title="Download Blinka for Catz 5">
|
||||
<img src="Blinka.gif" alt="Blinka"><br>
|
||||
Blinka
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="B+WBritishFold_c5.zip" title="Download Black and White British Fold for Catz 5">
|
||||
<img src="B+WBritishFold.gif" alt="Black and White British Fold">
|
||||
<br>
|
||||
Black and White British Fold
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BritishGinger+White_c5.zip" title="Download BritishGinger+White for Catz 5">
|
||||
<img src="BritishG+W.gif" alt="BritishGinger+White"><br>
|
||||
British Ginger and White
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BrownFuzzTabby_c5.zip" title="Download BrownFuzzTabby for Catz 5">
|
||||
<img src="BrownfuzzTabby.gif" alt="BrownFuzzTabby"><br>
|
||||
BrownFuzzTabby
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bunnycat_c5.zip" title="Download Bunnycat for Catz 5">
|
||||
<img src="BunnyCat.gif" alt="Bunnycat"><br>
|
||||
Bunnycat
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Calibean_c5.zip" title="Download Calibean for Catz 5">
|
||||
<img src="Calibean.gif" alt="Calibean"><br>
|
||||
Calibean
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Catwingz_c5.zip" title="Download Catwingz for Catz 5">
|
||||
<img src="Catwingz.gif" alt="Catwingz"><br>
|
||||
Catwingz
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CharcoalAngora_c5.zip" title="Download CharcoalAngora for Catz 5">
|
||||
<img src="CharcoalAngora.gif" alt="CharcoalAngora"><br>
|
||||
Charcoal Angora
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chickenz_c5.zip" title="Download Chickenz for Catz 5">
|
||||
<img src="Chickenz.gif" alt="Chickenz"><br>
|
||||
Chickenz With "Eggz"
|
||||
</a> /<br>
|
||||
<a href="ChickenzNoEggz_c5.zip" title="Download Chickenz No Eggz">Without "Eggz"</a> --
|
||||
<a href="http://simple-desires.org/wkc/" class="defunct" target="_top">WKC</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Chinchifluttacorn_c5.zip" title="Download Chinchi Fluttacorn for Catz 5">
|
||||
<img src="ChinchiFluttacorn.gif" alt="Chinchi Fluttacorn"><br>
|
||||
Chinchi Fluttacorn
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chinchillafold_c5.zip" title="Download Chinchilla Fold for Catz 5">
|
||||
<img src="ChinchillaFold.gif" alt="Chinchilla Fold"><br>
|
||||
Chinchilla Fold
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CottonBunny_c5.zip" title="Download CottonBunny for Catz 5">
|
||||
<img src="CottonBunny.gif" alt="CottonBunny"><br>
|
||||
CottonBunny
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Cowtaurus_c5.zip" title="Download Cowtaurus for Catz 5">
|
||||
<img src="Cowz.gif" alt="Cowtaurus"><br>
|
||||
Cowtaurus
|
||||
</a> -- <a href="http://simple-desires.org/wkc/" class="defunct" target="_top">WKC</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CreamFluff_c5.zip" title="Download CreamFluff for Catz 5">
|
||||
<img src="CreamFluff.gif" alt="CreamFluff"><br>
|
||||
CreamFluff
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Dalmatian_c5.zip" title="Download Dalmatian for Catz 5">
|
||||
<img src="DalmatianCat.gif" alt="Dalmatian"><br>
|
||||
Dalmatian (Correct ID)
|
||||
</a> /
|
||||
<a href="Dalmatian(alternativeNumber)_c5.zip" title="Download Dalmatian for Catz 5 (alternative number)">Dalmation
|
||||
(Catz 3 ID)</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="green center">
|
||||
<p>* 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.</p>
|
||||
|
||||
<p class="bigger"><u>Page</u>: 1
|
||||
<a href="/petz/petz5/catz5-2/">2</a>
|
||||
<a href="/petz/petz5/catz5-3/">3</a>
|
||||
<a href="/petz/petz5/catz5-4/">4</a>
|
||||
<a href="/petz/petz5/catz5-5/">5</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
81
carolyns_creations/petz/petz5/d5breeded/index.html
Normal file
81
carolyns_creations/petz/petz5/d5breeded/index.html
Normal file
|
@ -0,0 +1,81 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Special sound-stripped originals</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p> </p>
|
||||
|
||||
<p class="bigger purple">NOTE: No hexing ability is needed at all!<br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger purple">For details of where the files go in your game, <a href="/tutorials/LNZBreedzHowto/">click here</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped, external-lnz Original
|
||||
Breedz for Dogz 5</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.<br>
|
||||
If you only want the external-sound versions of these breedz, scroll further
|
||||
down this page.<br>
|
||||
Please note that the readme in with the breedfile explains where everything
|
||||
should go, including the sounds that are downloadable from <a href="/sounds/soundsorig/">here.</a><br>
|
||||
<a href="ExtLnzSSBulldog_d5.zip">Bulldog</a><br>
|
||||
<a href="ExtLnzSSChihuahua_d5.zip">Chihuahua</a><br>
|
||||
<a href="ExtLnzSSDachshund_d5.zip">Dachshund</a><br>
|
||||
<a href="ExtLnzSSDalmatian_d5.zip">Dalmatian</a><br>
|
||||
<a href="ExtLnzSSGermanshepherd_d5.zip">German Shepherd</a><br>
|
||||
<a href="ExtLnzSSGoldenretriever_d5.zip">Golden Retriever</a><br>
|
||||
<a href="ExtLnzSSGreatdane_d5.zip">Great Dane</a><br>
|
||||
<a href="ExtLnzSSJackrussell_d5.zip">Jack Russell</a><br>
|
||||
<a href="ExtLnzSSLabrador_d5.zip">Labrador</a><br>
|
||||
<a href="ExtLnzSSMutt_d5.zip">Mutt</a><br>
|
||||
<a href="ExtLnzSSPapillon_d5.zip">Papillon</a><br>
|
||||
<a href="ExtLnzSSPoodle_d5.zip">Poodle</a><br>
|
||||
<a href="ExtLnzSSPug_d5.zip">Pug</a><br>
|
||||
<a href="ExtLnzSSScottie_d5.zip">Scottie</a><br>
|
||||
<a href="ExtLnzSSSheepdog_d5.zip">Sheepdog</a></p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sound-stripped Original Breedz for Dogz
|
||||
5</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
These files are sound-stripped only, for people who do not want the
|
||||
externally-editable .lnz files but do want the sounds separate.<br>
|
||||
Please note that the readme in with the breedfile explains where to put the
|
||||
sounds that are downloadable also, from <a href="/sounds/soundsorig/">here.</a><br>
|
||||
<a href="SSBulldog_d5.zip">Bulldog</a><br>
|
||||
<a href="SSChihuahua_d5.zip">Chihuahua</a><br>
|
||||
<a href="SSDachshund_d5.zip">Dachshund</a><br>
|
||||
<a href="SSDalmatian_d5.zip">Dalmatian</a><br>
|
||||
<a href="SSGermanshepherd_d5.zip">German Shepherd</a><br>
|
||||
<a href="SSGoldenretriever_d5.zip">Golden Retriever</a><br>
|
||||
<a href="SSGreatdane_d5.zip">Great Dane</a><br>
|
||||
<a href="SSJackrussell_d5.zip">Jack Russell</a><br>
|
||||
<a href="SSLabrador_d5.zip">Labrador</a><br>
|
||||
<a href="SSMutt_d5.zip">Mutt</a><br>
|
||||
<a href="SSPapillon_d5.zip">Papillon</a><br>
|
||||
<a href="SSPoodle_d5.zip">Poodle</a><br>
|
||||
<a href="SSPug_d5.zip">Pug</a><br>
|
||||
<a href="SSScottie_d5.zip">Scottie</a><br>
|
||||
<a href="SSSheepdog_d5.zip">Sheepdog</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
190
carolyns_creations/petz/petz5/d5breedz/index.html
Normal file
190
carolyns_creations/petz/petz5/d5breedz/index.html
Normal file
|
@ -0,0 +1,190 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dogz 5 Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big green more-side-padding">
|
||||
<p class="bigger"><b>Dogz 5 Breedz</b><br>
|
||||
Click breed photo or name to download.<br>
|
||||
NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p><span class="bigger"><u>Page</u>: 1
|
||||
<a href="/petz/petz5/dogz5-2/">2</a>
|
||||
<a href="/petz/petz5/dogz5-3/">3</a>
|
||||
<a href="/petz/petz5/dogz5-4/">4</a>
|
||||
<a href="/petz/petz5/dogz5-5/">5</a></span><br>
|
||||
|
||||
<a href="AdoptablePig_d5.zip" title="Download the PigFix for Dogz 5">Pig fix
|
||||
to allow adopting of Pigz</a><br>
|
||||
This one lets you adopt from the Adoption Centre, and you can play with the
|
||||
Pig Hosts.<br>
|
||||
<a href="ImportablePig_d5.zip" title="Download the PigFix 2 for Dogz 5">Pig
|
||||
fix to allow importing of Pigz</a><br>
|
||||
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.<br>
|
||||
<a href="BreedablePig_d5.zip" title="Pig fix to allow breeding of Pigz ">Pig
|
||||
fix to allow breeding of Pigz</a><br>
|
||||
<a href="/sounds/sounds/" title="Go here to get sounds">Go here for Species
|
||||
sounds</a> and <a href="/sounds/soundsorig/" title="original breedfile sounds">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
<table class="center big green img-size" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Affelaffe_d5.zip" title="Download Affelaffe for Dogz 5">
|
||||
<img src="Affelaffe.gif" alt="Affelaffe"><br>
|
||||
Affelaffe
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Airedale_d5.zip" title="Download Airedale for Dogz 5">
|
||||
<img src="Airedale.gif" alt="Airedale"><br>
|
||||
Airedale
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AmericanStaffy_d5.zip" title="Download AmericanStaffy for Dogz 5">
|
||||
<img src="AmericanStaffy.gif" alt="AmericanStaffy"><br>
|
||||
American Staffy
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Ancestorlizard_d5.zip" title="Download Ancestorlizard for Dogz 5">
|
||||
<img src="AncestorLizard.gif" alt="Ancestorlizard"><br>
|
||||
Ancestor Lizard
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Apaws_d5.zip" title="Download Apaws for Dogz 5">
|
||||
<img src="Apaws.gif" alt="Apaws"><br>
|
||||
Apaws
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="AustralianCattleDog_d5.zip" title="Download AustralianCattleDog for Dogz 5">
|
||||
<img src="AustralianCattleDog.gif" alt="AustralianCattleDog"><br>
|
||||
Australian Cattle Dog
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BeachDog_d5.zip" title="Download BeachDog for Dogz 5">
|
||||
<img src="BeachDog.gif" alt="BeachDog"><br>
|
||||
Beach Dog
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Bear_d5.zip" title="Download Bearz for Dogz 5">
|
||||
<img src="Bearz.gif" alt="Bearz"><br>
|
||||
Bearz
|
||||
</a> -- <a href="http://simple-desires.org/wkc/" class="defunct" target="_top">WKC</a> accepted --
|
||||
<a href="GreatbearSS_d5.zip" title="external-sound Bearz for Dogz 5">external-sounds
|
||||
version</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blackdal_d5.zip" title="Download Blackdal for Dogz 5">
|
||||
<img src="Blackdal.gif" alt="Blackdal"><br>
|
||||
Blackdal
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BlacknKhaki_d5.zip" title="Download BlacknKhaki for Dogz 5">
|
||||
<img src="BlacknKhaki.gif" alt="BlacknKhaki"><br>
|
||||
Black n Khaki
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Breyer_d5.zip" title="Download Breyer for Dogz 5">
|
||||
<img src="Breyer.gif" alt="Breyer"><br>
|
||||
Breyer
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BrownPyrShepherd_d5.zip" title="Download BrownPyrShepherd for Dogz 5">
|
||||
<img src="BrownPyrShepherd.gif" alt="BrownPyrShepherd"><br>
|
||||
Brown Pyr Shepherd
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BrownDal_d5.zip" title="BrownDal">
|
||||
<img src="Browndal.gif" alt="BrownDal"><br>
|
||||
BrownDal
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="CalicoMutt_d5.zip" title="Download CalicoMutt for Dogz 5">
|
||||
<img src="CalicoMutt.gif" alt="CalicoMutt"><br>
|
||||
CalicoMutt
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Calicochi_d5.zip" title="Download Calicochi for Dogz 5">
|
||||
<img src="Calicochi.gif" alt="Calicochi"><br>
|
||||
Calicochi
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="ChalkBlueDal_d5.zip" title="Download ChalkBlueDal for Dogz 5">
|
||||
<img src="ChalkBlueDal.gif" alt="ChalkBlueDal"><br>
|
||||
ChalkBlueDal
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="bigger" colspan="2">
|
||||
<u>Page</u>: 1
|
||||
<a href="/petz/petz5/dogz5-2/">2</a>
|
||||
<a href="/petz/petz5/dogz5-3/">3</a>
|
||||
<a href="/petz/petz5/dogz5-4/">4</a>
|
||||
<a href="/petz/petz5/dogz5-5/">5</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
179
carolyns_creations/petz/petz5/p5breedz/index.html
Normal file
179
carolyns_creations/petz/petz5/p5breedz/index.html
Normal file
|
@ -0,0 +1,179 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>New Petz 5 Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="big center green" style="width:60%;margin:0 auto;">
|
||||
<p><b>New Petz 5 Breedz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<p><u>Page</u>: 1</p>
|
||||
|
||||
<p>NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p>For my People In Petz breedz go <a href="/specials/petzpeople/">here</a><br>
|
||||
For my Latest breedz (overwriting and for use with my LNZ-files packages),
|
||||
go <a href="/specials/petz3-5lnz/">here</a><br>
|
||||
For my Team Creation breedz (Rhino, Ostrich etc), go <a href="/specials/collaborations/">here</a><br>
|
||||
For my P.F.Magic Mice breedz go <a href="/petz/pfmice/">here</a><br>
|
||||
For my Oddpetz Transformation breedz (Duckoddz etc) go <a href="/petz/transforms/">here</a><br>
|
||||
For my Arthropod breedz (Spiders, butterflies etc) go <a href="/petz/petzarthropods/">here</a><br><br>
|
||||
For my aquatic stuff (fishies, frogs etc) go <a href="/specials/sealife/">here</a><br>
|
||||
For my Emoticon breed "OddballzDream" and petz go <a href="/specials/emoticonpetz1/">here</a></p>
|
||||
|
||||
<p><a href="/sounds/sounds/">Go here for Species sounds</a> and <a href="/sounds/soundsorig/">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
|
||||
<p>My Skorch Odd-petz breed is now <a href="skorchc5.zip">available
|
||||
here</a>.
|
||||
All 13 of the originals have now been brought into the Catz games.</p>
|
||||
|
||||
<table class="img-size center" style="margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Caliwingz_c5.zip" title="Download Caliwingz for Catz 5">
|
||||
<img src="Caliwingz.gif" alt="Caliwingz"><br>
|
||||
Caliwingz (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Walret_c5.zip" title="Download Walret for Catz 5">
|
||||
<img src="Walret.gif" alt="Walret"><br>
|
||||
Walret (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="102_c5.zip" title="Download 102 for Catz 5">
|
||||
<img src="102dalmatians.gif" alt="102"><br>
|
||||
102 (Catz)
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Jester_c5.zip" title="Download Jester for Catz 5">
|
||||
<img src="Jester.gif" alt="Jester"><br>
|
||||
Jester (Catz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="AlleycatOW_c5.zip" title="Download Flealess Alleycat for Catz 5">
|
||||
<img src="FlealessAlleys.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys (Catz)
|
||||
</a><br>
|
||||
Overwriting. With Sleepycat's variation. Does <b>not</b> have
|
||||
Alley attitude. Download sounds for this
|
||||
breed.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Alley2_OW_c5.zip" title="Download Flealess Alleycat for Catz 5">
|
||||
<img src="FlealessAlleys2.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys (Catz)
|
||||
</a><br>
|
||||
Overwriting. With variations listed at <a href="https://web.archive.org/web/20031008005334/http://petzkennelclub.co.uk/standards/c_alleycatz.shtml" target="_top">PKC</a><br>
|
||||
Does <b>not</b> have Alley attitude. Download sounds for this
|
||||
breed.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alley3_OW_c5.zip" title="Flealess Alleys with Attitude for Catz 5">
|
||||
<img src="FlealessAlleys2.gif" alt="Flealess Alleys"><br>
|
||||
Flealess Alleys with Attitude (Catz)
|
||||
</a><br>
|
||||
Overwriting. <a href="http://pkcrebooted.co.uk/standards" target="_top">PKC</a> accepted.<br>
|
||||
Download sounds for this breed. True to type, has Alley Attitude
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Lips_c5.zip" title="Download Lips for Catz 5">
|
||||
<img src="Lips.gif" alt="Lips"><br>
|
||||
Lips (Catz)
|
||||
</a><br>
|
||||
The 13th and final Original Oddballz converted to Petz 5!<br>
|
||||
And yes, I do intend to make emoticon clothes...
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Alleyvaried_OW_c5.zip" title="Varied Alleys with Attitude for Catz 5">
|
||||
<img src="Alleyvaried.gif" alt="Varied Flealess Alleys"><br>
|
||||
Varied Alleys With Attitude (Catz)
|
||||
</a><br>
|
||||
Download sounds for this breed. Flealess, with Alley Attitude
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Wetterhoun_d5.zip" title="Download the Wetterhoun for Dogz 5">
|
||||
<img src="Wetterhoun.gif" alt="Wetterhoun"><br>
|
||||
Wetterhoun (Dogz)
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Boyz_c5.zip" title="Boyz for Catz 5">
|
||||
<img src="Boyz.gif" alt="Boyz"><br>
|
||||
Boyz (Catz)
|
||||
</a><br>
|
||||
Download sounds for this breed. Breed should be male only.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Boy_d5.zip" title="Download the Boy for Dogz 5">
|
||||
<img src="Boy.gif" alt="Boy"><br>
|
||||
Boy (Dogz)
|
||||
</a><br>
|
||||
Download sounds for this breed. Breed should be male only.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Fishie_c5.zip" title="Fishie for Catz 5">
|
||||
<img src="Fishie.gif" alt="Fishie"><br>
|
||||
Fishie (Catz)
|
||||
</a><br>
|
||||
Download sounds for this breed.
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Arthropodz_c5.zip" title="Arthropodz for Catz 5">
|
||||
<img src="Arthropodz.gif" alt="Arthropodz"><br>
|
||||
Arthropodz (Catz)
|
||||
</a>
|
||||
-- <a href="http://simple-desires.org/wkc/" class="defunct" target="_top">WKC </a>accepted<br>
|
||||
Download sounds for this breed.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p class="bigger"><u>Page</u>: 1</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
37
carolyns_creations/petz/petz5/p5clothes/index.html
Normal file
37
carolyns_creations/petz/petz5/p5clothes/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex edited Clothes for Petz 5</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="big center side-padding">
|
||||
<p><span class="purple bigger"><b>Hex edited Clothes for Petz 5</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.</p>
|
||||
|
||||
<p><a href="Wingz_p5.zip" title="Wingz for Petz 5">
|
||||
<img src="Wingz5.gif" alt="Wingz"><br>
|
||||
Wingz for your petz
|
||||
</a><br>
|
||||
|
||||
<a href="WigDreads_p5.zip" title="Wigz for Petz 5">
|
||||
<img src="Wigz5.gif" alt="Wigz"><br>
|
||||
Wigz for your petz
|
||||
</a> /
|
||||
<a href="WigDread2_p5.zip" title="More Dreadlocks for Petz 5">Dreadlocks
|
||||
2 </a>/
|
||||
<a href="WigJudges_p5.zip" title="Download Judge's wigz">Judge's
|
||||
wigz</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
98
carolyns_creations/petz/petz5/p5hosts/index.html
Normal file
98
carolyns_creations/petz/petz5/p5hosts/index.html
Normal file
|
@ -0,0 +1,98 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Petz 5 Hosts</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="green bigger center">
|
||||
<p><b>Petz 5 Hosts Adoptable</b><br>
|
||||
Click photo or name to download.<br>
|
||||
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.</p>
|
||||
|
||||
<table style="width:50%;margin:0 auto;border:0;">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="Pharaoh5.gif" alt="Host Pharaoh" width="320" height="224">
|
||||
<br>
|
||||
<a href="Pharaoh_c5.zip" title="Download Pharaoh for Petz 5">Pharaoh for Catz 5</a>
|
||||
</td>
|
||||
<td>
|
||||
<img src="TheAdmiral5.gif" alt="The Admiral" width="320" height="224"><br>
|
||||
<a href="TheAdmiral_d5.zip" title="Download The Admiral for Petz 5">The Admiral for Dogz
|
||||
5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<img src="BearHost5.gif" alt="Host Bear" width="320" height="224">
|
||||
<br>
|
||||
<a href="Bear_d5.zip" title="Download Bear for Petz 5">Host Bear
|
||||
for Dogz 5</a>
|
||||
</td>
|
||||
<td>
|
||||
<img src="Jones5.gif" alt="Host Jones" width="320" height="224"><br>
|
||||
<a href="Jones_d5.zip" title="Download Jones for Petz 5">Jones
|
||||
for Dogz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<img src="Misha5.gif" alt="Host Misha" width="320" height="224"><br>
|
||||
<a href="Misha_d5.zip" title="Download Misha for Petz 5">Misha
|
||||
the Jack Russell for Dogz
|
||||
5</a>
|
||||
</td>
|
||||
<td>
|
||||
<img src="Mitzy5.gif" alt="Host Mitzy" width="320" height="224"><br>
|
||||
<a href="Mitzy_c5.zip" title="Download Mitzy for Petz 5">Mitzy
|
||||
for Catz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<img src="Peg5.gif" alt="Host Peg" width="320" height="224"><br>
|
||||
<a href="Peg_c5.zip" title="Download Peg for Petz 5">Peg for
|
||||
Catz 5</a>
|
||||
</td>
|
||||
<td>
|
||||
<img src="Pepe5.gif" alt="Host Pepe" width="320" height="224"><br>
|
||||
<a href="Pepe_d5.zip" title="Download Pepe for Petz 5">Pepe for
|
||||
Dogz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<img src="Bailey5.gif" alt="Ringmaster Bailey" width="320" height="224"><br>
|
||||
<a href="Bailey_c5.zip" title="Download Bailey for Petz 5">Ringmaster Bailey for
|
||||
Catz 5</a>
|
||||
</td>
|
||||
<td>
|
||||
<img src="Wyatt5.gif" alt="Host Wyatt" width="320" height="224"><br>
|
||||
<a href="Wyatt_c5.zip" title="Download Wyatt for Petz 5">Wyatt
|
||||
for Catz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
69
carolyns_creations/petz/petz5/p5playscene/index.html
Normal file
69
carolyns_creations/petz/petz5/p5playscene/index.html
Normal file
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>New Petz 5 Playscene items</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green">
|
||||
<p class="bigger"><b>Petz 5 Playscenes</b><br>
|
||||
Click picture or name to download.</p>
|
||||
|
||||
<p><b>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.</b></p>
|
||||
|
||||
<p>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 <a href="/petz/petz5/p5skinz/">skins page</a>, 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.<br>
|
||||
I hope you enjoy this scene and find it as magical as I do.<br>
|
||||
<a href="SecretWood_p5.zip" title="Download the Secret Wood for Petz 5">
|
||||
<img src="SecretWoodx.jpg" alt="The Secret Wood"><br>
|
||||
The Secret Wood
|
||||
</a> /
|
||||
<a href="SecretWoodSounds.zip" title="Download sounds for Secret Wood">Sounds
|
||||
for Secret Wood</a><br>
|
||||
<a href="SecretWoodToyz_p5.zip" title="Download the Secret Wood Toyz for Petz 5">Secret Wood special
|
||||
toyz</a></p>
|
||||
|
||||
<p><a href="Kitchen_p5.zip" title="Download the Petz 5 kitchen with Petz 4 backdrop">
|
||||
<img src="Kitchen1.jpg" alt="Petz 4 in Petz 5 kitchen"><br>
|
||||
Petz 5 kitchen with Petz 4 backdrop
|
||||
</a><br>
|
||||
Updated Oct 2003 to stay like Petz 4 at night-time also</p>
|
||||
|
||||
<p><a href="AdoptionCentreEasy-edit_p5.zip">
|
||||
<img src="P4AC4P5.jpg" alt="Petz 4 in Petz 5 adoption centre"><br>
|
||||
Petz 5 Adoption Centre with Petz 4 backdrop
|
||||
</a><br>
|
||||
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, <a href="SoundsForP5playscenes.zip">download this file.</a></p>
|
||||
|
||||
<p><a href="AdoptionsGone.zip">
|
||||
<img src="MudpuddleShootingstar.jpg" alt="Adoptions Gone Petz 5 scene"><br>
|
||||
Petz 5 AdoptionGone Editor-created playscene
|
||||
</a><br>
|
||||
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 :-)</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
30
carolyns_creations/petz/petz5/p5skinz/index.html
Normal file
30
carolyns_creations/petz/petz5/p5skinz/index.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>New Petz 5 Carrycase Skins</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green big">
|
||||
<p class="bigger"><b>New Petz 5 Carrycase Skins</b><br>
|
||||
Click picture or name to download.</p>
|
||||
|
||||
<p>This page contains any Carrycase skinz I might make.</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p><a href="Carrycase_p5.zip" title="The carry-case skin from my Petz 3 playscene">
|
||||
<img src="CarrycaseP5.gif" alt="special carry-case and mice"><br>
|
||||
The carry-case skin from my Petz 3 playscene
|
||||
</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
132
carolyns_creations/petz/petz5/p5toyz/index.html
Normal file
132
carolyns_creations/petz/petz5/p5toyz/index.html
Normal file
|
@ -0,0 +1,132 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex edited toyz for Petz 5</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big purple">
|
||||
<p><span class="bigger"><b>Hex edited Toyz for Petz 5</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
These are the few toyz that I've either made or altered to have show up in
|
||||
the carrycase for the Petz 5 game.<br>
|
||||
For people who are worried about the necessary Registry entry for some of
|
||||
the following toyz, please click <a href="/tutorials/RegistryHowto/">here</a>, <b>NOTE</b> 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 href="/specials/nicholastools/">a link to his site</a> and some tips on
|
||||
using his utilities... Once you've downloaded it, use Tinker's File, Modify
|
||||
Carrying case, feature.</p>
|
||||
</div>
|
||||
|
||||
<table class="big center" style="width:90%;">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="Gemhairball_p5.zip" title="Gem Hairball for Catz 5">
|
||||
<img src="gemhairball.gif" alt="Sapphire hairball"><br>
|
||||
Replace that hairball with a sapphire
|
||||
</a><br>
|
||||
especially important for Dracoz
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Blooms_p5.zip" title="Blooms for Petz 5">
|
||||
<img src="Blooms.gif" alt="Blooms"><br>
|
||||
Pretty blooms and butterflies for your game
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Blowers_p5.zip" title="Blowers for Petz 5">
|
||||
<img src="Blowers.gif" alt="Blowers"><br>
|
||||
more unusual-looking blooms and butterflies
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="Doll_p5.zip" title="Babyz Doll for Petz 5">
|
||||
<img src="Doll4Petz5.gif" alt="Doll"><br>
|
||||
Babyz Doll for Petz 5
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="cannon_p5.zip" title="Circus Cannon for Petz 5">
|
||||
<img src="p5cannon.jpg" alt="cannon"><br>
|
||||
Circus Cannon in your closet
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="Godlfishbowl_p5.zip" title="The Goldfish Circus Tank">
|
||||
<img src="FishbowlCircus.jpg" alt="Goldfish Circus Tank"><br>
|
||||
A replacement for your goldfish bowl
|
||||
</a> /
|
||||
<a href="FreedomGoldfishbowl_p5.zip" title="Freedom for Petz 5 goldfish">A "freedom" goldfish
|
||||
bowl</a><br>
|
||||
<span class="normal">This will overwrite your game's original toy,
|
||||
so put the original somewhere safe first.</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Beetle_p5.zip" title="The Beetle">
|
||||
<img src="Beetlep5.gif" alt="Beetle"><br>
|
||||
The beetle for your carry-case
|
||||
</a><br>
|
||||
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.
|
||||
</td>
|
||||
<td>
|
||||
<a href="BlueButterfly_p5.zip" title="Blue Butterfly">
|
||||
<img src="BlueButterflyp5.gif" alt="Blue Butterfly"><br>
|
||||
The Blue Butterfly
|
||||
</a><br>
|
||||
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.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Towel_p5.zip" title="Towel">
|
||||
<img src="Spongeandtowelp5.gif" alt="Salon Towel"><br>
|
||||
Salon Towel
|
||||
</a> /
|
||||
<a href="Sponge_p5.zip" title="The Sponge">The Sponge</a><br>
|
||||
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.
|
||||
</td>
|
||||
<td>
|
||||
<a href="mintbottle_p5.zip" title="Mint Bottle">
|
||||
<img src="Mintbottlep5.gif" alt="Mint Bottle"><br>
|
||||
Mint Bottle
|
||||
</a><br>
|
||||
This Mint drink is a brand-new toy for Petz 5.<br>
|
||||
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.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
799
carolyns_creations/petz/petzedit/index.html
Normal file
799
carolyns_creations/petz/petzedit/index.html
Normal file
|
@ -0,0 +1,799 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tutorials and Howtos</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center first">
|
||||
<p class="big">
|
||||
<a href="#NEW">Newest</a>.
|
||||
<a href="#CPY">Copy/Pastie</a>.
|
||||
<a href="#PET">Petfiles</a>.
|
||||
<a href="#BRE">Breedz main</a>.
|
||||
<a href="#NFO">Breedz info</a>.
|
||||
<a href="#BIT">Breedz odds</a>.
|
||||
<a href="#SCN">Scene/toy/clo</a>
|
||||
</p>
|
||||
|
||||
<p class="green"><span class="big">Go to <a href="/tutorials/infobits/">my
|
||||
Infobits</a></span><br>
|
||||
for more text bits and pieces of info on editing for all versions of the
|
||||
games.<br>
|
||||
|
||||
<span class="big">Go to <a href="/tutorials/LNZdetails/">my LNZ breakdown
|
||||
chunks</a></span><br>
|
||||
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 :-)</p>
|
||||
|
||||
<p class="green"><b>NOTE:</b> My tutorials mostly tell you how to edit in
|
||||
the days before <a href="/specials/nicholastools/" title="Nicholas' utilities">Nicholas' tools</a> 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 <a href="/tutorials/LNZdetails/">my LNZ info chunks </a>are still
|
||||
invaluable.</p>
|
||||
|
||||
<p class="green big">for my easy-edit Breedz packages Go To:<br>
|
||||
<a href="/petz/petz5/c5breeded/">Petz 5 catz</a> /
|
||||
<a href="/petz/petz5/d5breeded/">Petz 5 dogz</a><br>
|
||||
<a href="/petz/petz4/c4breeded/">Petz 4 catz</a> /
|
||||
<a href="/petz/petz4/d4breeded/">Petz 4 dogz</a><br>
|
||||
<a href="/petz/petz3/c3breeded/">Petz 3 catz</a> /
|
||||
<a href="/petz/petz3/d3breeded/">Petz 3 dogz</a><br>
|
||||
|
||||
<a href="petz/petz3/c3intbreeded/">Petz 3 catz Iternational</a> /
|
||||
<a href="petz/petz3/d3intbreeded/">Petz 3 dogz International</a><br>
|
||||
|
||||
See under <a href="#SCN">Scene/toy/clo</a> for easy-edit Mice as well as
|
||||
easy-edit case doors etc.<br>
|
||||
|
||||
<a href="/tutorials/BallConversionCatToDog/">Ballz conversion chart for Catz
|
||||
to Dogz</a><br>
|
||||
<a href="/tutorials/BallConversionDogToCat/">Ballz conversion chart for Dogz
|
||||
to Catz</a><br>
|
||||
|
||||
<a href="/tutorials/DogzBallz/">Dogz ballz number list. Dug out of my
|
||||
tutorials and tidied up.</a><br>
|
||||
<a href="/tutorials/CatzBallz/">Catz ballz number list. Dug out of my
|
||||
tutorials and tidied up.</a><br></p>
|
||||
|
||||
<p class="big green">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.</p>
|
||||
|
||||
<!-- Copy-Pasties --------------------------------------------------------->
|
||||
<p class="big"><span class="purple"><b id="CPY">Copy / Pasties for use with
|
||||
my "Easy-edit" packages</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br>
|
||||
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.</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/HoopEarringsOnPetz/">Hoop earrings on
|
||||
petz copy/pastie sections</a><br>
|
||||
<a href="/tutorials/dmLNZ/">copy/pastie dane-eared dalis</a><br>
|
||||
<a href="/tutorials/AutumnFlurryWings/">A copy-pastie for wingz on a maine
|
||||
coon breed</a><br>
|
||||
<a href="/tutorials/PetzWigzCodes/">Easy-edit Wigz on breedz/litterz</a><br>
|
||||
<a href="/tutorials/PetzWingzCodes/">Easy-edit Wingz on dogz
|
||||
breedz/litterz</a><br>
|
||||
<a href="/tutorials/AutumnFlurryWings/">Easy-edit Wingz on catz
|
||||
breedz/litterz</a><br>
|
||||
<a href="/tutorials/OrangeShorthairAdultLNZ/">Variation-stuffed Orange
|
||||
shorthair adult lnz</a><br>
|
||||
|
||||
<img src="Jury.gif" alt="wigz on litterz">
|
||||
<img src="Spot.gif" alt="wingz on litterz">
|
||||
<img src="daneardali.gif" alt="dane-eareddalis"><br>
|
||||
<a href="earrings.zip" title="hoop-earring pet">
|
||||
<img src="Earringpet.gif" alt="earrings on petz">
|
||||
</a></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/WingzForNeko/">Copy/pastie adding wingz
|
||||
to Vickie's Neko</a><br>
|
||||
|
||||
NOTE: This is for your personal use only. Please abide by <a href="https://web.archive.org/web/20200519201548/https://www.angelfire.com/moon2/petzzoo2/" target="_top">Vickie's rules</a> when altering her files.<br>
|
||||
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.<br>
|
||||
|
||||
<img src="WingzOnNeko.gif" alt="Wingz on a Neko"><br>
|
||||
|
||||
(pet <b>not</b> downloadable)</p>
|
||||
|
||||
<!-- Latest Stuff --------------------------------------------------------->
|
||||
<p class="big purple"><b id="NEW">Where to find latest "Howto"s etc</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big">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...</p>
|
||||
|
||||
<p><span class="big">Go to <a href="/tutorials/LNZdetails/">my LNZ breakdown
|
||||
chunks</a><br>
|
||||
for my latest delvings into the guts of hexing.</span><br>
|
||||
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<br>
|
||||
|
||||
<span class="big">Go to <a href="/tutorials/tutorials/">my main tutorial
|
||||
page</a><br>
|
||||
for the stuff that doesn't fit anywhere or is relevant to other games
|
||||
also,</span><br>
|
||||
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.</p>
|
||||
|
||||
<p><span class="big">NOTE 1:</span> 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 <a href="/specials/nicholastools/">Tinker</a> for that.</p>
|
||||
|
||||
<p><span class="big">NOTE 2:</span> 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.</p>
|
||||
|
||||
<p><span class="big">NOTE 3:</span> 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 <a href="/petz/tutbreedz/">
|
||||
"tutorial examples" </a>page. This is very low on my list of priorities
|
||||
just now, though!</p>
|
||||
|
||||
<!-- Playscene easy-edits ------------------------------------------------->
|
||||
|
||||
<p class="big purple"><b id="SCN">Playscene easy-edits, Toyz, Clothes, Doors
|
||||
and Mice.</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/yarntailcolour/">Changing the tail colour
|
||||
on the yarn ball toy</a></p>
|
||||
|
||||
<p><span class="big">NOTE 1:</span> 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.</p>
|
||||
|
||||
<p><span class="big">NOTE 2:</span> 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.</p>
|
||||
|
||||
<p class="big"><a href="KitchenP3Easy-edit.zip">An easy-edit Kitchen kit for
|
||||
petz 3</a><br>
|
||||
|
||||
<a href="AdoptionCentreP3Easy-edit.zip">An easy-edit Adoption Centre for
|
||||
petz 3</a><br>
|
||||
|
||||
<a href="AdoptionCentreP3IntExtra.zip">Extra AC file for International petz
|
||||
3</a><br>
|
||||
|
||||
<a href="ToyClosetP3Easy-edit.zip">An easy-edit Toy Closet kit for petz 3
|
||||
and P3 International</a><br>
|
||||
|
||||
<b>NOTE -- in my included text file on playscene editing, I apparently
|
||||
forgot to include this important bit of infomation:</b><br>
|
||||
<span class="normal">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.<br>
|
||||
My thanks to Minibyte for poking at me until I fixed that point
|
||||
:-)</span><br>
|
||||
|
||||
<a href="/tutorials/P5SceneSeperate/">Using LNZPro to make scenes show
|
||||
separately</a><br>
|
||||
|
||||
<a href="FamilyroomEasyedit_p3.zip">An easy-edit Family Room kit for petz 3
|
||||
and P3 International</a><br>
|
||||
|
||||
<a href="petz3ClothesClosetEasy-edit.zip">An easy-edit Clothes Closet kit
|
||||
for petz 3 and P3 International</a><br>
|
||||
|
||||
<a href="Petz3Easy-editCaseEtc.zip">Easy-edit Case, AC door, and mice etc
|
||||
for petz 3</a><br>
|
||||
|
||||
<a href="P3IntEasy-editExtras.zip">Extra items required for petz 3
|
||||
non-English version</a><br>
|
||||
|
||||
<a href="Petz4Easy-editCaseEtc.zip">Easy-edit Case, AC door, and mice etc
|
||||
for petz 4</a><br>
|
||||
|
||||
<a href="Petz3SplitFilmstrips.zip">split Case filmstrips to help petz 3 and
|
||||
P3 Int hexers</a><br>
|
||||
Petz 4 version of split filmstrips will not now be necessary. See note above
|
||||
about Tinker.<br>
|
||||
|
||||
<a href="/petz/petz4/petz4fooler/">Go here for Petz 4 Playscene Easy-edit
|
||||
kits</a><br>
|
||||
|
||||
<a href="/tutorials/petz5backdrops/">Changing Petz 5 Scene backdrops (and
|
||||
sounds)</a><br>
|
||||
|
||||
<a href="/tutorials/Petz4SceneToPetz5/">Extracting stuff from Petz 4
|
||||
playscenes to use in Petz 5</a><br>
|
||||
|
||||
<a href="/tutorials/madscientist2/">Petz 5 case doors etc can be swapped
|
||||
(also good for PII,3,4,etc)</a></p>
|
||||
|
||||
<p><span class="big">Petz 5 mice can be edited, as well as the stick
|
||||
etc:<br>
|
||||
Click <a href="/tutorials/madscientist3/">here for a page</a> with
|
||||
instructions and info, or<br>
|
||||
click <a href="Petz5Easy-editMiceEtc.zip">here for my easy-edit Petz 5 Mice
|
||||
etc package.</a><br>
|
||||
<a href="AdoptionCentreEasy-edit_p5.zip">Easy-edit Adoption Centre kit for
|
||||
Petz 5</a></span><br>
|
||||
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, <a href="SoundsForP5playscenes.zip">download this 'Sounds For P5
|
||||
playscenes' file.</a><br>
|
||||
|
||||
<span class="big"><a href="PlaysceneEditorP5Easy-edit.zip">"Easy-edit"
|
||||
Playscene Editor Petz 5</a></span><br>
|
||||
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 :-)<br>
|
||||
|
||||
<span class="big"><a href="FamilyRoomEasy-edit_p5.zip">Easy-edit Family Room
|
||||
kit for Petz 5</a></span><br>
|
||||
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, <a href="FamilyRoomWeatherSpr.zip">download this file.</a> It's
|
||||
almost as big a download as the easy-edit playscene, at over 3 megabytes! If
|
||||
you want the family room sounds, <a href="SoundsForP5playscenes.zip">download this 'Sounds For P5
|
||||
playscenes' file.</a></p>
|
||||
|
||||
<p class="big"><a href="CandytreatsEasyedit_p3.zip">An easy-edit kit for
|
||||
making new treat toyz for petz 3</a><br>
|
||||
<a href="CandytreatsEasyeditInt_p3.zip">An easy-edit kit for making new
|
||||
treat toyz for petz 3 International</a><br>
|
||||
<a href="CandytreatsEasyedit_p4.zip">An easy-edit kit for making new treat
|
||||
toyz for petz 4</a><br>
|
||||
<a href="HiddenAndDifficultToyzInPetzAndBabyz.zip">Un-hiding and giving
|
||||
shelf graphics to difficult toyz</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<a href="/tutorials/ChangingPointersInFiles/">Changing "Pointers" in
|
||||
files</a><br>
|
||||
<span class="normal">For people who get puzzled about why clothes or toyz
|
||||
don't look right on the shelves after filmstrips etc have been
|
||||
changed.</span><br>
|
||||
<a href="advancedfilmstrip.zip">Editing Petz II, 3, 4, Babyz and Oddballz
|
||||
Filmstrips (advanced)</a><br>
|
||||
Toyz editing, clothes showing up separately, oddballz eggz on shelf,
|
||||
etc.<br>
|
||||
<a href="filmstriphexpainting.zip">Simple filmstrip editing</a><br>
|
||||
hex-painting (colouring) for toyz, clothes on shelf, etc<br>
|
||||
<a href="/tutorials/PetzToys/">Editing toyz in Petz games II, 3, 4,
|
||||
5.</a><br>
|
||||
Includes very brief info for Catz 1 and Dogz 1.<br>
|
||||
<a href="/tutorials/Petz3Petz4Clothes/">Editing clothes in Petz 3, 4
|
||||
and 5</a><br>
|
||||
<a href="/tutorials/FAQPetz34HiddenToyz/">FAQ -- Petz 3-4 hidden
|
||||
toyz</a><br>
|
||||
<a href="/tutorials/FAQPetzShirts/">FAQ -- petz shirts</a></p>
|
||||
|
||||
<!-- Pet/Baby File Editing ------------------------------------------------>
|
||||
<p class="big purple"><b id="PET">Pet file (and baby file) editing</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="big">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.</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/BasicBabyOrPetFileEditingJul2004/">Basic
|
||||
Pet And Baby File Editing (July 2004)</a></p>
|
||||
|
||||
<p class="big">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.</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/HowToAddStuffInPetfiles/">Adding stuff
|
||||
into pet files, example fangs on a cat</a><br>
|
||||
<a href="/tutorials/CorruptedBitmap/">A rare fixable corruption in a pet or
|
||||
babyz</a><br>
|
||||
<a href="/tutorials/RunawaysHome/">Bringing Runaways home in Petz 3, 4 and 5
|
||||
as well as Petz II</a><br>
|
||||
<a href="/tutorials/UnstickingPregnancy/">Unsticking pregnancies in Petz 3,
|
||||
4 and 5</a><br>
|
||||
<span class="normal">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</span><br>
|
||||
<a href="/tutorials/PIIRunawaysHome/">Bringing Runaways home in Petz II;
|
||||
more details</a><br>
|
||||
<a href="/tutorials/PIIRunawayRescue/">Get your Petz II runaways fully
|
||||
recovered at last!</a><br>
|
||||
<a href="/tutorials/SleepySicknessCure/">Cure your Desert Lynxes, Chinchilla
|
||||
Persians etc of "Sleepy Sickness"</a><br>
|
||||
<span class="normal">Updated with screengrab illustrations 13 April
|
||||
2004</span><br>
|
||||
<a href="/tutorials/trottingandfloofing/">Edit the Trotting and Floofing
|
||||
gene</a><br>
|
||||
<a href="/tutorials/FleaSicknessCure/">Cure your already-adopted Alley pets
|
||||
of the Eternal Sickness!!</a><br>
|
||||
<span class="normal">Updated with screengrab illustrations 13 April
|
||||
2004</span><br>
|
||||
<a href="/tutorials/paint_ball_oddities/">Why is my pet covered in black
|
||||
blobs (etc) updated 08 March 2004</a><br>
|
||||
<span class="normal">This one tells you about Paint Ball oddities,
|
||||
apparently ineradicable blobs on the pet, the #IND Nasties.</span><br>
|
||||
|
||||
<!--------- eyes ---------------------------------------------------------->
|
||||
<a href="/tutorials/ChangingEyelidsOnPetfiles/">Edit eyelids in pet
|
||||
files</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
<a href="/tutorials/PetFileEyelids/">Changing Pet eyelids (yes,
|
||||
again)</a><br>
|
||||
<a href="/tutorials/pet_eyelids/">Changing Pet eyelids in more
|
||||
detail</a><br>
|
||||
<a href="/tutorials/PetfileEdit2/">Pet eyelids adding or subtracting
|
||||
digits</a><br>
|
||||
<a href="/tutorials/PetfileEdit3/">Pet editing without a Paint Ballz
|
||||
section</a><br>
|
||||
<a href="/tutorials/PetfileEdit4/">Pet eye colour -- how?</a><br>
|
||||
|
||||
<!------------------------------------------------------------------------->
|
||||
|
||||
<a href="/tutorials/PetfileProblems1/">Finding your pet's ID when there's a
|
||||
problem</a><br>
|
||||
<a href="/tutorials/FixingPetBirthdates/">When you've fast-forwarded, here's
|
||||
how to fix your pet's birth date</a><br>
|
||||
<a href="/tutorials/ChangingBreeNameInPetfile/">Changing the breed in a
|
||||
petfile</a><br>
|
||||
<span class="normal">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 :-)</span></p>
|
||||
|
||||
<!-- Advanced Pet/Baby file editing --------------------------------------->
|
||||
<p class="big"><a href="BreedfileMissingErrorsJun2003.zip">Updated
|
||||
missing-breedfile error "howto"</a><br>
|
||||
<span class="normal">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</span><br>
|
||||
<a href="/tutorials/UnSpayAndGenderChange/">Changing gender and neuter
|
||||
status</a><br>
|
||||
<span class="normal">separated out from the main "howto"s for your
|
||||
convenience</span><br>
|
||||
<a href="PeteyesBabyzbellybuttons.zip">More Pet and Baby file
|
||||
editing</a><br>
|
||||
<span class="normal">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.</span></p>
|
||||
|
||||
<p><img src="Witchywicthy.gif" alt="eyes before and after"></p>
|
||||
|
||||
<p><span class="big"><a href="PetfileFurChangingOrFixingMay2003.zip">Changing Furfiles on Pet
|
||||
Files</a><br></span>
|
||||
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.</p>
|
||||
|
||||
<p class="big"><a href="MoreAdvancedEditingPetzAndBabyzFilesJun2003.zip">More Advanced Pet
|
||||
And Baby Files Editing</a> (Updated 20 June 2003)<br>
|
||||
<span class="normal">Includes examples</span><br>
|
||||
<a href="PetAndBabyFileEditingJan2003.zip">Advanced Pet And Baby File
|
||||
Editing</a> (Jan 2003)<br>
|
||||
<a href="PetEditingTabbystripes.zip">Pet Editing -- Tabby stripes.</a><br>
|
||||
<span class="normal">Includes example pets etc.</span><br>
|
||||
<a href="PetpicToBmp_p5.zip">Extracting Petz 5 pictures from Pet
|
||||
files</a><br>
|
||||
<a href="GettingStubbornRunawaysHome.zip">Getting stubborn Runaways
|
||||
home</a><br>
|
||||
(works for Petz 3, 4 <b>and</b> 5)</p>
|
||||
|
||||
<p class="big"><b>Note 1:</b> 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.
|
||||
<span class="normal">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 <b>copy</b> 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.<br>
|
||||
Meanwhile <a href="/tutorials/petbreakdown/">click here for a pictorial
|
||||
partial breakdown of the structure of a .petfile.</a><br></span>
|
||||
<b>Note 2:</b> Petz 3 and 4 petz can be swapped between the two games.<br>
|
||||
Petz 3 and 4 petz can be opened in Petz 5, but Petz 5 petz <b>cannot</b> be
|
||||
opened in Petz 3 or 4.<br>
|
||||
Petz II petz can be imported into later games, but <b>their</b> petfiles can
|
||||
never be opened or imported into Petz II.<br>
|
||||
<b>Note 3:</b> Petz II petz do not have the same editable .lnz sections as
|
||||
the later games.</p>
|
||||
|
||||
<!-- Breedfile Editing - Main --------------------------------------------->
|
||||
<p class="big purple"><b id="BRE">Breedfile editing -- Main
|
||||
tutorials</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
go down to <a href="#BIT">"Breedfile editing -- Breedz bits and
|
||||
pieces"</a><br>
|
||||
<span class="normal">for individual "howto"s on items such as ears, tails,
|
||||
etc.</span><br>
|
||||
Go to <a href="#NFO">"Breedfile editing -- Special Info"</a><br>
|
||||
<span class="normal">for my 2nd-gen status report/tips and stuff on
|
||||
variations, moving ballz around, and the ID number.</span></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/Pet2BreedXtraEasy/">Absolute Total
|
||||
Easy-Peasy Pet To Breed,</a><br>
|
||||
Honest, It Doesn't Come Easier, Trust Me -- I'm A Hexer! October 2005</p>
|
||||
|
||||
<p class="big"><a href="/tutorials/Pet2BreedEasy/l">Ultra easy Pet to breed
|
||||
"howto" Updated Aug 2004</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
For those who want to make their own easy-edit breedz, here is a precursor
|
||||
to my easy-edit packages:<br>
|
||||
<a href="/tutorials/LNZFileExternals/">See your petz at the Adoption
|
||||
Centre while you edit</a><br>
|
||||
<span class="normal">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!</span><br>
|
||||
<a href="/tutorials/HexPaintingPetz3-Petz5/">Hex Painting</a> to make
|
||||
litterz or overwriting breedz<br>
|
||||
<a href="/tutorials/HexingBreedzPart1of3/">Hexing Petz II, 3, 4 and 5 Breedz
|
||||
-- Part 1</a><br>
|
||||
<a href="/tutorials/HexingBreedzPart2of3/">Hexing Petz II, 3, 4 and 5 Breedz
|
||||
-- Part 2</a><br>
|
||||
<a href="/tutorials/HexingBreedzPart3of3/">Hexing Petz II, 3, 4 and 5 Breedz
|
||||
-- Part 3</a><br>
|
||||
<a href="AdvancedHexingBreedzUpdatedApr2003.zip">Advanced hexing of Petz
|
||||
breedz</a><br>
|
||||
<span class="normal">Updated Apr 2003. Originally for Petz 2, 3, 4; works
|
||||
for Petz 5 also.</span></p>
|
||||
|
||||
<p class="big"><a href="Catz1breedmakingWindowsAndMacApr2003.zip">Breed
|
||||
editing in Catz 1</a><br>
|
||||
<span class="normal">For Windows and Mac users, updated and including a
|
||||
colour chart in bitmap form.</span><br>
|
||||
<a href="Dogz1editingWindows.zip">Breed editing in Dogz 1</a><br>
|
||||
<span class="normal">For Windows, basically. The .LNZ information is the
|
||||
same for the Mac version of the game.</span><br>
|
||||
<a href="/tutorials/HowToMakeInternationalVersions/">How to easily make your
|
||||
own overwriting versions of any P3-5 breed</a><br>
|
||||
|
||||
<a href="ConvertingBetweenPetzBreedzAug2003.zip">Converting Petz breedz from
|
||||
one version to another</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
<a href="ConvertingPetz4ToPetz5.zip">Converting Petz 4 breedz to Petz
|
||||
5</a><br>
|
||||
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.<br>
|
||||
<a href="HowtoSwapBreedPersonalities.zip">Swapping behaviour of
|
||||
breedz.</a><br>
|
||||
<span class="normal">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.<br>
|
||||
<b>NOTE</b> 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.</span></p>
|
||||
|
||||
<p><img src="OswithAttitude.gif" alt="Alley Attitude Orange Shorthair"></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/HowToShowUpSeperate/">How to make your
|
||||
breed show up separately</a><br>
|
||||
<a href="/tutorials/ACNameChange/">Changing the default pet name at the
|
||||
AC</a><br>
|
||||
<a href="/tutorials/SicknessFixesInBreedz/">How to fix sleepy and alley
|
||||
sicknesses in breedz</a><br>
|
||||
<a href="HexingMiceFAQ.zip">Hexing Mice (and roaches) in your game</a></p>
|
||||
|
||||
<p><img src="BeedablePig.gif" alt="Pig mom with baby"></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/MakingP5PigzAdoptableMay2003/">Making
|
||||
Petz 5 Pigz adoptable</a><br>
|
||||
<span class="normal">Also making it so that all pigz from previous versions
|
||||
of the game can be imported.</span>
|
||||
<a href="BreedablePig_d5.zip">Petz 5 Breedable Pigz</a><br>
|
||||
<span class="normal">Read the included instructions carefully to get your
|
||||
pigz and pigz mixes to breed.</span>
|
||||
<a href="Petz3BreedablePigz.zip">Petz 3 Breedable Pigz</a><br>
|
||||
<a href="PigFamily.zip">Pig family to go with P3/P4 Breedable Pigz
|
||||
file</a><br>
|
||||
<a href="BunnyFamily.zip">Bunny family to go with P3/P4 Breedable Bunnyz
|
||||
file</a><br>
|
||||
<a href="Petz3BreedableBunnies.zip">Petz 3 breedable Bunnies</a><br>
|
||||
<a href="Petz3IntBreedableBunnies.zip">Petz 3 breedable Bunnies
|
||||
(international ver)</a><br>
|
||||
<a href="Petz4BreedableBunnies.zip">Petz 4 Breedable bunnies</a><br>
|
||||
<a href="Petz4BreedablePigz.zip">Petz 4 breedable Pigz</a>
|
||||
</p>
|
||||
|
||||
<!-- Breedfile Editing - Special Info ------------------------------------->
|
||||
<p class="big"><span class="purple"><b id="NFO">Breedfile editing -- Special
|
||||
Info</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
<!----- Variations -------------------------------------------------------->
|
||||
<a href="VariationsHowtoMay2003.zip">Variations</a><br>
|
||||
<span class="normal">This is my "Howto" on Variations, updated to explain in
|
||||
greater depth about hooking up patches with ball-colours etc. 27 May
|
||||
2003.</span><br>
|
||||
<a href="/tutorials/VariationPaintballzAddballzAndOmissions/">Still more on
|
||||
Variations. And how to use [Omissions].</a><br>
|
||||
<a href="/tutorials/VariationsExplanations/">Please read this if you are
|
||||
having Variation problems</a><br>
|
||||
<a href="/tutorials/AlwaysCorrectGender/">Making a variation be always the
|
||||
gender you want Updated 10 april 2004</a><br>
|
||||
<a href="StetchingAndFurVariations.zip">Making furfile variations and
|
||||
stretching noses and ears</a><br>
|
||||
<a href="MoreFAQsFeb2003.zip">Blazes, Catz ear problems, Furfile
|
||||
explanations, Variations</a></p>
|
||||
|
||||
<!-- Ballz ---------------------------------------------------------------->
|
||||
<p class="big"><a href="/tutorials/AddBallz/">Moving Add Ballz
|
||||
around</a><br>
|
||||
<a href="/tutorials/xyz/">x, y, z positions -- how to figure it out</a><br>
|
||||
<a href="/tutorials/paint_ball_oddities/">Paint Ball xyz oddities, or "Why
|
||||
is my pet covered in black blobs"</a><br></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/IDclash/">Talk about ID clashing</a></p>
|
||||
|
||||
<p class="big"><a href="/tutorials/PetzSounds/">Doing sounds for
|
||||
breedz</a></p>
|
||||
|
||||
<!-- 2nd-Gen Issues ------------------------------------------------------->
|
||||
<p class="big"><a href="/tutorials/2ndgenreport/">Status report on 2nd-gen
|
||||
research Updated lotsa new stuff 11 April 2004</a><br>
|
||||
<a href="/tutorials/2ndGenNoses/">Another way to deal with 2nd-gen dogz nose
|
||||
problems</a><br>
|
||||
<a href="/tutorials/SomeFixesFor2ndGenerationPets/">Some 2nd-gen Add Ball
|
||||
and Linez problem fixes</a><br>
|
||||
<a href="Some2ndGenPetProblemsAndWhiskersApr2003.zip">Updated Apr 2003 --
|
||||
some 2nd-generation problems</a><br>
|
||||
<span class="normal">with ball-colours and non-joined ballz, scrambled
|
||||
chickenz heads. Also fixing Whiskers.</span></p>
|
||||
|
||||
<!-- Breedfile Editing - Bits and Pieces ---------------------------------->
|
||||
<p class="big"><span class="purple"><b id="BIT">Breedfile editing -- Bits
|
||||
and pieces</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
<a href="/tutorials/ClothingToBreed/">How to add stuff from clothing items
|
||||
to your breed</a><br>
|
||||
|
||||
<img src="Jeannie.gif" alt="Moustachioed Calico">
|
||||
<img src="Pepebabyz.gif" alt="Pepe Babyz"><br>
|
||||
|
||||
<a href="/tutorials/TattooHowTo/">How to make Add Ball tattoos</a><br>
|
||||
<img src="startattoo1.gif" alt="Star tattoos"><br>
|
||||
<a href="/tutorials/tails/">Tails lengthening and whiskers removing</a><br>
|
||||
<a href="/tutorials/TeddyBearEars/">Teddybear ears on catz</a><br>
|
||||
<a href="/tutorials/WizardBitmap/">The Wizard.bmp problem</a><br>
|
||||
<a href="/tutorials/AlleyEyesOnDogz/">Alleycat eyes on Dogz</a><br>
|
||||
<a href="/tutorials/WingzExtraInfo/">My "flighty-dane" type wingz -- if
|
||||
you're having problems</a><br>
|
||||
<a href="/tutorials/DogzLegsAndCatzEars/">Dogz legs and Catz ears</a><br>
|
||||
<a href="/tutorials/GivingBabyStagesADifferentLook/">Making your baby stage
|
||||
look different from the adult</a><br>
|
||||
<a href="Mysteryemoticons.zip">Make your own Mystery-moticon petz</a><br>
|
||||
|
||||
<img src="plus.gif" alt="mystery emoticons">
|
||||
<img src="plus1.gif" alt="more mysteryemoticons"><br>
|
||||
|
||||
<a href="emoticonVariationsHowto.zip">Make your own emoticon petz with
|
||||
variations</a><br>
|
||||
<a href="DropTailsOnCatz.zip">Putting various different drop tails on
|
||||
catz.</a><br>
|
||||
<span class="normal">Shows four different drop-tail types; Includes sample
|
||||
breed. Yes, it really is a cat. I used my "102" breed but with some
|
||||
differences.</span><br>
|
||||
|
||||
<img src="CatDroptails.gif" alt="Drop tails on catz"><br>
|
||||
|
||||
<a href="/tutorials/ChangingAndExpandingTails/">Change and expand drop-tails
|
||||
-- Dogz and Catz</a><br>
|
||||
<a href="/tutorials/EyeballsEyeballs/">Giving your petz' eyes a
|
||||
texture</a><br>
|
||||
|
||||
<img src="keenaKerilla.gif" alt="droptail, emoticon, eyeball petz"><br>
|
||||
|
||||
<a href="/tutorials/DogzLegzAndCatzEars/">Slant legz on Dogz and round ears
|
||||
on Catz</a><br>
|
||||
<span class="normal">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
|
||||
:-)</span>
|
||||
<a href="UnicornHornsTalonsFangsSpikesJun2003.zip">Unicorn horns, talons,
|
||||
spikes...</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<img src="Unipets.gif" alt="Unicorn petz">
|
||||
<img src="Spikies.gif" alt="Spiky petz"><br>
|
||||
|
||||
<a href="RemovingBabyzOrPetzLegsEtcApr2003.zip">Making a Baby or Pet with
|
||||
missing limbs.</a><br>
|
||||
<span class="normal">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".</span><br>
|
||||
<a href="BunnyEarsOnDogzAndCatzAndFangs.zip">Bunny ears on catz and
|
||||
dogz.</a><br>
|
||||
<span class="normal">Shows three examples of how to attach bunny ears, and
|
||||
there's a set of fangs on the Scottie too. Includes example
|
||||
breedz.</span><br>
|
||||
|
||||
<img src="BunnyEar1.gif" alt="Bunny ears">
|
||||
<img src="BunnyEar2.gif" alt="more bunny ears"><br>
|
||||
|
||||
<a href="/tutorials/BunnyEarsOnDane/">Bunny ears on a Great Dane.</a><br>
|
||||
Yes, I <b>still</b> get asked about ears!<br>
|
||||
<a href="TailUp_EarsDownPupUpAdultApr2003.zip">Ears and tails</a><br>
|
||||
<span class="normal">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.</span><br>
|
||||
|
||||
<img src="TailAndEars.gif" alt="Tail and Ears"><br>
|
||||
|
||||
<a href="WingzOnBreedzSept2003.zip">Wings on Breedz</a><br>
|
||||
<span class="normal">How to put wings on your catz or dogz breed. Includes
|
||||
example breedz</span><br>
|
||||
|
||||
<img src="WingzTestbreedz.gif" alt="Wingz"><br>
|
||||
|
||||
<a href="EvenMoreEarChangingMarch2003.zip">Aargh, yet more ear-changing, on
|
||||
a Dane.</a><br>
|
||||
<span class="normal">Chihuahua ears <b>again</b>. Includes example
|
||||
breed.<br>
|
||||
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.</span><br>
|
||||
|
||||
<img src="ChiEarsOnDane.gif" alt="Chi Ears on Dane">
|
||||
<img src="ChiEarsOnDali.gif" alt="Chi Ears on Dali"><br>
|
||||
|
||||
<a href="StillMoreEarChangingMarch2003.zip">Even more ear-changing, and
|
||||
whiskers on Dogz</a><br>
|
||||
<span class="normal">It's Chihuahua ears this time. Includes example
|
||||
breed.</span><br>
|
||||
<a href="DropTailsHowtoMarch2003.zip">Details on how to make drop
|
||||
tails.</a><br>
|
||||
<span class="normal">Includes example breed.</span><br>
|
||||
|
||||
<img src="DropTailOnLab.gif" alt="Drop tail on Labrador"><br>
|
||||
|
||||
<a href="FeatheringTailsEtcOnBreedzApr2003.zip">Feathering tails, legs,
|
||||
necks, chests, bellies etc on breedz</a> updated April 30th<br>
|
||||
|
||||
<img src="FeathereDane.gif" alt="Feathered Dane"><br>
|
||||
|
||||
<a href="HexingLopEars2.zip">Yet another ear-change on Dogz</a><br>
|
||||
<span class="normal">this time up-pointing ears on a Lab. Includes example
|
||||
breed</span><br>
|
||||
<a href="LabradorEarsOnDane.zip">Putting floppy ears on a Dane</a><br>
|
||||
<span class="normal">Includes example breed</span><br>
|
||||
<a href="HexingLopEars1.zip">Putting one flop ear on a Dane</a><br>
|
||||
<span class="normal">Includes example breed</span><br>
|
||||
<a href="FlopEarsOnCatz.zip">Putting flop ears on Catz</a><br>
|
||||
<span class="normal">Includes example breed</span><br>
|
||||
<a href="LeopardCatz.zip">Making Leopard spots on Catz</a><br>
|
||||
<span class="normal">Includes example pets</span><br>
|
||||
<a href="LeopardDogz.zip">Making Leopard spots on Dogz</a><br>
|
||||
<span class="normal">Includes example pets</span><br>
|
||||
<a href="SpeedyOutlineSpots.zip">Making Leopard spots speedily</a><br>
|
||||
<span class="normal">(but with no texture). Includes example
|
||||
breed</span><br>
|
||||
|
||||
<!-- FAQs ----------------------------------------------------------------->
|
||||
<a href="/tutorials/FAQhowToMakeMinis/">FAQ -- how to make minis</a><br>
|
||||
<a href="/tutorials/FAQdeletingBytes/">FAQ -- deleting bytes (for hex editor
|
||||
methods)</a><br>
|
||||
<a href="/tutorials/FAQspotsOnBreedz/">FAQ -- spots on breedz</a><br>
|
||||
<a href="/tutorials/FAQfuzzyFeetEtc/">FAQ -- fuzzy feet (etc)</a><br>
|
||||
<a href="/tutorials/FAQsupriseTygerOrChickenBlobs/">FAQs -- surprise chicken
|
||||
blobs</a><br>
|
||||
<a href="/tutorials/FAQpigzEtcWhySoSmall/">FAQ -- pigz etc (why babies so
|
||||
small)</a><br>
|
||||
<a href="/tutorials/FAQchangeNoseColour/">FAQ -- changing nose
|
||||
colour</a><br>
|
||||
<a href="/tutorials/FAQchangeDefaultAdoptionCentreClothes/">FAQ -- changing
|
||||
default AC clothes</a></p>
|
||||
|
||||
<p class="big"><span class="purple"><b>Older tutorials and FAQs</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
All have been updated and improved at least slightly now. Look in the
|
||||
relevant sections above for the ones that you wish to see.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
99
carolyns_creations/petz/tutbreedz/index.html
Normal file
99
carolyns_creations/petz/tutbreedz/index.html
Normal file
|
@ -0,0 +1,99 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tutorial Example Breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="green center bigger more-side-padding">
|
||||
<p><b>Tutorial Example Breedz</b></p>
|
||||
|
||||
<p>Click breed photo or name to download.<br>
|
||||
Remember to download the one for the version of the game that you have.<br>
|
||||
Thes breedz are all sound-stripped.</p>
|
||||
|
||||
<table class="img-size big" style="width:50%;margin:0 auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Silvertabby_c3.zip" title="Download Silver Tabby for Catz 3">
|
||||
<img src="SilverTabby.gif" alt="Silver Tabby for Catz 3"><br>
|
||||
Silver Tabby for Catz 3
|
||||
</a> /
|
||||
<a href="Silvertabby_c4.zip" title="Silver Tabby for Catz 4">for Catz 4</a> /
|
||||
<a href="Silvertabby_c5.zip" title="Silver Tabby for Catz 5">for Catz 5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Jabbermutt_d3.zip" title="Download Jabber Mutt for Dogz 3">
|
||||
<img src="JabberMutt.gif" alt="Jabber Mutt for Dogz 3"><br>
|
||||
Jabber Mutt for Dogz 3
|
||||
</a> /
|
||||
<a href="Jabbermutt_d4.zip" title="Jabber Mutt for Dogz 4">for Dogz 4</a> /
|
||||
<a href="Jabbermutt_d5.zip" title="Jabber Mutt for Dogz 5">for Dogz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="Dalmatip3_d3.zip" title="Dalmatip3 for Dogz 3">
|
||||
<img src="TailAndEars.gif" alt="Dalmatip3 for Dogz 3"><br>
|
||||
Dalmatip for Dogz 3
|
||||
</a> /
|
||||
<a href="Dalmatip4_d4.zip" title="Dalmatip4 for Dogz 4">for Dogz 4</a> /
|
||||
<a href="Dalmatip5_d5.zip" title="Dalmatip5 for Dogz 5">for Dogz 5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Dalmatail_d3.zip" title="Download Dalmatail for Dogz 3">
|
||||
<img src="Tailupandover.gif" alt="Dalmatail for Dogz 3"><br>
|
||||
Dalmatail for Dogz 3
|
||||
</a> /
|
||||
<a href="Dalmatail_d4.zip" title="Dalmatail for Dogz 4">for Dogz
|
||||
4</a> /
|
||||
<a href="Dalmatail_d5.zip" title="Dalmatail for Dogz 5">for Dogz
|
||||
5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="GreatdaneChiears_d3.zip" title="Great Dane (chi ears) for Dogz 3">
|
||||
<img src="Danewithchiears.gif" alt="Great Dane (chi ears) for Dogz 3"><br>
|
||||
G D (chi ears) for Dogz 3
|
||||
</a> /
|
||||
<a href="GreatdaneChiears_d4.zip" title="Great Dane (chi ears) for Dogz 4">Dogz 4</a> /
|
||||
<a href="GreatdaneChiears_d5.zip" title="Great Dane (chi ears) for Dogz 5">Dogz 5</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="GreatdaneFlopears_d3.zip" title="Download Great Dane (flop ear) for Dogz 3">
|
||||
<img src="Lopeardane.gif" alt="Great Dane (flop ear) for Dogz 3"><br>
|
||||
G D (flop ear) for Dogz 3
|
||||
</a> /
|
||||
<a href="GreatdaneFlopears_d4.zip" title="Dalmatail for Dogz 4">Dogz 4</a> /
|
||||
<a href="GreatdaneFlopears_d5.zip" title="Great Dane (flop ear) for Dogz 5">Dogz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="GreatdaneOneflopear_d3.zip" title="Great Dane (one flop ear) for Dogz 3">
|
||||
<img src="Onelopdane.gif" alt="Great Dane (one flop ear) for Dogz 3"><br>
|
||||
G D (one flop ear) for Dogz 3
|
||||
</a> /
|
||||
<a href="GreatdaneOneflopear_d4.zip" title="Great Dane (one flop ear) for Dogz 4">Dogz 4</a> /
|
||||
<a href="GreatdaneOneflopear_d5.zip" title="Great Dane (one flop ear) for Dogz 5">Dogz 5</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
154
carolyns_creations/petz6/index.html
Normal file
154
carolyns_creations/petz6/index.html
Normal file
|
@ -0,0 +1,154 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>2006 and later Catz and Dogz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green">
|
||||
<p>.</p>
|
||||
|
||||
<p><span class="big"><b>2006 and later Catz, Dogz and Horsez games</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
|
||||
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.<br></span>
|
||||
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.</p>
|
||||
|
||||
<p><span class="big">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.</span><br>
|
||||
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 <a href="https://web.archive.org/web/20100223210547/http://www.lostsockgames.com/games.html">Lost
|
||||
Sock Games </a>titles -- Puppy Luv, Kitty Luv, Pony Luv and Hollywood
|
||||
Pets are very similar in many ways.</p>
|
||||
|
||||
<p class="big">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:</p>
|
||||
|
||||
<p><b>LUA, INI,</b> and <b>TXT</b> files all of which are text files which
|
||||
can be edited in Notepad.<br>
|
||||
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<br>
|
||||
C:\Documents and Settings\All Users\Application Data\Ubisoft\Catz (or
|
||||
Catz2)<br>
|
||||
folder or<br>
|
||||
C:\Documents and Settings\All Users\Application Data\Ubisoft\Dogz (or
|
||||
Dogz2).</p>
|
||||
|
||||
<p><b>TGA</b> files which are a recognisable format for most paint
|
||||
programs.</p>
|
||||
|
||||
<p><b>WAV</b> and <b>MP3</b> files which are editable sounds.</p>
|
||||
|
||||
<p><b>DDS</b> 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 <a href="https://developer.nvidia.com/">Nvidia's</a> site -- the is
|
||||
dds.8bi<br>
|
||||
http://developer.nvidia.com/docs/IO/1176/ATT/dds.8bi</p>
|
||||
|
||||
<p>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 <a href="http://www.radgametools.com/gramain.htm">the Granny 3D
|
||||
site</a><br>
|
||||
<b>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 <a href="https://web.archive.org/web/20111230075015/http://gr2decode.altervista.org/index.html">"Decode
|
||||
Gr2"</a> site. So theoretically you should be able to modify anything
|
||||
that you wish in these games.</b></p>
|
||||
|
||||
<p><b>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 <a href="https://web.archive.org/web/20090115210846/http://www.virtools.com/">Virtools
|
||||
</a>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.</b></p>
|
||||
|
||||
<p><b>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<br>
|
||||
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.</b></p>
|
||||
|
||||
<p><b>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.</b></p>
|
||||
|
||||
<p><b>Enjoy</b></p>
|
||||
|
||||
<p><b>Carolyn</b></p>
|
||||
|
||||
<p><b>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.<br>
|
||||
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.</b></p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
124
carolyns_creations/sounds/sounds/index.html
Normal file
124
carolyns_creations/sounds/sounds/index.html
Normal file
|
@ -0,0 +1,124 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sounds for Special Petz and Oddballz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<span id="new"></span>
|
||||
|
||||
<div class="center big">
|
||||
<p><span class="bigger purple"><b>Sounds Species and Fantasies in Petz
|
||||
Games</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
<b>NOTE:</b> 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, <b>don't</b> overwrite existing .bmp files with those in the sounds
|
||||
zip or your game will probably crash.</p>
|
||||
|
||||
<p><b>NOTE 2:</b> these sounds were made for use originally with <b>my</b>
|
||||
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 <b>breed</b>, 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.</p>
|
||||
|
||||
<p><a href="102sounds.zip">"102" (Oddballz to Petz series) breed's
|
||||
sounds</a><br>
|
||||
<a href="Antsounds.zip">Ant sounds</a><br>
|
||||
<a href="Appaloosasounds.zip">Appaloosa sounds</a><br>
|
||||
<a href="Babyzsoundsforpetz.zip">Babyz sounds (for Catz and Dogz
|
||||
games)</a><br>
|
||||
<a href="Bearsounds_d2.zip">Bear sounds (sounds for all games, .txt is for
|
||||
Dogz II)</a><br>
|
||||
<a href="BearSoundstxtForDogz3-5.zip">Bear extra .txt bit for Dogz3, 4 and
|
||||
5</a><br>
|
||||
<a href="Boysounds.zip">Boy sounds (for Catz and Dogz games)</a><br>
|
||||
<a href="Bunnysounds.zip">Bunny sounds</a><br>
|
||||
<a href="bflysounds.zip">Butterfly sounds</a><br>
|
||||
<a href="Chickensounds.zip">Chickenz sounds</a><br>
|
||||
<a href="Cowsounds.zip">Cow sounds</a><br>
|
||||
<a href="DracoAndDragonsounds.zip">Dracoz and Dragonz sounds</a><br>
|
||||
<a href="Dragonairsounds.zip">Dragonair sounds</a><br>
|
||||
<a href="ducksounds.zip">Duck sounds</a><br>
|
||||
<a href="Dynaroosounds.zip">Dynaroo (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Elephantsounds.zip">Elephant, Miniphant, Phantele sounds</a><br>
|
||||
<a href="Fishiesounds.zip">Fishie sounds</a><br>
|
||||
<a href="frogsounds.zip">Frog sounds</a><br>
|
||||
<a href="GalicenoAndHorsesounds.zip">Galiceno and Horsez sounds</a><br>
|
||||
<a href="Girafsounds.zip">Giraf sounds</a><br>
|
||||
<a href="Gorilapesounds.zip">Gorilape sounds</a><br>
|
||||
<a href="Grinnzsounds.zip">Grinnz (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Grasshoppersounds.zip">Grashopper sounds</a><br>
|
||||
<a href="Guineapigsounds.zip">Guinea Pig sounds</a><br>
|
||||
<a href="Guineapigsoundtxtforcatz.zip">Guinea Pig extra .txt bit for
|
||||
Catz</a><br>
|
||||
<a href="HonkerAndHonkbirdiesounds.zip">Honker (Oddballz to Petz series) and
|
||||
Honkbirdie sounds</a><br>
|
||||
<a href="Jestersounds.zip">Jester (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Lipssounds.zip">Lips (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Modvarksounds.zip">Modvark (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Norvilsounds.zip">Norvil (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Ostrichsounds.zip">Ostrich sounds</a><br>
|
||||
<a href="Pandasounds.zip">Panda sounds</a><br>
|
||||
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.<br>
|
||||
<a href="pandasoundfix.zip">Panda sound fix</a><br>
|
||||
<a href="Pegasicornsounds.zip">Pegasicorn sounds</a><br>
|
||||
<a href="Pegasussounds.zip">Pegasus sounds</a><br>
|
||||
<a href="PFMicesounds.zip">PFMice sounds</a><br>
|
||||
<a href="Pighogsounds.zip">Pighog sounds</a><br>
|
||||
<a href="PonytaAndRapidashsounds.zip">Ponyta and Rapidash sounds</a><br>
|
||||
<a href="Quadrpussounds.zip">Quadrapus (Oddballz to Petz series)
|
||||
sounds</a><br>
|
||||
<a href="Reindeersounds.zip">Reindeer sounds</a><br>
|
||||
<a href="rhinosounds.zip">Rhinoceros sounds</a><br>
|
||||
<a href="Sheepsounds.zip">Sheep sounds</a><br>
|
||||
<a href="skorchcsounds.zip">Skorch (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Snowbosounds.zip">Snowbo (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="Snowbosounds_c1.zip">Snowbo (Oddballz to Petz series) sounds for
|
||||
Catz 1 only</a><br>
|
||||
<a href="spidersounds.zip">Spider sounds</a><br>
|
||||
<a href="Spinosaurussounds.zip">Spinosaurus sounds</a><br>
|
||||
<a href="Turkeysounds.zip">Turkey sounds</a><br>
|
||||
<a href="Tygersounds.zip">Tyger sounds (Big Cat sounds)</a><br>
|
||||
<a href="bigcatsoundtxtforcatz.zip">Tyger/big cat extra .txt bit for
|
||||
Catz</a><br>
|
||||
<a href="Unicornsounds.zip">Unicorn sounds</a><br>
|
||||
<a href="Walretsounds.zip">Walret (Oddballz to Petz series) sounds</a><br>
|
||||
<a href="whazzitsounds.zip">Whazzit sounds</a><br>
|
||||
<a href="Yoshisounds.zip">Yoshi sounds</a><br>
|
||||
<a href="Zebrasounds.zip">Zebra sounds</a><br>
|
||||
<a href="Zottsounds_c1.zip">Zott (Oddballz to Petz series) sounds for Catz 1
|
||||
only</a><br>
|
||||
<a href="Zottsounds_c2-c5.zip">Zott (Oddballz to Petz series) sounds for
|
||||
Catz II - Catz 5</a><br>
|
||||
<a href="Monkeysounds.zip">Monkey sounds</a><br>
|
||||
<a href="Ratzsounds.zip">Ratz sounds</a><br>
|
||||
<a href="Whalesounds.zip">Killer Whale sounds</a></p>
|
||||
|
||||
<p class="bigger purple"><b>Sounds for Oddballz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="BuckarooBucbroncSounds.zip">Buckaroo and Bucbronc sounds</a><br>
|
||||
<a href="CarambaSounds.zip">Caramba! sounds</a><br>
|
||||
<a href="DeardearSounds.zip">Deardear sounds</a><br>
|
||||
<a href="KatAndCatBreedSounds.zip">Kat and Cat breed sounds</a><br>
|
||||
<a href="ValentinSounds.zip">Valentin sounds</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
89
carolyns_creations/sounds/soundsorig/index.html
Normal file
89
carolyns_creations/sounds/soundsorig/index.html
Normal file
|
@ -0,0 +1,89 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sounds for the original Catz and Dogz breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big">
|
||||
<p>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.<br>
|
||||
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<br>
|
||||
C:\Program Files\UBI Soft\Studio Mythos\Petz 5 or<br>
|
||||
C:\Program Files\PF.Magic\Petz 4 or<br>
|
||||
C:\Program Files\PF.Magic\Petz 3 or</p>
|
||||
|
||||
<p><span class="bigger purple"><b>Sounds for the basic Catz breedz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
<a href="Alleysounds.zip">Alley Cat sounds (for Flealess breed)</a><br>
|
||||
<a href="Blackandwhitecatsounds.zip">Black and White Shorthair
|
||||
sounds</a><br>
|
||||
<a href="Calicocatsounds.zip">Calico Cat sounds</a><br>
|
||||
<a href="Chinchillapersiansounds.zip">Chinchilla Persian sounds</a><br>
|
||||
<a href="Desertlynxcatsounds.zip">Desert Lynx sounds</a><br>
|
||||
<a href="Egyptianmausounds.zip">Egyptian Mau sounds</a><br>
|
||||
<a href="Honeybearsounds.zip">Honey Bear sounds</a><br>
|
||||
<a href="Japanesebobtailsounds.zip">Japanese Bobtail sounds</a><br>
|
||||
<a href="Mainecoonsounds.zip">Maine Coon sounds</a><br>
|
||||
<a href="Orangeshorthairsounds.zip">Orange Shorthair sounds</a><br>
|
||||
<a href="persiansounds.zip">Persian sounds</a><br>
|
||||
<a href="PersianSoundsFixForSheepdogs.zip">Persian sounds "fix" for
|
||||
sheepdog-based "cat" breedz</a><br>
|
||||
<a href="russianbluesounds.zip">Russian Blue sounds</a><br>
|
||||
<a href="Scottishfoldsounds.zip">Scottish Fold sounds</a><br>
|
||||
<a href="Siamesesounds.zip">Siamese sounds</a><br>
|
||||
<a href="Tabbycatsounds.zip">Tabby Cat sounds</a></p>
|
||||
|
||||
<p class="normal"><a href="CatzSoundsGeneral.zip" class="big">General Catz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
|
||||
<p class="bigger">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.</p>
|
||||
|
||||
<p class="bigger purple"><b>Sounds for the basic Dogz breedz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><a href="Bulldogsounds.zip">Bulldog sounds</a><br>
|
||||
<a href="Chihuahuasounds.zip">Chihuahua sounds</a><br>
|
||||
<a href="Dachshundsounds.zip">Dachshund sounds</a><br>
|
||||
<a href="Dalmatiandogsounds.zip">Dalmatian sounds</a><br>
|
||||
<a href="Germanshepherdsounds.zip">German Shepherd sounds</a><br>
|
||||
<a href="Greatdanesounds.zip">Great Dane sounds</a><br>
|
||||
<a href="Goldenretrieversounds.zip">Golden Retriever sounds</a><br>
|
||||
<a href="Jackrussellsounds.zip">Jack Russell sounds</a><br>
|
||||
<a href="Labradorsounds.zip">Labrador sounds</a><br>
|
||||
<a href="Muttsounds.zip">Mutt sounds</a><br>
|
||||
<a href="Papillonsounds.zip">Papillon sounds</a><br>
|
||||
<a href="Poodlesounds.zip">Poodle sounds</a><br>
|
||||
<a href="Pugsounds.zip">Pug sounds</a><br>
|
||||
<a href="Scottiesounds.zip">Scottie sounds</a><br>
|
||||
<a href="Sheepdogsounds.zip">Sheepdog sounds</a></p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
49
carolyns_creations/specials/bugzlife/index.html
Normal file
49
carolyns_creations/specials/bugzlife/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Arthropods, playscenes etc for your exoskeletal Petz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center bigger">
|
||||
<p>.</p>
|
||||
|
||||
<p class="purple"><b>Arthropods, playscenes etc for your exoskeletal
|
||||
Petz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>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 :-)</p>
|
||||
|
||||
<p><a href="/babyz/babyzarthropods/">Arthropodz for the Babyz game</a><br>
|
||||
<img src="creeper.gif" alt="a spider">
|
||||
<img src="bouflutter.gif" alt="a butterfly"><br>
|
||||
|
||||
<a href="/petz/petzarthropods/">Arthropodz, spiders, and butterflies for the
|
||||
Catz games 3, 4 and 5</a><br>
|
||||
<img src="arthropodfam.gif" alt="an arthropod family">
|
||||
<img src="Butterflies.gif" alt="butterflies"><br>
|
||||
|
||||
Go to <a href="http://www.pineconecattery.com/spiderhaven.htm" target="_blank">Pinecone Cattery</a> for a fantastic environment for
|
||||
your spiders!</p>
|
||||
|
||||
<p><a href="/petz/butterflychaser/">Butterfly Chaser's insect breedz and
|
||||
playscenes for the Dogz games</a></p>
|
||||
|
||||
<p>And last but by no means least,<br>
|
||||
<a href="https://web.archive.org/web/20080609005557/http://www.rainypony.net/dkp/stuff.htm" target="_top">Smarti's butterflies!</a><br>
|
||||
<span class="big">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 <a href="/sounds/sounds/">here</a></span></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
carolyns_creations/specials/catz345mice/index.html
Normal file
39
carolyns_creations/specials/catz345mice/index.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Catz 3, 4 5 Mice</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center green bigger">
|
||||
<p><b>Catz 3, 4 and 5 Mouse "grubz" for you</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>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 :-)</p>
|
||||
|
||||
<p>These "grubz" will overwrite your game's own mouse files. Please put your
|
||||
originals somewhere safe, and read the readme files included!</p>
|
||||
|
||||
<p><img src="GrubzPinkAndGreen.gif"><br>
|
||||
<a href="GrubzPinkAndGreen.zip">pink and green grubz</a></p>
|
||||
|
||||
<p><img src="GrubzYellowAndEurgh.gif"><br>
|
||||
<a href="GrubzYellowAndEurgh.zip">Yellow/black and, well, eurgh
|
||||
grubz</a></p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
61
carolyns_creations/specials/collaborations/index.html
Normal file
61
carolyns_creations/specials/collaborations/index.html
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Collaborations with other hexers</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big green">
|
||||
<p><span class="purple bigger"><b>Collaborations with other hexers</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
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!</p>
|
||||
|
||||
<p>NOTE: If one of the breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p><a href="/sounds/sounds/">Go here for Species sounds</a> and <a href="/sounds/soundsorig/">here for original Catz and Dogz
|
||||
sounds</a><br>
|
||||
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.</p>
|
||||
|
||||
<p><a href="/withsueandnintendo/">With Sue Briley and Nintendo-6444</a><br>
|
||||
Get the Honkie and Artie here</p>
|
||||
|
||||
<p><a href="/petz/withbutterflychaser/">With Butterfly Chaser</a><br>
|
||||
get the Great Tree here.<br>
|
||||
<a href="/petz/withbutterflychaser2/">Butterfly Chaser's Sauropod</a><br>
|
||||
Click <a href="/petz/butterflychaser/" target="_top">here for </a>more of
|
||||
Butterfly Chaser's breedz pages<br>
|
||||
and <a href="https://web.archive.org/web/20120618165445/http://www.freewebs.com/butterflychaser/" target="_top">here for </a>Butterfly Chaser's own site! Yay!</p>
|
||||
|
||||
<p><a href="/petz/withcasey/">With Casey Miller</a><br>
|
||||
get the Chocolate Joy cat here.</p>
|
||||
|
||||
<p><a href="/petz/withnicole/">With Nicole</a><br>
|
||||
get the Rhino and Ostrich here.</p>
|
||||
|
||||
<p><a href="/petz/withmelanie/">With Melanie</a><br>
|
||||
get the Turtle here.</p>
|
||||
|
||||
<p><a href="/petz/withmeerii/">With meerii</a><br>
|
||||
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.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
79
carolyns_creations/specials/emoticonpetz1/index.html
Normal file
79
carolyns_creations/specials/emoticonpetz1/index.html
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Emoticon petz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center bigger">
|
||||
<p class="purple"><b>Emoticon Petz for you</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p class="purple">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).<br>
|
||||
On <a href="/orbs/orbs/" title="orbs">this page </a>you can see Ashien's
|
||||
original orbed pictures.<br>
|
||||
Go<a href="/specials/emoticonpetz2/" title="Perma-moticon petz">here</a> to
|
||||
get the Perma-moticon petz.</p>
|
||||
|
||||
<p class="purple">This page contains the Mystery-moticon petz...<br>
|
||||
Click <a href="/specials/emoticonbreed/">here</a> to download The
|
||||
OddballzDream breedfiles for Catz 3, 3 International, 4 and 5.<br>
|
||||
Click <a href="Mysteryemoticons.zip">here</a> to download a package which
|
||||
helps you to make your own.</p>
|
||||
|
||||
<p class="purple">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.<br>
|
||||
|
||||
<img src="plus.gif" alt="mystery emoticons">
|
||||
<img src="plus1.gif" alt="more mysteryemoticons"><br>
|
||||
|
||||
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.</p>
|
||||
|
||||
<p><img src="Jesmina.gif" alt="Jesmina"><br>
|
||||
<a href="jesmina.zip">Jesmina (female)</a></p>
|
||||
|
||||
<p><img src="Leonardo.gif" alt="Leonardo"><br>
|
||||
<a href="leonardo.zip">Leonardo (male)</a></p>
|
||||
|
||||
<p><img src="Jombo.gif" alt="Jombo"><br>
|
||||
<a href="jombo.zip">Jombo (male)</a></p>
|
||||
|
||||
<p><img src="Kalila.gif" alt="Kalila"><br>
|
||||
<a href="kalila.zip">Kalila (female)</a></p>
|
||||
|
||||
<p><img src="Querida.gif" alt="Querida"><br>
|
||||
<a href="querida.zip">Querida (female)</a></p>
|
||||
|
||||
<p><img src="Quontama.gif" alt="Quontama"><br>
|
||||
<a href="quontama.zip">Quontama (female)</a></p>
|
||||
|
||||
<p><img src="Jondolo.gif" alt="Jondolo"><br>
|
||||
<a href="jondolo.zip">Jondolo (male)</a></p>
|
||||
|
||||
<p><img src="jonboo.gif" alt="Jonboo"><br>
|
||||
<a href="jonboo.zip">Jonboo (male)</a></p>
|
||||
|
||||
<p>You can also find petz with permanent orbs which show in the game, at
|
||||
Sue's <a href="https://web.archive.org/web/20160321120755/http://boardwalkerz.com/" class="defunct" target="_top">the Petz Boardwalk</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
112
carolyns_creations/specials/litterz/index.html
Normal file
112
carolyns_creations/specials/litterz/index.html
Normal file
|
@ -0,0 +1,112 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hex-painted litterz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big">
|
||||
<p class="green bigger"><b>Hex-painted litterz</b><br>
|
||||
Click breed photo or name to download.</p>
|
||||
|
||||
<table id="litterz" style="width:50%;margin:0 auto;border:0;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="BlackDaliaffs_d.zip" title="Download Black Daliaffs">
|
||||
<img src="black_daliaffs.gif" alt="Black Daliaffs" width="320" height="224"><br>
|
||||
Black Daliaffs
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="BrindledHimalayans_c.zip" title="Download Brindled Himalayans">
|
||||
<img src="brindled_himalayans.gif" alt="Brindled Himalayans" width="320" height="224"><br>
|
||||
Brindled Himalayans
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="CalicoTabbies_c.zip" title="Download Calico Tabbies">
|
||||
<img src="calico_tabbies.gif" alt="Calico Tabbies" width="320" height="224"><br>
|
||||
Calico Tabbies
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Chesamutts_d.zip" title="Download Chesamutts">
|
||||
<img src="chesamutt.gif" alt="Chesamutts" width="320" height="224"><br>
|
||||
Chesamutts
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="ChinchillaTabbies_c.zip" title="Download Chinchilla Tabbies">
|
||||
<img src="chinchilla_tabbies.gif" alt="Chinchilla Tabbies" width="320" height="224">
|
||||
Chinchilla Tabbies
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="DevilledLabs_d.zip" title="Download Devilled Labs">
|
||||
<img src="devilled_labs.gif" alt="Devilled Labs" width="320" height="224">
|
||||
Devilled Labs
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="EgyptianSphinx_c.zip" title="Download Egyptian Sphinx">
|
||||
<img src="egyptian_sphinx.gif" alt="Egyptian Sphinx" width="320" height="224">
|
||||
Egyptian Sphinx
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="FawnDaliaffs_d.zip" title="Download Fawn Daliaffs">
|
||||
<img src="fawn_daliaffs.gif" alt="Fawn Daliaffs" width="320" height="224">
|
||||
Fawn Daliaffs
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="PersianPurees_c.zip" title="Download Persian Purees">
|
||||
<img src="persian_puree.gif" alt="Persian Purees" width="320" height="224">
|
||||
Persian Purees
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="Siamflitters_c.zip" title="Download Siamflitters">
|
||||
<img src="siamflitter.gif" alt="Siamflitters" width="320" height="224">
|
||||
Siamflitters
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="SpeckleTabbies_c.zip" title="Download Speckle Tabbies">
|
||||
<img src="speckle_tabbies.gif" alt="Speckle Tabbies" width="320" height="224">
|
||||
Speckle Tabbies
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
83
carolyns_creations/specials/nicholastools/index.html
Normal file
83
carolyns_creations/specials/nicholastools/index.html
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Utilities by Nicholas Sherlock</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p class="big"><span class="purple"><b>Utilities by Nicholas Sherlock</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
|
||||
On this page you'll find pictures and info about the great utilites made by
|
||||
Nicholas Sherlock.<br>
|
||||
<a href="https://www.sherlocksoftware.org/" target="_blank" title="Nicholas' own site!">Go to his site</a><br>
|
||||
to download his great utilities :-) Also there you'll find a useful forum;
|
||||
go there to suggest ideas or ask for help.</p>
|
||||
|
||||
<p>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
|
||||
<a href="http://www.kishikat.com/tlf/" class="defunct" target="_blank">The
|
||||
Light Fantastic</a> site has made a neat tutorial for Tinker. Go to her
|
||||
site for some great toyz and other goodies!<br>
|
||||
I have also now made some tips on using <a href="/tutorials/TinkerAndLNZPro2tips/">Tinker</a> and more for <a href="/tutorials/LNZPro2tips/">LNZPro version 2 (or later)</a>, 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 <a href="https://web.archive.org/web/20060225132724/http://gkcpetz.fapetz.com/app.html" target="_blank">Genuine Kennels' All Purpose Petz </a>for a superb
|
||||
illustrated tutorial on using Pet Workshop!</p>
|
||||
|
||||
<p>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
|
||||
<b>always</b> make backup copies of any file that you are going to edit.</p>
|
||||
|
||||
<p>Take a look below to see screengrabs from many of Nicholas' great
|
||||
utilities -- and download a Petz 5 toy, too :-)<br>
|
||||
New Petz II, 3, 4, 5 and Babyz Features!</p>
|
||||
|
||||
<p><img src="petzascreenshot.gif">
|
||||
<img src="babyzapic.gif"></p>
|
||||
|
||||
<p class="big">LNZPro, designed specifically for Petz and Babyz editing.<br>
|
||||
Now does all that Resource Hacker does, and much much more! Yay!</p>
|
||||
|
||||
<p><img src="lnzproscreenie.jpg"></p>
|
||||
|
||||
<p class="big">Pet Workshop -- a visual tool for Petz editing. Babyz editing
|
||||
should be available soon.</p>
|
||||
|
||||
<p><img src="PetWorkshop.jpg"></p>
|
||||
|
||||
<p class="big">Tinker -- the perfect tool for editing SPR and FLH/FLM
|
||||
filmstrips. Also useful to make toyz show up in the Petz 5 carry-case.</p>
|
||||
|
||||
<p><img src="tinkerscreenie.jpg"></p>
|
||||
|
||||
<p class="big">LNZ info helpfile<br>
|
||||
compiled by Nicholas from my breakdown chunks etc, with extras :-) Only up
|
||||
to date as far as Feb 2005; check out my <a href="/tutorials/LNZdetails/">LNZ breakdown chunks</a> for any later
|
||||
info.</p>
|
||||
|
||||
<p><img src="lnzeditmanual1.jpg"></p>
|
||||
|
||||
<p class="big">Here's a brilliant example for you of an edited toy, made by
|
||||
Nicholas with his incredible Tinker...</p>
|
||||
|
||||
<p class="big"><img src="waterspray.gif"><br>
|
||||
<a href="waterspraybottle.zip">A Spray Bottle for Petz 5</a><br>
|
||||
This will overwrite your game's Water Spray Bottle, so make sure you keep a
|
||||
copy of your original.</p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
54
carolyns_creations/specials/petz3-5lnz/index.html
Normal file
54
carolyns_creations/specials/petz3-5lnz/index.html
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My External-LNZ breedz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="green center">
|
||||
<p class="bigger purple"><b>My External-LNZ breedz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p><b>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.</b><br>
|
||||
For details of where the files go in your game, <a href="/tutorials/LNZBreedHowto/">click here</a><br>
|
||||
Hexers, feel free to use the .lnz files if you wish for your own breedz, but
|
||||
I would appreciate an acknowledgement of my work.</p>
|
||||
|
||||
<p class="big">For the People breed, go to the <a href="/petz/PeopleLNZBreedz/">People LNZ breed</a> page<br>
|
||||
For my older LNZ breedz, <a href="/specials/petz3-5lnzp2/">go here</a></p>
|
||||
|
||||
<p><span class="big">Another special request, rather late in appearing --
|
||||
thanks for your patience, hypershad0w!</span><br>
|
||||
<img src="Kirbycat.gif" alt="Kirby Cat lnz"><br>
|
||||
Here are <a href="Kirbycatlnz.zip">the .LNZ files</a>, 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.<br>
|
||||
Go <a href="http://paccybertown.250free.com/Kirby/KirbysPage.html" class="defunct"></a> to <a href="https://web.archive.org/web/20090225143942/http://www.petactorzcattery.com/Downloads/Kirby/Kirby.html">Miranda's
|
||||
Kirby page</a> to download some fantastic variations for Catz 3, 4 and
|
||||
5!<br>
|
||||
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.</p>
|
||||
|
||||
<p><span class="big">A special request for Asokei...</span><br>
|
||||
<img src="Reinwolf.gif" alt="Rein Wolf lnz"><br>
|
||||
Here are <a href="Reinwolflnz.zip">the .LNZ files</a>, 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.</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
44
carolyns_creations/specials/petzpeople/index.html
Normal file
44
carolyns_creations/specials/petzpeople/index.html
Normal file
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>People to populate your petz games</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p>.</p>
|
||||
|
||||
<p class="bigger purple"><b>People to populate your petz games</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></p>
|
||||
|
||||
<p class="big">I expect this may grow, but for now what we have are:</p>
|
||||
|
||||
<p><a href="/petz/PeopleLNZBreedz/" class="big">My "People" breedfile for
|
||||
the Catz games 3, 4 and 5 in LNZ form</a><br>
|
||||
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 :-)<br>
|
||||
<img src="PeopleAdultsPGversion.gif" alt="People adults">
|
||||
</p>
|
||||
|
||||
<p class="big"><a href="/petz/peoplebreedz/">Various people for the Petz
|
||||
games II, 3, 4 and 5</a></p>
|
||||
|
||||
<p><a href="https://web.archive.org/web/20200519201548/http://www.angelfire.com/moon2/petzzoo2/" class="big" target="_top">Go here for Babyz for dogz</a><br>
|
||||
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!</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
56
carolyns_creations/specials/sandzcat/index.html
Normal file
56
carolyns_creations/specials/sandzcat/index.html
Normal file
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" class="sandz">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sand'z Cattery's Official Breed</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center big" id="sandz">
|
||||
<p>NOTE: If one of my breedz crashes your game,<br>
|
||||
<a href="/crashingxp/">please read this.</a></p>
|
||||
|
||||
<p><span class="purple bigger"><b>Sand'z Cattery and the Sand'z Cat</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br></span>
|
||||
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.</p>
|
||||
|
||||
<p><a href="https://web.archive.org/web/20120317045602/http://www.fortunecity.com/petparade/deer/160/intheframe.html" target="_blank">Sand'z Cattery </a>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.<br>
|
||||
<img src="sandzcatz.gif" alt="Sandz Catz"><br>
|
||||
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."</p>
|
||||
|
||||
<p><a href="sandzcat.zip" title="SandzCat for Catz 3">Sandz Cat (Catz
|
||||
3)</a>/<br>
|
||||
<a href="sandzcat_c3Int.zip" title="Sandz Cat for Non-English Catz 3">Catz 3
|
||||
Non-English ver</a>/<br>
|
||||
<a href="sandzcat_c4.zip" title="Sandz Cat for Catz 4">Sandz Cat (Catz
|
||||
4)</a>/<br>
|
||||
<a href="sandzcat_c5.zip" title="Sandz Cat for Catz 5">Sandz Cat (Catz
|
||||
5)</a></p>
|
||||
|
||||
<p><a href="/sounds/soundsorig/">Go here for original Russian Blue
|
||||
sounds</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
76
carolyns_creations/specials/sealife/index.html
Normal file
76
carolyns_creations/specials/sealife/index.html
Normal file
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fish, playscenes etc for your water-loving Petz</title>
|
||||
<link rel="stylesheet" href="/carolyns_creations.css">
|
||||
|
||||
<!-- archive menu -->
|
||||
<script src="/menu.js?@root" type="module"></script>
|
||||
|
||||
<!-- polyfills -->
|
||||
<script src="/polyfills.js?@root" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="center bigger">
|
||||
<p>.</p>
|
||||
|
||||
<p class="purple"><b>Fish, playscenes etc for your water-loving Petz and
|
||||
Babyz</b><br>
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||
|
||||
<p>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 :-)</p>
|
||||
|
||||
<p><a href="/petz/petzfrogz/">Frogs and tadpoles for the Petz games 3, 4 and
|
||||
5</a><br>
|
||||
<a href="/petz/petzfish/">Fishies for the Petz games 11, 3, 4 and 5</a><br>
|
||||
<a href="/petz/transforms/">Ducks for the Petz games 3, 4 and 5</a><br>
|
||||
Liberated goldfish <a href="/petz/petz2/p2toyz/">for Petz 11</a> , <a href="/petz/petz4/p4toyz/">Petz 4</a>, and <a href="/petz/petz5/p5toyz/">Petz 5!</a><br>
|
||||
|
||||
<a href="/petz/petz4/p4playscene/">Petz 4 beach as seen by fish</a><br>
|
||||
<a href="/petz/petz2/p2playscene/">Petz II -- beach as seen by fish</a><br>
|
||||
<img src="beachfishy.jpg" alt="fishy beach scene"><br>
|
||||
|
||||
<a href="/babyz/babyzfish/">Babyz Fishies</a><br>
|
||||
|
||||
<a href="https://web.archive.org/web/20091026174543/http://www.geocities.com/tintinnabulation123/goldbellbabyz.html" target="_TOP">Go here for Merbabyz</a><br>
|
||||
<span class="normal">Anne of Gold Bell Babyz has made some great little
|
||||
merbabyz for you; pop along to her site to get them!</span><br>
|
||||
|
||||
<a href="http://rgn.riverpebble.net/petz/" class="defunct" target="_TOP">Get
|
||||
Wardah Ahmar's custom-made Schools of fish for petz here</a><br>
|
||||
<a href="/babyz/wardahseascape/">Wardah Ahmar's Seascape for Babyz</a><br>
|
||||
<a href="/petz/minibyteseascape/">Minibyte's Seascape for Petz 3, 4,
|
||||
5</a><br>
|
||||
<a href="https://web.archive.org/web/20081118133500/http://www.petactorzcattery.com/" target="_TOP">Miranda made a beautiful undersea scene for Petz 4</a>
|
||||
|
||||
<a href="http://www.pineconecattery.com/Fish%20Play%20scene.htm" target="_TOP">Judy's fantastic fish tank for Petz 4 and 5</a><br>
|
||||
<span class="normal">Judy of the Pine Cone Cattery made a terrific tank
|
||||
scene for the fishes, so go and visit her site to get it!</span><br>
|
||||
|
||||
<a href="/babyz/babyztoyz/">Pools for your Babyz</a><br>
|
||||
|
||||
<a href="kiddiePond.zip" title="Download Kiddie Pool">
|
||||
<img src="kiddiepond.gif" alt="the KidPond"><br>
|
||||
The KidPond
|
||||
</a><br>
|
||||
<span class="normal">This pool shows up in the Nursery shelves. I use it in
|
||||
my <a href="/babyz/babyzplayscene/">"Secret Wood"</a><br>
|
||||
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 <a href="/babyz/babyzclothes/">exotic
|
||||
"bikini-bottom"</a> replacements :-)</span></p>
|
||||
|
||||
<p><a href="KiddiePool.zip" class="bigger" title="Download Kiddie Pool">
|
||||
<img src="Gamboloinpool.gif" alt="Gambolo in the KidPool"><br>
|
||||
The KidPool
|
||||
</a>
|
||||
This pool shows up in the Playroom and Attic closets.<br>
|
||||
It works like the Bath, but does not overwrite it and the babyz need not get
|
||||
clothed in bubbles.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue