Jump to content

Recommended Posts

On 5/19/2024 at 7:26 PM, Matatabi_46 said:

Hello.

I made a MOD for Miuka's epilogue scene.

(Talking to Haito on the phone.)

image.png.d896feabc7215f4cb5523bc9ac8cdfd6.png

 

image.png.3f878b611a42fad31cbfa628801bdbe3.png

 

image.png.c9fc252ef35dc059fa1262ca1fef8a3d.png

 

I hope you like it!

*This data includes CGs other than Miuka's epilogue, but we have a wonderful CG created by Mr.yamasa6, so I have packaged it.(If you experience any inconvenience, please let us know)

*Please overwrite the file BUNNY GARDEN\BUNNY GARDEN_Data\StreamingAssets\aa\StandaloneWindows64\images_assets_images\eventcg\pc03_miuka_490f9e02043127d7ada0d20b52ce9a85.bundle. Please install MOD at your own risk.

*Please refrain from secondary distribution of the data.

BG_Matatabi_Another Epilogue(Miuka).zip 26.06 MB · 2 downloads

Thank you for your wonderful work every time.
 I'm looking forward to other girls. 

Link to comment
On 5/18/2024 at 6:52 AM, nori0524 said:

 

This MOD has been updated to v1.1.0

https://www.nexusmods.com/bunnygarden/mods/2

 

・Implemented Unity GUI.(Press the R key on the title screen to toggle display/hide.)
・You can now change it for each scene (Bar, Private room After, Minigame).
・You can now specify and change 3 costumes (uniform, casual, swimwear).

image.png.3bcffd680cd31fb11534c73a9fc32a92.png

For some reason, costume changes are not reflected only in the after scene.

Link to comment
13 hours ago, NISMN said:

For some reason, costume changes are not reflected only in the after scene.

 

Thank you for finding the bug.
After investigating, it seems that even if you change the costume only in the after scene, it is forcibly overwritten.
I tried to fix it, but it is difficult because the part of the program in question cannot be accessed from outside.
We are sorry, but it is currently difficult to implement as a function, so we will remove it in a version update.

 

[Update v1.1.1]

https://www.nexusmods.com/bunnygarden/mods/2

Link to comment
3 時間前、nori0524 は次のように述べました:

 

バグを見つけてくれてありがとう。
解決すると、アフターシーンだけ衣装を変更しても強制的に削除されてしまうようです。修正
しようとしましたが、問題のプログラムは外部からアクセスできないため困難です。
申し訳ございませんが、現状では機能として実装されていることが困難なため、バージョンアップにて削除させていただきます。

 

【アップデートv1.1.1】

https://www.nexusmods.com/bunnygarden/mods/2

BepInEx が使えません。steamcommunityに書いてある通り反映されません。教えてください

Link to comment

バニーユニフォームからもうちょっと乳首が見えちゃってるバージョンや開いた下品なマンコがあると最高ですね😄

Link to comment
On 5/6/2024 at 1:15 PM, ALALALFA said:

 

I think this thread says almost everything you need to know about modding this game.

 

 

I have tried the tutorial in this thread and tried to modify the costume (mesh_upper), but it does not work. I get the following error message and the system stops.

Spoiler
[Error  : Unity Log] Failed to read data for the AssetBundle 'pc01_kana.prefab.bundle'.
[Error  : Unity Log] RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

[Error  : Unity Log] OperationException : GroupOperation failed because one of its dependencies failed
RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

[Error  : Unity Log] System.Exception: Dependency Exception ---> UnityEngine.ResourceManagement.Exceptions.OperationException: GroupOperation failed because one of its dependencies failed ---> UnityEngine.ResourceManagement.Exceptions.RemoteProviderException: RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
[Error  : Unity Log] OperationException : Dependency operation failed with System.Exception: Dependency Exception ---> UnityEngine.ResourceManagement.Exceptions.OperationException: GroupOperation failed because one of its dependencies failed ---> UnityEngine.ResourceManagement.Exceptions.RemoteProviderException: RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---.

