fiddling with .gitignore
6
.gitignore
vendored
|
@ -1,2 +1,8 @@
|
|||
.DS_Store
|
||||
node_modules/**
|
||||
|
||||
# Ignore files created by build step
|
||||
**/style.css
|
||||
|
||||
**/index.html
|
||||
!/index.html
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
<path value="file://$PROJECT_DIR$/supernova" />
|
||||
<path value="file://$PROJECT_DIR$" />
|
||||
<path value="file://$PROJECT_DIR$/petz5world" />
|
||||
<path value="file://$PROJECT_DIR$/vpz_research" />
|
||||
<path value="file://$PROJECT_DIR$/carolyns_creations" />
|
||||
</resourceRoots>
|
||||
</entryData>
|
||||
</entry>
|
||||
|
|
181
bs-config.js
|
@ -14,102 +14,99 @@
|
|||
|
||||
const domain = 'saudade.test'
|
||||
const homedir = require('os').homedir()
|
||||
const certdir = homedir + '/Library/Application Support/Herd/config/valet/Certificates/'
|
||||
|
||||
module.exports = {
|
||||
'ui': {
|
||||
'port': 3001,
|
||||
'ui': {
|
||||
'port': 3001,
|
||||
},
|
||||
'watch': true,
|
||||
'ignore': [],
|
||||
'single': false,
|
||||
'watchOptions': {
|
||||
'ignoreInitial': true,
|
||||
},
|
||||
'server': false,
|
||||
'proxy': 'https://' + domain,
|
||||
'port': 3000,
|
||||
'middleware': false,
|
||||
'serveStatic': [],
|
||||
'ghostMode': {
|
||||
'clicks': true,
|
||||
'scroll': true,
|
||||
'location': true,
|
||||
'forms': {
|
||||
'submit': true,
|
||||
'inputs': true,
|
||||
'toggles': true,
|
||||
},
|
||||
'files': '**/*',
|
||||
'watchEvents': [
|
||||
'change',
|
||||
],
|
||||
'watch': false,
|
||||
'ignore': [],
|
||||
'single': false,
|
||||
'watchOptions': {
|
||||
'ignoreInitial': true,
|
||||
},
|
||||
'logLevel': 'info',
|
||||
'logPrefix': 'Browsersync',
|
||||
'logConnections': false,
|
||||
'logFileChanges': true,
|
||||
'logSnippet': true,
|
||||
'rewriteRules': [],
|
||||
'open': false,
|
||||
'browser': 'default',
|
||||
'cors': false,
|
||||
'xip': false,
|
||||
'hostnameSuffix': false,
|
||||
'reloadOnRestart': false,
|
||||
'notify': false,
|
||||
'scrollProportionally': true,
|
||||
'scrollThrottle': 0,
|
||||
'scrollRestoreTechnique': 'window.name',
|
||||
'scrollElements': [],
|
||||
'scrollElementMapping': [],
|
||||
'reloadDelay': 0,
|
||||
'reloadDebounce': 500,
|
||||
'reloadThrottle': 0,
|
||||
'plugins': [],
|
||||
'injectChanges': true,
|
||||
'startPath': null,
|
||||
'minify': true,
|
||||
'host': domain,
|
||||
'localOnly': false,
|
||||
'codeSync': true,
|
||||
'timestamps': true,
|
||||
'clientEvents': [
|
||||
'scroll',
|
||||
'scroll:element',
|
||||
'input:text',
|
||||
'input:toggles',
|
||||
'form:submit',
|
||||
'form:reset',
|
||||
'click',
|
||||
],
|
||||
'socket': {
|
||||
'socketIoOptions': {
|
||||
'log': false,
|
||||
},
|
||||
'server': false,
|
||||
'proxy': 'https://' + domain,
|
||||
'port': 3000,
|
||||
'middleware': false,
|
||||
'serveStatic': [],
|
||||
'ghostMode': {
|
||||
'clicks': true,
|
||||
'scroll': true,
|
||||
'location': true,
|
||||
'forms': {
|
||||
'submit': true,
|
||||
'inputs': true,
|
||||
'toggles': true,
|
||||
},
|
||||
'socketIoClientConfig': {
|
||||
'reconnectionAttempts': 50,
|
||||
},
|
||||
'logLevel': 'info',
|
||||
'logPrefix': 'Browsersync',
|
||||
'logConnections': false,
|
||||
'logFileChanges': true,
|
||||
'logSnippet': true,
|
||||
'rewriteRules': [],
|
||||
'open': false,
|
||||
'browser': 'default',
|
||||
'cors': false,
|
||||
'xip': false,
|
||||
'hostnameSuffix': false,
|
||||
'reloadOnRestart': false,
|
||||
'notify': false,
|
||||
'scrollProportionally': true,
|
||||
'scrollThrottle': 0,
|
||||
'scrollRestoreTechnique': 'window.name',
|
||||
'scrollElements': [],
|
||||
'scrollElementMapping': [],
|
||||
'reloadDelay': 0,
|
||||
'reloadDebounce': 500,
|
||||
'reloadThrottle': 0,
|
||||
'plugins': [],
|
||||
'injectChanges': true,
|
||||
'startPath': null,
|
||||
'minify': true,
|
||||
'host': domain,
|
||||
'localOnly': false,
|
||||
'codeSync': true,
|
||||
'timestamps': true,
|
||||
'clientEvents': [
|
||||
'scroll',
|
||||
'scroll:element',
|
||||
'input:text',
|
||||
'input:toggles',
|
||||
'form:submit',
|
||||
'form:reset',
|
||||
'click',
|
||||
],
|
||||
'socket': {
|
||||
'socketIoOptions': {
|
||||
'log': false,
|
||||
},
|
||||
'socketIoClientConfig': {
|
||||
'reconnectionAttempts': 50,
|
||||
},
|
||||
'path': '/browser-sync/socket.io',
|
||||
'clientPath': '/browser-sync',
|
||||
'namespace': '/browser-sync',
|
||||
'clients': {
|
||||
'heartbeatTimeout': 5000,
|
||||
},
|
||||
},
|
||||
'tagNames': {
|
||||
'less': 'link',
|
||||
'scss': 'link',
|
||||
'css': 'link',
|
||||
'jpg': 'img',
|
||||
'jpeg': 'img',
|
||||
'png': 'img',
|
||||
'svg': 'img',
|
||||
'gif': 'img',
|
||||
'js': 'script',
|
||||
},
|
||||
'injectNotification': false,
|
||||
'https': {
|
||||
'key': homedir + '/.config/valet/Certificates/' + domain + '.key',
|
||||
'cert': homedir + '/.config/valet/Certificates/' + domain + '.crt',
|
||||
'path': '/browser-sync/socket.io',
|
||||
'clientPath': '/browser-sync',
|
||||
'namespace': '/browser-sync',
|
||||
'clients': {
|
||||
'heartbeatTimeout': 5000,
|
||||
},
|
||||
},
|
||||
'tagNames': {
|
||||
'less': 'link',
|
||||
'scss': 'link',
|
||||
'css': 'link',
|
||||
'jpg': 'img',
|
||||
'jpeg': 'img',
|
||||
'png': 'img',
|
||||
'svg': 'img',
|
||||
'gif': 'img',
|
||||
'js': 'script',
|
||||
},
|
||||
'injectNotification': false,
|
||||
'https': {
|
||||
'key': certdir + domain + '.key',
|
||||
'cert': certdir + domain + '.crt',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -41,76 +41,76 @@ MENU.HTML
|
|||
|
||||
* petz6
|
||||
|
||||
* petz/p5hosts
|
||||
* petz/p5skinz
|
||||
* petz/p5playscene
|
||||
* petz/p5clothes
|
||||
* petz/p5toyz
|
||||
* petz/petz5/p5hosts
|
||||
* petz/petz5/p5skinz
|
||||
* petz/petz5/p5playscene
|
||||
* petz/petz5/p5clothes
|
||||
* petz/petz5/p5toyz
|
||||
|
||||
* petz/p5breedz
|
||||
* petz/petz5/p5breedz
|
||||
* petz/tutbreedz
|
||||
* petz/c5breedz
|
||||
* petz/d5breedz
|
||||
* petz/petz5/c5breedz
|
||||
* petz/petz5/d5breedz
|
||||
* petz/catbehaviours
|
||||
* petz/dogbehaviours
|
||||
|
||||
* petz/c5breeded
|
||||
* petz/d5breeded
|
||||
* petz/petz5/c5breeded
|
||||
* petz/petz5/d5breeded
|
||||
|
||||
* petz/p4clothes
|
||||
* petz/p4toyz
|
||||
* petz/p4hosts
|
||||
* petz/p4playscene
|
||||
* petz/petz4/p4clothes
|
||||
* petz/petz4/p4toyz
|
||||
* petz/petz4/p4hosts
|
||||
* petz/petz4/p4playscene
|
||||
|
||||
* petz/p4breedz
|
||||
* petz/c4breedz
|
||||
* petz/d4breedz
|
||||
* petz/petz4/p4breedz
|
||||
* petz/petz4/c4breedz
|
||||
* petz/petz4/d4breedz
|
||||
|
||||
* petz/c4breeded
|
||||
* petz/petz4/c4breeded
|
||||
|
||||
Mar 2022
|
||||
|
||||
* petz/d4breeded
|
||||
* petz/petz4/d4breeded
|
||||
|
||||
* petz/p3hosts
|
||||
* petz/p3clothes
|
||||
* petz/petz3/p3hosts
|
||||
* petz/petz3/p3clothes
|
||||
|
||||
Mar 2022 & Sept 2022
|
||||
|
||||
* petz/p3toyz
|
||||
* petz/petz3/p3toyz
|
||||
|
||||
Sept 2022
|
||||
|
||||
* petz/p3playscene
|
||||
* petz/p3official
|
||||
* petz/petz3/p3playscene
|
||||
* petz/petz3/p3official
|
||||
|
||||
* petz/p3breedz
|
||||
* petz/petz3/p3breedz
|
||||
|
||||
Sept 2022 & Nov 2022
|
||||
|
||||
* petz/c3breedz
|
||||
* petz/petz3/c3breedz
|
||||
|
||||
Nov 2022
|
||||
|
||||
* petz/d3breedz
|
||||
* petz/petz3/d3breedz
|
||||
|
||||
* petz/c3breeded
|
||||
* petz/d3breeded
|
||||
* petz/c3intbreeded
|
||||
* petz/d3intbreeded
|
||||
* petz/petz3/c3breeded
|
||||
* petz/petz3/d3breeded
|
||||
* petz/petz3/c3intbreeded
|
||||
* petz/petz3/d3intbreeded
|
||||
|
||||
* petz/p2breedz
|
||||
* petz/c2breedz
|
||||
* petz/d2breedz
|
||||
* petz/petzIIfooler
|
||||
* petz/p2toyz
|
||||
* petz/p2playscene
|
||||
* petz/petz2/p2breedz
|
||||
* petz/petz2/c2breedz
|
||||
* petz/petz2/d2breedz
|
||||
* petz/petz2/petzIIfooler
|
||||
* petz/petz2/p2toyz
|
||||
* petz/petz2/p2playscene
|
||||
|
||||
* petz/catz1dex
|
||||
* petz/c1breedz
|
||||
* petz/d1breedz
|
||||
* petz/dogz1fooler
|
||||
* petz/catz1mice
|
||||
* petz/petz1/catz1dex
|
||||
* petz/petz1/c1breedz
|
||||
* petz/petz1/d1breedz
|
||||
* petz/petz1/dogz1fooler
|
||||
* petz/petz1/catz1mice
|
||||
|
||||
* oddballz/oddballz
|
||||
|
||||
|
@ -119,14 +119,19 @@ MENU.HTML
|
|||
* babyz/babyz-1
|
||||
* babyz/babyzglasses
|
||||
* babyz/babyzharem
|
||||
babyz/babyzclothes
|
||||
babyz/babyzplayscene
|
||||
babyz/babyztoyz
|
||||
babyz/babyzedit
|
||||
babyz/babyzplay
|
||||
|
||||
offsitespecials
|
||||
petz/p3playscenz
|
||||
Nov 2022 & July 2023
|
||||
|
||||
* babyz/babyzclothes
|
||||
|
||||
Nov 2023
|
||||
|
||||
* babyz/babyzplayscene
|
||||
* babyz/babyztoyz
|
||||
* babyz/babyzplay
|
||||
|
||||
* offsitespecials = https://web.archive.org/web/20150316023926/http://www.stevehornsc.pwp.blueyonder.co.uk/carolyn/index.htm
|
||||
* petz/petz3/p3playscenz
|
||||
finfin/finfin
|
||||
|
||||
HOME
|
||||
|
@ -157,7 +162,7 @@ WHATSNEW
|
|||
lynelle
|
||||
tutorials/hexerbaby
|
||||
tutorials/2ndgenreport
|
||||
petz/p5foolersucess
|
||||
petz/petz5/p5foolersucess
|
||||
|
||||
FLOWERS
|
||||
flowerza
|
||||
|
@ -207,8 +212,8 @@ LNZDETAILS
|
|||
MADSCIENTIST
|
||||
tutorials/madscientist2
|
||||
tutorials/madscientist3
|
||||
petz/p5backup
|
||||
petz/petz4fooler
|
||||
petz/petz5/p5backup
|
||||
petz/petz4/petz4fooler
|
||||
tutorials/Petz5NurseryFix
|
||||
|
||||
PETZEDIT
|
||||
|
@ -366,44 +371,44 @@ P5BREEDZ
|
|||
petz/pfmice
|
||||
|
||||
C5BREEDZ
|
||||
petz/catz5-2
|
||||
petz/catz5-3
|
||||
petz/catz5-4
|
||||
petz/catz5-5
|
||||
petz/petz5/catz5-2
|
||||
petz/petz5/catz5-3
|
||||
petz/petz5/catz5-4
|
||||
petz/petz5/catz5-5
|
||||
|
||||
D5BREEDZ
|
||||
petz/dogz5-2
|
||||
petz/dogz5-3
|
||||
petz/dogz5-4
|
||||
petz/dogz5-5
|
||||
petz/petz5/dogz5-2
|
||||
petz/petz5/dogz5-3
|
||||
petz/petz5/dogz5-4
|
||||
petz/petz5/dogz5-5
|
||||
|
||||
CATBEHAVIOURS
|
||||
petz/reassociate
|
||||
reassociate
|
||||
|
||||
C4BREEDZ
|
||||
petz/catz4-2
|
||||
petz/catz4-3
|
||||
petz/catz4-4
|
||||
petz/catz4-5
|
||||
petz/petz4/catz4-2
|
||||
petz/petz4/catz4-3
|
||||
petz/petz4/catz4-4
|
||||
petz/petz4/catz4-5
|
||||
|
||||
C3BREEDZ
|
||||
petz/catz3-2
|
||||
petz/catz3-3
|
||||
petz/catz3-4
|
||||
petz/catz3-5
|
||||
petz/petz3/catz3-2
|
||||
petz/petz3/catz3-3
|
||||
petz/petz3/catz3-4
|
||||
petz/petz3/catz3-5
|
||||
|
||||
D3BREEDZ
|
||||
petz/dogz3-2
|
||||
petz/dogz3-3
|
||||
petz/dogz3-4
|
||||
petz/dogz3-5
|
||||
petz/petz3/dogz3-2
|
||||
petz/petz3/dogz3-3
|
||||
petz/petz3/dogz3-4
|
||||
petz/petz3/dogz3-5
|
||||
|
||||
CATZ1DEX
|
||||
petz/sclub
|
||||
petz/dload2
|
||||
petz/petz1/sclub
|
||||
petz/petz1/dload2
|
||||
|
||||
DOGZ1FOOLER
|
||||
petz/dogz1dl
|
||||
petz/petz1/dogz1dl
|
||||
|
||||
ODDBALLZ
|
||||
oddballz/oddballzbreedz
|
||||
|
@ -422,4 +427,27 @@ BABYZNEW
|
|||
babyz/wingjewelbabyz
|
||||
|
||||
BABYZ-1
|
||||
babyz/babyz-2
|
||||
babyz/babyz-3
|
||||
babyz/babyz-4
|
||||
babyz/babyz-5
|
||||
babyz/babyzspecial-1
|
||||
|
||||
BABYZPLAYSCENE
|
||||
babyz/babyzsecretplaypen
|
||||
|
||||
BABYZTOYZ
|
||||
babyz/babyztoyz2
|
||||
babyz/babyztoyz3
|
||||
|
||||
BABYZPLAY
|
||||
netscape4
|
||||
babyz/babyzplay/jackbly
|
||||
babyz/babyzplay/vesuviusbly
|
||||
babyz/babyzplay/cathybly
|
||||
babyz/babyzplay/joshbly
|
||||
babyz/babyzplay/frostedmaltbly
|
||||
|
||||
P3PLAYSCENZ
|
||||
petz/petz3/p3playscenz2
|
||||
petz/petz3/p3playscenz3
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
95
carolyns_creations/aboutme/aboutme.html
Normal file
|
@ -0,0 +1,95 @@
|
|||
<!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="/style.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>
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
0
carolyns_creations/babyz/babyz-1/Charmian.zip
Normal file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
265
carolyns_creations/babyz/babyz-1/babyz-1.html
Normal file
|
@ -0,0 +1,265 @@
|
|||
<!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="/style.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>
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Flameb_Flameg_Ghostg.gif
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Flameboydiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Flamegirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Ghostgirldiaper.zip
Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Greengirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/HPGlasses1.gif
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
carolyns_creations/babyz/babyzclothes/HarryPotterglasses.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Mochagirldiaper.zip
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Monkgirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Ookgirldiaper.zip
Normal file
BIN
carolyns_creations/babyz/babyzclothes/Redg_Greeng_none.gif
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
carolyns_creations/babyz/babyzclothes/Redgirldiaper.zip
Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 9.7 KiB |