[PlayHome]
StudioAnimLoader.dll v0.0.2.0
Load external animation/voice lists in the PH Studio and register them to the Studio menus.
An error message may be displayed for the first run as the OtherGameDir path is not set in the modprefs.ini yet.
0.0.2.0: Voice lists loading is added.
Plugins/StudioAnimLoader included in the zip contains some sample anime lists exported from .unity3d using SB3UGS.
SB3UGS can do bulk export form .unity3d if you select multiple items and the Export.
Once you have "*.MonoBehaviour" files, put them in Plugins/StudioAnimLoader and the start the PH Studio to register the amines and voices in the menu.
[Can read following files]
FemaleAnimeGroup_*.MonoBehaviour
FemaleAnimeCategory_*.MonoBehaviour
FemaleAnime_*.MonoBehaviour
FemaleHAnime_*.MonoBehaviour
MaleAnimeGroup_*.MonoBehaviour
MaleAnimeCategory_*.MonoBehaviour
MaleAnime_*.MonoBehaviour
MaleHAnime_*.MonoBehaviour
VoiceGroup_*.MonoBehaviour
VoiceCategory_*.MonoBehaviour
Voice_*.MonoBehaviour
And this plugin uses the file names of the .MonoBehaviour files to recognize its content, so please do not change them if you are not sure with the names format.
***IMPORTANT***
The folder setting for the other App/Game (OtherGameDir= in modprefs.ini) MUST be the same drive as the drive PH is installed. There is no workaround.
If PH is in C:, then OtherGameDir must be in C: too.
You may need to copy the App/Game folder or the animation/Voice files (in PH, they are in abdatah、abdatastudioanim、abdatastudioneo for example) to the PH's drive
or make a symbolic link.
** The optional items for the animations are not supported.
------------------------------
Plugin File
------------------------------
StudioAnimLoader.dll
MD5: 565CE944B959B19B2EE5C0CBB84FDA62
------------------------------
Install
------------------------------
Place StudioAnimLoader.dll under the /Plugins folder.
Place /StudioAnimLoader under the /Plugins folder.
On the first use, entries will be added to /UserData/modprefs.ini for configuration. (You need to restart Studio after you set OtherGameDir= )
Input full path to the App/Game folder after "OtherGameDir=" in modprefs.ini. Usually it's the folder with the App/Game's main .exe file.
------------------------------
modprefs.ini Settings
------------------------------
[StudioAnimLoader]
InfoDir=PluginsStudioAnimLoader <- directory for the animation/voice info files (*.MonoBehaviour). Usually no need to change.
OtherGameDir= <- Full path (no at the end) of the App/Game folder.
GroupSuffix=[MOD] <- Suffix that wil be added to loaded animation group names.
GroupOffset=100 <- this offset will be added to the loaded animation group index (to differentiate from the PH's index). Usually no need to change.
Overwrite=0 <- If set to 1, the loaded animation info will replace the original Studio animation info when the group/category/clip index is identical. (Just replace, so no actual data will be overwritten.)
------------------------------
Uninstall
------------------------------
Delete StudioAnimLoader.dll under /Plugins
Delete /StudioAnimLoader under /Plugins
(Optional) Delete the "[StudioAnimLoader]" section in modprefs.ini
------------------------------
License / Warranty
------------------------------
The license/copyright of this mod is pursuant to those of Play Home.
The plugin author will not put any explicit restriction (except commercial use as mentioned below) to the use of this plugin and source codes but no warranty will be given either.
Most (if not all) credits are to the original Play Home software by Illusion.
Please do not use this mod in a way that harms any parties.
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 NON-INFRINGEMENT. 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.
Disregarding any terms above, any kind of commercial use of this plugin and the source codes are prohibited.
------------------------------
Version
------------------------------e
2018 Feb. 17 0.0.2.0 Can load voice list now
2018 Feb. 17 0.0.1.0 Initial Release