Results 1 to 22 of 22
  1. #1
    MSgt. Shooter Person
    Join Date
    Oct 2007
    Location
    Earth
    Posts
    213

    Smile Compress/Decompress Unreal Files In Windows Explorer

    For those that add custom maps to their servers and would like an easy way to compress unreal files to .uz3, here is an easy way to integrate the process into Windows explorer. All it requires is modifying entries in your registry.

    Let's start with *.ut3 files. In your registry navigate to,
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes

    1. Add a new KEY called ".ut3" (don't include the quotes)
    2. From within the above key, create a new key called "shell"
    3. From within the above key, create a new key called "Compress".
    The above can be any name you want.
    However, if you want to run as administrator (because your maps are in a path controlled by UAC), then name it "runas" and set the (Default) string value to what you want to see in the context menu.
    4. From within the above key, create a new key called "command".
    5. Set the (Default) value to "<Path>\UT3.com compress %1". For example, mine is
    C:\Program Files (x86)\Unreal Tournament 3\Binaries\UT3.com compress %1

    Correction: Make it look like this instead (notice the quotes)
    "C:\Program Files (x86)\Unreal Tournament 3\Binaries\UT3.com" compress "%1"


    Here is a screenshot example.
    This Image Was Automatically Resized by using the Screenshot Tag.  Click to view the full version

    Just repeat the above process if you want to include *.upk and *.u files. Additionally, you can add the ability to decompress uz3 files by doing the same thing and then using "UT3.com decompress %1". Be sure to change the key name from Compress to Decompress, or call it whatever you want.

    So now when you right click on your file, you should see an option at the top of the context menu to compress or decompress the files.

    Hope you find it useful - I know I do

    There is one issue I found. Sometimes the compressed file does not get placed in the same directory where the source file lives

    For example, when I tried to compress the following:
    C:\Users\XXX\Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\CookedPC\CustomMaps\Tutorial. ut3

    it placed it here,
    C:\Users\XXX\Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\Unpublished\CookedPC\CUSTOM~1 \Tutorial.ut3.uz3

    Bizarre ...
    Last edited by Elohim; 02-26-2008 at 02:21 PM. Reason: Correction
    Lian Li PC-A10B case | Corsair HX620W psu | eVGA 780i FTW | Intel Q9550 @ 3.6+ GHz (425*8.5) (1.336 V) | Corsair XMS2 4GB (4 x 1GB) DDR2 800 (@750) | eVGA 8800 GTS 512 (G92) @ 780/1800/1050(2100) | Creative X-Fi Xtreme Gamer sound card | (2) Seagate 7200.10 320 GB (No RAID) | D-Link DNS-323 with (2) Seagate 7200.10 500 GB (No RAID) | Sony DVD RW DW-G120A | Dell 2405 FPW | Vista Ultimate x64

  2. #2
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Location
    U.K
    Posts
    366

    Default

    Or you could just use UT3Compress, no registry edits needed, no installation. Just download, unzip, start compressing

  3. #3
    MSgt. Shooter Person
    Join Date
    Oct 2007
    Location
    Earth
    Posts
    213

    Default

    Quote Originally Posted by AZ-{OVGY} View Post
    Or you could just use UT3Compress, no registry edits needed, no installation. Just download, unzip, start compressing
    No offense, but I don't think that program is very good. It doesn't remember settings, so every time you launch it you have to choose the location of UT3, choose an output directory, and then navigate to the file(s) to compress. So from the point of having a file ready to compress, there is a tremendous amount of mouse clicking needed to be done just to do it.

    I actually started my on project to replace UT3Compress, which would provide far better usability, settings memory, suppressing dos boxes, drag & drop, etc. Then again, right clicking on the file and choosing compress sounds much easier to me.
    Lian Li PC-A10B case | Corsair HX620W psu | eVGA 780i FTW | Intel Q9550 @ 3.6+ GHz (425*8.5) (1.336 V) | Corsair XMS2 4GB (4 x 1GB) DDR2 800 (@750) | eVGA 8800 GTS 512 (G92) @ 780/1800/1050(2100) | Creative X-Fi Xtreme Gamer sound card | (2) Seagate 7200.10 320 GB (No RAID) | D-Link DNS-323 with (2) Seagate 7200.10 500 GB (No RAID) | Sony DVD RW DW-G120A | Dell 2405 FPW | Vista Ultimate x64

  4. #4
    Iron Guard
    Join Date
    Jul 2006
    Posts
    632

    Default

    Nice. I'll give it a shot.
    Slaughter's Place Forums | Game Server: Quad-Core Xeon co-located in St. Louis, MO USA
    BattleFreeztagArena/BattleTeamArena: 64.37.73.205

  5. #5

    Default

    Ive do the same thing what "Elohim" before he has written it ^^ but i use an other method.

    The Tool UTCompress is a bad tool.

    - Everytime you run it, you have to enter the directory who UT3 is installed
    - No ini was written here
    - this tool starts for every files a session, so it takes a long long time if you have more files to compress.

    So, now my method.

    Ive written a little tool, that is no other like ...\UT3.com "%1" "%2" "%3" "%4" "%5" ... f.e.
    Just link it to the registry or to the "SendTo" Dir an then you can much more Files compress and much faster, because UT3.com was start once only.

    cheers
    ===================================
    »Vûlçåñø« Homepage
    ===================================

  6. #6
    Iron Guard
    Join Date
    Jul 2006
    Posts
    632

    Default

    Quote Originally Posted by »Vûlçåñø« View Post
    Ive do the same thing what "Elohim" before he has written it ^^ but i use an other method.

    The Tool UTCompress is a bad tool.

    - Everytime you run it, you have to enter the directory who UT3 is installed
    - No ini was written here
    - this tool starts for every files a session, so it takes a long long time if you have more files to compress.

    So, now my method.

    Ive written a little tool, that is no other like ...\UT3.com "%1" "%2" "%3" "%4" "%5" ... f.e.
    Just link it to the registry or to the "SendTo" Dir an then you can much more Files compress and much faster, because UT3.com was start once only.

    cheers
    Well, what you've posted is incomplete. How is someone supposed to set it up or test it?

    As for Elohim's technique; it works like a champ. I went ahead and set up the keys for .upk and .u files as well.

    Since I tend to stage a bunch of files to be compressed and uploaded to the redirect in a separate single folder I can explore and select several at once; right click and select Compress and they are all taken care of. Granted, ut3.com is started for each file selected, but since doing file compression isn't an everyday thing it isn't that much of a bother.
    Slaughter's Place Forums | Game Server: Quad-Core Xeon co-located in St. Louis, MO USA
    BattleFreeztagArena/BattleTeamArena: 64.37.73.205

  7. #7
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Location
    U.K
    Posts
    366

    Default

    Quote Originally Posted by Elohim View Post
    No offense, but I don't think that program is very good. It doesn't remember settings, so every time you launch it you have to choose the location of UT3, choose an output directory, and then navigate to the file(s) to compress. So from the point of having a file ready to compress, there is a tremendous amount of mouse clicking needed to be done just to do it.

    I actually started my on project to replace UT3Compress, which would provide far better usability, settings memory, suppressing dos boxes, drag & drop, etc. Then again, right clicking on the file and choosing compress sounds much easier to me.
    The program is still pretty new, hence it being v1.0, UT3Compress is a simple tool for people who do not want to have to edit their registry for the sake of compressing files, or for those who do not know how to do that or are a bit cautious of it.

    Quotes from Epitaph (maker of UT3Compress)

    "I am keeping track of requests"

    "In response to not saving locations: If I create another version I will be sure to save the locations that were chosen to a configuration somewhere so it will remember them the next time you open the program."

  8. #8
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Posts
    47
    Gamer IDs

    Gamertag: IMPEACH_BUSH

    Default

    how do you compress/decompress ut files on linux?

  9. #9
    MSgt. Shooter Person
    Join Date
    Aug 2006
    Location
    I'm already dead.
    Posts
    137

    Default

    Thaks, works fine. Only it kills the Ut3 icon on the files and replaces it with a Word Document Icon. It can get a bit confusing, but the ease of selecting a file and then with one single right click to compress is awesome.

    Nice work man.
    Making a Ut3 movie? Then you need; http://rypelcam.net
    kAoS.Ut3.Server»IP«: 202.60.70.40:37003
    Drop in say hello; http://kaoshq.com

  10. #10
    Iron Guard
    Join Date
    Jul 2006
    Posts
    632

    Default

    Quote Originally Posted by gämmö View Post
    Thaks, works fine. Only it kills the Ut3 icon on the files and replaces it with a Word Document Icon. It can get a bit confusing, but the ease of selecting a file and then with one single right click to compress is awesome.

    Nice work man.
    Easily fixed.

    1) Open the Explorer, select menu option Tools | Options and click on the File Types tab.
    2) Click New, type UZ3 and click OK.
    3) Click the Advanced button, then Change Icon... and browse for the UT3 executable to select the icon and click OK.
    4) Click OK and then Close to exit the Folder Options dialog.

    (I used CookerSync.exe so compressed files use the green U icon.)
    Slaughter's Place Forums | Game Server: Quad-Core Xeon co-located in St. Louis, MO USA
    BattleFreeztagArena/BattleTeamArena: 64.37.73.205

  11. #11

    Default

    When is the creator of Redirect Checker making a UT3 version? That's the best and easiest of all.

  12. #12
    MSgt. Shooter Person
    Join Date
    Nov 2007
    Location
    U.K
    Posts
    366

    Default

    Maybe start a topic for this, you may yield a better response, this topic is about compressing/decompressing files (thats all people see in the title).
    http://ovgyclan.com

    My Muts-
    Revival Combo, Loaded Shock Rifle
    Dont help others because others have helped you,help others because its the right thing to do!!!

  13. #13

    Default

    it's my first post here

    I'm traying to decompress a upk file... I do every step from the elohim method perfectly... but when I try to decompress a upk game file, a DOS windows appears then the game is automaticly executed (runned)... but the file was not extracted.

    I don't installed any patch to the game. I need some patch or something?

    I hope somebody can help me.

    Thanks in advanced
    Last edited by estecb; 04-25-2008 at 01:44 PM.

  14. #14
    Iron Guard
    Join Date
    Jul 2006
    Posts
    632

    Default

    Quote Originally Posted by Elohim View Post
    There is one issue I found. Sometimes the compressed file does not get placed in the same directory where the source file lives

    For example, when I tried to compress the following:
    C:\Users\XXX\Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\CookedPC\CustomMaps\Tutorial. ut3

    it placed it here,
    C:\Users\XXX\Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\Unpublished\CookedPC\CUSTOM~1 \Tutorial.ut3.uz3

    Bizarre ...
    This is because UT3.com isn't handling the long file (folder) name properly. UT3.exe would.

    Quote Originally Posted by estecb
    I'm traying to decompress a upk file... I do every step from the elohim method perfectly... but when I try to decompress a upk game file, a DOS windows appears then the game is automaticly executed (runned)... but the file was not extracted.

    I don't installed any patch to the game. I need some patch or something?
    You would need the latest patch.
    Slaughter's Place Forums | Game Server: Quad-Core Xeon co-located in St. Louis, MO USA
    BattleFreeztagArena/BattleTeamArena: 64.37.73.205

  15. #15

    Default

    I install the 1.2 patch, but when I try to decompress a upk file, this message appear:

    Init: version: 3543
    Init: Epic Internal: 0
    Init: Compiled: Feb 13 2008 20:45:17
    Init: Command Line: "C:\Program files\Unreal Tournament 3\UTGame\CookedPC\CTF_Flags.upk"
    Init: Bse directory: C:\Program files\Unreal Tournament 3\Binaries\
    Init: Character set: Unicode
    Log: Executing Class IpDrv.DecompressCommandlet
    Error, Compressed files must end in .uz3

    Warning/Error summary
    ----------------------
    Error, Compressed files must end in .uz3

    Failure - 1error<s>, 0 warning<s>


    Execution of commandlet took: 0.07 seconds
    This tool should be decompress upk files, right? It's telling me that's only decompress .uz3 files...

    I only download the 1.2 patch... I never installed the 1.1 path, maybe it's the problem or something else?

    PS: There are some other tool to uncompress upk files?

    Thanks in advanced

    Edit: I installed the 1.1 patch but it's worst... With this just happend the first problem...
    Last edited by estecb; 04-25-2008 at 09:17 PM.

  16. #16
    Iron Guard
    Join Date
    Jul 2006
    Posts
    632

    Default

    Sorry. I wasn't reading your original post correctly. No, you can't uncompress a upk file with these methods.

    These methods take an original uncompressed file (like a .ut3 map or a .upk file) and compress them into uz3 files for placement on a redirect server. And then if desired you can take the uz3 file and decompress it back to the original file (like a upk file).
    Slaughter's Place Forums | Game Server: Quad-Core Xeon co-located in St. Louis, MO USA
    BattleFreeztagArena/BattleTeamArena: 64.37.73.205

  17. #17
    Banned
    Join Date
    Nov 2007
    Posts
    2,188

    Default

    I get an error message when trying to decompress a ut3.uz3 file, it says it's a non-valid unreal package?

  18. #18
    Boomshot
    Join Date
    Mar 2001
    Location
    Enemy flag carrier is Her!
    Posts
    2,046

    Default

    i used the UT3 Vice Tool to decompress files and it seems to work most of the time. got some corrupt files but they might have been that way from the dl to start. most worked.

    http://www.fileplanet.com/187733/180...mpression-tool

    http://www.utzone.de/include.php?pat...contentid=6890
    Last edited by UnrealGrrl; 09-10-2008 at 11:04 AM.

  19. #19
    Boomshot
    Join Date
    Mar 2001
    Location
    Enemy flag carrier is Her!
    Posts
    2,046

    Default

    to use compression on the server do i need to enable anything or it will just see and use the compressed files now? thx!

  20. #20
    MSgt. Shooter Person
    Join Date
    Jan 2011
    Location
    In my maps
    Posts
    336
    Gamer IDs

    Gamertag: idnewton

    Default

    So how do I decompress a .uz3?
    Mass Map Pack (aka Team Stealth Jumbo UT3 Pack) is currently in beta phase, check it out here: http://forums.epicgames.com/threads/...eta?p=29851355
    Need help with mutator! http://forums.epicgames.com/threads/...or!?p=29782758

  21. #21

  22. #22
    Iron Guard
    Join Date
    Aug 2006
    Location
    Reno, NV
    Posts
    821

    Default

    Quote Originally Posted by Elohim View Post
    There is one issue I found. Sometimes the compressed file does not get placed in the same directory where the source file lives

    For example, when I tried to compress the following:
    C:\Users\XXX\Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\CookedPC\CustomMaps\Tutorial. ut3

    it placed it here,
    C:\Users\XXX\Documents\My Games\Unreal Tournament 3\UTGame\Unpublished\Unpublished\CookedPC\CUSTOM~1 \Tutorial.ut3.uz3

    Bizarre ...
    Adding the "-nohomedir" parameter to the ut3.com command line should fix this. ie,

    "C:\Program Files (x86)\Unreal Tournament 3\Binaries\UT3.com" compress "%1" -nohomedir

    The new .uz3 files should now be found in the same directory where the original .ut3/.upk/.u files are located.
    Last edited by {DvT}JonahHex; 05-11-2011 at 09:03 PM.
    CPU: Intel Core2Quad Q6600 @ 3.0GHz | Motherboard: EVGA nForce 680i SLI | CPU HSF: Zalman 9700LED | RAM: 4x2GB G-Skill Pi Black PC6400 | GPU: 2xEVGA 8800GTX ACS³ KO - SLI | Sound: onboard | PSU: BFG 1000W | Case: XClio Windtunnel | Monitor: 22" Samsung SyncMaster 226BW | Keyboard/Mouse: Logitech G15/G7 | Win7 Home Premium

    As gamers, playing games is our second-most favorite hobby. Our most favorite is, of course, complaining about games.


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Copyright ©2009-2011 Epic Games, Inc. All Rights Reserved.
Digital Point modules: Sphinx-based search vBulletin skin by CompletevB.com.