Jump to content

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


Recommended Posts

Posted
14 minutes ago, Actarus73 said:

 

Spent 255k hearts + 125 red tickets ,,,, No one Monica!!!!! I'm very very very very unLUCKY !

Damned KOEI TECMO !!!!

They very gready.

 

Posted
48 minutes ago, 0664856484 said:

for monica pleace

bad english (抱歉 我在學校學習不好)

 

DOAX-VenusVacation_190814_081927.jpg.c3960c6a47d658d3a58c3fd1e3cc659c.jpg

 

 

 

666666666666666666666666666666666666

 

你做的莫妮卡是將角色衣服選取後替換成R嗎?

Posted

oenSS.png.ea62ac9284d1ca0cafd7d937e21accce.png

Here is a quick bit of code for replacing the picture in the Cheer Board (Oen Board) in photo mode. The pose item that is bought with gold chips...

[ShaderOverridePSOenBoard1]
hash = 022ead00ab05e856
checktextureoverride = ps-t0
; run = CommandListHUD

[TextureOverride]
hash = d1638eba
ps-t0 = ResourcePic

[ResourcePic]
filename = test.jpg

You can uncomment ( delete the `;` ) if you want to be able to dump the original picture in Frame Analysis UI option.

if `run = CommandListHUD` is left uncommented, the cheer board will be hidden with the rest of the UI when you hit the mouse-back-button (XButton1)

Posted

日本語で申し訳ないです。

どなたか。モニカの全裸MODのファイルをお持ちで無いでしょうか?

 

I'm sorry in Japanese.

Someone. Don't you have Monica's naked MOD file?

 

 

Posted
3 hours ago, makoto nakamura said:

日本語で失礼します。

初心者ですがMOD作ってみたのでアップしました。

 

もし何方かこのコスチュームの尻尾の消し方が分かる方が

いましたら教えて頂けると幸いです。

 

Excuse me in Japanese.

I am a beginner but I tried making a MOD so I uploaded it.

If anyone knows how to erase the tail of this costume

I would appreciate it if you could tell me.

 

The tail has 3 meshes for different types of shaders, in blender you can find the first index of each quickly...

909462771_Annotation2019-11-25113858.png.de9d18ee5aec54ec9428d3e6bb848f77.png

 

In the ini it goes like this.


[TextureOverrideTail0]
hash = d3423c41
match_first_index = 0
handling = skip
[TextureOverrideTail1]
hash = d3423c41
match_first_index = 46491
handling = skip
[TextureOverrideTail2]
hash = d3423c41
match_first_index = 44763
handling = skip

The tail meshes also include puffy things on the shoes. If you want to keep those you have to delete the vertices or faces from the tail part of the mesh, and export the remaining object and write something like...

[TextureOverrideTail0]
hash = d3423c41
match_first_index = 0
handling = skip
vb0 = ResourceNewMesh0VB
ib = ResourceNewMesh0IB
drawindexed = auto

[ResourceNewMesh0VB]
type = buffer
stride = 76
filename = newtailmesh0.vb
[ResourceNewMesh0IB]
type = buffer
format = R16_UINT
filename = newtailmesh0.ib

and so on for the remaining pieces...

Posted

Hi, I met an issue about DMM game player, maybe it's not a good place to ask help about the DMM launch but I don't know anywhere else to ask. 

 

After I restart my PC this morning, the DMM asked for update. image.png.4f6d58522000ebb6fb1aef31da81abb5.pngAfter updating, the DMM looks like the screenshot I attached. It's basically blank. 

 

If I try some method I googled to start the DOAXVV, it shows me an error 7008, which I've no idea what it means.

image.png.1ece4318c9e502131ae7ec2df31c12f1.png

Seems like it told me it's failed to start, re-try again. But I tried many time with/without VPN or Locale Emulator, none of them works.
Did anyone meet the same error like me or any suggestion please?

Thanks in advance.

Posted
10 minutes ago, fatiaocheng said:

Hi, I met an issue about DMM game player, maybe it's not a good place to ask help about the DMM launch but I don't know anywhere else to ask. 

 

After I restart my PC this morning, the DMM asked for update. image.png.4f6d58522000ebb6fb1aef31da81abb5.pngAfter updating, the DMM looks like the screenshot I attached. It's basically blank. 

 

If I try some method I googled to start the DOAXVV, it shows me an error 7008, which I've no idea what it means.

