Jump to content

DOAXVV Video Mod and Tools


Recommended Posts

Posted

update 2021/03/26 :

These are the only files changed:

 

VideoMod\videoController.ini

DOAXVV Video-Mod Tools\script\vidModGenerator.js

 

-added code for playback speed control in-game

-changed some " VideoMod\vidController.ini " keys

 

if you update "vidController.ini" the keys & functions are:

  • " P " : Play/Pause
  • " ] " : Next Video
  • " [ " : Previous Video
  • " O " : direction = forward
  • " I " : direction = reverse

if you update " DOAXVV Video-Mod Tools\script\vidModGenerator.js " you can generate code to speed up/down playback

the keys are:

  • " + " : speed up playback
  • " - " : speed down playback
  • " 0 " : reset playback speed (number 0)

 

Posted

@tyaonyann

I agree that there may be difficulty using ffmpeg. It's a very powerful tool with a wide scope of possibilities.

I'm not an expert with it, I've just used it sparingly from time to time - and figured it's the fastest tool for this application.

So I think it's better if someone with questions instead searches (google) for their specific need... e.g.  "ffmpeg scale" or "ffmpeg fps" etc...

try your luck with stackexchange or the documentation from the original website.

 

But since it may be difficult for people who are good at English, if you have a specific request - try asking here. Maybe I or someone else can help figure it out.

 

Also, it's not the only option for extracting image sequences, so it's possible to look at programs with graphic interfaces if someone gets really frustrated.

Posted

@dsfsdfsdfsdfsd

did you download ffmpeg? you can get it from here https://www.ffmpeg.org/download.html#build-windows

or specifically here: https://github.com/BtbN/FFmpeg-Builds/releases

choose the plain  "ffmpeg-N-101741-g8b2bde0494-win64-gpl" and extract to somewhere like "C:\Users\{You}\"

 

if you still get the error after extracting it...

copy the file path of the ffmpeg you extracted. it may be something like "C:\Users\Bob\ffmpeg\bin\ffmpeg.exe"

Open notepad and drag "extractFrames.bat" over the editor.

 

 

you will have to change line 12 from:

set ffmpeg=ffmpeg

to (for example):

set ffmpeg="C:\Users\Bob\ffmpeg\bin\ffmpeg.exe"

 

You don't necessarily need to use ffmpeg to extract frames from a video. You could try searching the internet for another tool. But ffmpeg is free and fast.

Posted
8 hours ago, krunkDunk said:

@dsfsdfsdfsdfsd

did you download ffmpeg? you can get it from here https://www.ffmpeg.org/download.html#build-windows

or specifically here: https://github.com/BtbN/FFmpeg-Builds/releases

choose the plain  "ffmpeg-N-101741-g8b2bde0494-win64-gpl" and extract to somewhere like "C:\Users\{You}\"

 

if you still get the error after extracting it...

copy the file path of the ffmpeg you extracted. it may be something like "C:\Users\Bob\ffmpeg\bin\ffmpeg.exe"

Open notepad and drag "extractFrames.bat" over the editor.

 

 

you will have to change line 12 from:

set ffmpeg=ffmpeg

to (for example):

set ffmpeg="C:\Users\Bob\ffmpeg\bin\ffmpeg.exe"

 

You don't necessarily need to use ffmpeg to extract frames from a video. You could try searching the internet for another tool. But ffmpeg is free and fast.

thanks for your help ,i use ps but i will try  ffmpeg

  • 1 month later...
Posted

Thanks for the great work!

 

I followed your tutorial orderly and modified the ini file with a correct video id sequence.

But nothing was displayed on the screen when the mod was activated.

 

I'm playing on Steam version. Please help me!

 

image.png

Posted
On 5/23/2021 at 2:13 PM, habaraka said:

Thanks for the great work!

 

I followed your tutorial orderly and modified the ini file with a correct video id sequence.

But nothing was displayed on the screen when the mod was activated.

 

I'm playing on Steam version. Please help me!

 

image.png

 

I also play using steam. Have you try different file? My recommend is to use small clip to test. Once you know method you can redo. Make sure to add number when you increase video number so mod know to look for next video.

 

See my screenshot example of ini file. I mark line 17 and 38 to which need to add numbers. I have name my directory with number for my own ease. it not necessary

.582008092_vidmodinieditshow.png.a0205a56fa4726b3ac0a5fbcfad99573.png

 

video of it working for inspiratioon

 

