Nos Suite

08/27/2014 21:16 szymek111#31
Works ;) . This tool doesn't support string files , right ?? And this is packer ? ? Soo i can pack this unpacked files to NOS file ? Anyway thanks for this tool ;).
08/27/2014 21:19 Kingrap#32
This is only a preview, give him time ! He isn't a robot but an Elektrochemie xD
08/27/2014 21:45 szymek111#33
Quote:
Originally Posted by Kingrap View Post
This is only a preview, give him time ! He isn't a robot but an Elektrochemie xD
Ik XD. I'm just asking ;p.
08/27/2014 22:39 ernilos#34
Oh, really nice release! Finally something funny come out for NosTale :D
Did you have some struct information of files or I'll need try reverse it by myself? C:
08/27/2014 22:56 Kingrap#35
I think.. Looking the file 0..

2 bytes = Width ( 00 04 -> 0x0400 -> 1024 )
2 bytes = Height ( 00 03 -> 0x0300 -> 768 )
4 Bytes = RGBA (Loop) ( Thanks to ernilos for idea )

1024*768 = 786432 =
786432*4 = 3145728 =
3145728 + 4 =
3145732

File Size = 3.145.732 byte
My Theory Result = 3.145.732 byte
08/27/2014 23:01 ernilos#36
After few trys I see the color is BGRA, now it's time to map correctly the images...
...................
Edit: Okay It looks good right now ;)
[Only registered and activated users can see links. Click Here To Register...]
it uses blocks to parse data something like this it's needed:
Code:
W = ReadInt16
block_W = W / 4
H = ReadInt16
block_H = H / 4
08/27/2014 23:46 Kingrap#37
I'm working on it.. Preview..

[Only registered and activated users can see links. Click Here To Register...]
08/27/2014 23:58 Leon162#38
Schon ungefähr geplant wann du den IMG Converter veröffentlichst?
08/28/2014 00:02 Elektrochemie#39
bald
08/28/2014 00:07 Kingrap#40
Completed !! XD

08/28/2014 00:13 IceTrailer#41
Quote:
Originally Posted by Kingrap View Post
Completed !! XD

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

If you constantly post pictures of your tool, why don't you release it?
08/28/2014 00:28 Kingrap#42
Quote:
Originally Posted by sk8ter08 View Post
If you constantly post pictures of your tool, why don't you release it?
Because i don't release my tools, you can look but you can't touch..
08/28/2014 01:19 IceTrailer#43
Quote:
Originally Posted by Kingrap View Post
Because i don't release my tools, you can look but you can't touch..
Then you should open a seperate thread.
08/28/2014 02:07 Kingrap#44
Quote:
Originally Posted by sk8ter08 View Post
Then you should open a seperate thread.
Why ?! I just released the IMG algorithm with some image.. We are there for talk about it !

Okay, the reader is now perfect !

[Only registered and activated users can see links. Click Here To Register...]

- File structure

2 Bytes = Width
2 Bytes = Height
4 Bytes = BGRA ( loop )

- How to translate the image splitted in 4x4 blocks of 256x192 ?

█ █ █ █
█ █ █ █
█ █ █ █
█ █ █ █

You only have to print the image in vertical mode by four 256x768 blocks

Good Luck !
08/28/2014 11:33 ernilos#45
[Only registered and activated users can see links. Click Here To Register...]
*muahahahahahahahah*
I finished my tool for parse image type 547069832 (NS4BbData.NOS), it's really easy to use, enjoy ;)!
If anyone want's the source just PM me :P