Check out our discord at https://discord.gg/3u69jMa
Directory Layout: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
! Folder !! Description | ! Folder !! Description | ||
|- | |- | ||
| Animations || | | Animations || Contains all animations files packed in UKX packages. | ||
|- | |- | ||
| Cache || | | Cache || By default not present. Used to store downloaded content from server as cache. Only maps supported in this game! | ||
|- | |- | ||
| Help || | | Help || Contains splash screen file and icon. | ||
|- | |- | ||
| KarmaData || | | KarmaData || Contains Karma data files for Karme physics engine in Unreal Engine. | ||
|- | |- | ||
| LinearMaps || | | LinearMaps || (Only XBOX) Contains all map files. | ||
|- | |- | ||
| Maps || | | Maps || Contains all map files. | ||
|- | |- | ||
| Media || | | Media || (Only XBOX) todo | ||
|- | |- | ||
| Movies || | | Movies || Contains movie files like intro and extras. | ||
|- | |- | ||
| Music || | | Music || Contains music soundtracks in .ogg format. | ||
|- | |- | ||
| Out || | | Out || By default not present. Used to output debug data/files. | ||
|- | |- | ||
| Prefabs || | | Prefabs || todo | ||
|- | |- | ||
| Properties || | | Properties || todo | ||
|- | |- | ||
| Save || | | Save || todo | ||
|- | |- | ||
| Sounds || | | Sounds || Contains all sound effects and voice dialogues in UAX packages. | ||
|- | |- | ||
| StaticMeshes || | | StaticMeshes || Contains all static meshes in USX packages. | ||
|- | |- | ||
| System || | | System || todo | ||
|- | |- | ||
| System-Scalar || | | System-Scalar || Contains all binaries without SSE instructions. | ||
|- | |- | ||
| Textures || | | Textures || Contains all textures in UTX packages. | ||
|} | |} |
Revision as of 21:31, 22 May 2024
Note: Unimportant files and folders will be omitted from the listing below!
Root
Contains install and launcher files.
Folder | Description |
---|---|
Code | By default not present. Used to export Unrealscript classes and write custom code to be compiled with UCC. |
GameData | Contains all the relevant gamedata files. |
Install | Contains setup installer and launcher files. Unused unless booting directly from CD. |
GameData
Contains relevant game files.
Folder | Description |
---|---|
Animations | Contains all animations files packed in UKX packages. |
Cache | By default not present. Used to store downloaded content from server as cache. Only maps supported in this game! |
Help | Contains splash screen file and icon. |
KarmaData | Contains Karma data files for Karme physics engine in Unreal Engine. |
LinearMaps | (Only XBOX) Contains all map files. |
Maps | Contains all map files. |
Media | (Only XBOX) todo |
Movies | Contains movie files like intro and extras. |
Music | Contains music soundtracks in .ogg format. |
Out | By default not present. Used to output debug data/files. |
Prefabs | todo |
Properties | todo |
Save | todo |
Sounds | Contains all sound effects and voice dialogues in UAX packages. |
StaticMeshes | Contains all static meshes in USX packages. |
System | todo |
System-Scalar | Contains all binaries without SSE instructions. |
Textures | Contains all textures in UTX packages. |