123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996 |
- using System;
- using System.IO;
- using System.Collections;
- using System.Linq;
- using System.Xml.Linq;
- using UnityEngine;
- using static TBody;
- using System.Collections.Generic;
- namespace COM3D2.MeidoPhotoStudio.Plugin
- {
- public class Meido : ISerializable
- {
- private bool initialized;
- private float[] BlendSetValueBackup;
- public DragPointGravity HairGravityControl { get; private set; }
- public DragPointGravity SkirtGravityControl { get; private set; }
- public bool HairGravityActive
- {
- get => HairGravityControl.Valid && HairGravityControl.Active;
- set
- {
- if (HairGravityControl.Valid && value != HairGravityControl.Active)
- {
- HairGravityControl.gameObject.SetActive(value);
- }
- }
- }
- public bool SkirtGravityActive
- {
- get => SkirtGravityControl.Valid && SkirtGravityControl.Active;
- set
- {
- if (SkirtGravityControl.Valid && value != SkirtGravityControl.Active)
- {
- SkirtGravityControl.gameObject.SetActive(value);
- }
- }
- }
- public const int meidoDataVersion = 1000;
- public static readonly PoseInfo DefaultPose =
- new PoseInfo(Constants.PoseGroupList[0], Constants.PoseDict[Constants.PoseGroupList[0]][0]);
- public static readonly string defaultFaceBlendSet = "通常";
- public static readonly string[] faceKeys = new string[24]
- {
- "eyeclose", "eyeclose2", "eyeclose3", "eyebig", "eyeclose6", "eyeclose5", "hitomih",
- "hitomis", "mayuha", "mayuw", "mayuup", "mayuv", "mayuvhalf", "moutha", "mouths",
- "mouthc", "mouthi", "mouthup", "mouthdw", "mouthhe", "mouthuphalf", "tangout",
- "tangup", "tangopen"
- };
- public static readonly string[] faceToggleKeys = new string[12]
- {
- // blush, shade, nose up, tears, drool, teeth
- "hoho2", "shock", "nosefook", "namida", "yodare", "toothoff",
- // cry 1, cry 2, cry 3, blush 1, blush 2, blush 3
- "tear1", "tear2", "tear3", "hohos", "hoho", "hohol"
- };
- public enum Curl
- {
- front, back, shift
- }
- public event EventHandler<MeidoUpdateEventArgs> UpdateMeido;
- public int StockNo { get; }
- public Maid Maid { get; }
- public TBody Body => Maid.body0;
- public MeidoDragPointManager IKManager { get; }
- public Texture2D Portrait => Maid.GetThumIcon();
- public bool IsEditMaid { get; set; }
- public PoseInfo CachedPose { get; private set; } = DefaultPose;
- public string CurrentFaceBlendSet { get; private set; } = defaultFaceBlendSet;
- public int Slot { get; private set; }
- public bool Loading { get; private set; }
- public string FirstName => Maid.status.firstName;
- public string LastName => Maid.status.lastName;
- public bool Busy => Maid.IsBusy || Loading;
- public bool CurlingFront => Maid.IsItemChange("skirt", "めくれスカート")
- || Maid.IsItemChange("onepiece", "めくれスカート");
- public bool CurlingBack => Maid.IsItemChange("skirt", "めくれスカート後ろ")
- || Maid.IsItemChange("onepiece", "めくれスカート後ろ");
- public bool PantsuShift => Maid.IsItemChange("panz", "パンツずらし")
- || Maid.IsItemChange("mizugi", "パンツずらし");
- private bool freeLook;
- public bool FreeLook
- {
- get => freeLook;
- set
- {
- if (freeLook == value) return;
- freeLook = value;
- Body.trsLookTarget = freeLook ? null : GameMain.Instance.MainCamera.transform;
- OnUpdateMeido();
- }
- }
- public bool HeadToCam
- {
- get => Body.isLoadedBody && Body.boHeadToCam;
- set
- {
- if (!Body.isLoadedBody || HeadToCam == value) return;
- Body.HeadToCamPer = 0f;
- Body.boHeadToCam = value;
- if (!HeadToCam && !EyeToCam) FreeLook = false;
- OnUpdateMeido();
- }
- }
- public bool EyeToCam
- {
- get => Body.isLoadedBody && Body.boEyeToCam;
- set
- {
- if (!Body.isLoadedBody || EyeToCam == value) return;
- Body.boEyeToCam = value;
- if (!HeadToCam && !EyeToCam) FreeLook = false;
- OnUpdateMeido();
- }
- }
- public bool Stop
- {
- get => !Body.isLoadedBody || !Maid.GetAnimation().isPlaying;
- set
- {
- if (!Body.isLoadedBody || value == Stop) return;
- if (value) Maid.GetAnimation().Stop();
- else
- {
- Body.boEyeToCam = true;
- Body.boHeadToCam = true;
- SetPose(CachedPose.Pose);
- }
- OnUpdateMeido();
- }
- }
- public bool IK
- {
- get => IKManager.Active;
- set
- {
- if (value == IKManager.Active) return;
- IKManager.Active = value;
- }
- }
- public bool Bone
- {
- get => IKManager.IsBone;
- set
- {
- if (value == Bone) return;
- IKManager.IsBone = value;
- OnUpdateMeido();
- }
- }
- public event EventHandler<GravityEventArgs> GravityMove;
- public Quaternion DefaultEyeRotL { get; private set; }
- public Quaternion DefaultEyeRotR { get; private set; }
- public Meido(int stockMaidIndex)
- {
- StockNo = stockMaidIndex;
- Maid = GameMain.Instance.CharacterMgr.GetStockMaid(stockMaidIndex);
- IKManager = new MeidoDragPointManager(this);
- IKManager.SelectMaid += (s, args) => OnUpdateMeido(args);
- }
- public void Load(int slot)
- {
- if (Busy) return;
- Slot = slot;
- FreeLook = false;
- Maid.Visible = true;
- Body.boHeadToCam = true;
- Body.boEyeToCam = true;
- Body.SetBoneHitHeightY(-1000f);
- if (!Body.isLoadedBody)
- {
- Maid.DutPropAll();
- Maid.AllProcPropSeqStart();
- }
- StartLoad(OnBodyLoad);
- }
- private void StartLoad(Action callback)
- {
- if (Loading) return;
- GameMain.Instance.StartCoroutine(Load(callback));
- }
- private IEnumerator Load(Action callback)
- {
- Loading = true;
- while (Maid.IsBusy) yield return null;
- yield return new WaitForEndOfFrame();
- callback();
- Loading = false;
- }
- private void OnBodyLoad()
- {
- if (!initialized)
- {
- DefaultEyeRotL = Body.quaDefEyeL;
- DefaultEyeRotR = Body.quaDefEyeR;
- initialized = true;
- }
- if (BlendSetValueBackup == null) BackupBlendSetValues();
- if (!HairGravityControl) InitializeGravityControls();
- HairGravityControl.Move += OnGravityEvent;
- SkirtGravityControl.Move += OnGravityEvent;
- if (MeidoPhotoStudio.EditMode) AllProcPropSeqStartPatcher.SequenceStart += ReinitializeBody;
- IKManager.Initialize();
- IK = true;
- Stop = false;
- Bone = false;
- }
- private void ReinitializeBody(object sender, ProcStartEventArgs args)
- {
- if (Loading || !Body.isLoadedBody) return;
- if (args.maid.status.guid == Maid.status.guid)
- {
- MPN[] gravityControlProps = new[] {
- MPN.skirt, MPN.onepiece, MPN.mizugi, MPN.panz, MPN.set_maidwear, MPN.set_mywear, MPN.set_underwear,
- MPN.hairf, MPN.hairr, MPN.hairs, MPN.hairt
- };
- // Change body
- if (Maid.GetProp(MPN.body).boDut)
- {
- IKManager.Destroy();
- StartLoad(reinitializeBody);
- }
- // Change face
- else if (Maid.GetProp(MPN.head).boDut)
- {
- SetFaceBlendSet(defaultFaceBlendSet);
- StartLoad(reinitializeFace);
- }
- // Gravity control clothing/hair change
- else if (gravityControlProps.Any(prop => Maid.GetProp(prop).boDut))
- {
- if (HairGravityControl) GameObject.Destroy(HairGravityControl.gameObject);
- if (SkirtGravityControl) GameObject.Destroy(SkirtGravityControl.gameObject);
- StartLoad(reinitializeGravity);
- }
- // Clothing/accessory changes
- // Includes null_mpn too but any button click results in null_mpn bodut I think
- else StartLoad(() => OnUpdateMeido());
- void reinitializeBody()
- {
- IKManager.Initialize();
- Stop = false;
- // Maid animation needs to be set again for custom parts edit
- GameObject uiRoot = GameObject.Find("UI Root");
- var customPartsWindow = UTY.GetChildObject(uiRoot, "Window/CustomPartsWindow")
- .GetComponent<SceneEditWindow.CustomPartsWindow>();
- Utility.SetFieldValue(customPartsWindow, "animation", Maid.GetAnimation());
- }
- void reinitializeFace()
- {
- DefaultEyeRotL = Body.quaDefEyeL;
- DefaultEyeRotR = Body.quaDefEyeR;
- BackupBlendSetValues();
- }
- void reinitializeGravity()
- {
- InitializeGravityControls();
- OnUpdateMeido();
- }
- }
- }
- public void Unload()
- {
- if (Body.isLoadedBody && Maid.Visible)
- {
- DetachAllMpnAttach();
- Body.jbMuneL.enabled = true;
- Body.jbMuneR.enabled = true;
- Body.quaDefEyeL = DefaultEyeRotL;
- Body.quaDefEyeR = DefaultEyeRotR;
- if (HairGravityControl)
- {
- HairGravityControl.Move -= OnGravityEvent;
- HairGravityActive = false;
- }
- if (SkirtGravityControl)
- {
- SkirtGravityControl.Move -= OnGravityEvent;
- SkirtGravityActive = false;
- }
- ApplyGravity(Vector3.zero, skirt: false);
- ApplyGravity(Vector3.zero, skirt: true);
- SetFaceBlendSet(defaultFaceBlendSet);
- }
- AllProcPropSeqStartPatcher.SequenceStart -= ReinitializeBody;
- Body.MuneYureL(1f);
- Body.MuneYureR(1f);
- Body.SetMaskMode(MaskMode.None);
- Body.SetBoneHitHeightY(0f);
- Maid.Visible = false;
- IKManager.Destroy();
- }
- public void Deactivate()
- {
- Unload();
- if (HairGravityControl) GameObject.Destroy(HairGravityControl.gameObject);
- if (SkirtGravityControl) GameObject.Destroy(SkirtGravityControl.gameObject);
- Maid.SetPos(Vector3.zero);
- Maid.SetRot(Vector3.zero);
- Maid.SetPosOffset(Vector3.zero);
- Body.transform.localScale = Vector3.one;
- Maid.ResetAll();
- Maid.MabatakiUpdateStop = false;
- Maid.ActiveSlotNo = -1;
- }
- public void SetPose(PoseInfo poseInfo)
- {
- CachedPose = poseInfo;
- SetPose(poseInfo.Pose);
- }
- public void SetPose(string pose)
- {
- if (!Body.isLoadedBody) return;
- if (pose.StartsWith(Constants.customPosePath))
- {
- string poseFilename = Path.GetFileNameWithoutExtension(pose);
- try
- {
- byte[] poseBuffer = File.ReadAllBytes(pose);
- string hash = Path.GetFileName(pose).GetHashCode().ToString();
- Body.CrossFade(hash, poseBuffer, loop: true, fade: 0f);
- }
- catch (Exception e) when (e is DirectoryNotFoundException || e is FileNotFoundException)
- {
- Utility.LogWarning($"{poseFilename}: Could not open because {e.Message}");
- Constants.InitializeCustomPoses();
- return;
- }
- catch (Exception e)
- {
- Utility.LogWarning($"{poseFilename}: Could not apply pose because {e.Message}");
- return;
- }
- SetMune(true, left: true);
- SetMune(true, left: false);
- }
- else
- {
- string[] poseComponents = pose.Split(',');
- pose = poseComponents[0] + ".anm";
- Maid.CrossFade(pose, loop: true, val: 0f);
- Maid.GetAnimation().Play();
- if (poseComponents.Length > 1)
- {
- Maid.GetAnimation()[pose].time = float.Parse(poseComponents[1]);
- Maid.GetAnimation()[pose].speed = 0f;
- }
- SetPoseMune();
- }
- Maid.SetAutoTwistAll(true);
- }
- public void CopyPose(Meido fromMeido)
- {
- Stop = true;
- GetCacheBoneData().SetFrameBinary(fromMeido.SerializePose(frameBinary: true));
- SetMune(fromMeido.Body.GetMuneYureL() != 0f, left: true);
- SetMune(fromMeido.Body.GetMuneYureR() != 0f, left: false);
- }
- public void SetMune(bool enabled, bool left = false)
- {
- float value = enabled ? 1f : 0f;
- if (left)
- {
- Body.MuneYureL(value);
- Body.jbMuneL.enabled = enabled;
- }
- else
- {
- Body.MuneYureR(value);
- Body.jbMuneR.enabled = enabled;
- }
- }
- private void SetPoseMune()
- {
- bool momiOrPaizuri = CachedPose.Pose.Contains("_momi") || CachedPose.Pose.Contains("paizuri_");
- SetMune(!momiOrPaizuri, left: true);
- SetMune(!momiOrPaizuri, left: false);
- }
- public void SetHandPreset(string filename, bool right)
- {
- string faceFilename = Path.GetFileNameWithoutExtension(filename);
- try
- {
- XDocument handDocument = XDocument.Load(filename);
- XElement handElement = handDocument.Element("FingerData");
- if (handElement?.Elements().Any(element => element?.IsEmpty ?? true) ?? true)
- {
- Utility.LogWarning($"{faceFilename}: Could not apply hand preset because it is invalid.");
- return;
- }
- Stop = true;
- bool rightData = bool.Parse(handElement.Element("RightData").Value);
- string base64Data = handElement.Element("BinaryData").Value;
- byte[] handData = Convert.FromBase64String(base64Data);
- IKManager.DeserializeHand(handData, right, rightData != right);
- }
- catch (System.Xml.XmlException e)
- {
- Utility.LogWarning($"{faceFilename}: Hand preset data is malformed because {e.Message}");
- }
- catch (Exception e) when (e is DirectoryNotFoundException || e is FileNotFoundException)
- {
- Utility.LogWarning($"{faceFilename}: Could not open hand preset because {e.Message}");
- Constants.InitializeHandPresets();
- }
- catch (Exception e)
- {
- Utility.LogWarning($"{faceFilename}: Could not parse hand preset because {e.Message}");
- }
- }
- public byte[] SerializePose(bool frameBinary = false)
- {
- CacheBoneDataArray cache = GetCacheBoneData();
- bool muneL = Body.GetMuneYureL() == 0f;
- bool muneR = Body.GetMuneYureR() == 0f;
- return frameBinary ? cache.GetFrameBinary(muneL, muneR) : cache.GetAnmBinary(true, true);
- }
- public Dictionary<string, float> SerializeFace()
- {
- Dictionary<string, float> faceData = new Dictionary<string, float>();
- foreach (string hash in faceKeys.Concat(faceToggleKeys))
- {
- try
- {
- float value = GetFaceBlendValue(hash);
- faceData.Add(hash, value);
- }
- catch { }
- }
- return faceData;
- }
- public void SetFaceBlendSet(string blendSet)
- {
- if (blendSet.StartsWith(Constants.customFacePath))
- {
- string blendSetFileName = Path.GetFileNameWithoutExtension(blendSet);
- try
- {
- XDocument faceDocument = XDocument.Load(blendSet, LoadOptions.SetLineInfo);
- XElement faceDataElement = faceDocument.Element("FaceData");
- if (faceDataElement?.IsEmpty ?? true)
- {
- Utility.LogWarning($"{blendSetFileName}: Could not apply face preset because it is invalid.");
- return;
- }
- HashSet<string> hashKeys = new HashSet<string>(faceKeys.Concat(faceToggleKeys));
- foreach (XElement element in faceDataElement.Elements())
- {
- System.Xml.IXmlLineInfo info = element;
- int line = info.HasLineInfo() ? info.LineNumber : -1;
- string key;
- if ((key = (string)element.Attribute("name")) == null)
- {
- Utility.LogWarning($"{blendSetFileName}: Could not read face blend key at line {line}.");
- continue;
- }
- if (!hashKeys.Contains(key))
- {
- Utility.LogWarning($"{blendSetFileName}: Invalid face blend key '{key}' at line {line}.");
- continue;
- }
- if (float.TryParse(element.Value, out float value))
- {
- try { SetFaceBlendValue(key, value); }
- catch { }
- }
- else Utility.LogWarning(
- $"{blendSetFileName}: Could not parse value '{element.Value}' of '{key}' at line {line}"
- );
- }
- }
- catch (System.Xml.XmlException e)
- {
- Utility.LogWarning($"{blendSetFileName}: Face preset data is malformed because {e.Message}");
- return;
- }
- catch (Exception e) when (e is DirectoryNotFoundException || e is FileNotFoundException)
- {
- Utility.LogWarning($"{blendSetFileName}: Could not open face preset because {e.Message}");
- Constants.InitializeCustomFaceBlends();
- return;
- }
- catch (Exception e)
- {
- Utility.LogWarning($"{blendSetFileName}: Could not parse face preset because {e.Message}");
- return;
- }
- }
- else
- {
- ApplyBackupBlendSet();
- CurrentFaceBlendSet = blendSet;
- BackupBlendSetValues();
- Maid.FaceAnime(blendSet, 0f);
- }
- StopBlink();
- OnUpdateMeido();
- }
- public void SetFaceBlendValue(string hash, float value)
- {
- TMorph morph = Body.Face.morph;
- if (hash == "nosefook") Maid.boNoseFook = morph.boNoseFook = value > 0f;
- else
- {
- hash = Utility.GP01FbFaceHash(morph, hash);
- try { morph.dicBlendSet[CurrentFaceBlendSet][(int)morph.hash[hash]] = value; }
- catch { }
- }
- }
- public float GetFaceBlendValue(string hash)
- {
- TMorph morph = Body.Face.morph;
- if (hash == "nosefook") return (Maid.boNoseFook || morph.boNoseFook) ? 1f : 0f;
- hash = Utility.GP01FbFaceHash(morph, hash);
- return morph.dicBlendSet[CurrentFaceBlendSet][(int)morph.hash[hash]];
- }
- public void StopBlink()
- {
- Maid.MabatakiUpdateStop = true;
- Body.Face.morph.EyeMabataki = 0f;
- Utility.SetFieldValue(Maid, "MabatakiVal", 0f);
- }
- public void SetMaskMode(MaskMode maskMode)
- {
- bool invisibleBody = !Body.GetMask(SlotID.body);
- Body.SetMaskMode(maskMode);
- if (invisibleBody) SetBodyMask(false);
- }
- public void SetBodyMask(bool enabled)
- {
- Hashtable table = Utility.GetFieldValue<TBody, Hashtable>(Body, "m_hFoceHide");
- foreach (SlotID bodySlot in MaidDressingPane.bodySlots)
- {
- table[bodySlot] = enabled;
- }
- if (Body.goSlot[19].m_strModelFileName.Contains("melala_body"))
- {
- table[SlotID.accHana] = enabled;
- }
- Body.FixMaskFlag();
- Body.FixVisibleFlag(false);
- }
- public void SetCurling(Curl curling, bool enabled)
- {
- string[] name = curling == Curl.shift
- ? new[] { "panz", "mizugi" }
- : new[] { "skirt", "onepiece" };
- if (enabled)
- {
- string action = curling == Curl.shift
- ? "パンツずらし" : curling == Curl.front
- ? "めくれスカート" : "めくれスカート後ろ";
- Maid.ItemChangeTemp(name[0], action);
- Maid.ItemChangeTemp(name[1], action);
- }
- else
- {
- Maid.ResetProp(name[0]);
- Maid.ResetProp(name[1]);
- }
- Maid.AllProcProp();
- HairGravityControl.Control.OnChangeMekure();
- SkirtGravityControl.Control.OnChangeMekure();
- }
- public void SetMpnProp(MpnAttachProp prop, bool detach)
- {
- if (detach) Maid.ResetProp(prop.Tag, false);
- else Maid.SetProp(prop.Tag, prop.MenuFile, 0, true);
- Maid.AllProcProp();
- }
- public void DetachAllMpnAttach()
- {
- Maid.ResetProp(MPN.kousoku_lower, false);
- Maid.ResetProp(MPN.kousoku_upper, false);
- Maid.AllProcProp();
- }
- public void ApplyGravity(Vector3 position, bool skirt = false)
- {
- DragPointGravity dragPoint = skirt ? SkirtGravityControl : HairGravityControl;
- if (dragPoint.Valid) dragPoint.Control.transform.localPosition = position;
- }
- private void BackupBlendSetValues()
- {
- float[] values = Body.Face.morph.dicBlendSet[CurrentFaceBlendSet];
- BlendSetValueBackup = new float[values.Length];
- values.CopyTo(BlendSetValueBackup, 0);
- }
- private void ApplyBackupBlendSet()
- {
- BlendSetValueBackup.CopyTo(Body.Face.morph.dicBlendSet[CurrentFaceBlendSet], 0);
- Maid.boNoseFook = false;
- }
- private CacheBoneDataArray GetCacheBoneData()
- {
- CacheBoneDataArray cache = Maid.gameObject.GetComponent<CacheBoneDataArray>();
- void CreateCache() => cache.CreateCache(Body.GetBone("Bip01"));
- if (cache == null)
- {
- cache = Maid.gameObject.AddComponent<CacheBoneDataArray>();
- CreateCache();
- }
- if (cache.bone_data?.transform == null)
- {
- Utility.LogDebug("Cache bone_data is null");
- CreateCache();
- }
- return cache;
- }
- private void InitializeGravityControls()
- {
- HairGravityControl = MakeGravityControl(skirt: false);
- SkirtGravityControl = MakeGravityControl(skirt: true);
- }
- private DragPointGravity MakeGravityControl(bool skirt = false)
- {
- DragPointGravity gravityDragpoint = DragPoint.Make<DragPointGravity>(
- PrimitiveType.Cube, Vector3.one * 0.12f
- );
- GravityTransformControl control = DragPointGravity.MakeGravityControl(Maid, skirt);
- gravityDragpoint.Initialize(() => control.transform.position, () => Vector3.zero);
- gravityDragpoint.Set(control.transform);
- gravityDragpoint.gameObject.SetActive(false);
- return gravityDragpoint;
- }
- private void OnUpdateMeido(MeidoUpdateEventArgs args = null)
- {
- UpdateMeido?.Invoke(this, args ?? MeidoUpdateEventArgs.Empty);
- }
- private void OnGravityEvent(object sender, EventArgs args) => OnGravityChange((DragPointGravity)sender);
- private void OnGravityChange(DragPointGravity dragPoint)
- {
- GravityEventArgs args = new GravityEventArgs(
- dragPoint == SkirtGravityControl, dragPoint.MyObject.transform.localPosition
- );
- GravityMove?.Invoke(this, args);
- }
- public void Serialize(BinaryWriter binaryWriter)
- {
- using (MemoryStream memoryStream = new MemoryStream())
- using (BinaryWriter tempWriter = new BinaryWriter(memoryStream))
- {
- // transform
- tempWriter.WriteVector3(Maid.transform.position);
- tempWriter.WriteQuaternion(Maid.transform.rotation);
- tempWriter.WriteVector3(Maid.transform.localScale);
- // pose
- byte[] poseBuffer = SerializePose(true);
- tempWriter.Write(poseBuffer.Length);
- tempWriter.Write(poseBuffer);
- CachedPose.Serialize(tempWriter);
- // eye direction
- tempWriter.WriteQuaternion(Body.quaDefEyeL * Quaternion.Inverse(DefaultEyeRotL));
- tempWriter.WriteQuaternion(Body.quaDefEyeR * Quaternion.Inverse(DefaultEyeRotR));
- // free look
- tempWriter.Write(FreeLook);
- if (FreeLook)
- {
- tempWriter.WriteVector3(Body.offsetLookTarget);
- tempWriter.WriteVector3(Utility.GetFieldValue<TBody, Vector3>(Body, "HeadEulerAngle"));
- }
- // Head/eye to camera
- tempWriter.Write(HeadToCam);
- tempWriter.Write(EyeToCam);
- // face
- SerializeFace(tempWriter);
- // body visible
- tempWriter.Write(Body.GetMask(SlotID.body));
- // clothing
- foreach (SlotID clothingSlot in MaidDressingPane.clothingSlots)
- {
- bool value = true;
- if (clothingSlot == SlotID.wear)
- {
- if (MaidDressingPane.wearSlots.Any(slot => Body.GetSlotLoaded(slot)))
- {
- value = MaidDressingPane.wearSlots.Any(slot => Body.GetMask(slot));
- }
- }
- else if (clothingSlot == SlotID.megane)
- {
- SlotID[] slots = new[] { SlotID.megane, SlotID.accHead };
- if (slots.Any(slot => Body.GetSlotLoaded(slot)))
- {
- value = slots.Any(slot => Body.GetMask(slot));
- }
- }
- else if (Body.GetSlotLoaded(clothingSlot))
- {
- value = Body.GetMask(clothingSlot);
- }
- tempWriter.Write(value);
- }
- // hair/skirt gravity
- tempWriter.Write(HairGravityActive);
- if (HairGravityActive) tempWriter.WriteVector3(HairGravityControl.Control.transform.localPosition);
- tempWriter.Write(SkirtGravityActive);
- if (SkirtGravityActive) tempWriter.WriteVector3(SkirtGravityControl.Control.transform.localPosition);
- // zurashi and mekure
- tempWriter.Write(CurlingFront);
- tempWriter.Write(CurlingBack);
- tempWriter.Write(PantsuShift);
- bool hasKousokuUpper = Body.GetSlotLoaded(SlotID.kousoku_upper);
- tempWriter.Write(hasKousokuUpper);
- if (hasKousokuUpper) tempWriter.Write(Maid.GetProp(MPN.kousoku_upper).strTempFileName);
- bool hasKousokuLower = Body.GetSlotLoaded(SlotID.kousoku_lower);
- tempWriter.Write(hasKousokuLower);
- if (hasKousokuLower) tempWriter.Write(Maid.GetProp(MPN.kousoku_lower).strTempFileName);
- binaryWriter.Write(memoryStream.Length);
- binaryWriter.Write(memoryStream.ToArray());
- }
- }
- private void SerializeFace(BinaryWriter binaryWriter)
- {
- binaryWriter.Write("MPS_FACE");
- foreach (string hash in faceKeys.Concat(faceToggleKeys))
- {
- try
- {
- float value = GetFaceBlendValue(hash);
- binaryWriter.Write(hash);
- binaryWriter.Write(value);
- }
- catch { }
- }
- binaryWriter.Write("END_FACE");
- }
- public void Deserialize(BinaryReader binaryReader) => Deserialize(binaryReader, meidoDataVersion, false);
- public void Deserialize(BinaryReader binaryReader, int dataVersion, bool mmScene)
- {
- Maid.GetAnimation().Stop();
- DetachAllMpnAttach();
- binaryReader.ReadInt64(); // meido buffer length
- // transform
- Maid.transform.position = binaryReader.ReadVector3();
- Maid.transform.rotation = binaryReader.ReadQuaternion();
- Maid.transform.localScale = binaryReader.ReadVector3();
- IKManager.SetDragPointScale(Maid.transform.localScale.x);
- // pose
- KeyValuePair<bool, bool> muneSetting = new KeyValuePair<bool, bool>(true, true);
- if (mmScene) IKManager.Deserialize(binaryReader);
- else
- {
- int poseBufferLength = binaryReader.ReadInt32();
- byte[] poseBuffer = binaryReader.ReadBytes(poseBufferLength);
- muneSetting = GetCacheBoneData().SetFrameBinary(poseBuffer);
- }
- SetMune(!muneSetting.Key, left: true);
- SetMune(!muneSetting.Value, left: false);
- CachedPose = PoseInfo.Deserialize(binaryReader);
- // eye direction
- Body.quaDefEyeL = binaryReader.ReadQuaternion() * DefaultEyeRotL;
- Body.quaDefEyeR = binaryReader.ReadQuaternion() * DefaultEyeRotR;
- // free look
- FreeLook = binaryReader.ReadBoolean();
- if (FreeLook)
- {
- Body.offsetLookTarget = binaryReader.ReadVector3();
- // Head angle cannot be resolved with just the offsetLookTarget
- if (!mmScene)
- {
- Utility.SetFieldValue(Body, "HeadEulerAngleG", Vector3.zero);
- Utility.SetFieldValue(Body, "HeadEulerAngle", binaryReader.ReadVector3());
- }
- }
- // Head/eye to camera
- HeadToCam = binaryReader.ReadBoolean();
- EyeToCam = binaryReader.ReadBoolean();
- // face
- DeserializeFace(binaryReader);
- // body visible
- SetBodyMask(binaryReader.ReadBoolean());
- // clothing
- foreach (SlotID clothingSlot in MaidDressingPane.clothingSlots)
- {
- bool value = binaryReader.ReadBoolean();
- if (mmScene) continue;
- if (clothingSlot == SlotID.wear)
- {
- Body.SetMask(SlotID.wear, value);
- Body.SetMask(SlotID.mizugi, value);
- Body.SetMask(SlotID.onepiece, value);
- }
- else if (clothingSlot == SlotID.megane)
- {
- Body.SetMask(SlotID.megane, value);
- Body.SetMask(SlotID.accHead, value);
- }
- else if (Body.GetSlotLoaded(clothingSlot))
- {
- Body.SetMask(clothingSlot, value);
- }
- }
- // hair/skirt gravity
- bool hairGravityActive = binaryReader.ReadBoolean();
- if (hairGravityActive)
- {
- HairGravityActive = true;
- ApplyGravity(binaryReader.ReadVector3(), skirt: false);
- }
- bool skirtGravityActive = binaryReader.ReadBoolean();
- if (skirtGravityActive)
- {
- SkirtGravityActive = true;
- ApplyGravity(binaryReader.ReadVector3(), skirt: true);
- }
- // zurashi and mekure
- bool curlingFront = binaryReader.ReadBoolean();
- bool curlingBack = binaryReader.ReadBoolean();
- bool curlingPantsu = binaryReader.ReadBoolean();
- if (!mmScene)
- {
- if (CurlingFront != curlingFront) SetCurling(Curl.front, curlingFront);
- if (CurlingBack != curlingBack) SetCurling(Curl.back, curlingBack);
- SetCurling(Curl.shift, curlingPantsu);
- }
- bool hasKousokuUpper = binaryReader.ReadBoolean();
- if (hasKousokuUpper)
- {
- try
- {
- SetMpnProp(new MpnAttachProp(MPN.kousoku_upper, binaryReader.ReadString()), false);
- }
- catch { }
- }
- bool hasKousokuLower = binaryReader.ReadBoolean();
- if (hasKousokuLower)
- {
- try
- {
- SetMpnProp(new MpnAttachProp(MPN.kousoku_lower, binaryReader.ReadString()), false);
- }
- catch { }
- }
- // OnUpdateMeido();
- }
- private void DeserializeFace(BinaryReader binaryReader)
- {
- StopBlink();
- binaryReader.ReadString(); // read face header
- string header;
- while ((header = binaryReader.ReadString()) != "END_FACE")
- {
- SetFaceBlendValue(header, binaryReader.ReadSingle());
- }
- }
- }
- public class GravityEventArgs : EventArgs
- {
- public Vector3 LocalPosition { get; }
- public bool IsSkirt { get; }
- public GravityEventArgs(bool isSkirt, Vector3 localPosition)
- {
- LocalPosition = localPosition;
- IsSkirt = isSkirt;
- }
- }
- public struct PoseInfo
- {
- public string PoseGroup { get; }
- public string Pose { get; }
- public bool CustomPose { get; }
- public PoseInfo(string poseGroup, string pose, bool customPose = false)
- {
- PoseGroup = poseGroup;
- Pose = pose;
- CustomPose = customPose;
- }
- public void Serialize(BinaryWriter binaryWriter)
- {
- binaryWriter.Write(PoseGroup);
- binaryWriter.Write(Pose);
- binaryWriter.Write(CustomPose);
- }
- public static PoseInfo Deserialize(BinaryReader binaryReader)
- {
- return new PoseInfo
- (
- binaryReader.ReadString(),
- binaryReader.ReadString(),
- binaryReader.ReadBoolean()
- );
- }
- }
- }
|