Sleeping
Posts: 454
|
Post by SAMI on Jun 5, 2022 6:01:08 GMT 10
crisdecuba what software did you guys use to convert your pre rendered video files back into SFD format? I'd love to test if 60 fps prerendered videos work in this game. I managed to convert the videos to 60 fps using ai iterropolation but i dont know how to convert them back to sfd format.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jun 5, 2022 11:22:25 GMT 10
crisdecuba what software did you guys use to convert your pre rendered video files back into SFD format? I'd love to test if 60 fps prerendered videos work in this game. I managed to convert the videos to 60 fps using ai iterropolation but i dont know how to convert them back to sfd format. Albert shared his tools with me (we've been going back and forth working on video formats for years now). FFmpeg for converting MP4 to MPEG1 SFDMux for converting MPEG1 tp SFD ADX Converter for .wav to .adx Totally possible to maintain 60fps with these tools. THey have been uploaded HEREHappy MOdding!
|
|
Sleeping
Posts: 454
|
Post by SAMI on Jun 6, 2022 3:41:09 GMT 10
crisdecuba what software did you guys use to convert your pre rendered video files back into SFD format? I'd love to test if 60 fps prerendered videos work in this game. I managed to convert the videos to 60 fps using ai iterropolation but i dont know how to convert them back to sfd format. Albert shared his tools with me (we've been going back and forth working on video formats for years now). FFmpeg for converting MP4 to MPEG1 SFDMux for converting MPEG1 tp SFD ADX Converter for .wav to .adx Totally possible to maintain 60fps with these tools. THey have been uploaded HEREHappy MOdding! Thanks a lot! I'll give these a try and see if the game engine itself can manage 60 fps videos.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Jun 6, 2022 4:08:55 GMT 10
Totally possible to maintain 60fps with these tools. Thanks a lot! I'll give these a try and see if the game engine itself can manage 60 fps videos. I can already confirm that the game will play 60fps videos. My mod makes use of an abundance of videos, most of which are at 60fps.
|
|
|
Post by brokenlinks on Sept 28, 2022 19:38:53 GMT 10
I couldn't find an answer to this anywhere, but how does one use a texture mod that's been made for the UHD edition but is causing a crash past the title screen ? After installing the HD project I removed the textures that were in ImagePackHD of the right corresponding file titles for the mod and copied the new ones over, and the mod's textures are already in .pack.yz2 format. Still crashes upon loading. What could be causing the conflict ? It works if HD project is not installed.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Sept 29, 2022 3:36:03 GMT 10
I couldn't find an answer to this anywhere, but how does one use a texture mod that's been made for the UHD edition but is causing a crash past the title screen ? After installing the HD project I removed the textures that were in ImagePackHD of the right corresponding file titles for the mod and copied the new ones over, and the mod's textures are already in .pack.yz2 format. Still crashes upon loading. What could be causing the conflict ? It works if HD project is not installed. You should probably unpack the HD mod pack file and see how many textures are present and compare that with what you are replacing. It 's likely there are missing textures in your pack file that the title.dat (or whatever file calls on that title pack file you mentioned) that is causing the crash.
|
|
|
Post by brokenlinks on Sept 29, 2022 4:16:04 GMT 10
I couldn't find an answer to this anywhere, but how does one use a texture mod that's been made for the UHD edition but is causing a crash past the title screen ? After installing the HD project I removed the textures that were in ImagePackHD of the right corresponding file titles for the mod and copied the new ones over, and the mod's textures are already in .pack.yz2 format. Still crashes upon loading. What could be causing the conflict ? It works if HD project is not installed. You should probably unpack the HD mod pack file and see how many textures are present and compare that with what you are replacing. It 's likely there are missing textures in your pack file that the title.dat (or whatever file calls on that title pack file you mentioned) that is causing the crash. The mod I'm trying to use is just a hair texture so I did them one by one, the files in it are .pack.yz2, 01000000, 01000008, 01000009, 01000010, 01000019. If I add these on a fresh install it works perfectly, but after the HD project and 4GB patch are installed, I remove those five files from ImagepackHD, then copy paste the matching filenames from the mod, and yeah, crash to desktop on loading a save or starting a new game. Does get to the title screen though.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Sept 29, 2022 6:12:48 GMT 10
You didn't understand what I said. Each pack file has texures inside of it. Your pack file is probably missing textures that something in the HD project calls on. You need to open the pack files and observe how many textures are in the HD project and compare that with your own.
|
|
|
Post by brokenlinks on Sept 29, 2022 20:30:34 GMT 10
You didn't understand what I said. Each pack file has texures inside of it. Your pack file is probably missing textures that something in the HD project calls on. You need to open the pack files and observe how many textures are in the HD project and compare that with your own. I followed your advice and was able to unpack and view what's in the old hair mods files. I was able to get the HD Project file into its .pack form, but the YZ2 tool never opens for me to be able to check the contents. I tried it just with a single .pack file to test, I have both the YZ2 exe and the .pack file in the same folder, but when clicked, the YZ2 tool just flickers once as though it's about to open, and then doesn't. I looked into that and have found nothing so there must be a step I'm missing as I just started trying to figure out modding the 2014 version.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Sept 30, 2022 2:49:16 GMT 10
Its probably best to start a new thread asking for help with the YZ2 tool at this point.
|
|