Help modifying a packge code - Printable Version +- Eliot's Forum (https://eliotvu.com/forum) +-- Forum: UE Explorer (https://eliotvu.com/forum/forumdisplay.php?fid=1) +--- Forum: Unreal File Format (https://eliotvu.com/forum/forumdisplay.php?fid=14) +--- Thread: Help modifying a packge code (/showthread.php?tid=33) |
Help modifying a packge code - sskillz - 08-18-2012 Hello, I've decompressed a Unreal Engine 3 package using this tool from gildor.org (Unreal Package Decompressor). And I found the address of the variable I wanted to to modify using your great UE Explorer. I than changed it using a hex editor (Was just a single byte). But now I need to compress the package back so the game won't notice it changed, right now as uncompressed the game crushes. Do you know how I go about recompressing it? Thanks ahead. RE: Help modifying a packge code - eliot - 08-18-2012 Absolutely no idea, although you might check if the game comes UnrealFrontend.exe, if you're lucky it might have the compressing commandlets. RE: Help modifying a packge code - zohaibca - 08-28-2012 These package codes are GUID identifying a particular Windows Installer package. The package code associates an .msi file with an application and can also be used for the verification of sources. |