Difference between revisions of "Documentation/Engine/Game data"

From SCS Modding Wiki
Jump to navigation Jump to search
(Root game folder)
(Root game folder)
Line 28: Line 28:
 
├─ video
 
├─ video
 
├─ autoexec.cfg
 
├─ autoexec.cfg
├─ version.txt
+
└─ version.txt
 
</pre>
 
</pre>
  
 
[[Category:TODO]]
 
[[Category:TODO]]

Revision as of 16:33, 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