Search found 93 matches: xpr2

Searched query: xpr2

by Darko
Wed Oct 03, 2012 3:09 pm
Forum: Graphic file formats
Topic: N3:Ninety-Nine Nights II textures
Replies: 4
Views: 1999

Re: N3:Ninety-Nine Nights II textures

zaramot wrote:I've tried some tools for XPR2 format, they didn't work for me. It seems each .dds file from N3-2 has few textures inside (color,normal etc.).
Unbunlder.exe I guess.

See ya.
by zaramot
Mon Sep 03, 2012 11:02 am
Forum: Graphic file formats
Topic: N3:Ninety-Nine Nights II textures
Replies: 4
Views: 1999

Re: N3:Ninety-Nine Nights II textures

I've tried some tools for XPR2 format, they didn't work for me. It seems each .dds file from N3-2 has few textures inside (color,normal etc.).
by Gh0stBlade
Sat Sep 01, 2012 6:46 pm
Forum: Graphic file formats
Topic: N3:Ninety-Nine Nights II textures
Replies: 4
Views: 1999

Re: N3:Ninety-Nine Nights II textures

To me it looks like the XPR2 format just adjusted.
by lllccc
Thu Aug 30, 2012 9:31 pm
Forum: Compressed files and methods
Topic: dead rising files .tex .big
Replies: 3
Views: 2047

Re: dead rising files .tex .big

... endian big get DDSNAME basename get DATASIZE asize set XPRNAME DDSNAME string XPRNAME += .xpr putvarchr MEMORY_FILE 0 0 append putdstring "XPR2" 4 MEMORY_FILE put 0x64 long MEMORY_FILE put DATASIZE long MEMORY_FILE put 1 long MEMORY_FILE putdstring "TX2D" 4 MEMORY_FILE put ...
by majinmartin93
Thu Jul 26, 2012 1:27 am
Forum: Compressed files and methods
Topic: Fifa 12 - XPR2...T. ......TX2D
Replies: 0
Views: 962

Fifa 12 - XPR2...T. ......TX2D

I can't decompress this xpr2 file in ANY way, i tried every tool with no results.
hope someone can help me:

Image



file: https://dl.dropbox.com/u/21604639/2
by AlphaTwentyThree
Sun Jul 01, 2012 3:47 pm
Forum: Code Talk
Topic: My quickBMS scripts
Replies: 486
Views: 466474

Re: My quickBMS scripts

XPR2 extractor Will need to further compare this with the Quake 4 X360 version, maybe there's some identifier and I can join the two scripts. I guess there are other games that use this format. I'll update the script info ...
by mmm273
Sat Apr 14, 2012 6:53 pm
Forum: Game Archive
Topic: Venetica X360 xrz
Replies: 6
Views: 1570

Re: Venetica X360 xrz

Tried,

Noesis with plugin for XPR2 not work...

XPR Express - nothing extracted...


hmmm
by dj082502
Sat Apr 14, 2012 6:22 pm
Forum: Game Archive
Topic: Venetica X360 xrz
Replies: 6
Views: 1570

Re: Venetica X360 xrz

... to shared.xpr Look at the link. will help you http://forum.xentax.com/viewtopic.php?f=15&t=4092 http://forum.xentax.com/search.php?keywords=xpr2
by messiahlad
Mon Apr 09, 2012 12:27 am
Forum: 3D/2D models
Topic: Final Fantasy XIII-2 extraction
Replies: 123
Views: 61347

Re: Final Fantasy XIII-2 extraction

... that I had just duplicated the original DLC. Im still playing around with bundler/unBundler as well. what method did you use to convert imgb to xpr2. I assume an XPR2 can be "unbundled" edited with different textures, maybe UVs and "bundled" then converted back. EcheloCross ...
by mariokart64n
Thu Mar 29, 2012 12:35 am
Forum: 3D/2D models
Topic: Final Fantasy XIII-2 extraction
Replies: 123
Views: 61347

Re: Final Fantasy XIII-2 extraction

... but on the human side the actual image looks like a pile of crapolia after tiled the only method I can offer is re-writting the IMGB into a XPR2 an XPR2 file is generated by the xbox360 SDK, using its bundler.exe tool. the bundler handles textures which converts them between untiled and ...
by Kamillho
Tue Mar 27, 2012 2:56 pm
Forum: Graphic file formats
Topic: Xbox 360 XPR2 (noesis plugin)
Replies: 32
Views: 22820

Re: Xbox 360 XPR2 (noesis plugin)

greywaste wrote:
Kamillho wrote: fmt = noesis.NOESISTEX_DXT5
Here's some info about .dds compression types
Play around with the value I left alone in your quote.
Thanks!
It works on some textures!
by greywaste
Tue Mar 27, 2012 1:47 pm
Forum: Graphic file formats
Topic: Xbox 360 XPR2 (noesis plugin)
Replies: 32
Views: 22820

Re: Xbox 360 XPR2 (noesis plugin)

Kamillho wrote: fmt = noesis.NOESISTEX_DXT5
Here's some info about .dds compression types
Play around with the value I left alone in your quote.
by Kamillho
Tue Mar 27, 2012 1:06 pm
Forum: Graphic file formats
Topic: Xbox 360 XPR2 (noesis plugin)
Replies: 32
Views: 22820

Re: Xbox 360 XPR2 (noesis plugin)

I used def hackLoadRGBA(data, texList): w = 256/512/1024/2048 h = 256/512/1024/2048 fmt = noesis.NOESISTEX_DXT5 data = rapi.imageUntile360DXT(rapi.swapEndianArray(data, 2), w, h, 8 if fmt == noesis.NOESISTEX_DXT1 else 16) texList.append(NoeTexture("hacktex", w, h, data, fmt)) return 1 And ...
by MrAdults
Tue Mar 27, 2012 3:03 am
Forum: Graphic file formats
Topic: Xbox 360 XPR2 (noesis plugin)
Replies: 32
Views: 22820

Re: Xbox 360 XPR2 (noesis plugin)

Different issue, your size and/or format is wrong.
by Kamillho
Mon Mar 26, 2012 3:22 pm
Forum: Graphic file formats
Topic: Xbox 360 XPR2 (noesis plugin)
Replies: 32
Views: 22820

Re: Xbox 360 XPR2 (noesis plugin)

MrAdults wrote:Like I said in the ORC thread the old ssg script could produce corrupt data. Go get the new script and reextract with that.
But it doesn't work with new script also
Image