Jump to content

Dead Or Alive Xtreme Venus Vacation - Modding Thread and Discussion -


Recommended Posts

18 minutes ago, 500439 said:

Why is the mod for Ayane almost twice the mod for Monica?  :/

It seems to be the difference in the number of skins that can be selected.

 

Ayane Nipple_L=18 skins

Ayane Nipple_M=19 skins

 

Monica Nipple_L=12 skins

Monica Nipple_M=12 skins

Link to comment
11 hours ago, mooooooooooooooooooooooor said:

Installing the game now- is there anything I need to do or know before I start modding it so I don't get banned/unable to launch the game since this is all game launcher/internet based? Or can I just start modding it right when it's installed ?

Read this thread first. ?

Link to comment
5 hours ago, akatuki1225 said:

Hasn't anyone completed Monica's naked mod yet?

DOAX-VenusVacation_191127_053134.jpg

Yes Hi-Metal has a skins for her.  He also  made a patched in version of Beach Paradise for her.  Thing is that with the BP version most of us get a glitched pubic region, his screen shots show his working perfectly not sure how he did it.  His normal skins versions work just fine though.

Link to comment
On 11/23/2019 at 7:59 PM, Donline- said:

If you scale and translate a mesh while in "object" mode, the export to .vb doesn't inherit the location, rotation, scale properties of the mesh, although the game will apply a 90 degree X rotation. You need to ensure that the Transform pane in the 3D view reports these values before you export:

 

If you imported a mesh from something other than a .vb/.ib, the easiest thing to do is merge the mesh piece (CTRL + J) into a small/simple piece that was imported from the game since not only will that apply the current transform, it will also set it to match the imported mesh, and also recreate all the blender object properties the 3dmigoto blender plugin requires before exporting. Then you would just delete the vertices of the original vb mesh you merged into so its just your mesh piece. If you are converting a .vb mesh from one body type to another, then be sure to do all of your edits while in edit mode against all the vertices rather than the object.

 

If you do happen to forget to do that which is likely your case already. You can manually fix the transform properties using that transform pane, and apply a -90 degree rotation in the X axis (just edit the Rotation X box in the transform pane with a -90 offset). Then, switch to "object" mode if not already and use the menu command "Object > Apply > Location" and "Object > Apply > Rotation & Scale". That will now reset your tranform properties to 0,0,0 location, 0,0,0 degrees rotation, and 1.0, 1.0, 1.0 scale. Now, rotate back your mesh in the transform pane with a 90 degree offset in the X axis. Your mesh, should have the transform properties match the screenshot i posted above, and when you export, it should keep its size and position now.

 

The IniParams ((w0 - w7) - (z0 - z7)) are effectively global variables that were intended to be used as parameters to the shaders. The base d3dx.ini reserves a couple for persisted values like w,  and z (without any number after it). Any other mods are free to use them but also means they have to play nice with it. So, at the time no one else was doing anything like the sort by leveraging the variables, so i kinda claimed w7 to be 1-5 depending on what group of shaders is being called. This allows for any texture overrides to determine whether its trying to draw the shadow, body, or clothes for various purposes, but only if no one else also tries to use w7 for any other purpose. I'm also using w6 as a identifier for the last custom suit that was drawn on screen so i can isolate things to only function when that suit is currently drawn on screen. This instance though is set every time the suit is drawn on screen, so technically i don't need it to maintain its value at all times since i keep setting it back again, however if someone is using w6 and intending it to keep its value while also using a mod of mine, then they will likely be unable to function properly.

 

Luckily in your case, I find the alternative to actually be an easier solution anyways for dealing with swapping colors w/o the need of the IniParam variables:

 

[KeyTest]

key = x

type = cycle

 

run = CommandList1, CommandList2, CommandList3, CommandList4

 

[CommandList1]

ResourceCurrentColorPS0 = ResourceCPEACE01in

 

[CommandList2]

ResourceCurrentColorPS0 = ResourceCPEACE02in

 

[CommandList3]
ResourceCurrentColorPS0 = ResourceCPEACE03in

 

[CommandList4]

ResourceCurrentColorPS0 = ResourceCPEACE04in

 

 

[ResourceCurrentColorPS0]

; Default to some texture

filename= bikini_gold.dds

 

[TextureOverrideCPEACE01_VB]

hash = b767e1ea

match_first_index = 0

match_priority = -1

vb0 = ResourceCPEACE01_VB unless_null

ib = ResourceCPEACE01_IB unless_null

ps-t0 = ResourceCurrentColorPS0

