Page 1 of 1
help! how to read Texture2D files?
Posted: Thu Jan 20, 2011 12:03 pm
by zozi
this file :
NHNLogo.zip
NHNLogo.Texture2D i don't know what's this
but I know it must be a TGA image
may you help me,please?
Re: help! how to read Texture2D files?
Posted: Thu Jan 20, 2011 12:54 pm
by WRS
Re: help! how to read Texture2D files?
Posted: Thu Jan 20, 2011 1:03 pm
by zozi
yes it's NHN's logo. but how to view and edit it ?
you mean it's not enough , need another file(s) ?
sorry my English is very poor . I'm chinese.
Re: help! how to read Texture2D files?
Posted: Thu Jan 20, 2011 4:10 pm
by Tosyk
zozi, where did you get this file? From what game/title/app?
Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 4:44 am
by zozi
from the game TERA ,unpack one of his .GPK files, use a tool named Unreal Package Extractor.
this is the tool
http://www.gildor.org/downloads
and this is the .gpk files of TERA:
Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 5:19 am
by Tosyk
zozi wrote:from the game TERA ,unpack one of his .GPK files, use a tool named Unreal Package Extractor.
this is the tool
http://www.gildor.org/downloads
and this is the .gpk files of TERA:
for *.gpk files you should use
umodel from
here, yes I know it called
Unreal Model Viewer, but it can unpack/convert all you need, instead of
Unreal Package Extractor
So, just put *.gpk file, umodel.exe and sdl.dll in one folder and run cmd command:
Code: Select all
umodel.exe -export -game=tera -all your_file.gpk
and you get all *.tga you need
Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 7:04 am
by zozi

thanks a lot!
now I can make beautiful wallpaper use the TERA's images
but...it seems like only export picture files ...
and I even wanna to repack it ...
how do you think about it?
Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 7:34 am
by Tosyk
Umodel can import textures, 3d models and animation from tera, and other unreal-like games.
Packing resources back into gpk impossible.
Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 7:47 am
by zozi

What a pity..
however , thank you very much

Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 7:55 am
by Tosyk
Maybe you can find more information
here
Re: help! how to read Texture2D files?
Posted: Fri Jan 21, 2011 8:28 am
by zozi
thx. I'm learning...
