The list of mods continue to grow, and I don’t just mean my own. Alot more are sharing their creations and it’s always a treat to learn of a game through these forums. I’ll continue to add my own mods to the list below for as long as I can. I’m not sure what the size limits are for a post, but that’s a bridge I’ll cross when I get there.
The links I’m sharing will only contain the files required for modification. I don’t have the storage to host the entire games themselves, and I also want to encourage others to pay for the games if they enjoy them.
I’ll be trying to keep a consistent structure between all mods. This will mainly consist of three folders:
- The modified game files.
- The server/player that sends commands to devices.
- Scripts
A readme file is also included with each, which should hopefully cover most questions.
Custom Player/Server
Download link: MEGA
This custom software is what I’ll be using for most of my mods. It will serve as the middleman between the game logic and your device. It can be configured to connect via Buttplug and Intiface, or via a serial connection. For most, Buttplug will be the main way of connecting your device. Serial currently only exists for OSR devices that use T-Code.
By default the server will launch intiface in the background using the included cli exe. I’ve only been able to test bluetooth (with a Keon), but if it’s intiface compatible and Buttplug recognizes it as a linear device then it should work.
I plan to try and keep the server backwards compatible. Each update to it should still be compatible with previous mods. Please let me know of any issues you encounter as I won’t be able to always fully test backwards compatibility.
Succubus Academia
Game Store Page: RJ373827
DLC Store Page: RJ01069442
Main Game Mod Download: MEGA
DLC Mod Download: MEGA
You only need to download one of the links for the modded files. If you have the DLC, only download the DLC mod, otherwise download the original.
Non-animated battles now have their own unique scripts to accompany them instead of the standard filler. Thanks to @Nitesurgeon for scripting and testing. This would have taken way longer if it were left to just me
User submitted scripts
@Nitesurgeon: Longer strokes intended for The Handy
Lilith In Nightmare
Game Store Page: RJ268129
Game Mod Download: MEGA
This only contains linear scripts for now. I want to go back and add multi-axis scripts to the scenes that would benefit from them - when I can find the time.
While going over the scripts, I’ve noticed some of them don’t loop properly. I’ve fixed a few, but the cause looks to be that some of the game’s video files loop in ways that make the scripts’ start and end-points awkward. If you come across any out-of-sync scripts, please let me know.
Afterschool Tag
Game Store Page: RJ385039
Game Mod Download: MEGA
Spent a bit too much time on this one, given how simple and short the game itself is. I’m cutting my losses and releasing it. Breaking and testing changes takes up too much time and I feel it’s in a state now where it should be mostly working. Please let me know if you encounter any issues and I’ll do my best to fix them.
User submitted scripts
@Secondary2: @99DM’s scripts modified for the mod
@Nitesurgeon: Modified longer strokes
Captive Ars and Romeria
Game Store Page: RJ365442
Game Mod Download: MEGA
Want to thank @Nitesurgeon again, for helping me adjust my scripts for playback on The Handy, as well as testing.
Included are two plugin.js files. One is meant for the original Japanese game, and the other for the translation. Pick one, rename it to plugins.js, and then overwrite the game’s / translation’s version.
Requests
I feel that way more games could be modded if I wasn’t the scripting bottleneck that I am. If you, or know someone else who, would be willing to provide scripts for a game you’d like to see, please feel free to reach out in a message. Just please don’t try to script everything beforehand. It can take a lot of time, and it would be very unfortunate if I end up being unable to mod the requested game.
I’ll be using the space below to share these requested games:
Anything Goes In a Fallen World
Game Store Page: RJ396721
Game Mod Download: MEGA
Requested through direct message. They provided the scripts for the scenes, but wished to remain anonymous.
Changelog
March 18, 2023 - Initial post
May 14, 2023
- Add Afterschool Tag section
– New release - Add Custom Player section
– Refactored and cleaned up code somewhat
– Separated Serial connection logic from existing Buttplug implementation
– Added experimental range limit options
– Added conversion options to convert linear to vibration commands
July 3, 2023
- Custom Player
– Improved playback logic
– Added configurable delay to help synchronize playback
– Various fixes around the OSR integration - Succubus Academia
– Non-animated combat now has unique scripts for each enemy.
– Added an option to add some random movement to scripts when an enemy does a drain attack.
– Updated for DLC
2023-08-07T00:00:00Z
- Custom Player
– Fixed linear-to-vibration command converter.
– Fixed issue where scripts would mix between axis.
– Refactored some code for multithreading issues. - Add Captive Ars and Romeria section
– New release - Add Request section
– Taking requests
– New release