Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Unity Assets Explorer [v 1.2]

General game file tools that are useful for more than one game
DeProgrammer99
ultra-n00b
Posts: 1
Joined: Mon Aug 11, 2014 11:38 pm

Re: Unity Assets Explorer [v 1.2]

Post by DeProgrammer99 »

I tried it out on some Android games, myself. One game (Nisekoi! Majikore - http://apps.evozi.com/apk-downloader/?i ... oimajikore ) has assets separated into .split# files, which it looks like should just be directly appended--no biggie there for me. However, there are various issues that clearly stem from minor errors, so I wonder if you could look into that. ;)

For example, this texture is juuust a little bit wrong when extracted. http://i1097.photobucket.com/albums/g35 ... f2646b.png

And maybe it's not true that the split files should simply be appended. This is what I got when I tried loading such a file after concatenating the contents: http://i1097.photobucket.com/albums/g35 ... 3f13a4.png

Opening only the .split0 file: http://i1097.photobucket.com/albums/g35 ... 61da85.png
User avatar
Yrruf
ultra-n00b
Posts: 4
Joined: Fri Aug 15, 2014 7:25 pm

Re: Unity Assets Explorer [v 1.2]

Post by Yrruf »

JohnHudeski wrote:Some files have numbers as extensions
I'm having the same problem as JohnHudeski, does it mean that the game is obfuscated or is there something else?
The filenames I'm seeing are like resources_433298.135

Thank you very much.
User avatar
Haoose
mega-veteran
mega-veteran
Posts: 280
Joined: Tue Mar 01, 2011 9:34 pm
Has thanked: 70 times
Been thanked: 193 times
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by Haoose »

Yrruf wrote:
JohnHudeski wrote:Some files have numbers as extensions
I'm having the same problem as JohnHudeski, does it mean that the game is obfuscated or is there something else?
The filenames I'm seeing are like resources_433298.135

Thank you very much.
It's normal. Not all files have names in archive.
-= GP-team =-
Image
User avatar
Yrruf
ultra-n00b
Posts: 4
Joined: Fri Aug 15, 2014 7:25 pm

Re: Unity Assets Explorer [v 1.2]

Post by Yrruf »

Okay, thank you very much, thought there was something wrong.
User avatar
makcar
veteran
Posts: 154
Joined: Mon May 12, 2014 10:41 pm
Has thanked: 22 times
Been thanked: 45 times

Re: Unity Assets Explorer [v 1.2]

Post by makcar »

aluigi wrote:Just for information, a couple of weeks ago I released a quickbms script that should cover all or almost all the existent assets versions of Unity3d:

http://aluigi.org/papers/bms/unity.bms

The format was easier than I thought, so the real task is being able to use/convert the extracted files.
Reimport does not work.
Game: DEX (archives v4.6.0b11)
User avatar
AhrimanSefid
n00b
Posts: 19
Joined: Mon Mar 07, 2011 9:55 am
Location: Iran
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by AhrimanSefid »

hi
thanks good soft.
plz help in fix error
thanks a lot.
You do not have the required permissions to view the files attached to this post.
User avatar
Haoose
mega-veteran
mega-veteran
Posts: 280
Joined: Tue Mar 01, 2011 9:34 pm
Has thanked: 70 times
Been thanked: 193 times
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by Haoose »

AhrimanSefid
This old version. Download again
-= GP-team =-
Image
User avatar
AhrimanSefid
n00b
Posts: 19
Joined: Mon Mar 07, 2011 9:55 am
Location: Iran
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by AhrimanSefid »

plz add new v link thank you
Csimbi
veteran
Posts: 108
Joined: Thu Nov 06, 2008 9:29 pm
Has thanked: 10 times
Been thanked: 22 times

Re: Unity Assets Explorer [v 1.2]

Post by Csimbi »

AhrimanSefid wrote:plz add new v link thank you
Link is the same; you have to re-download from there.
______
Csimbi
User avatar
AhrimanSefid
n00b
Posts: 19
Joined: Mon Mar 07, 2011 9:55 am
Location: Iran
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by AhrimanSefid »

last v test but send error.
You do not have the required permissions to view the files attached to this post.
User avatar
MiRiKan
advanced
Posts: 67
Joined: Fri Jul 25, 2014 6:28 am
Location: Korea
Has thanked: 12 times
Been thanked: 25 times
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by MiRiKan »

Anybody knows that how to modify font file that using NGUI png + fnt system?
i can see image file. but i can not see any fnt file. i think that file changed when compiled it.
'Using NGUI image font system' games are Knights of Pen and Paper, Pixel Piracy, etc
Team.SM, Make Koren Translations for Games.
User avatar
Haoose
mega-veteran
mega-veteran
Posts: 280
Joined: Tue Mar 01, 2011 9:34 pm
Has thanked: 70 times
Been thanked: 193 times
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by Haoose »

AhrimanSefid wrote:last v test but send error.
This no last version
Last: 14.08.2014
-= GP-team =-
Image
Cetic
ultra-n00b
Posts: 4
Joined: Thu Aug 28, 2014 1:37 am
Has thanked: 2 times

Re: Unity Assets Explorer [v 1.2]

Post by Cetic »

Just for info : When files are highlighted and extracting : :scaredy:

Image

Thank's !
weesy91
ultra-n00b
Posts: 8
Joined: Sun Aug 31, 2014 8:39 am
Has thanked: 8 times

Re: Unity Assets Explorer [v 1.2]

Post by weesy91 »

Nice work! it's just awesome...
But it seems i'm having a little problem.
I'm using this program for an android game and trying to export an tex to dds.
All other image that's in RGBA 8.8.8.8 works just fine but
whenever i export RGBA 4.4.4.4 format tex file (size512x512), there's only transparent areas in dds.
is there a solution for this?
User avatar
MiRiKan
advanced
Posts: 67
Joined: Fri Jul 25, 2014 6:28 am
Location: Korea
Has thanked: 12 times
Been thanked: 25 times
Contact:

Re: Unity Assets Explorer [v 1.2]

Post by MiRiKan »

weesy91 wrote:Nice work! it's just awesome...
But it seems i'm having a little problem.
I'm using this program for an android game and trying to export an tex to dds.
All other image that's in RGBA 8.8.8.8 works just fine but
whenever i export RGBA 4.4.4.4 format tex file (size512x512), there's only transparent areas in dds.
is there a solution for this?

Use this tool to unpack : viewtopic.php?f=10&t=11807
Team.SM, Make Koren Translations for Games.
Post Reply