Posted
9 hours ago, Thickthighsmallfeet said:

 

I also play using steam. Have you try different file? My recommend is to use small clip to test. Once you know method you can redo. Make sure to add number when you increase video number so mod know to look for next video.

 

See my screenshot example of ini file. I mark line 17 and 38 to which need to add numbers. I have name my directory with number for my own ease. it not necessary

.582008092_vidmodinieditshow.png.a0205a56fa4726b3ac0a5fbcfad99573.png

 

video of it working for inspiratioon

 

 

 

I re-downloaded the mod and tried only one small clip converted with id 1.

 

It's wired that the clip's id matches $vid in default sequence (0, 1) but nothing happened in game yet.

No hash or key conflicts. I don't know whether there is a need to add some hash stuff in d3dx.ini.

 

But, thanks for your reply )

Posted
17 hours ago, Thickthighsmallfeet said:

 

I also play using steam. Have you try different file? My recommend is to use small clip to test. Once you know method you can redo. Make sure to add number when you increase video number so mod know to look for next video.

 

See my screenshot example of ini file. I mark line 17 and 38 to which need to add numbers. I have name my directory with number for my own ease. it not necessary

.582008092_vidmodinieditshow.png.a0205a56fa4726b3ac0a5fbcfad99573.png

 

video of it working for inspiratioon

 

 

 

Finally, I figured it out what made the screen blank. It's Yorom's Jueri Mod which replaces the Decuple swimsuit that conflicts with this video mod. 

 

By the way, I supposed that the (0, 1) values in [key play] indicate the playback status (Off/On), so there is no need to add your video ids in line 17.

 

image.png.dfb16b8a3a208686f3a59a3f34cc02f7.png

  • 1 month later...
Posted
On 5/26/2021 at 7:44 PM, habaraka said:

 

Finally, I figured it out what made the screen blank. It's Yorom's Jueri Mod which replaces the Decuple swimsuit that conflicts with this video mod. 

 

By the way, I supposed that the (0, 1) values in [key play] indicate the playback status (Off/On), so there is no need to add your video ids in line 17.

 

image.png.dfb16b8a3a208686f3a59a3f34cc02f7.png

Hey can you tell me where you get that kanna video?

  • 6 months later...
Posted
On 3/26/2021 at 4:46 PM, krunkDunk said:

@tyaonyann

I agree that there may be difficulty using ffmpeg. It's a very powerful tool with a wide scope of possibilities.

I'm not an expert with it, I've just used it sparingly from time to time - and figured it's the fastest tool for this application.

So I think it's better if someone with questions instead searches (google) for their specific need... e.g.  "ffmpeg scale" or "ffmpeg fps" etc...

try your luck with stackexchange or the documentation from the original website.

 

But since it may be difficult for people who are good at English, if you have a specific request - try asking here. Maybe I or someone else can help figure it out.

 

Also, it's not the only option for extracting image sequences, so it's possible to look at programs with graphic interfaces if someone gets really frustrated.

 

I installed ffmpg, but nothing happened. I downloaded and decompressed the latest versions of Windows 64 gpi and gpi-shared, but there was no response when I ran it.

 

 

  • 5 months later...
  • 7 months later...
Posted

Ya, I cant do any easy mod fo photo swapping.
I can't even dump the files related to these paintings.
The same thing happened with the projection equipment.

  • 1 month later...
Posted
On 3/12/2023 at 1:31 PM, dsfsdfsdfsdfsd said:

Time: March 12, 2023

Version: steam

Video mod: DOAXVV_Video_Mod_1-2

It doesn't work now. Can someone tell me how to deal with it??

i have the same problem after the update of last month. @krunkDunk can you fix that?

Posted (edited)

Sorry guys, I'm working on a handful of mods simultaneously - due to a future update for guicvm.

What I have in progress:

  • LoadingScreenMod (a few graphics & quality check)
  • Video Mod (code refactoring, batch file, code generation app...)
  • Cheer Board (sub-gui)
  • various suits testing new guicvm feature

I tested out the "DOAXVV_Video_Mod_1-2" on both JP and EN versions and unfortunately I didn't find a problem.

 

Please give more information.

Graphics settings

-low poly?

-resolution?

- what is your Video Mod folder structure?

Did you test while disabling all other mods?

Edited by krunkDunk
Posted (edited)

The strange thing is that I can't use F8 to capture the mesh and texture files of these paintings with their frames and the projection screen.

Please share a valid video mod package if you can?
 

Edited by starash

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...