Author Topic: Satsuki IroPng2DDS simple gui  (Read 15588 times)

hihi

  • *
  • Posts: 12
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #25 on: 2020-05-20 08:27:20 »
Yes, I am running it from desktop.

I had installed the runtime included in the runtime folder and also the link you provided. Still giving the same error message.

I can run the convert.exe included in the tools folder. Is it possible if you provide me the syntax to convert all png from a folder then output it to another folder?

I will put those commands into a batch file. Manually extract and archive iro using 7H v2.

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #26 on: 2020-05-20 11:11:13 »
First Check if the png width and height are power of 2 (will be used latter)

then use the convert.exe (imagemagick) to normalize the source png :
Code: [Select]
convert.exe -background #000000 -alpha Background "source.png" "source.normalized.png"
If w and h ARE power of 2 convert to dds with mipmap :
Code: [Select]
texconv.exe -y -f BC7_UNORM -bcmax -nologo -o "output folder" "source.normalized.png"
if w or h ARE NOT a power of 2, convert to dds without mipmap :
Code: [Select]
texconv.exe -y -m 1 -f BC7_UNORM -bcmax -nologo -o "output folder" "source.normalized.png"

hihi

  • *
  • Posts: 12
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #27 on: 2020-05-21 04:19:25 »
Thank you satsuki

Barachiel

  • *
  • Posts: 25
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #28 on: 2020-05-22 22:08:48 »
I can't drag and drop files to the app.  I have run it as Administrator.  I've run it from my Downloads folder.  I've had to flag it as Safe to Windows Defender.  But no matter what I do, when I try to drag, the cursor turns into a little "Circle with a Slash" symbol.  I can Drag and Drop the files anywhere else.  I have tried dragging the files to the desktop THEN to the app, and nothing works.  I tried installing the runtime files, only to get a "Setup Failed" due to a version already being installed. 

EDIT:  Nevermind, turns out Running as Administrator was the cause of the issue. 
« Last Edit: 2020-05-22 22:11:43 by Barachiel »

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #29 on: 2020-05-23 06:40:59 »
New version 1.25 :
-Changed icon again to avoid A/V false positive
-Added a warning about runing it as admin disable the drag and drop

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: Satsuki IroPng2DDS simple gui
« Reply #30 on: 2020-05-24 02:46:02 »
Any chance we might be able to drag/drop folders into this instead of just files? my field folder for ff8 has a million subfolders, etc. and it's a huge pain to drag/drop the contents of each folder into the mod.  otherwise, great tool!

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #31 on: 2020-05-24 08:09:37 »
Not ATM.
But a simple way to do it is use windows to seach for the png inside your ff8 folder, then drag and drop from the search results, working great ^^

Chrysalis

  • ESUI Developer
  • Global moderator
  • *
  • Posts: 414
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #32 on: 2020-05-25 09:36:03 »
for menu stuff it can massively increase iro size but will compress back down with 7zip for distribution.

Thanks for this excellent tool satsuki.

--

It seems on ninostyle model pack from nexusmods, this converts the preview images, I did see a log showing mipmap failures, and in the log it mentionedit though they were unused, but they are used, in the png iro they show up in configure box, on the dds iro they missing.
« Last Edit: 2020-05-25 09:48:12 by Chrysalis »

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #33 on: 2020-05-25 10:17:32 »
Ok i'll try nino pack conversion ASAP to correct all that

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #34 on: 2020-05-25 11:08:02 »
witch iro have you converted without preview and with witch iropngdds version ?

Chrysalis

  • ESUI Developer
  • Global moderator
  • *
  • Posts: 414
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #35 on: 2020-05-26 02:00:25 »
It looks like it is just the ninostyle battle models.and ninostyle hd field models.

There is 5 iro's in the pack and the other 3 iro's are ok.

iropngdds version is 1.25 64bits.

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #36 on: 2020-05-26 09:34:46 »
Ok i'll try that asap

satsuki

  • *
  • Posts: 782
    • View Profile
    • My softs (french only)
Re: Satsuki IroPng2DDS simple gui
« Reply #37 on: 2020-05-26 20:03:41 »
New version 1.26:
-Corrected some preview files wasn't detected and was converted to dds

m_agil1st

  • *
  • Posts: 2
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #38 on: 2021-12-15 08:42:54 »
when i tried to convert iro png file to dds iro, the output iro dds generated is only 0 kb in size, is there a way to fix it?

Valtrise

  • *
  • Posts: 5
    • View Profile
Re: Satsuki IroPng2DDS simple gui
« Reply #39 on: 2021-12-29 21:31:48 »
when i tried to convert iro png file to dds iro, the output iro dds generated is only 0 kb in size, is there a way to fix it?

Make sure the file name that you are converting has no spaces in it.