[Error  : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
GB.Scene.EnvSceneBase+CharacterHandle+c__DisplayClass44_0.b__0 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[TObject] handle) (at <de04797f032d4392be62801f73162d59>:0)
DelegateList`1[T].Invoke (T res) (at <4fb3ddc92a5147f3a034cd05bc7d24d5>:0)
UnityEngine.Debug:LogException(Exception)
DelegateList`1:Invoke(AsyncOperationHandle`1)
UnityEngine.ResourceManagement.ResourceManager:Update(Single)
MonoBehaviourCallbackHooks:Update()

 

 

What I suspect is the part in the screenshot below. Can you help me if you can identify the problem?

1.What was checked when exporting from AssetStudio.

ss01.png.873b6214f7a281b7ee8f07a281c23977.png

 

2.Settings for importing into blender, etc.

The "mesh_upper" is not under the Kana/costume and some of the bones look wrong.ss02.png.f14af39ca0390ef8cebc8bac7ec774e9.png

 

3.Operations when using Skinned Mesh Component in Unity.ss03.png.1f41382d5847de2c4e49436cbda32619.png

Link to comment
10 hours ago, lynx0198 said:

 

このスレッドのチュートリアルを試し、コスチューム(mesh_upper)を変更しようとしましたが、機能しません。次のエラーメッセージが表示され、システムが停止します。

  隠されたコンテンツを表示する
[Error  : Unity Log] Failed to read data for the AssetBundle 'pc01_kana.prefab.bundle'.
[Error  : Unity Log] RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

[Error  : Unity Log] OperationException : GroupOperation failed because one of its dependencies failed
RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

[Error  : Unity Log] System.Exception: Dependency Exception ---> UnityEngine.ResourceManagement.Exceptions.OperationException: GroupOperation failed because one of its dependencies failed ---> UnityEngine.ResourceManagement.Exceptions.RemoteProviderException: RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
[Error  : Unity Log] OperationException : Dependency operation failed with System.Exception: Dependency Exception ---> UnityEngine.ResourceManagement.Exceptions.OperationException: GroupOperation failed because one of its dependencies failed ---> UnityEngine.ResourceManagement.Exceptions.RemoteProviderException: RemoteProviderException : Invalid path in AssetBundleProvider: 'C:/data/BUNNY GARDEN/BUNNY GARDEN_Data/StreamingAssets/aa\StandaloneWindows64\character_assets_character/pc01_kana/01_uniform/pc01_kana.prefab.bundle'.

   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---.

[Error  : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
GB.Scene.EnvSceneBase+CharacterHandle+c__DisplayClass44_0.b__0 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[TObject] handle) (at <de04797f032d4392be62801f73162d59>:0)
DelegateList`1[T].Invoke (T res) (at <4fb3ddc92a5147f3a034cd05bc7d24d5>:0)
UnityEngine.Debug:LogException(Exception)
DelegateList`1:Invoke(AsyncOperationHandle`1)
UnityEngine.ResourceManagement.ResourceManager:Update(Single)
MonoBehaviourCallbackHooks:Update()

 

 

私が疑っているのは、以下のスクリーンショットの部分です。問題を特定できる場合は、ご協力いただけますか?

1.AssetStudioからエクスポートする際に確認したこと。

ss01.png.873b6214f7a281b7ee8f07a281c23977.png

 

2.Blender等にインポートするための設定

「mesh_upper」が Kana/costume の下になく、一部のボーンが間違って見えます。ss02.png.f14af39ca0390ef8cebc8bac7ec774e9.png

 

3.Unityでスキンメッシュコンポーネントを使用する際の操作。ss03.png.1f41382d5847de2c4e49436cbda32619.png

 

I am not familiar with the system so I can't give you precise advice, but it looks like there are no problems with the bones or mesh relationships.
 

Is the Asset Bundle Browser arranged as shown in the image?

 

a.png.46ed64013d95a257cf3ccfc7433a7e44.png

Link to comment
12 hours ago, ALALALFA said:

 

I am not familiar with the system so I can't give you precise advice, but it looks like there are no problems with the bones or mesh relationships.
 

Is the Asset Bundle Browser arranged as shown in the image?

 

a.png.46ed64013d95a257cf3ccfc7433a7e44.png

Thanks for the advice! However, I am ashamed to say that the crash was caused by deleting a necessary file in the middle of my work.

 

Now we're running into problems with models breaking. Her upper body clothing is not visible and her skirt digs into her body.

The only change is to delete some of the vertices. Although the scale value has not been changed, the skirt looks smaller.

ss04.png.333e37c72b2d9855be5613b380386e5d.png

 

It looks correct at the stage of importing into Unity. Does the "Convert Units" and "Read/Write" checkbox need to be changed? 

ss05.png.24d6a26c7f82934f0cee8d83a1b5cda3.png

 

Asset Bundle Browser is not installed, I will try to install it. If you know of any other factors that cause this to happen, it would be great to know.

Link to comment
13 hours ago, ALALALFA said:

 

I am not familiar with the system so I can't give you precise advice, but it looks like there are no problems with the bones or mesh relationships.
 

Is the Asset Bundle Browser arranged as shown in the image?

 

a.png.46ed64013d95a257cf3ccfc7433a7e44.png

Sorry, self-solved. I reversed the "Convert Units" and "Read/Write" checkboxes and it worked fine. ("disney dreamlight valley" did not seem to require any changes.)

 

The model can now be edited. However, the original mesh has no vertices in areas hidden by clothing.

ALALALFA's model had additional mesh on the upper body, was this self-made? I believe that a mesh on the abdomen would also provide a wider range of costume modifications.

Link to comment
7 hours ago, lynx0198 said:

申し訳ありませんが、自己解決しました。「単位変換」と「読み取り/書き込み」のチェックボックスを逆にしたら、うまくいきました。(「ディズニー ドリームライト バレー」では変更は必要ないようです。)

 