draw_indexed = auto

handling=skip

 

This method has the benefit of not relying on a persisted variable and does the same effect. The only further modification i usually perform is setting w6 to a value in the TextureOverride call, that i then compare in the Key section so that pressing "x" when the mod isn't currently displayed on the screen doesn't change the color, because technically, every mod is always Key section is always active at any point regardless of whether its causing a visible effect or not. Below is the snippet that assists in limiting the scope of the Key so will only fire when your TextureOverride is actually performing the mesh replacement.

 

[CommandListSetSuitId]

w6 = 876234

 

[KeyTest]

key = x

condition = w6 == 876234

...

 

[TextureOverrideCPEACE01_VB]

hash = b767e1ea

match_first_index = 0

...

run = CommandListSetSuitId

 

Regarding the whole clipping that can occur in many mods, my personal excuse is I'd rather spend only 2-4 hours on a 95% solution than 10-20 hours on a 99% solution (per suit). There are plenty of factors that go into it, I'm not all that good at manually fixing weight painting, especially whenever i have to attempt to freehand draw/paint anything. Subdividing the mesh to move it around and weight painting in general is very time-consuming and making a mistake and trying to "undo" it in blender frequently includes me going too far backward in history with blender's nebulous history tracking and I lose a substantial amound of work and saving is great but its not like i save every 1 minute, not to mention saving after i mess up only to learn 10 minutes later that i made a mistake a long time ago and its hard to revert it other than just starting over. Also I don't really spend time taking pictures in the game at all, so clipping doesn't bother me as much as it might someone that does want the picture to work in the pose they  have. Sorry if anyone feels opposite to this, but more work on 1 mod also means less mods being released. I don't mind if people correct my mods and re-release (barring any issues from the original mod authors since my mods are typically derivatives from others) to fix weight paint or clipping issues.

 

 

Link to comment

私のゲームは店で理由もなくクラッシュします。
エラーはここでのみ発生します。

"My game crashes in the store for no reason.
The error only occurs here."

88254366_unknown(4).png.cf86ac2360d5a7a42f51d76919bcbc5f.png

The error only occurs here.
On two different PCs.
One with mods.
The other without mods.

 

Edite : I have the same problem on the browser version.

Link to comment
15 hours ago, JToney3449 said:

Yes Hi-Metal has a skins for her.  He also  made a patched in version of Beach Paradise for her.  Thing is that with the BP version most of us get a glitched pubic region, his screen shots show his working perfectly not sure how he did it.  His normal skins versions work just fine though.

 

 

The data confirms that it does not work in my game.

Link to comment

I'm looking for someone who has Monica's naked mod.
In addition, Hi-Metal's data does not apply to my game, so please let me know if there is any other naked MOD data.
Thank you.

 

どのたかモニカの全裸MODを持ってる方を探しています。
尚、Hi-Metalさんのデータでは私のゲームでは適用されないのでそれ以外の全裸MODデータがあれば教えて欲しいです。
よろしくお願いします。

Link to comment
4 hours ago, akatuki1225 said:

I'm looking for someone who has Monica's naked mod.
In addition, Hi-Metal's data does not apply to my game, so please let me know if there is any other naked MOD data.
Thank you.

 

どのたかモニカの全裸MODを持ってる方を探しています。
尚、Hi-Metalさんのデータでは私のゲームでは適用されないのでそれ以外の全裸MODデータがあれば教えて欲しいです。
よろしくお願いします。

モニカ用のHi-metal skinが適用されないなら他を入れても適用されないのでは?

Hi-metal skinを導入する以前の段階での手順は正しいですか?

他のキャラクターや他のコスチュームMODは動作していますか?

使用されているのはHi-metal skinに対応したコスチュームですか?

Link to comment
56 minutes ago, THE-JOY said:

モニカ用のHi-metal skinが適用されないなら他を入れても適用されないのでは?

Hi-metal skinを導入する以前の段階での手順は正しいですか?

他のキャラクターや他のコスチュームMODは動作していますか?

使用されているのはHi-metal skinに対応したコスチュームですか?

モニカ以外の他のキャラクターは全て適用されています。

私のデータではHi-metal skinは動作しないことを確認しました。

別のMODを探すことにします。どうもありがとう。

Link to comment

 

I am sorry to write about Monica frequently.
However, I found a new naked mod of Monica safely on another site!
Thank you!

 

度々、モニカの件で書き込んで申し訳ございません。
ですが別サイトで無事モニカの新しい全裸MODを見つけました!
どうもありがとう!

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