.PSKX 파일 확장자
Unreal Engine Static Mesh
| 개발사 | Epic Games |
| 인기도 |
3.5 | 4 투표 |
PSKX 파일이란 무엇인가요?
A PSKX file is a static mesh exported from an Unreal Engine video game. It contains a 3D shape that consists of a set of connected polygons. Most often, game modders create PSKX files by using UModel to export static meshes from Unreal Engine games.
추가 정보
The Unreal Engine is a video game development engine that has been used to create many popular video games, including Unreal Tournament, Gears of War, and Mass Effect. Unreal Engine Resource Viewer, also known as Unreal Model Viewer and UModel, is a tool that game modders and developers can use to view and extract resources from Unreal Engine games.
When a UModel user extracts a static mesh, UModel saves that mesh as a PSKX file. PSKX files are similar to .PSK files, except they don't contain skeletons and thus can't be animated. Most often, the PSKX files contain a shape used to add a static environmental feature to a video game level.
참고: In versions 3 and below of Unreal Engine, users could change a PSKX file's extension to .psk and import it for use as a static mesh. However, versions 4 and above of Unreal Engine can only import .FBX meshes. Thus, to import a PSKX file into versions 4 and above of Unreal Engine, you must convert it to an FBX file.