.PCK File Extension
Godot Engine Game Pack
Developer | Godot |
Popularity |
4.5 | 39 Votes |
What is a PCK file?
A PCK file is a resource pack created by Godot Engine, an open-source game engine used to create 2D and 3D games. It is used to update an existing Godot Engine game. It may include new game features, patches, or mods.
More Information
To package game resources into a PCK file, Godot Engine developers select Project → Export and then click Export PCK/Zip. This packs all the current project's resources into a PCK file, which can be distributed to players. (The game itself may also need to be modified to import the PCK file.)
PCK files typically contain some combination of the following types of game assets:
- Scripts
- Scenes
- Shaders
- Models
- Textures
- Sound effects
- Music
How to open a PCK file
You can use the Godot Pck Tool (multiplatform) to extract the game assets a PCK file contains. You can also use Godot Pck Tool to list a PCK file's contents or add assets to the file.
Programs that open or reference PCK files
System Center Configuration Manager Package File
Developer | Microsoft |
Popularity |
4.0 | 45 Votes |
File used by System Center Configuration Manager (SCCM), an application used to administer large groups of Windows computer systems; contains an update package, which can store system and application files; used for updating client systems.
More Information
To distribute PCK files, the SCCM software first builds a compressed PCK file with the source files for the update and then sends it to a Distribution Point (DP) computer. The DP allows registered client computers to download available packages in order to update their software.
NOTE: SCCM was previously called Systems Management Server (SMS) in versions 2003 and earlier.
Programs that open PCK files
Perfect World Data File
Developer | Perfect World |
Popularity |
4.1 | 36 Votes |
Game data file used by Perfect World, a free massively multiplayer online role-playing (MMORPG) game; may contain various game data, including world information and avatar, item, and building models; used for game installations and updates.
Programs that open PCK files
Minecraft: Legacy Console Edition Pack
Developer | 4J Studios |
Popularity |
4.0 | 7 Votes |
A PCK file may also be game data file used by discontinued console versions of Minecraft, which are collectively referred to as Minecraft: Legacy Console Edition. It contains downloadable content (DLC) that can be added to the games. Minecraft modders sometimes extract, modify, and add to the content that PCK files contain, to further customize Minecraft.
More Information
Minecraft is a popular block-based building and exploration game available for many gaming platforms. Previously, console versions of Minecraft were developed by 4J Studios and named for the console on which they were played. For example, the Xbox 360 version of Minecraft was named Minecraft: Xbox 360 Edition. These versions of Minecraft have since been discontinued and replaced with the multiplatform Minecraft Bedrock Edition.
4J Studios' versions of Minecraft, which players commonly refer to as Minecraft: Legacy Console Edition, can install new content saved in PCK files. Each PCK file might include new skins, audio, textures, animations, and other game resources. Typically, players installed PCK files by downloading them from the Minecraft Marketplace on their game console. However, Minecraft: Legacy Console Edition modders have created tools that allow them to extract, edit, repackage, and manually install PCK files.
How to open a PCK file
You can open a PCK file with PCK Studio (Windows). In PCK Studio, you can extract or add to the content a PCK file contains.
Programs that open PCK files
Oracle Package Specification and Body File
Developer | Oracle |
Popularity |
2.8 | 5 Votes |
A PCK file may also be a package created with Oracle PL/SQL database software, most notably Allround Automations PL/SQL Developer. It contains a package specification and package in the PL/SQL language. PCK files are used to define the stored public procedures, functions, types, etc. that can be accessed by other applications to prevent package data from being unintentionally modified.
More Information
You can open and edit PCK files using PL/SQL Developer, which is developed by Allround Automations. You can also view and edit a PCK with a text editor since it is stored in plain text.
The PCK file allows you to combine the specifications for a PL/SQL package and the package body into one file. Typically, the specifications and body are stored in separate files. The package specification, which declares the variables, exceptions, types, constants, cursors, and subprograms publicly accessible from other applications, is commonly stored in the .PKS file. The package body, which consists of the code that implements the procedures, functions, and cursors listed in the package specification, is commonly stored in the .PKB file.
NOTE: PL/SQL is a procedural language extension to Structured Query Language (SQL). It is available in Oracle Database (since version 6), IBM DB2 (since version 9.7), and TimesTen in-memory database (since version 11.2.1).