Page 1 of 1

Where to learn more about exploring file formats

Posted: Fri Jun 23, 2017 6:19 am
by xCrypt0z
__

Re: WHERE TO LEARN MORE ABOUT EXPLORING FILE FORMATS???!!!!

Posted: Fri Jun 23, 2017 6:49 am
by ikskoks

Re: WHERE TO LEARN MORE ABOUT EXPLORING FILE FORMATS???!!!!

Posted: Fri Jun 23, 2017 8:11 am
by xCrypt0z
Ive seen some but I wanna know how to write a file assets unpacker in c++ without having to depend on that multiex tool that he made to extract assests

Re: WHERE TO LEARN MORE ABOUT EXPLORING FILE FORMATS???!!!!

Posted: Fri Jun 23, 2017 11:02 am
by ikskoks
There are not any tutorials about that. :p

The only way is to see sources of the other people and learn from it. Many source code packs are available here on forum or on github. Just search for it, you can start here viewforum.php?f=32.

Re: WHERE TO LEARN MORE ABOUT EXPLORING FILE FORMATS???!!!!

Posted: Mon Sep 18, 2017 7:45 pm
by mrox2
+1
I'm curious as well, I don't see people posting programming tuts about these sort of things. Only guides I see are generic on how to handle integers, binary and text data.

Re: WHERE TO LEARN MORE ABOUT EXPLORING FILE FORMATS???!!!!

Posted: Thu Jan 04, 2018 4:03 pm
by Loginoux
Hi, i started with this awesome dude : https://www.youtube.com/watch?v=1ORnfYn ... eL4fBI1Z7k

He have a nice video tutorials series about reading a binary 3D mesh file with maxscript on 3ds max, it's a good starting point i guess.
Also i've also this lack of "ressources" problem, you need to read a lot about how actually you can make binary files in C++, how to parse files etc...
How you store Vertex buffer inside a file and many stuffs related to creating game assets etc.

Hope it can help !