Unreal Engine.zip
大小:7.83MB
价格:45积分
下载量:0
评分:
5.0
上传者:jio本小子
更新日期:2025-09-22

虚幻引擎PAK解包查看工具

资源文件列表(大概)

文件名
大小
UE.py
3.38KB
umodel_win32/
-
umodel_win32/LICENSE.txt
1.08KB
umodel_win32/notify.log
5.66KB
umodel_win32/readme.txt
60.55KB
umodel_win32/SDL2.dll
1.1MB
umodel_win32/SDL2_64.dll
1.34MB
umodel_win32/umodel.exe
1.4MB
umodel_win32/umodel_64.exe
1.64MB
UnrealPak/
-
UnrealPak/Key.json
1.06KB
UnrealPak/UnrealPak.exe
10.92MB
UnrealPak/UnrealPak.pdb
5.29MB
UnrealPak/UnrealPak.target
24.88KB
使用说明.txt
-

资源内容介绍

虚幻引擎PAK解包查看工具是一种专门针对虚幻引擎打包的PAK文件进行解包和查看的软件工具。PAK文件是虚幻引擎游戏中的一种数据文件格式,通常包含游戏中的资源文件,如纹理、模型、音频和脚本等。该工具的出现极大地便利了游戏开发人员和爱好者对游戏资源的访问和分析。工具中的UE.py文件可能是一个Python脚本文件,用于实现PAK文件解包功能的核心算法。Python因为其强大的文本处理能力,常常被用来编写各种脚本工具,包括文件解包工具。通过这种方式,用户可以利用Python的强大库和功能,轻松实现对PAK文件的解包和查看。使用说明.txt文件顾名思义,是向用户提供该工具的使用方法和指南。它会详细说明如何安装和运行该工具,以及如何操作工具来完成特定的任务。例如,用户可能需要了解如何指定PAK文件路径、如何解压文件以及如何查看解压后的内容。umodel_win32是一个适用于Windows 32位系统的可执行程序,它可能是一个独立的应用程序,允许用户在没有Python环境的计算机上使用图形用户界面(GUI)来解包PAK文件。这个工具可能是开源项目的一部分,用户可以直接下载并运行该程序,无需安装额外的软件。UnrealPak是一个虚幻引擎内置的命令行工具,它允许开发者对PAK文件进行打包和解包操作。它通常通过命令行进行控制,使得用户可以更精细地控制解包过程,例如选择特定的资源进行解包,或是对解包过程进行批处理操作。UnrealPak工具在虚幻引擎的官方文档中有详细的说明,因此开发者可以通过阅读官方文档来深入了解该工具的使用方法。总体来说,虚幻引擎PAK解包查看工具的出现,极大地便利了开发者对虚幻引擎打包文件的管理和分析。无论是通过UE.py的脚本方式,使用说明.txt的指南,还是通过umodel_win32和UnrealPak工具的图形界面和命令行方式,用户都可以轻松地对PAK文件进行操作,以满足不同的开发和分析需求。
UE Viewer(c) Konstantin Nosov (Gildor), 2007-2022Please support the development by making a donation here:https://www.gildor.org/en/donateLicense~~~~~~~UE Viewer is licensed under the MIT License.System requirements~~~~~~~~~~~~~~~~~~~Windows or Linux operating systemx86-compatible CPU with SSE2 supportOpenGL 1.1 videocard (OpenGL 2.0 is recommended)SDL 2.0 (for Linux only, windows distribution has SDL2.dll included)List of supported games~~~~~~~~~~~~~~~~~~~~~~~Supported all Unreal engine versions (1-4). The list of supported games consists ofmore than 300 game titles, it is not reasonable to include it here. Some game titleshas limited support or not supported at all. Detailed information can be found here:https://www.gildor.org/projects/umodel/compatWeb resources~~~~~~~~~~~~~UE Viewer home page and forum:https://www.gildor.org/en/projects/umodelor Russian page:https://www.gildor.org/projects/umodelUE Viewer FAQ:https://www.gildor.org/projects/umodel/faqSome tutorials available here:https://www.gildor.org/projects/umodel/tutorialsYoutube page with tutorials and news:https://www.youtube.com/playlist?list=PLJROJrENPVvK-V8PCTR9qBmY0Q7v4wCymOther documentation:https://www.gildor.org/smf/index.php/board,9.0.htmlName of the project~~~~~~~~~~~~~~~~~~~I've started the project in 2007 as some quick test for own skeletal animation system.It didn't get a name first. Later I made it more "mature", it becate "UT2004 model viewer".Later more games were added, and it became "Unreal model viewer" - short form is "umodel".Later Epic Games requested me to remove their trademark "Unreal" from the name, so it became"UE Viewer", with the same "shortcut" name which is now used only for executable file nameand when it's preferred to use shorter (unofficial) name.Quick start~~~~~~~~~~~WARNING: it's highly recommended to read the FAQ and to watch video tutorials (see thelinks above) before starting the umodel for the first time.UModel primarily is a console application, with rich command line capabilities. Easiestrun is 'umodel <package>', it will start umodel in a viewer mode. To see the fulllist of available command line options run 'umodel -help'.You could also drag a package file &#40;.upk, .xxx, .ukx etc&#41; to umodel's icon to launchthe application. However default settings will be used in this case, so if game requiressome compatibility options, this will not work.You may also use response file to provide command line arguments. More info is in Wiki page:https://github.com/gildor2/UModel/wiki/Response-fileGUI~~~Some time ago simple GUI has been added for Windows version of UModel. It appears whenyou start UModel without arguments (for example, clicking on UModel icon from WindowsExplorer). Please note that all command line option still works even in GUI mode.A startup window appears only when you have neither game path nor package name specified.It will allow you to choose where UModel will look for files ('-path' option) as well ascompatibility options. If you will set '-path' from the command line, startup GUI willnot appear. In a case you want to specify path and show startup GUI, add option '-gui'to the command line.Viewer window has user menu on the top of the window. Please review and try optionsprovided there. Most of them could be duplicated with keystrokes, and these key shortcutsare listed in menu.Viewer mode~~~~~~~~~~~The application is controlled with keyboard and mouse. You may see the full list ofkeyboard shortcuts by pressing 'H' (Help) key. Here's the list of some shortcuts: PgUp/PgDn browse through loaded objects Ctrl+S take a screenshot into the file Screenshots/ObjectName.tga Alt+S take screenshot with transparent background Ctrl+X export all objects from the current scene Ctrl+PgUp/PgDn scroll onscreen texts Shift+Up/Down change scene FOV Ctrl+L switch lighting modes Ctrl+Q toggle visualization of debug information (text, 3D axis etc) Ctrl+G toggle between OpenGL 2.0 (using shaders) and OpenGL 1.1 (no shaders) Esc exit from the umodelYou may attach the AnimSet to the SkeletalMesh object using Ctrl+A key. Animationsequences are listed by '[' and ']' keys, playback is started with a Space key.Psk/psa export~~~~~~~~~~~~~~To load psk or psa into the 3ds Max you'll need ActorX Importer script created by me:https://www.gildor.org/projects/unactorxIt has own announcements thread here:https://www.gildor.org/smf/index.php/topic,228.0.htmlSome meshes contains information which cannot fit into psk standard. For this reason I'veextended the format to hold advanced information. Files in this format has extension pskxand cannot be loaded into UnrealEd or any other application with ActorX support. There'sonly one tool with pskx support at the moment - ActorX Importer mentioned above.Md5mesh/md5anim export~~~~~~~~~~~~~~~~~~~~~~Umodel has possibility to export skeletal meshes and animations in idSoftware md5 format.To use this exporter you should use command line option "-md5". MeshAnimation and AnimSetobjects are exported as multiple md5anim files (one file for each animation track). "bounds"section in md5anim is filled with dummy data. "hierarchy" section also does not contain realskeleton hierarchy because Unreal engine uses hierarchy from the mesh, not from theanimation. Some md5 viewers/importers does require md5anim hierarchy, some - does not.There is a 3ds Max md5mesh/md5anim importer script available on umodel forum:https://www.gildor.org/smf/index.php?topic=87.0or herehttps://www.gildor.org/downloadsThis script was originally created by der_ton, but was updated by me.Please note that psk/psa format is more powerful, and ActorX Importer script has much morecapabilities than md5 Importer.StaticMesh export~~~~~~~~~~~~~~~~~StaticMesh export is performed into psk format. This format was originally designed to holdSkeletalMesh, but umodel uses it for StaticMesh too. Exported mesh will not have a skeletonand vertex influences. Resulting psk files cannot be imported directly into the UnrealEd,so I've decided to save ot with pskx extension to avoid silly user errors. Such mesh couldbe imported into 3ds Max using ActorX Importer plugin as well as ordinary psk file.Material export~~~~~~~~~~~~~~~Materials are exported in a custom format. File extension is ".mat". At the current moment,this format is supported by ActorX Importer plugin only. Unreal engine materials are verycomplex, so it's very hard to separate a few channels (diffuse, specular, bump etc) from it.Umodel tries to accomplish this with use of some heuristics - sometimes with good results,sometimes with bad. Umodel will never export full materials (GLSL script etc). Do not expecttoo much from this feature.Audio export~~~~~~~~~~~~Audio assets can't be previewed in UModel, it doesn't have any sound library built-in. Howeveryou can export sounds. By default, sound loading is disabled in options, so if you'll try toexport any audio object you'll get nothing. To enable audio loading, you should either passoption "-sounds", or check "sounds" option in UModel startup options window. Please note thatdespite you may think that package contains audio, there are many objects in UE3 and UE4 whichare related to sound rendering, but they do not contain sounds themselves. For UE3, soundobjects are SoundNodeWave, and SoundWave in UE4. In older versions of UE they have name Sound.Used third-party libraries~~~~~~~~~~~~~~~~~~~~~~~~~~SDL - Simple DirectMedia Layer (c) Sam Lantinga http://www.libsdl.org/zlib data compression library (c) Jean-loup Gailly and Mark Adler http

用户评论 (0)

发表评论

captcha