I used Xanadu-BRA-Decompress and toxana-tkit successful extract .dds.phyre and .dae.phyre
Then I used Noesis TrailsofColdSteel2 phyre tools and Phyre engine tools try to extract textures and models but doesn't work
Anyone can help me extract textures and models?please
There is main Character's .phyre data
sample
Tokyo Xanadu eX+(PC) model requests
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
[PC] Tokyo Xanadu eX+ (.dds.phyre)
here is Noesis python script to open your dds.phyre samples
supports dxt1 and dxt5
this script will conflict with other phyre scripts so move them out of python folder while using this.
supports dxt1 and dxt5
this script will conflict with other phyre scripts so move them out of python folder while using this.
-
- Posts: 10
- Joined: Tue Mar 06, 2018 12:58 pm
Re: Tokyo Xanadu eX+(PC) model requests
Thank's your help!
Textures can extract.
Textures can extract.
-
- Posts: 68
- Joined: Wed Nov 15, 2017 1:54 pm
Re: Tokyo Xanadu eX+(PC) model requests
I released a tool for extracting the models, incase you are still interested: http://forum.xentax.com/viewtopic.php?f=16&t=17859
I made it based on the samples you uploaded, so it should be able to load those models. Most of the samples aren't models though
I made it based on the samples you uploaded, so it should be able to load those models. Most of the samples aren't models though
-
- Posts: 10
- Joined: Tue Mar 06, 2018 12:58 pm
Re: Tokyo Xanadu eX+(PC) model requests
Thank's akderebur help!
This tool is amazing!Extract textures and models perfectly! But face need photoshop composed
I will send more sample like monster,npc character's and stage later.
This tool is amazing!Extract textures and models perfectly! But face need photoshop composed
I will send more sample like monster,npc character's and stage later.
-
- Posts: 124
- Joined: Sat Aug 29, 2015 1:13 pm
Re: Tokyo Xanadu eX+(PC) model requests
Hi
I have problem with toxana-tkit.
What i am doing wrong ?
I use Nodejs version 7 32 - bits from https://nodejs.org/download/release/v7.0.0/
I run system console as administartor with command "npm i -g git+https://github.com/weaknespase/toxana-tkit.git"
Here is a log from console.
Problem solved: must download and install https://git-scm.com/downloads
I have problem with toxana-tkit.
What i am doing wrong ?
I use Nodejs version 7 32 - bits from https://nodejs.org/download/release/v7.0.0/
I run system console as administartor with command "npm i -g git+https://github.com/weaknespase/toxana-tkit.git"
Here is a log from console.
Problem solved: must download and install https://git-scm.com/downloads
Code: Select all
C:\WINDOWS\system32>npm i -g git+https://github.com/weaknespase/toxana-tkit.git
npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:111:15)
npm WARN addRemoteGit git+https://github.com/weaknespase/toxana-tkit.git resetting remote C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-weaknespase-toxana-tkit-git-736faef3 because of error: { Error: not found: git
npm WARN addRemoteGit at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:111:15) code: 'ENOGIT' }
npm ERR! git clone --template=C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/weaknespase/toxana-tkit.git C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-weaknespase-toxana-tkit-git-736faef3: undefined
npm ERR! git clone --template=C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/weaknespase/toxana-tkit.git C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-weaknespase-toxana-tkit-git-736faef3: undefined
npm ERR! Windows_NT 10.0.17134
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "-g" "git+https://github.com/weaknespase/toxana-tkit.git"
npm ERR! node v7.0.0
npm ERR! npm v3.10.8
npm ERR! code ENOGIT
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! Please include the following file with any support request:
npm ERR! C:\WINDOWS\system32\npm-debug.log
C:\WINDOWS\system32>npm i -g git+https://github.com/weaknespase/toxana-tkit
npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:111:15)
npm WARN addRemoteGit git+https://github.com/weaknespase/toxana-tkit.git resetting remote C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-weaknespase-toxana-tkit-git-736faef3 because of error: { Error: not found: git
npm WARN addRemoteGit at getNotFoundError (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:14:12)
npm WARN addRemoteGit at F (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:69:19)
npm WARN addRemoteGit at E (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:81:29)
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\which.js:90:16
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
npm WARN addRemoteGit at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:111:15) code: 'ENOGIT' }
npm ERR! git clone --template=C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/weaknespase/toxana-tkit.git C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-weaknespase-toxana-tkit-git-736faef3: undefined
npm ERR! git clone --template=C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/weaknespase/toxana-tkit.git C:\Users\Mariusz\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-weaknespase-toxana-tkit-git-736faef3: undefined
npm ERR! Windows_NT 10.0.17134
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "-g" "git+https://github.com/weaknespase/toxana-tkit"
npm ERR! node v7.0.0
npm ERR! npm v3.10.8
npm ERR! code ENOGIT
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! Please include the following file with any support request:
npm ERR! C:\WINDOWS\system32\npm-debug.log
C:\WINDOWS\system32>
-
- Posts: 10
- Joined: Tue Mar 06, 2018 12:58 pm
Re: Tokyo Xanadu eX+(PC) model requests
Try this
http://modding.tistory.com/3
Download and extract ED8-PKG-Tools.7z,then drag and drop .pkg file into _pkg-unpack_pkg_tool.cmd
http://modding.tistory.com/3
Download and extract ED8-PKG-Tools.7z,then drag and drop .pkg file into _pkg-unpack_pkg_tool.cmd