An alternative to Studio Mode

habeebweeb cd58e52db1 Add DEBUG constant for both Debug and Debug-COM25 1 year ago
Documentation 11d4ae289f Update readme changelog to include new fixes 2 years ago
img f08a4ee277 Update readme 3 years ago
src 6a9523ddb8 Fix non-existent custom pose breaking scene load 1 year ago
.editorconfig e199d77af5 Add editorconfig 1 year ago
.gitignore cb54e720ca Add lib as a file to ignore 1 year ago
Directory.Build.props cd58e52db1 Add DEBUG constant for both Debug and Debug-COM25 1 year ago
MeidoPhotoStudio.Plugin.sln 3040023f0f Add support for building for COM3D2.5 1 year ago
NuGet.Config 2618769b48 Use BepInEx and NuGet feed for most packages 1 year ago
StyleCop.ruleset 4ee2dadedf Reformat entire project 1 year ago
readme.md c82a3a2806 Update build instructions in readme 1 year ago
stylecop.json 4ee2dadedf Reformat entire project 1 year ago

readme.md

MeidoPhotoStudio

A screenshot making plugin alternative to Studio Mode.

Features

  • Scene manager akin to the one in my fork of ModifiedMM
  • Attach ANY prop that MeidoPhotoStudio can spawn
  • Pose and hand preset categorization
  • Support for studio mode hand preset saving and loading
  • Revamped light management
  • Many quality of life improvements
  • Lightweight (1/5 of the size of MultipleMaids)

Screenshots

Scene manager
Scene manager screenshot

Attach props
Attach prop screenshot

More clothing toggles
Clothing toggles screenshot

Custom pose categories
Custom pose screenshot

Custom hand presets and categories
Custom pose screenshot

Why Though?

MM is spaghetti code

Despite being an overall good plugin (in terms of functionality), MultipleMaids (MM) is plagued with many bugs and is seldom maintained by the original developer.

A previous project I worked on, ModifiedMM, was an effort to fix some of the problems with MM and even add new features. Although great progress was made, MM's code base prevents anyone, but the original developer (hopefully), from making any meaningful changes.

ModifiedMM was also created against the wishes of the original developer as stated in MM's 使い方.txt (Usage.txt).

"転載・配布・改変したプラグインの公開は禁止します。" (使い方.txt)

Which translates to "Publication of reprinted/distributed/modified plug-ins is prohibited" (Google Translate).

MeidoPhotoStudio is a completely new plugin, written from the ground up, that aims to deliver a simple and more streamlined screenshot making experience that is familiar to MultipleMaids users.

その他 / Note

このプラグインは複数メイド撮影プラグインの改変・改造ではありません。

MeidoPhotoStudio is not based on and does not use any MultipleMaids source code.

Building

MeidoPhotoStudio requires .NET 6.0 SDK to build.

$ git clone 'https://git.coder.horse/habeebweeb/COM3D2.MeidoPhotoStudio.git'
$ cd COM3D2.MeidoPhotoStudio

Copy 'Assembly-UnityScript-firstpass.dll' from your COM3D2 Managed directory (e.g. D:/COM3D2/COM3D2x64_Data/Managed/)
into a directory called ./lib

$ dotnet restore
$ dotnet build -c Release

Binaries are exported to ./src/MeidoPhotoStudio.Plugin/bin/Release/net35