Closed GoogleCodeExporter closed 8 years ago
maybe this is more of an issue with jake2.tools.Unpak than anything you guys
would care about, not sure this is all new to me so
Original comment by paig...@devel.ws
on 30 Sep 2011 at 3:42
this file might come in handy, describes the pak format
Original comment by paig...@devel.ws
on 30 Sep 2011 at 5:03
Attachments:
Ultimately I decided it would probably make more sense if the build process
didn't rely on java code to be able to always open the pak file, rather the
following:
1. The unpacker extracts the content to a temporary directory or not if no pak
files are available
2. If there is content in the temporary directory, then convert it
3. the content is converted
This in theory would give me the option of using a different unpaker (one that
works) to extract the contents of my pak file and then I can put the content in
the temporary directory myself and use the conversion tools that are already
written (because I really don't want to figure out how to convert .cin to mp4
and because writing a python script to do os.path.walk is pretty easy, I don't
want to do it if I don't have to.)
Original comment by paig...@devel.ws
on 9 Oct 2011 at 5:09
There was a bug in convert / unpack, which is fixed now. I hope this solves
your issue.
Original comment by stefan.haustein
on 11 Oct 2011 at 6:42
Original issue reported on code.google.com by
paig...@devel.ws
on 30 Sep 2011 at 3:41