mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-26 08:28:04 +03:00
This introduces "Streamer Mode" to mosaic specified NSFW images, making the game suitable for streaming or public viewing. This feature is enabled via the '-censor <file>' command-line option, which takes a file containing a list of image numbers to be filtered.
22 lines
611 B
Markdown
22 lines
611 B
Markdown
# Censor Lists for Streamer Mode
|
|
|
|
This directory contains sample censor lists for various games, intended for use
|
|
with xsystem35's Streamer Mode.
|
|
|
|
## Usage
|
|
|
|
To use a censor list, specify its path with the `-censor` command-line option
|
|
or in your `.xsys35rc` file. For example:
|
|
|
|
```bash
|
|
xsystem35 -censor misc/censor/kichikuou.txt
|
|
```
|
|
|
|
The list files contain image numbers (integers), one per line. Lines starting
|
|
with `#` are treated as comments.
|
|
|
|
## Contributing
|
|
|
|
We welcome contributions of censor lists for other games! If you have created
|
|
a censor list that you'd like to share, please open a Pull Request.
|