image.png.1ece4318c9e502131ae7ec2df31c12f1.png

Seems like it told me it's failed to start, re-try again. But I tried many time with/without VPN or Locale Emulator, none of them works.
Did anyone meet the same error like me or any suggestion please?

Thanks in advance.

In such cases updating drivers sometimes helps.

 

Posted
2 minutes ago, fatiaocheng said:

Thanks dude, what kind of driver I should update? Like video card drivers?

All drivers. Go to the Microsoft site and update everything you can on your computer.

Posted
31 minutes ago, fatiaocheng said:

Hi, I met an issue about DMM game player, maybe it's not a good place to ask help about the DMM launch but I don't know anywhere else to ask. 

 

After I restart my PC this morning, the DMM asked for update. image.png.4f6d58522000ebb6fb1aef31da81abb5.pngAfter updating, the DMM looks like the screenshot I attached. It's basically blank. 

 

If I try some method I googled to start the DOAXVV, it shows me an error 7008, which I've no idea what it means.

image.png.1ece4318c9e502131ae7ec2df31c12f1.png

Seems like it told me it's failed to start, re-try again. But I tried many time with/without VPN or Locale Emulator, none of them works.
Did anyone meet the same error like me or any suggestion please?

Thanks in advance.

 

21 minutes ago, d7763847 said:

In such cases updating drivers sometimes helps.

 

Updating drivers is always useful, but you need to start troubleshooting by rebooting the computer.

 

Posted
4 hours ago, krunkDunk said:


[TextureOverrideTail0]
hash = d3423c41
match_first_index = 0
handling = skip
[TextureOverrideTail1]
hash = d3423c41
match_first_index = 46491
handling = skip
[TextureOverrideTail2]
hash = d3423c41
match_first_index = 44763
handling = skip

The tail has 3 meshes for different types of shaders, in blender you can find the first index of each quickly...

909462771_Annotation2019-11-25113858.png.de9d18ee5aec54ec9428d3e6bb848f77.png

 

In the ini it goes like this.

The tail meshes also include puffy things on the shoes. If you want to keep those you have to delete the vertices or faces from the tail part of the mesh, and export the remaining object and write something like...


[TextureOverrideTail0]
hash = d3423c41
match_first_index = 0
handling = skip
vb0 = ResourceNewMesh0VB
ib = ResourceNewMesh0IB
drawindexed = auto

[ResourceNewMesh0VB]
type = buffer
stride = 76
filename = newtailmesh0.vb
[ResourceNewMesh0IB]
type = buffer
format = R16_UINT
filename = newtailmesh0.ib

and so on for the remaining pieces...

Thank you very much.
informative.
 
Posted
6 hours ago, krunkDunk said:

The tail has 3 meshes for different types of shaders, in blender you can find the first index of each quickly...

909462771_Annotation2019-11-25113858.png.de9d18ee5aec54ec9428d3e6bb848f77.png

 

In the ini it goes like this.



[TextureOverrideTail0]
hash = d3423c41
match_first_index = 0
handling = skip
[TextureOverrideTail1]
hash = d3423c41
match_first_index = 46491
handling = skip
[TextureOverrideTail2]
hash = d3423c41
match_first_index = 44763
handling = skip

The tail meshes also include puffy things on the shoes. If you want to keep those you have to delete the vertices or faces from the tail part of the mesh, and export the remaining object and write something like...


[TextureOverrideTail0]
hash = d3423c41
match_first_index = 0
handling = skip
vb0 = ResourceNewMesh0VB
ib = ResourceNewMesh0IB
drawindexed = auto

[ResourceNewMesh0VB]
type = buffer
stride = 76
filename = newtailmesh0.vb
[ResourceNewMesh0IB]
type = buffer
format = R16_UINT
filename = newtailmesh0.ib

and so on for the remaining pieces...

あなたは何のMODについて話しているのですか?

Posted
6 hours ago, d7763847 said:

在这种情况下,更新驱动程序有时会有所帮助。

 

A completely white screen is usually a network problem. It can be connected naked before, not after.

After troubleshooting the operating system

Restart the router to change IP (if it is an independent IP)

If it's not good, it's only a ladder

I have encountered the same situation as you before. My solution is to turn off the computer first, then turn off the power supply, then turn off the router, unplug all the relevant network cables, reconnect the network cables in a few minutes, restart the router, and finally turn on the router normally. In general, it can recover normally

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...