home *** CD-ROM | disk | FTP | other *** search
/ Fun CD 26 / OTACD26.ISO / archive / game / hmxfiler / silk / silk.lzh / SILK.HMX
Text File  |  1999-12-11  |  756b  |  47 lines

  1. #!HMX
  2. #
  3. #↑必ず1行目に加えること
  4. #
  5. # ここは自由に書いて良い
  6.  
  7. #名前
  8. $SoftName = 魔女っ娘☆シルク
  9.  
  10. #メーカー
  11. $Maker = トラヴュランス
  12.  
  13. #内容
  14. $Contents = おもいでをすべて見られるようにする
  15.  
  16. #作者
  17. $Creator = M2
  18.  
  19. $Folder = %Program FilesDir%\TRABULANCE\SILK
  20.  
  21. #ファイル名
  22. $FileOpen = Silk.sav
  23. ##CG回想
  24. @WriteBinary = 0x7e82>0x7e2-00
  25. #シルク
  26. @WriteBinary = 0x7e82-ff,ff,ff,07
  27. #愛美
  28. @WriteChar   = 0x7e85-+0xc0
  29. @WriteBinary = 0x7e86-ff,3f
  30. #瑠美
  31. @WriteBinary = 0x7e89-f0,ff,03
  32. #恵
  33. @WriteBinary = 0x7e7d-fc,07
  34. #えりか
  35. @WriteBinary = 0x7e91-ff,3f
  36. #その他
  37. @WriteBinary = 0x7e94-c0,03
  38.  
  39. @WriteBinary = 0x7e9e>0x7eb1-ff
  40.  
  41. #Hシーン回想
  42. @WriteBinary = 0x7e7f-f0,03
  43.  
  44. #エンディング回想
  45. @WriteBinary = 0x7e7d-fc,07
  46. $FileClose
  47.