✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 11, 2016 2:12:14 GMT 10
|
|
Posts: 121
|
Post by classicbiohazard on Feb 11, 2016 23:05:25 GMT 10
Fluffy, your newer version of the arctool are compatible with windows xp? Beacause the older versions run on my pc but the newer don't.
I know xp is obsolete :$ I don't ask you to make it compatible with xp, i only want to know if this is the cause that the tool don't work on my computer.
An other thing, actually we can't extract the collision data/geometry of the remake backgrounds,right?
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 11, 2016 23:51:28 GMT 10
Fluffy, your newer version of the arctool are compatible with windows xp? Beacause the older versions run on my pc but the newer don't. I know xp is obsolete :$ I don't ask you to make it compatible with xp, i only want to know if this is the cause that the tool don't work on my computer. An other thing, actually we can't extract the collision data/geometry of the remake backgrounds,right? Hmm, I must have broken XP support somewhere, but I'm not sure when and how. As for the collision data, I think I've heard of people being able to convert that. I think they're the SBC files within the room archives. I'm not sure who people are converting it though.
|
|
|
Post by reaccount on Feb 12, 2016 0:56:43 GMT 10
Question about .cci files being converted: Should just editing the REHD .bat file by adding -xfs work? (arctool -rehd -texRE6 -alwayscomp -pc -txt -v -xfs 7 %1 %2 %3 %4 %5 %6 %7 %8 %9) I've tried dragging and dropping both an .arc file (R118) and the .cci file directly onto the .bat, but the former results in a crash and the latter just outputs a 7.arc with no files in it. (I'm probably misunderstanding something basic.)
EDIT: I was messing something up, just had to put -xfs before -v.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 12, 2016 1:18:04 GMT 10
Question about .cci files being converted: Should just editing the REHD .bat file by adding -xfs work? (arctool -rehd -texRE6 -alwayscomp -pc -txt -v -xfs 7 %1 %2 %3 %4 %5 %6 %7 %8 %9) I've tried dragging and dropping both an .arc file (R118) and the .cci file directly onto the .bat, but the former results in a crash and the latter just outputs a 7.arc with no files in it. (I'm probably misunderstanding something basic.)
EDIT: I was messing something up, just had to put -xfs before -v. To be specific, the "7" has to be after "-v" as that defines the version number for the arc.
|
|
Posts: 121
|
Post by classicbiohazard on Feb 12, 2016 2:23:35 GMT 10
Ok, thanks Fluffy.
|
|
Posts: 73
|
Post by vectorunit0 on Feb 18, 2016 12:28:25 GMT 10
Hey, do you have a list of all dds types that arctool can handle?
Example: Textype=23 DDSFormat=DXT5
I need to know every Textype... I'm testing if game can load different texture type instead of broken textype 43... In most cases this works, but not always. If I had a list I could test every type...
|
|
Posts: 3
|
Post by braxx on Feb 18, 2016 23:27:47 GMT 10
Hi fluffy i downloaded your arctool and extracted it already into an external folder. However whenever i try to open it, it closes instantly. Is it a problem with the compatibility of your app with my Windows 8 or something else? I really want to mod DMC4SE so please help thanks you!!
|
|
Posts: 121
|
Post by classicbiohazard on Feb 19, 2016 3:51:14 GMT 10
You have to move the file you want extract into the arctool.
|
|
Posts: 3
|
Post by braxx on Feb 19, 2016 20:44:51 GMT 10
I tried that already and it always tells me that the program has stopped working. I dont know if this is because of compatibility or just that its not possible to extract the file?
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 19, 2016 22:17:02 GMT 10
Hey, do you have a list of all dds types that arctool can handle? Example: Textype=23 DDSFormat=DXT5 I need to know every Textype... I'm testing if game can load different texture type instead of broken textype 43... In most cases this works, but not always. If I had a list I could test every type... There's a partial texture type list included with arctool (texture-formats.txt). You can also refer to this list taken from the game of all texture types: FORMAT_R32G32B32A32_FLOAT = 1 FORMAT_R16G16B16A16_FLOAT = 2 FORMAT_R16G16B16A16_UNORM = 3 FORMAT_R16G16B16A16_SNORM = 4 FORMAT_R32G32_FLOAT = 5 FORMAT_R10G10B10A2_UNORM = 6 FORMAT_R8G8B8A8_UNORM = 7 FORMAT_R8G8B8A8_SNORM = 8 FORMAT_R8G8B8A8_UNORM_SRGB = 9 FORMAT_B4G4R4A4_UNORM = 10 FORMAT_R16G16_FLOAT = 11 FORMAT_R16G16_UNORM = 12 FORMAT_R16G16_SNORM = 13 FORMAT_R32_FLOAT = 14 FORMAT_D24_UNORM_S8_UINT = 15 FORMAT_R16_FLOAT = 16 FORMAT_R16_UNORM = 17 FORMAT_A8_UNORM = 18 FORMAT_BC1_UNORM = 19 FORMAT_BC1_UNORM_SRGB = 20 FORMAT_BC2_UNORM = 21 FORMAT_BC2_UNORM_SRGB = 22 FORMAT_BC3_UNORM = 23 FORMAT_BC3_UNORM_SRGB = 24 FORMAT_BCX_GRAYSCALE = 25 FORMAT_BCX_ALPHA = 26 FORMAT_BC5_SNORM = 27 FORMAT_B5G6R5_UNORM = 28 FORMAT_B5G5R5A1_UNORM = 29 FORMAT_BCX_NM1 = 30 FORMAT_BCX_NM2 = 31 FORMAT_BCX_RGBI = 32 FORMAT_BCX_RGBY = 33 FORMAT_B8G8R8X8_UNORM = 34 FORMAT_BCX_RGBI_SRGB = 35 FORMAT_BCX_RGBY_SRGB = 36 FORMAT_BCX_NH = 37 FORMAT_R11G11B10_FLOAT = 38 FORMAT_B8G8R8A8_UNORM = 39 FORMAT_B8G8R8A8_UNORM_SRGB = 40 FORMAT_BCX_RGBNL = 41 FORMAT_BCX_YCCA = 42 FORMAT_BCX_YCCA_SRGB = 43 FORMAT_R8_UNORM = 44 FORMAT_B8G8R8A8_UNORM_LE = 45 FORMAT_B10G10R10A2_UNORM_LE = 46 FORMAT_BCX_SRGBA = 47 FORMAT_BC7_UNORM = 48 FORMAT_BC7_UNORM_SRGB = 49 FORMAT_SE5M9M9M9 = 50 FORMAT_R10G10B10A2_FLOAT = 51 FORMAT_YVU420P2_CSC1 = 52 FORMAT_R8A8_UNORM = 53 FORMAT_A8_UNORM_WHITE = 54 I tried that already and it always tells me that the program has stopped working. I dont know if this is because of compatibility or just that its not possible to extract the file? Arctool should be compatible with every arc file in DMC4SE. It's hard to guess what's going wrong in your case though.
|
|
Posts: 3
|
Post by braxx on Feb 20, 2016 17:07:54 GMT 10
then is there a reason why the cmd prompt would force close itself so fast? if there isnt its ok thanks for helping tho!
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 20, 2016 23:13:45 GMT 10
then is there a reason why the cmd prompt would force close itself so fast? if there isnt its ok thanks for helping tho! It's designed to be used in command prompt and it doesn't have a GUI. But as long as you use the batch files correctly, you'll be able to unpack and repack.
|
|
Posts: 121
|
Post by classicbiohazard on Mar 5, 2016 10:16:58 GMT 10
Mmm, I have a new computer with window 10 and the arctool didn't work. It's not compatible or how it works? :$ Can you make a guide with images please? :$ I am spanish and maybe I understand it better with images. I tried to extract the arc files of the RemakeHD rooms.
|
|
Posts: 121
|
Post by classicbiohazard on Mar 8, 2016 3:58:56 GMT 10
I have to put the arc files into the arctool like older/previous versions, right? I have put the compatibility mode on different windows settings, but no works :/ I don't Know what is the problem or maybe I do something wrong.
|
|