*PC | Limbo .pkg archives
- Teryal5532
- beginner
- Posts: 28
- Joined: Wed May 11, 2011 12:10 am
- Location: Romania
*PC | Limbo .pkg archives
The contents of this post was deleted because of possible forum rules violation.
- Teryal5532
- beginner
- Posts: 28
- Joined: Wed May 11, 2011 12:10 am
- Location: Romania
Re: *PC | Limbo .pkg archives
Yup. There are 2 archives/
limbo_boot and limbo_runtime
They contain everything for the game (textures, texts, models, images...).
limbo_boot and limbo_runtime
They contain everything for the game (textures, texts, models, images...).
- chrrox
- Moderator
- Posts: 2512
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1244 times
Re: *PC | Limbo .pkg archives
just run offzip on them then inside the extracted files is a simple to extract archive.
c:\offzip.exe -a c:\file.pkg c:\extract 0x0
c:\offzip.exe -a c:\file.pkg c:\extract 0x0
- Teryal5532
- beginner
- Posts: 28
- Joined: Wed May 11, 2011 12:10 am
- Location: Romania
Re: *PC | Limbo .pkg archives

I do something wrong or what?
The archive is in C:\. The output folder is 'extracted'.
Sorry but i'm ultra noob

-
- Moderator
- Posts: 388
- Joined: Tue Aug 09, 2005 10:10 pm
- Location: California
- Been thanked: 84 times
- Contact:
Re: *PC | Limbo .pkg archives
Code: Select all
uint32 entryCount
entry[entryCount] entries
entry:
uint32 nameHash // crc32 of file name
uint32 offset // relative to end of entry table, ie, 4 + (entryCount * 12)
uint32 size
http://blog.gib.me/
Don't ask me about localization tools; if you don't have the resources to develop them yourself you don't need them.
Don't ask me about localization tools; if you don't have the resources to develop them yourself you don't need them.
- chrrox
- Moderator
- Posts: 2512
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1244 times
Re: *PC | Limbo .pkg archives
this is the command i ran
c:\offzip\offzip.exe -a c:\limbo_boot.pkg "c:\extracted" 0x0
c:\offzip\offzip.exe -a c:\limbo_boot.pkg "c:\extracted" 0x0
- Teryal5532
- beginner
- Posts: 28
- Joined: Wed May 11, 2011 12:10 am
- Location: Romania
Re: *PC | Limbo .pkg archives
Okay, i extracted the files but every file is with .dat extension...
Where i can find the textures, models and the text for the game and how i can open those .dat files?
I need help

Where i can find the textures, models and the text for the game and how i can open those .dat files?
I need help

-
- M-M-M-Monster veteran
- Posts: 2387
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 296 times
Re: *PC | Limbo .pkg archives
I think that's as much as offzip can do in terms of filenames lol
Though from rick's post it seems there aren't any useful filenames anyways.
Though from rick's post it seems there aren't any useful filenames anyways.
Re: *PC | Limbo .pkg archives
Heya, Ive got the same trouble, I unpacked files good, but I only got .dat files, plus to that, my target is to change a model(texture?) of protagonist in the game, so I need a way to pack it back after I edit it in some way =\
-
- Moderator
- Posts: 388
- Joined: Tue Aug 09, 2005 10:10 pm
- Location: California
- Been thanked: 84 times
- Contact:
Re: *PC | Limbo .pkg archives
Here is my code and file lists:
http://svn.gib.me/public/limbo/trunk/
I have no further plans to work on LIMBO further, sorry.
http://svn.gib.me/public/limbo/trunk/
I have no further plans to work on LIMBO further, sorry.
http://blog.gib.me/
Don't ask me about localization tools; if you don't have the resources to develop them yourself you don't need them.
Don't ask me about localization tools; if you don't have the resources to develop them yourself you don't need them.
Re: *PC | Limbo .pkg archives
Guys, any chance somebody here can make an upnpack/pack tool? Cuz I dont know anything about it...
Or perhaps somebody knows somebody who can? I guess I shouldnt say obvious things like I would b supermega grateful and incredibly happy
Or perhaps somebody knows somebody who can? I guess I shouldnt say obvious things like I would b supermega grateful and incredibly happy

Last edited by get8p on Fri Aug 19, 2011 4:44 pm, edited 1 time in total.
-
- M-M-M-Monster veteran
- Posts: 2387
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 296 times
Re: *PC | Limbo .pkg archives
Turns out, pkg is...Mac OS X Installer Package, aint it?
Or its some kind of other .pkg?
Or its some kind of other .pkg?
Last edited by get8p on Fri Aug 19, 2011 7:32 pm, edited 1 time in total.
-
- M-M-M-Monster veteran
- Posts: 2387
- Joined: Sat Apr 09, 2011 1:22 am
- Has thanked: 170 times
- Been thanked: 296 times
Re: *PC | Limbo .pkg archives
pkg is just an extension. Microsoft decided that it would be cool to associate certain extensions with certain applications, but you don't have to follow it.