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 10: | Line 10: | ||
! Folder !! Description | ! Folder !! Description | ||
|- | |- | ||
| Code || | | Code || By default not present. Used to export Unrealscript classes and write custom code to be compiled with UCC. | ||
|- | |- | ||
| GameData || | | GameData || Contains all the relevant gamedata files. | ||
|- | |- | ||
| Install || | | Install || Contains setup installer and launcher files. Unused unless booting directly from CD. | ||
|} | |} | ||
Revision as of 21:24, 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 | Example |
| Cache | Example |
| Help | Example |
| KarmaData | Example |
| LinearMaps | Example |
| Maps | Example |
| Media | Example |
| Movies | Example |
| Music | Example |
| Out | Example |
| Prefabs | Example |
| Properties | Example |
| Save | Example |
| Sounds | Example |
| StaticMeshes | Example |
| System | Example |
| System-Scalar | Example |
| Textures | Example |