Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Tokyo Xanadu eX (PC) model requests

Featured Replies

  • Author
  • Localization

fdtggf, posted Wed Mar 07, 2018 4:50 pm (32945)


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
  • Author
  • Localization

Acewell, posted Thu Mar 08, 2018 2:02 am (32960)


here is Noesis python script to open your dds.phyre samples :D

supports dxt1 and dxt5
this script will conflict with other phyre scripts so move them out of python folder while using this. :)

tex_TokyoXanadueX _PC_phyre.zip

  • Author
  • Localization

fdtggf, posted Thu Mar 08, 2018 2:57 am (32961)


Thank's your help!
Textures can extract. :D
  • Author
  • Localization

akderebur, posted Thu Mar 22, 2018 4:13 pm (33504)


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 :D
  • Author
  • Localization

fdtggf, posted Fri Mar 23, 2018 4:01 pm (33517)


Thank's akderebur help!
This tool is amazing!Extract textures and models perfectly! :lol: But face need photoshop composed
I will send more sample like monster,npc character's and stage later.
  • Author
  • Localization

Szkaradek123, posted Sat Nov 10, 2018 11:05 am (40254)


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

Code:
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>













  • Author
  • Localization

fdtggf, posted Mon Nov 12, 2018 3:08 pm (40298)


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
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.