6.2 KiB
Vore Scenario Generator
It does exactly what it says on the tin: it generates random vore scenarios. For you! The list of default responses are here if you want to check it in advance.
Web Usage
Generation
- Visit the web interface to generate a random scenario.
- Don't like what you got? Click the lock next to the components you don't like to change it to a die, then click "Reroll Selected" to generate fresh ones.
- Think the scenario is beyond saving? Click "New Scenario" to create an entirely new scenario.
- Satisfied with the results? Click "Get Scenario Link" to get a new
- You can download the web interface by simply using the Save command in your browser to generate scenarios offline!
- You can view the possible responses with the "View Possible Responses" button
Customization
Coming soon!
Discord Usage
Installation
- Visit this Discord OAuth link and give permission to use application commands in your server. Share it with the admin of your server if you don't have permission yourself!
- Don't worry - not only does this bot not do anything nefarious with your messages, but it actually can't read them at all. It only reads the commands you give it and its own messages! If you're concerned, though, please go through the code. Kink stuff is very personal and private! Use caution when running random horny software!
Generation
- Run the
/generate
command to generate a random scenario. - Don't like what you got? Pick the components you don't like from the select box, then click "Reroll Selected" to generate fresh ones.
- Think the scenario is beyond saving? Click "Trash it." to delete the message.
- Satisfied with the results? Click "Looks good!" to remove the reroll commands.
Customization
Privacy note: Note that changes to custom responses will be sent to your current channel and will be visible to the admin (that's me) and everyone in the server, as well as anyone who knows or can guess your server ID. Assume your responses are not private.
- Run
/response add [table] [text]
to add a new custom response. Use the table listing in the Discord command. - Run
/response delete [table] [text]
to remove a custom response. Give the response text exactly! - Run
/response edit [table] [old text] [new text]
to modify a custom response. Give the old response text exactly! - Run
/response list
to get a link to a list of all responses that will be given in the current server, including both default and custom responses.
Credits
- Icon source: obsid1an on DeviantArt
- Writing for default response sets by Ssublissive, with additional writing by DeliciousReya, Seina, and sushisama.
- UX testing by a 🐬 friend.
- Development by DeliciousReya in TypeScript, using
- slash-create and discord-snowflake for Discord management,
- itty-router, escape-html, markdown-escape, slug, and collapse-white-space for response generation,
- less with clean-css and babel with terser for pretty and small client code,
- rollup with plugin-commonjs/plugin-node-resolve/plugin-ts/plugin-terser for complete client bundles,
- and camelcase and fast-deep-equal for keeping the client bundles and their source maps up to date.
- Hosted on CloudFlare Workers with D1.
License (MIT)
Copyright (c) 2024 DeliciousReya and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.