An open-source epistolary creepypasta, a 東方Project fan work
Find a file
2025-02-12 19:31:23 +03:00
files/2012-Feb story: add 2012-Feb/14 valentine's day.txt 2025-02-09 20:37:18 +03:00
scripts switch to create_iso (custom app) for ISO image creation 2025-02-12 01:48:10 +03:00
tools switch to create_iso (custom app) for ISO image creation 2025-02-12 01:48:10 +03:00
.gitattributes gitattributes: update to the current directory structure 2025-02-09 00:48:27 +03:00
.gitignore version progress: 0.1 alpha 2025-02-04 22:51:40 +03:00
.gitmodules switch to create_iso (custom app) for ISO image creation 2025-02-12 01:48:10 +03:00
compile.sh switch to create_iso (custom app) for ISO image creation 2025-02-12 01:48:10 +03:00
COPYING initial commit: basic open demonstration 2025-02-04 03:45:11 +03:00
corrupt.txt corrupt.txt: story: add entry for 2012-Feb/14 valentine's day.txt 2025-02-09 23:03:33 +03:00
git-update-submodules.sh switch to create_iso (custom app) for ISO image creation 2025-02-12 01:48:10 +03:00
LICENSE initial commit: basic open demonstration 2025-02-04 03:45:11 +03:00
README.md add requirements for POSIX-compatible shell and C99+ compiler 2025-02-12 19:31:23 +03:00
timestamps.txt story: add 2012-Feb/14 valentine's day.txt 2025-02-09 20:37:18 +03:00
TODO.md switch to create_iso (custom app) for ISO image creation 2025-02-12 01:48:10 +03:00

Creepypasta: カイロノキズ

カイロノキズ: "Kairo no Kizu", "Wounds of Time"

Overview

Project Status: Basic open demonstration. No actual creepypasta yet.

This project is an open-source epistolary creepypasta centered around Remilia Scarlet and her maid Sakuya Izayoi from the 東方Project (Tōhō Project).

The story unfolds through a series of text files.

Directory Structure

  • files/: Contains all the story-related files.
  • timestamps.txt: A text file to store modification dates for the story-related files. Each entry is a line with two columns (relative file path and timestamp), separated by a single tabulation character \t. The entry for the root directory of the image should be specified as . with a full timestamp syntax YYYYMMDDhhmm.SS. Other timestamps for directories and files can use shorthand timestamps in the format [[CC]YY]MMDDhhmm[.SS] (as per touch -t syntax). The compile.sh script uses this file to set specified modification and access timestamps for the files in the ISO image, which is required for the epistolary creepypasta setting.
  • corrupt.txt: A text file that specifies files to be corrupted by Polonium. Each entry consists of two columns: the first column contains the relative file path, and the second column contains the options to be passed to Polonium for corrupting the specified file. The columns are separated by a single tabulation character \t.
  • compile.sh: A script to compile the files into an ISO image.
  • build/: Directory where the generated ISO image RESTORED.ISO will be stored.
  • scripts/: Contains the scripts used by compile.sh.

Requirements

  • A POSIX-compatible shell: Required for executing the scripts and ensuring compatibility with standard shell features.
  • A C99 or newer compiler (e.g., GNU C Compiler): Required to build create_iso and Polonium.
  • GNU Autotools: Required to build create_iso.
  • GNU Make: Required to build Polonium.

Ensure that the listed software is installed before running the compile.sh script.

Building the Creepypasta

# Clone the repository
git clone --depth=1 --recurse-submodules https://git.disroot.org/80486DX2-66/kairo-no-kizu.git

# Go to the repository's directory
cd ./kairo-no-kizu

# Run the `compile.sh` script to generate the ISO image
./compile.sh

License

Dual-licensed under the Creative Commons Zero 1.0 Universal (COPYING) or Unlicense (LICENSE).

東方Project (Tōhō Project) is a series of bullet hell shooter games created by Jun'ya Ota (ZUN), and all characters and settings are the intellectual property of Team Shanghai Alice. This project is a fan work and is not affiliated with or endorsed by ZUN or Team Shanghai Alice.

Submodule Notice

This repository includes a modified version of the libisofs library as a Git submodule. The libisofs submodule is licensed under the GNU General Public License version 2 (GPLv2).

Additionally, this repository includes the create_iso application, which is licensed under the GNU General Public License version 3 or later (GPLv3).