Jump to content

XSHAPE


Daemonjax

Recommended Posts

  • Replies 129
  • Created
  • Last Reply

Top Posters In This Topic

Copy the decompress.exe to some folder

Copy the upk file(s) (compressed.upk for this example) you want to decompress to the same folder

Open a command line prompt

Go to that folder

 

type:

 

decompress -lzo -out=decompressed.upk compressed.upk

 

 

decompressed.upk is a filename you choose. Too easy, amirite? ;)

 

essential dos commands: http://www.lsi.upc.edu/~robert/teaching/foninf/doshelp.html

c:, d:, e:, etc... will change drives, btw.

Edited by Daemonjax
Link to comment
Share on other sites

Copy the decompress.exe to some folder

Copy the upk files you want to decompress to the same folder

Open a command line prompt

Go to that folder

 

type:

 

decompressor -lzo <filename.upk>

 

To add on to that -- basic windows command line navigation just in case:

<DriveLetter>: to change drive ex: C:

cd to change directory ex: cd Program\ Files

dir to get a list of files in the directory

 

EDIT: Daemonjax beating me to it :P

Edited by Jeffmetal
Link to comment
Share on other sites

You can also use tab for autocompetion.

 

But, this isn't a thread for learning dos or using gildor's tools.

 

So, let's stop now. :D

 

EDIT: Just PM me with odd questions like this. I'll either ignore you, or answer... but at least this thread will stay mostly pure.

Edited by Daemonjax
Link to comment
Share on other sites

decompressor -lzo -out=decompressed.upk compressed.upk

 

decompressor didn't work for me so I typed in decompress. Placed both files directly on my G: drive. It's still not fully working it says -out=PATH

 

OK got it to work I placed both of the files on the G: drive and created an "X" folder. Then wrote:

 

decompress -lzo -out=g:\X filename.upk (in my case XComStrategyGame.upk

 

and now I have a large XComStrategyGame.upk in my X folder.

Edited by Nolanoth
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...