Join also our Discord channel! Click here.
Xbox 360 XPR2 (noesis plugin)
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
Xbox 360 XPR2 (noesis plugin)
Here is a plugin for noesis that supports xpr2 files.
if you find a xpr file that does not work just upload it somewhere and let me know ill add support for it.
if you find a xpr file that does not work just upload it somewhere and let me know ill add support for it.
You do not have the required permissions to view the files attached to this post.
-
- ultra-n00b
- Posts: 7
- Joined: Sun Feb 05, 2012 3:07 pm
- Has thanked: 1 time
Re: Xbox 360 XPR2 (noesis plugin)
The contents of this post was deleted because of possible forum rules violation.
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
-
- ultra-n00b
- Posts: 7
- Joined: Sun Feb 05, 2012 3:07 pm
- Has thanked: 1 time
- chrrox
- Moderator
- Posts: 2569
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1323 times
-
- ultra-n00b
- Posts: 7
- Joined: Sun Feb 05, 2012 3:07 pm
- Has thanked: 1 time
-
- ultra-n00b
- Posts: 7
- Joined: Sun Feb 05, 2012 3:07 pm
- Has thanked: 1 time
Re: Xbox 360 XPR2 (noesis plugin)
Opened a discussion with more info here:
viewtopic.php?f=10&t=8213
viewtopic.php?f=10&t=8213
-
- Moderator
- Posts: 949
- Joined: Sun Mar 27, 2011 8:42 pm
- Has thanked: 10 times
- Been thanked: 138 times
Re: Xbox 360 XPR2 (noesis plugin)
does not work on this : http://dl.dropbox.com/u/38234344/Reside ... _Fotns.rar
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0
Downloads from DropBox : https://dl.dropboxusercontent.com/u/
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0
Downloads from DropBox : https://dl.dropboxusercontent.com/u/
-
- ultra-n00b
- Posts: 9
- Joined: Tue Mar 20, 2012 3:00 am
- Has thanked: 2 times
Re: Xbox 360 XPR2 (noesis plugin)
Thank's a lot but it doesn't work on RE:ORC for 360 like the above msg,
here is the message from Noesis

and here is another file (hunkgear_s.xpr) if it's possible for a fix
http://www.mediafire.com/?gnzfdabubc8b2j3
Edit: it works with this script from here
viewtopic.php?f=10&t=8574&start=15
http://www.mediafire.com/?aou3hlj9qboy2h3
here is the message from Noesis

and here is another file (hunkgear_s.xpr) if it's possible for a fix
http://www.mediafire.com/?gnzfdabubc8b2j3
Edit: it works with this script from here
viewtopic.php?f=10&t=8574&start=15
but few files are buggy like this onefrom inc_noesis import *
def registerNoesisTypes():
handle = noesis.register("Hackity Hack Hack", ".xpr")
noesis.setHandlerTypeCheck(handle, noeCheckGeneric)
noesis.setHandlerLoadRGBA(handle, hackLoadRGBA)
return 1
def hackLoadRGBA(data, texList):
w = 256
h = 256
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
http://www.mediafire.com/?aou3hlj9qboy2h3
-
- Moderator
- Posts: 703
- Joined: Mon Jul 05, 2010 8:55 pm
- Has thanked: 20 times
- Been thanked: 392 times
-
- veteran
- Posts: 84
- Joined: Sat Jan 22, 2011 6:19 pm
- Has thanked: 11 times
- Been thanked: 2 times
Re: Xbox 360 XPR2 (noesis plugin)
But it doesn't work with new script alsoMrAdults 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.

-
- veteran
- Posts: 84
- Joined: Sat Jan 22, 2011 6:19 pm
- Has thanked: 11 times
- Been thanked: 2 times
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 always diffuse are wrong or not reading at Noesis :/
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 always diffuse are wrong or not reading at Noesis :/