■プリモン世界
大崩壊
プリモン
マザーの出現
プリモンシンパス
■シンパス達
ファーミ
那由
絵里亜
キシェ、レア
梨花
F.P.
シシリー
■プリモン
オリジナルプリモン
バグ
スレイブ
■ゲームシステム
マップシーン
バトルシーン
イベントシーン
イベントシーン2
クリックすると大きな絵が見れます
ファーミと
イ
っちゃう過激でHな旅に出てみよう
《好評発売中》
アップデータ公開中
こちら
からダウンロードできます
プリモンとは、地球外から来た謎の生命体である。
文明が根絶した地球に救いの手を差し伸べるかの
ように、プリモンと共存することでかつての人類
は繁栄を取り戻せたかに見えた。
<% Keta = 6 ' <-- カウンタの桁数 'FileName = Server.MapPath("cgi_bin/count.txt") FileName = Server.MapPath("../cgi_bin/count.txt") 'Filename = "count.txt" ' <-- カウント数を保存するファイル名 On Error Resume Next Set f = Server.CreateObject("Scripting.FileSystemObject") Set Inf = f.OpenTextFile(filename, 1, False, False) Count = Inf.ReadLine PMCount = Inf.ReadLine Inf.Close PMCount = PMCount + 1 Set Outf = f.CreateTextFile(FileName, True, False) Outf.WriteLine Count Outf.WriteLine PMCount Outf.Close Response.Write(Right(String(Keta, "0") & PMCount, Keta)) %>