mono1214 Posted September 10, 2018 Posted September 10, 2018 10 hours ago, KuroKaze78 said: May want to make some quick corrections to your mod: [PresetSetSuitId] w6 = 1002 should be: [CommandListSetSuitId] ; Set w6 to something unique for each mod, this isolates only cycling when the mod is currently displaying on screen. w6 = 2001 This was based off the older logic I did for the key cycling functionality of Aradia Lace, but after I added a Honoka/Luna, I found out that the Presets were only being applied once. Therefore, its better to use a CommandListSection. Also, w6 should be set to something unique for each use. This allows Ctrl+Home/End to only cycle when your mod is displayed on screen. Be sure to also fix the condition, once that change above is made [KeyCycleMeshes] ; check that w6 matches what was set in CommandListSetSuitId condition = w6 == 2001 Key = ctrl VK_END Back = ctrl VK_HOME type = cycle run = CommandListMeshNormalSag, CommandListMeshPuffy, CommandListMeshPuffySag, CommandListMeshInverted, CommandListMeshInvertedSag, CommandListMeshPregnant, CommandListMeshPregnantSag, CommandListMeshNormal And set change running the preset to instead run the new CommandListSetSuitId [TextureOverrideCommonBody] hash = 3c17f396 match_first_index = 0 ; run ComandListSetSuitId to mark that this override is currently running. run = CommandListSetSuitId vb0 = ResourceMeshCurrentVB ib = ResourceMeshCurrentIB handling = skip drawindexed = auto Also, if someone uses the KeyCycle logic similar to this, on something that isn't suit specific like Hair, Facial expressions or skin textures, either don't use the [CommandListSetSuitId] and condition parameters at all, or at a minimum change w6 to another available variable, such as x6 or y6. Otherwise, the mods that also use the w6 variable will constantly conflict with each other. Thank you! I was saved because I used the variable setting without understanding. Updated #1132 7 hours ago, FullPower88 said: I don't find the problem ? Correct display will not be available unless it is a corresponding skin texture. #1132 6 hours ago, barjack said: Very nice,thx a lot. BTW,will you consider adding 3D armpit hair too? If pubic hair succeeds, nature and underarm hair will also be completed. 5 hours ago, HI-METAL said: ”PubicHair_Black.dds”の色を変更してPubic_LLのスキンテクスチャと併用してみました。 個人的にはこれでも十分ですが、スキンテクスチャを調整すれば、もっと良くなる気がします。 I changed the color of "PubicHair_Black.dds" and used it together with Skin texture of Pubic_LL. Personally, this is enough. Adjusting the skin texture will make it even better. スキンテクスチャには毛を書かないことを想定していました。 まだ十分な検証の時間が取れていないので、これから大きく変更があるかと思います。 何かアイディアがあったら教えていただけるとさらに良くなるかもしれません。 I assumed that not writing hair on skin texture. I have not got enough verification time yet, so I think whether there will be major changes from now on. It might be even better if you tell me if there is any idea. 1
lazzer Posted September 10, 2018 Posted September 10, 2018 56 minutes ago, -Xdr- said: Return Honoka to DOA! And how many favorite characters do you have? ?
hardseppo Posted September 10, 2018 Posted September 10, 2018 This is one of the most glorious threads my eyes have ever graced upon. Thank you guys for the extraordinary work.
-Xdr- Posted September 10, 2018 Posted September 10, 2018 1 hour ago, lazzer said: And how many favorite characters do you have? ? Many ?
hardseppo Posted September 10, 2018 Posted September 10, 2018 Anyone know how I can fix my Lei? I unlocked her with Sandwich SSR. Thank you in advance if anyone has an idea. update: problem is solved already thx to some nice discord people's advice. Thank you.
ryo8 Posted September 10, 2018 Posted September 10, 2018 日本語ですいませんが、squear bikini nude 1.3.1をダウンロードしてmodファイルに入れたのですが、commonがうまくいかない状況です。 どうすればいいでしょうか? マリーとほのかは正しく機能してます。
mono1214 Posted September 10, 2018 Posted September 10, 2018 6 hours ago, ryo8 said: 日本語ですいませんが、squear bikini nude 1.3.1をダウンロードしてmodファイルに入れたのですが、commonがうまくいかない状況です。 どうすればいいでしょうか? マリーとほのかは正しく機能してます。 画像を見る限りhash = ade9ee4bのオーバーライドが失敗しているようです。 F10を押したときにエラーは出ていませんでしたか?そこに書いてあることを教えていただければきちんとした回答ができます。 もしも他にsquear bikini nudeのModを有効化しているのであれば、それを無効化または削除してください。 また、それでも治らない場合にはPubicHair_Testを無効化して、Common.iniに以下を書き足してください。 [TextureOverrideBikini] hash = ade9ee4b handling = skip 長引きそうなら今後のやり取りはメッセージでお願いします。
TAKUE Posted September 10, 2018 Posted September 10, 2018 On 7/16/2018 at 6:01 AM, mono1214 said: Spoiler Square Bikini Nude_v1.3.1.zip I made Full Nude Models with new UVs for rich Skin Texture. And I prepared several body types. The target costume is Square Bikini(びわBiwa). Ctrl + Home, Ctrl + End to switch body type. Correct display will not be available unless it is a corresponding skin texture. Corresponding texture that is published. #1147 #1242 #1606 Made by HI-METAL Common Honoka Marie Profit test Update v1.1.0 2018/07/17 If you edit this model, please set the active UV Map to 'TEXCOORD.zw' when exporting. 'TEXCODORD1.xy' looks good in a Honoka case. v1.1.1 2018/07/29 Fixed skin weights of Honoka's nipple. v1.1.2 2018/07/29 Fixed skin weights of all body. v1.2.0 2018/08/04 Fixed skin weights of Common body. Pregnant model added. v1.3.0 2018/09/09 Fixed skin weights of Common body and Honoka's one. Ctrl + Home, Ctrl + End to switch body type. As the Mod under verification, genital remodeling and pubic hair are included. v1.3.1 2018/09/10 Corrected .ini. #1729 To those who want to create textures individually. There are PSD files of all girls, so please use it. Skin.zip which texture is used to Kasumi test?
HI-METAL Posted September 11, 2018 Posted September 11, 2018 On 9/10/2018 at 12:46 PM, mono1214 said: スキンテクスチャには毛を書かないことを想定していました。 まだ十分な検証の時間が取れていないので、これから大きく変更があるかと思います。 何かアイディアがあったら教えていただけるとさらに良くなるかもしれません。 I assumed that not writing hair on skin texture. I have not got enough verification time yet, so I think whether there will be major changes from now on. It might be even better if you tell me if there is any idea. 私も3D陰毛のみで完結できるようなら、それが良いと思います。 まぁ、こういう方法も有りだよね、という事で。 今のところ、これといったアイデアは有りませんが、とりあえずザックリとですが、3D陰毛に合わせて高解像度版テクスチャを描いてみました。 参考になれば幸いです。 I also think that it is good if it can complete with only 3D pubic hair. For now, there is no such idea. I tried to draw high resolution texture according to 3D pubic hair. It should be helpful. Spoiler Skin texture HI_Kasumi_test11.dds HI_Kokoro_test01.dds Pubic texture PubicHair_BlackA.dds PubicHair_BlackB.dds 16
ewgenij84 Posted September 11, 2018 Posted September 11, 2018 Marie_BigBoobs_V2.zip great one... but th is an issue with tan lines.... or it is just mine?
-Xdr- Posted September 11, 2018 Posted September 11, 2018 On 9/10/2018 at 7:53 AM, lazzer said: And how many favorite characters do you have? ? Otro
ryo8 Posted September 11, 2018 Posted September 11, 2018 15 hours ago, mono1214 said: 画像を見る限りhash = ade9ee4bのオーバーライドが失敗しているようです。 F10を押したときにエラーは出ていませんでしたか?そこに書いてあることを教えていただければきちんとした回答ができます。 もしも他にsquear bikini nudeのModを有効化しているのであれば、それを無効化または削除してください。 また、それでも治らない場合にはPubicHair_Testを無効化して、Common.iniに以下を書き足してください。 [TextureOverrideBikini] hash = ade9ee4b handling = skip 長引きそうなら今後のやり取りはメッセージでお願いします。 PubicHair_Test を無効化して、common.iniにまで以下を書き足すまでしたところ正常に機能しました。 mono1214さん、ありがとうございました。 1
zedward Posted September 11, 2018 Posted September 11, 2018 On 7/16/2018 at 10:01 PM, mono1214 said: Square Bikini Nude_v1.3.1.zip Dear mono1214, thank you for publishing Square Bikini Nude_v1.3.1.zip. I found a small problem, when the breast shakes, the cleavage, looks like a false breast, not true, can you fix it, thank you 親愛なるmono 1214、Square Bakini NuDi v 1.3.1 zipを発表してくれてありがとうございます。 私は1つの小さい問題を発見して、乳房が揺れ動く時、乳溝が突起して、まるで偽物の乳児のように見えて、真実でなくて、少し修正することができて、感謝します 私は小さい頃から乳溝が好きだったので、少しもつれていました。 2
budee70 Posted September 11, 2018 Posted September 11, 2018 hello everyone! somebody can help me how fix this white sailor suit texture??please........try many time dont know how to fix this..........
ewgenij84 Posted September 11, 2018 Posted September 11, 2018 no problem my friend... just ask... i enjoy it anyway... perfect size for mary... keep up good work... respect goes out to every modder.. do an awesome job
HI-METAL Posted September 11, 2018 Posted September 11, 2018 6 hours ago, budee70 said: hello everyone! somebody can help me how fix this white sailor suit texture??please........try many time dont know how to fix this.......... Please use this skin texture. #1242 Or, in the near future, Skin texture for Ayane will be uploaded here as well. #1606
H_W Posted September 12, 2018 Posted September 12, 2018 On 9/10/2018 at 10:29 AM, amiga5000 said: Spoiler UPDATE Marie BIGTITS! Add a Natural Tits whith new Texture Map BIG TITS NORMAL TITS ORIGINAL COSTUME For BigBOOBS (BIG TITS) BigBoobs.ini DISABLED Natural.ini DISABLED New_UV.ini DISABLED Normal.ini For Natural (MEDIUM TITS) DISABLED BigBoobs.ini Natural.ini DISABLED New_UV.ini DISABLED Normal.ini For Normal (SMAL TITS) DISABLED BigBoobs.ini DISABLED Natural.ini DISABLED New_UV.ini Normal.ini For New_UV (SMAL TITS) DISABLED BigBoobs.ini DISABLED Natural.ini New_UV.ini DISABLED Normal.ini Natural Body Marie_BigBoobs_V2.zip https://mega.nz/#!uUEkFaLI!3kbBwmmL_yBRxAYW_Fy3JVZ7S5ZuvL0MJ4rNWteVHSg OMG! THANK YOU VERY MUCH, AMIGA!
HI-METAL Posted September 12, 2018 Posted September 12, 2018 On 9/9/2018 at 9:13 PM, BlackMalice said: I made MOD for trial. I was able to unclothe a Champs-Elyseesswimsuit leaving accessories. Body is NewUV Biwa. However, I dislike Mary and Honoka,So they are not included. Champs-Elysees.zip Spoiler It is a wonderful MOD but it seems to have some problem. 2
matt290604 Posted September 12, 2018 Posted September 12, 2018 On 9/11/2018 at 2:55 AM, mono1214 said: 画像を見る限りhash = ade9ee4bのオーバーライドが失敗しているようです。 F10を押したときにエラーは出ていませんでしたか?そこに書いてあることを教えていただければきちんとした回答ができます。 もしも他にsquear bikini nudeのModを有効化しているのであれば、それを無効化または削除してください。 また、それでも治らない場合にはPubicHair_Testを無効化して、Common.iniに以下を書き足してください。 [TextureOverrideBikini] hash = ade9ee4b handling = skip 長引きそうなら今後のやり取りはメッセージでお願いします。 Hi mono1214, まずは素敵なModを感謝します。 自分も同じエラーが出ましたが、PubicHair_Test を無効化したら治します、良かったらエラーメッセージを参考してください。 Thanks for the nice mod. I also got the same error for Misaki's Mod. Once I disable the ”PubicHair_Test” and the issue will be fixed. When I press the F10 key, it will show an error message like the screenshot.
BlackMalice Posted September 12, 2018 Posted September 12, 2018 5 hours ago, HI-METAL said: 隠された内容を明らかにする 素晴らしいMODですが、問題があるようです。 Sorry...The problem has been recognized. Body line collapses often. However, I don't have a skill to repair. It is the same with other swimwear, but I don't know how to fix it.
baron112 Posted September 13, 2018 Posted September 13, 2018 Corresponded to Honoka and Luna's white school swimwear. Spoiler school1.1.rar 14
knight77 Posted September 13, 2018 Posted September 13, 2018 New Event Asari SSR for Momiji (and probably Misaki): I know there is allready an Asari SSR edit for Misaki, but since I didnt got that one and as far as I know there wasnt a video scene with her in that suit, I wasnt able to edit it proberly. Now with the now event and some saved VStones from last event, I was able to pull the Asari SSR for Momiji and made my own edit of it. Spoiler There are three version: One with the top malfunctioned on bith sides One with the top clothes removed but leaving the neck band One with the top clothes completely removed (all visible in the preview pictures) personally I think that red color looks ugly as hell, but I worked on any good textures yet but have fun everyone! FIle: Momiji_Asari.rar Color Change: Spoiler File: (add into the same costume folder) Momiji_Asari_color.rar 19
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now