March 28, 2024, 16:30
bigger smaller reset     1020px Wide width Full width Reset   * *

Gildor's Forums

  Homepage Facebook Read news on Twitter Youtube channel Github page
Welcome, Guest. Please login or register.
Did you miss your activation email?

« previous next »
Print
Author Topic: Lost Reavers (Wii U)  (Read 8750 times)
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #15 on: December 13, 2016, 18:47 »

It's not working for me. When i try to convert it says TexConv2 has stopped working. What should i do?

make sure you used the -dds option.
I exported them as dds, and i used the bms script, but when i was trying to convert the gtx, it just stopped working.
Here's the error I'm talking about:


* error.PNG (8.12 KB, 359x188 - viewed 534 times.)
« Last Edit: December 13, 2016, 19:30 by MarioSonicU » Logged
chrrox
Silver Sponsor
Full Member
**
Posts: 187


View Profile
« Reply #16 on: December 14, 2016, 01:52 »

what file are you working on.
you need to add the -dds option to umodel when running the command it changes how they are dds files.
Logged
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #17 on: December 14, 2016, 04:00 »

what file are you working on.
you need to add the -dds option to umodel when running the command it changes how they are dds files.
Here are the DDS files extracted. I even extracted some dds from The Wii U version of Devil's Third

https://mega.nz/#!GtY3BSST!Sj5E1IhBsh3--JSKaCUSC3eVDNFAlTWzubOXMBfdbzc
Logged
chrrox
Silver Sponsor
Full Member
**
Posts: 187


View Profile
« Reply #18 on: December 14, 2016, 06:48 »

seems to work perfect for me did you have
texUtils.dll and texUtilsD.dll in the same folder.


just try running TexConv2.exe by itself it should output
Example command line params (to .gtx):
    -i texture1.dds(.tga) -i texture2.dds(.tga) -o out.gtx -texturearray
    -mipFilter box -minmip 1 -f GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM
    -tileMode GX2_TILE_MODE_DEFAULT -swizzle 1

Example command line params (to .dds):
    -i texturebin.gtx -o out.dds -printinfo
Logged
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #19 on: December 14, 2016, 07:54 »

seems to work perfect for me did you have
texUtils.dll and texUtilsD.dll in the same folder.


just try running TexConv2.exe by itself it should output
Example command line params (to .gtx):
    -i texture1.dds(.tga) -i texture2.dds(.tga) -o out.gtx -texturearray
    -mipFilter box -minmip 1 -f GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM
    -tileMode GX2_TILE_MODE_DEFAULT -swizzle 1

Example command line params (to .dds):
    -i texturebin.gtx -o out.dds -printinfo
I don't have texUtilsD.dll all i have is texUtils.dll and gfd.dll.
« Last Edit: December 14, 2016, 07:58 by MarioSonicU » Logged
chrrox
Silver Sponsor
Full Member
**
Posts: 187


View Profile
« Reply #20 on: December 14, 2016, 08:37 »

does it run on your system from command line?
just the exe alone.
Logged
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #21 on: December 14, 2016, 11:19 »

does it run on your system from command line?
just the exe alone.
It says Failed to load DLL when there are no dll. but it runs with gfd.dll and texUtils.dll
Logged
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #22 on: December 14, 2016, 11:31 »

May you show me a screenshot of how you set up our texture extraction folder. Because no matter what i do, the fixed dds won't come out.
Also here's an attachment ofwhat it displays when i try to use convertgtx.bat


* error.PNG (46.25 KB, 980x882 - viewed 650 times.)
« Last Edit: December 14, 2016, 11:46 by MarioSonicU » Logged
chrrox
Silver Sponsor
Full Member
**
Posts: 187


View Profile
« Reply #23 on: December 14, 2016, 14:13 »

see if you can convert this texture.
https://www.sendspace.com/file/ka7044

https://dl.dropboxusercontent.com/u/58989379/scenes.7z

// ----- GX2Surface Info -----
  index     = 0
  dim       = 1
  width     = 4096
  height    = 2048
  depth     = 1
  numMips   = 1
  format    = GX2_SURFACE_FORMAT_T_BC1_UNORM
  aa        = 0
  use       = 1
  imageSize = 4194304
  mipSize   = 0
  tileMode  = 4
  swizzle   = 851968, 0xD0000
  alignment = 8192
  pitch     = 256
  mipOffset = 18216384
« Last Edit: December 14, 2016, 14:37 by chrrox » Logged
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #24 on: December 14, 2016, 19:32 »

It Works Now. Thank you
Logged
Gildor
Administrator
Hero Member
*****
Posts: 7978



View Profile WWW
« Reply #25 on: December 14, 2016, 19:36 »

It Works Now. Thank you
So, what was wrong? There was too long discussion to finish it with just saying "it works now".
Logged
MarioSonicU
Newbie
*
Posts: 23


View Profile
« Reply #26 on: December 14, 2016, 21:59 »

It Works Now. Thank you
So, what was wrong? There was too long discussion to finish it with just saying "it works now".
I see a gfdD, shaderUtils, shaderUtilsD and texUtils dlls that I did not have before
Logged
huchi001
Newbie
*
Posts: 2


View Profile
« Reply #27 on: March 21, 2017, 06:26 »

I don't find texUtilsD.dll. where am i find that?
my texConv2 view this error

"unrecognized command line parameter '-texturearray". Exiting"

Logged
riccochet
Newbie
*
Posts: 20



View Profile
« Reply #28 on: April 19, 2017, 22:41 »

Hi, I seem to be having the same problem MarioSonic  had.

Where do I find the texUtilsD.dll file as the TexHaxU I downloaded only has texUtils.dll included
Logged
freemanpro
Full Member
***
Posts: 114


View Profile
« Reply #29 on: April 20, 2017, 19:29 »

Something I do not understand how to convert improper .dds in Fixed .
Can anybody write the points how to do it. I would be very grateful.

For example these files . https://mega.nz/#!GtY3BSST!Sj5E1IhBsh3--JSKaCUSC3eVDNFAlTWzubOXMBfdbzc
Logged
Print 
« previous next »
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC
Leviathan design by Bloc | XHTML | CSS