Futakuri v1.2

Original game files.
main
Nes370 2021-07-19 14:45:01 -07:00
parent a4450e70f5
commit 95ed5da6b1
20 changed files with 214 additions and 0 deletions

60
ReadMe.txt Normal file
View File

@ -0,0 +1,60 @@
☆「ふたくり BOOTH版」☆ ver 1.2
当作品をお買い上げいただきありがとうございます!
何か問題がございましたら以下のサイトよりご連絡いただけますと幸いです。
http://flamberges.blog12.fc2.com/
今後とも何卒宜しくお願い申し上げます。
■起動方法
同梱されている html をブラウザで開いてください。
Flashに対応しているブラウザの場合はそのまま起動できます。
対応していない場合は、「単体起動」のショートカットか、
srcフォルダ内の「start.exe」もしくは「index.swf」から起動してください。
FLASHが表示できない場合は、最新のFLASHのプラグインを
入れて頂けますと直るかもしれません。
極端に重い場合は別のブラウザで開くと正常に動作することもあります。
*ご注意*
このゲームの内容はフィクションであり、実在の団体・人物等とは一切関係ございません。
また、18歳未満の方の閲覧はしないでください。
無断転載や複製等も禁止させていだきます。
製作:もふりる
【QA】
Q.BGMが鳴らない
A.BGMは実装されておりません(´;ω;`)
Q.参照エラーが出る
A.ご連絡いただけましたら対処させていただきます。
Q.FLASHを直接起動したい
A.srcフォルダ内のmain.swfをクリックして起動してください。
Q.会話分を早送りしたい
A.CTRLキーを押してください。

9
history.txt Normal file
View File

@ -0,0 +1,9 @@
■更新履歴■
◆2016年12月08日 1.2 修正
・FlashがHTMLから起動しない場合の対応として単体起動プログラムを追加。
◆2014年03月02日 1.1 公開

BIN
src/back-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
src/banner1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
src/cgm00.swf Normal file

Binary file not shown.

BIN
src/cgm02.swf Normal file

Binary file not shown.

BIN
src/cgm03.swf Normal file

Binary file not shown.

BIN
src/cgm04.swf Normal file

Binary file not shown.

BIN
src/cgm06.swf Normal file

Binary file not shown.

BIN
src/chara1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

BIN
src/index.swf Normal file

Binary file not shown.

74
src/main.html Normal file
View File

@ -0,0 +1,74 @@
<!-- saved from url=(0013)about:internet -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<link href="s.css" type="text/css" rel="stylesheet">
<style type="text/css" title="default">
@import "s.css";
</style>
<body>
<center>
<table border="0" bgcolor="#ffffff" width="1000">
<tr><td width="52" background="side1.png"></td><td>
<center>
&nbsp;<br>
&nbsp;<br>
<!--url's used in the movie-->
<!--text used in the movie-->
<embed src="index.swf" quality="high" type="application/x-shockwave-flash" height="600" width="800">
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
<hr>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
<img src="chara1.png">
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
<hr>
<a href="http://flamberges.blog12.fc2.com/"><img src="banner1.png" alt=""></a><br>
&nbsp;<br>
http://flamberges.blog12.fc2.com/<br>
<hr>
&nbsp;<br>
(C) 2014 ‚à‚Ó‚è‚é<br>
&nbsp;<br>
<hr>
&nbsp;<br>
&nbsp;<br>
</td><td width="52" background="side2.png"></td></tr></table>
</center>
</body>
</html>

BIN
src/main.swf Normal file

Binary file not shown.

BIN
src/n_data.txz Normal file

Binary file not shown.

62
src/s.css Normal file
View File

@ -0,0 +1,62 @@
* {
margin : 0px;
padding : 0px;
border: 0px;
border-width:0px;
border-style:solid;
border-color:#587f9e;
font-size: 12px;
font-weight: normal;
border-collapse: collapse;
}
body {
background:#feebde;
color: #000000;
background-image: url("back-2.png");
}
a:link { color:#110000; }
a:visited { color: #884400; }
a:hover { color: #ff0000; }
a:active { color: #aa00aa; }
hr {
margin: 15px 0px 10px 0px;
border-style:dashed;
border-width:1px 0px 0px 0px;
height: 1px;
border-color: #fde1d1;
}

BIN
src/side1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
src/side2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
src/start.exe Normal file

Binary file not shown.

9
ブラウザ起動.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<META HTTP-EQUIV="refresh" content="0;URL=src/main.html">
<head>
<title></title>
</head>
</html>

BIN
単体起動.lnk Normal file

Binary file not shown.