This commit is contained in:
Marley 2023-12-03 15:43:40 -08:00
parent d1a9ebb92e
commit 1cc90a4662
36 changed files with 828 additions and 835 deletions

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<includedPredefinedLibrary name="Node.js Core" />
</component>
</project>

View file

@ -132,7 +132,7 @@ MENU.HTML
* offsitespecials = https://web.archive.org/web/20150316023926/http://www.stevehornsc.pwp.blueyonder.co.uk/carolyn/index.htm
* petz/petz3/p3playscenz
finfin/finfin
* finfin
HOME
phantarella

View file

@ -0,0 +1,104 @@
<!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">
<title>FinFin</title>
<!-- archive menu -->
<script src="/menu.js?@root" type="module"></script>
<!-- polyfills -->
<script src="/polyfills.js?@root" type="module"></script>
</head>
<body class="big green center">
<b>FinFin!</b>
<p>
These are two CDs. They are in the form of ISO files. They have been
compressed using Winrar into a set of 4 and a set of 27 parts of mostly 14.3
megabytes each. You should be able to unrar them to get two .iso files. These
can then be either burned to two CDs or mounted using Daemon Tools or similar
free image-mounting software. If you don't know what I'm talking about, do a
Google search :-) You don't need to do anything fancy to burn the CDs and run
the game. It expects the CD to be in the drive, but if you use Daemon tools or
some such you can have it in a permanent virtual drive. Ah the joys of the old
simple copy-protections!
</p>
<p>
If you have problems installing on XP, I believe you can just copy the files
from the CD or image to the installed directory, and there is an XP patch for
running the game on emge's site (see links below)
</p>
<p>
<a href="http://faq.ca.fujitsu.com/all/std_adp.php?p_faqid1145"
class="defunct">This official page</a> shows that Fin Fin is true
Abandonware!
</p>
<p>
<a
href="https://web.archive.org/web/20160323053218/http://www.alassea.net/finfin/">Virtually
Real </a>is a good fan site that has a lot of info on the game
</p>
<p>
<a
href="https://web.archive.org/web/20160617054216/http://home.arcor.de/emge/">Emge's
Finfin homepage </a>is a real treasure trove for fans of the game.
</p>
<p>The sites are still there as of June 2007.</p>
<p>Enjoy</p>
<p>Carolyn</p>
<p>CD1</p>
<p>
<a href="FinFinCD1.part01.rar">part 1</a><br>
<a href="FinFinCD1.part02.rar">part 2</a><br>
<a href="FinFinCD1.part03.rar">part 3</a><br>
<a href="FinFinCD1.part04.rar">part 4</a>
</p>
<p>CD2</p>
<p>
<a href="FinFinCD2.part01.rar">part 1</a><br>
<a href="FinFinCD2.part02.rar">part 2</a><br>
<a href="FinFinCD2.part03.rar">part 3</a><br>
<a href="FinFinCD2.part04.rar">part 4</a><br>
<a href="FinFinCD2.part05.rar">part 5</a><br>
<a href="FinFinCD2.part06.rar">part 6</a><br>
<a href="FinFinCD2.part07.rar">part 7</a><br>
<a href="FinFinCD2.part08.rar">part 8</a><br>
<a href="FinFinCD2.part09.rar">part 9</a><br>
<a href="FinFinCD2.part10.rar">part 10</a><br>
<a href="FinFinCD2.part11.rar">part 11</a><br>
<a href="FinFinCD2.part12.rar">part 12</a><br>
<a href="FinFinCD2.part13.rar">part 13</a><br>
<a href="FinFinCD2.part14.rar">part 14</a><br>
<a href="FinFinCD2.part15.rar">part 15</a><br>
<a href="FinFinCD2.part16.rar">part 16</a><br>
<a href="FinFinCD2.part17.rar">part 17</a><br>
<a href="FinFinCD2.part18.rar">part 18</a><br>
<a href="FinFinCD2.part19.rar">part 19</a><br>
<a href="FinFinCD2.part20.rar">part 20</a><br>
<a href="FinFinCD2.part21.rar">part 21</a><br>
<a href="FinFinCD2.part22.rar">part 22</a><br>
<a href="FinFinCD2.part23.rar">part 23</a><br>
<a href="FinFinCD2.part24.rar">part 24</a><br>
<a href="FinFinCD2.part25.rar">part 25</a><br>
<a href="FinFinCD2.part26.rar">part 26</a><br>
<a href="FinFinCD2.part27.rar">part 27</a><br>
</p>
<p></p>
</body>
</html>

View file

@ -315,7 +315,7 @@
title="Off-site special breedz">Off-site specials</a></li>
<li><a href="/petz/petz3/p3playscenz/" target="_blank"
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><a href="/finfin/" target="_blank" title="Fin Fin">Fin Fin</a>
</li>
<li>&nbsp;</li>

1549
package-lock.json generated

File diff suppressed because it is too large Load diff