Difference between revisions of "Documentation/Engine/Game data"
< Documentation | Engine
Jump to navigation
Jump to search
(Created page with "All of SCS games is using partially prescribed folder structure. This means that some resources must have proper name and be placed into proper folder game may malfunction or...") |
|||
Line 1: | Line 1: | ||
− | All of SCS games is using partially prescribed folder structure. This means that some resources must have proper name and be placed into proper folder game may malfunction or even crash. | + | All of SCS games is using partially prescribed folder structure. This means that some resources must have proper name and be placed into proper folder otherwise game may malfunction or even crash. That's why this topic is giving insight to game base folder structure, it's crucial resources and their place in folders. |
− | + | In general topic is showing and describing structure of the folder and files as you get them by using [[Documentation/Tools/Game Archive Extractor|Game Archive Extractor]] for two basic files with .scs extension found in game installation directory: "'''base.scs'''" and "'''defs.scs'''". | |
+ | |||
+ | = Root game folder = | ||
+ | |||
+ | Root game folder consists of: | ||
+ | * custom | ||
+ | * def | ||
+ | * dlc | ||
+ | * effect | ||
+ | * font | ||
+ | * locale | ||
+ | * map | ||
+ | * material | ||
+ | * model | ||
+ | * model2 | ||
+ | * prefab | ||
+ | * prefab2 | ||
+ | * road_template | ||
+ | * sound | ||
+ | * system | ||
+ | * ui | ||
+ | * uilab | ||
+ | * unit | ||
+ | * vehicle | ||
+ | * video | ||
+ | * autoexec.cfg | ||
+ | * version.txt | ||
+ | |||
+ | [[Category:TODO]] |
Revision as of 15:51, 29 February 2016
All of SCS games is using partially prescribed folder structure. This means that some resources must have proper name and be placed into proper folder otherwise game may malfunction or even crash. That's why this topic is giving insight to game base folder structure, it's crucial resources and their place in folders.
In general topic is showing and describing structure of the folder and files as you get them by using Game Archive Extractor for two basic files with .scs extension found in game installation directory: "base.scs" and "defs.scs".
Root game folder
Root game folder consists of:
- custom
- def
- dlc
- effect
- font
- locale
- map
- material
- model
- model2
- prefab
- prefab2
- road_template
- sound
- system
- ui
- uilab
- unit
- vehicle
- video
- autoexec.cfg
- version.txt