Update 'trunk'

Mute 2022-07-08 03:03:08 +00:00
parent 759b524a1d
commit 6e89565d2f
1 changed files with 98 additions and 0 deletions

98
trunk.md Normal file

@ -0,0 +1,98 @@
# Mute's Bondage Club Hacks Collection
Trunk version.
## Stable vs. unstable versions
Stable version is updated less often and after some testing. Hopefully it contains less bugs, but also is behind on new features. By the same token, unstable version is updated more often and with minimal testing by the authors. Think of it as beta versions of the club. Trunk version is the least tested and the most updated.
## Loader scripts
These download the corresponding main script, making sure it's always fresh. Most Tampermonkey users should probably use the loader instead of adding the main script directly. Tampermonkey has an update check, but loaders are just more convenient if you want to always have the current version.
On the other hand, if you want to control the script versions yourself, don't use the loader.
## Installation
### BCE integration
None at the moment. Please ask BCE devs to add MBCHC loading if you want to have it (seems like a good idea to us).
### Tampermonkey
1. Install Tampermonkey.
2. Select a script you want to add below, then click its URL.
3. Tampermonkey should recognise the script and prompt you for installation.
4. Refresh the club page and enjoy.
### Bookmarklet
The idea is to have a bookmark with custom code and click it while on the game page. Refer to excellent manual on [[https://sidiousious.gitlab.io/bce/|BCE page]], just replace BCE's code with one of the following.
## Scripts
### `mbchc-loader.user.js`
The loader script for the stable version (**if unsure, use this**).
* URL: https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc-loader.user.js
### `mbchc.user.js`
The main script, stable version.
* URL: https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc.user.js
* Bookmarklet: ```javascript:(()=>{fetch(`https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc.user.js?ts=${Date.now()}`).then(r=>r.text()).then(r=>eval(r))})()```
### `mbchc-loader-dev.user.js`
The loader script for the unstable version (**use this if you want to help testing**).
* URL: https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc-loader-dev.user.js
### `mbchc-dev.user.js`
The main script, unstable version.
* URL: https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc-dev.user.js
* Bookmarklet: ```javascript:(()=>{fetch(`https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc-dev.user.js?ts=${Date.now()}`).then(r=>r.text()).then(r=>eval(r))})()```
### `mbchc-local.user.js`
The main script, trunk version (**use this if you really want the latest**).
* URL: https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc-local.user.js
* Bookmarklet: ```javascript:(()=>{fetch(`https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc-local.user.js?ts=${Date.now()}`).then(r=>r.text()).then(r=>eval(r))})()```
## Features
### Static improvements
#### MBCHC indicator
A colour square up top. Blue means the versions are the same, red means they aren't.
#### Local time
Two digits over the indicator show the current hour of the character. Parses the profile or remembers the `/mbchc tz` input.
#### Handheld objects penetration
Select handheld objects were modified to allow penetration actions.
### New chat commands
#### /mbchc versions
Shows the MBCHC versions across the room.
#### /mbchc disappear
This command will make you invisible, if you are wearing an anal hook tied to hair.
You might also want to consider hiding your arousal meter.
#### /mbchc autohack
Toggles the autohack mode. Currently this mode starts hacking again as soon as the data gets stolen.
Be informed that autohacking is much less lucrative due to game mechanics. No plans to "fix" this.
#### /mbchc donate TARGET
Buy data on the black market and send it to someone. Serves as money transfer. Doesn't require anything from the other party except from being restrained. Data will cost you more than it will make, this is by design.
#### /mbchc tz TARGET OFFSET
Set local time for the character. Offset is from UTC, not your time. Valid offsets are \[-12,+12\].
#### /mbchc title TITLE
Set a custom title. Currenty only works with the same titles you can select. **Work in progress.**
#### /do VERB \[ZONE\] \[TARGET\]
Send an activity, as if clicked on the button. See [[its own page|do command]].
#### /activity TEXT (or `@@TEXT`, or `@TEXT` as yourself)
Send a custom activity. Examples: `@@it starts to rain` will send `(It starts to rain.)`; `@shivers` will send `(YourName shivers.)`.
## Geek corner
Yes, we are aware of all the nifty git features (branches etc.), we just don't use them.
This mod is low effort, just enough to work without errors and deliver features we find useful.
We also have to keep in mind not everyone in the club works in software development, so it needs to be
as user-friendly as possible.
## Contributing
Sure, welcome onboard. Please send pull requests, patches, ideas, feedback, feature requests and bug reports.
## Contacts
Beyond social functions this site provides, you can always find us in the club or drop us an email. We don't use discord.