これでモデルを編集できるようになりました。ただし、元のメッシュには衣服で隠れている部分に頂点がありません。

ALALALFAさんのモデルは上半身にメッシュが追加されていましたが、これは自作ですか?腹部にもメッシュがあれば衣装の改造の幅が広がると思います。

Kana's swimsuit body has mesh except for her breasts, which are used. Also, the game has the same mesh shape, UV, and weight paint for the three characters' bodies (only the breast size is slightly different), so it is possible to use Kana's body.
 

Also, you can take the mesh data from my data and use it.

Link to comment
13 hours ago, ALALALFA said:

Kana's swimsuit body has mesh except for her breasts, which are used. Also, the game has the same mesh shape, UV, and weight paint for the three characters' bodies (only the breast size is slightly different), so it is possible to use Kana's body.
 

Also, you can take the mesh data from my data and use it.

Thanks, I will try to transfer ALALALFA's nude mesh to another costume model.

Link to comment
1 hour ago, Matatabi_46 said:

Hello.

I made a MOD that allows MIUKA to wear no panties when wearing a uniform.

 

image.png.867da551f5187ce25752ca2668d59c01.png

 

image.png.ea5c807339e574b5ea189249bcb4ef9c.png

 

image.png.55183d2ff3c7420e2dcbd4c0f8b02c55.png

 

image.png.d3a6573ff8a25d70401489b9cd906514.png

 

 

It may be a little poorly made, but please forgive me.ヾ(:3ヾ∠)_


This time I tried uploading to NEXUS MODS for the first time.


This MOD can be downloaded from the link below.
Please let me know if you have any problems.

 

https://www.nexusmods.com/bunnygarden/mods/7?tab=files

 

Enjoy this game!

Awesome! Thank you!!
There is no problem with the quality at all.

I'm looking forward to other girls. 

Link to comment
13 hours ago, NISMN said:

Awesome! Thank you!!
There is no problem with the quality at all.

I'm looking forward to other girls. 

Thank you!
I will manufacture them one by one.
Due to the large number of files, it will take several days to complete.
Please wait a little while.*˙︶˙*)ノ"

Link to comment
On 5/29/2024 at 12:24 AM, Matatabi_46 said:

Hello.

[Part 2 of no panties series] I made a MOD that allows MIUKA to wear no panties when wearing a uniform.

 

image.png.1856839b7586961fd3b1fa90feffbfa3.png

 

image.png.e3807bee050f01b66df35d5ef323399c.png

 

image.png.ec81e836579a407f824e1ef927e1cd30.png

 

image.png.90becb19102a91ea897383977d39b8ce.png

 

With RIN's skirt, it's a little hard to see the details...

 

This MOD can be downloaded from the link below.
Please let me know if you have any problems.

 

https://www.nexusmods.com/bunnygarden/mods/8/?tab=files

 

I would be happy if you liked it!

Thanks That's great

Link to comment
Posted (edited)

Hello.

I made a MOD that allows KANA to wear no panties when wearing a uniform.

image.png.584df50033912c9f40c6d08422466981.png

 

image.png.b0cfa4fdf9acffb47471761893706db5.png

 

image.png.003c54387237c328e38e0a722139700f.png

 

This MOD can be downloaded from the link below.
Please let me know if you have any problems.

https://www.nexusmods.com/bunnygarden/mods/9?tab=description

 

I don't usually edit textures. I tried to make this one as carefully as possible, but it was too difficult...ヾ(:3ヾ∠)_

I would be happy if you liked it!

 

*This MOD replaces the texture of the panties.
If you want to wear panties, please replace it with the original data that you backed up.

Edited by Matatabi_46
Link to comment
38 minutes ago, Matatabi_46 said:

こんにちは。

KANAが制服着用時にノーパンになるMODを作りました。

image.png.584df50033912c9f40c6d08422466981.png

 

image.png.b0cfa4fdf9acffb47471761893706db5.png

 

image.png.003c54387237c328e38e0a722139700f.png

 

この  MODは以下のリンクからダウンロードできます。
何か問題がございましたらお知らせください。

https://www.nexusmods.com/bunnygarden/mods/9?tab=description

 

今回はできるだけ丁寧に作ってみたけど、テクスチャ修正が難しすぎた…ヾ(:3ヾ∠)_

気に入って頂けたら嬉しいです!

I sincerely appreciate your work. Thank you.

Link to comment
6 hours ago, nori0524 said:

Updated ChekiExtends MOD to v1.2.0

https://www.nexusmods.com/bunnygarden/mods/6/

 

This version allows you to change panties.

It can also be applied to swimwear.

You can also go topless by combining it with ALALALFA's nude model.

If you use Matatabi_46's No Panties MOD, you'll get a great view.

 

image.jpeg.d2b5a66937ac54bf0902b98df84a7f28.jpeg

option for a panties only mod at all times? its finally my time to play this game~ thanks for sharing this.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use