Why I’m Developing MCScript?
- Spoiler: show
- A text-based script language for Milovana teases
- No GUI — command line only
- Downloader
- Offline player (everything runs in your browser, so you can play locally or easily share by uploading to any website)
- A standalone interactive novel scripting language (independent from Milovana, allowing more flexibility and future features)
Download MCScript (v0.0.1 Beta):
https://mega.nz/file/vghFXAJZ#UEQ-YwDYr ... MDk5vw-sAE
Backup link: https://www.dropbox.com/scl/fi/52ucs523 ... fwbpm&dl=0
You should unzip the file and check out the document in the "doc" directory.
[Optional] Download a real project:
https://mega.nz/file/ah4nUARQ#AZCF2SN0I ... sJSSAef5wk
Backup link: https://www.dropbox.com/scl/fi/ytidj15x ... ssstj&dl=0
This is my new tease, Erotic Hypnosis 3: Weak, which I built using MCScript.
You can check it out to see what an MCScript project looks like or play around with it yourself.
Just download and unzip it into your project directory (create one if it doesn’t exist).
Quick Start
Code: Select all
1. Download and unzip MCScript to your computer.
2. Open a terminal in the unzipped directory and run the setup script for your platform:
MacOS/Linux:
mcscript> ./setup.sh
Windows:
mcscript> setup
3. Create a new project:
mcscript> new -project my_project
4. Write your story scripts in project/<my_project>/script/ directory
5. Build your project:
mcscript> build -project my_project
This generates a playable HTML/JS story in project/<my_project>/output/.
6. Play your story:
Open project/<my_project>/output/play.html in your browser.This is an early beta release, and I’d really appreciate your feedback to help improve it.
It might seem a bit complicated at first, so if you run into any issues or have questions, just ask below — I’ll be happy to help!
Thanks in advance for your support and input!
Known Issues (1)
- Spoiler: show


