NoMansSky:Game Structure: Difference between revisions

From Step Mods | Change The Game
m (Text replacement - "https://wiki.step-project.com" to "https://stepmodifications.org/wiki")
Line 10: Line 10:
: [[NMS:Reference_Guides/Global_Files|GLOBAL.MBIN Files]] - Global game settings
: [[NMS:Reference_Guides/Global_Files|GLOBAL.MBIN Files]] - Global game settings


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|AUDIO}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|AUDIO}}
:: WEM format : encoded audio files
:: WEM format : encoded audio files
:: [https://docs.google.com/spreadsheets/d/15AfJNXD0dIKBeEA6jzlI6QLgaNhTG6NeKg5v9fnMm08/edit?usp=sharing Voice Reference Table] - A list of all the exosuit voice files with their WEM IDs.
:: [https://docs.google.com/spreadsheets/d/15AfJNXD0dIKBeEA6jzlI6QLgaNhTG6NeKg5v9fnMm08/edit?usp=sharing Voice Reference Table] - A list of all the exosuit voice files with their WEM IDs.


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|BANKS_INTERMEDIATE}} - No known use
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|BANKS_INTERMEDIATE}} - No known use


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|FONTS}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|FONTS}}
:: FNT files : text files storing char maps to extract them from the .DDS canvas
:: FNT files : text files storing char maps to extract them from the .DDS canvas
:: DDS files : Textures storing fonts as images
:: DDS files : Textures storing fonts as images


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|INPUT}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|INPUT}}
:: JSON files : text files storing devices input mappings
:: JSON files : text files storing devices input mappings
:: [[NMS:Reference_Guides/Input_Actions_Reference|ACTIONS.JSON Reference file]]
:: [[NMS:Reference_Guides/Input_Actions_Reference|ACTIONS.JSON Reference file]]


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|LANGUAGE}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|LANGUAGE}}
:: MBIN files : store all the strings, texts and dialogs of the game
:: MBIN files : store all the strings, texts and dialogs of the game


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|MATERIALS}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|MATERIALS}}
:: [https://wiki.step-project.com/NMS:Reference_Guides/MATERIAL_Files MATERIAL.MBIN files] : generic game materials.
:: [https://stepmodifications.org/wiki/NMS:Reference_Guides/MATERIAL_Files MATERIAL.MBIN files] : generic game materials.


======    https://wiki.step-project.com/images/e/e1/Folderthumb.png  {{fc|#FFF|[[NMS:Game_Structure/METADATA|METADATA]]}} - Game database ======
======    https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png  {{fc|#FFF|[[NMS:Game_Structure/METADATA|METADATA]]}} - Game database ======


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|MODELS}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|MODELS}}
:: [[NMS:Reference_Guides/SCENE_Files|SCENE.MBIN Files]] - similar to a prefab and holds information about in-game objects all the way from models, behaviors to audio, particle effects and more.
:: [[NMS:Reference_Guides/SCENE_Files|SCENE.MBIN Files]] - similar to a prefab and holds information about in-game objects all the way from models, behaviors to audio, particle effects and more.
:: [[NMS:Reference_Guides/ENTITY|ENTITY.MBIN Files]] - the MBIN that defines interactions and behaviors of objects.
:: [[NMS:Reference_Guides/ENTITY|ENTITY.MBIN Files]] - the MBIN that defines interactions and behaviors of objects.
Line 48: Line 48:
::: [[NMS:Reference_Guides/Curves|Animation Curves]]
::: [[NMS:Reference_Guides/Curves|Animation Curves]]


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|MUSIC}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|MUSIC}}
:: XML files : text files controlling music samples
:: XML files : text files controlling music samples


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|PIPELINES}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|PIPELINES}}
:: BIN files : text files controlling shaders branching
:: BIN files : text files controlling shaders branching


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|PLAYTOGETHER}} - unknown
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|PLAYTOGETHER}} - unknown
: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|PROMO}} - old game promotional files  
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|PROMO}} - old game promotional files  
: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|SCENES}} - Trailer and demonstration static files
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|SCENES}} - Trailer and demonstration static files


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|SHADERS}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|SHADERS}}
:: BIN files : shaders initialization text files
:: BIN files : shaders initialization text files
:: [[NMS:Tutorials/Vulkan_Shader_Modding|SPV files]] : Vulkan fragmented shader files
:: [[NMS:Tutorials/Vulkan_Shader_Modding|SPV files]] : Vulkan fragmented shader files


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|TEXTURES}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|TEXTURES}}
:: CACHE.SQS : Texture caching file for quick texture adressing. Stores header and footer of most used textures
:: CACHE.SQS : Texture caching file for quick texture adressing. Stores header and footer of most used textures
:: [[NMS:Reference_Guides/TEXTURES/Texture_Formats|DDS files]]
:: [[NMS:Reference_Guides/TEXTURES/Texture_Formats|DDS files]]
:: [[NMS:Reference_Guides/TEXTURES/TEXTURE_MBIN_Files|TEXTURE.MBIN files]]
:: [[NMS:Reference_Guides/TEXTURES/TEXTURE_MBIN_Files|TEXTURE.MBIN files]]


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|TPFSDICT}} - Encrypted profanity words you can't use in NMS
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|TPFSDICT}} - Encrypted profanity words you can't use in NMS


: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|UI}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|UI}}
:: MBIN files : describes all the components and parts of the game GUI
:: MBIN files : describes all the components and parts of the game GUI
:: TTF files : Standard TrueType Fonts used in game menus and interfaces
:: TTF files : Standard TrueType Fonts used in game menus and interfaces
Line 83: Line 83:
: TKGAMESETTINGS.MXML : Your custom key mapping if you have set some
: TKGAMESETTINGS.MXML : Your custom key mapping if you have set some
: TKGRAPHICSSETTINGS.MXML : Game Graphical settings plus a few extra more.
: TKGRAPHICSSETTINGS.MXML : Game Graphical settings plus a few extra more.
: https://wiki.step-project.com/images/e/e1/Folderthumb.png {{fc|#FFF|HDR}}
: https://stepmodifications.org/wiki/images/e/e1/Folderthumb.png {{fc|#FFF|HDR}}
:: .cube files : HDR LUT calibration files (These are simple .txt files too)
:: .cube files : HDR LUT calibration files (These are simple .txt files too)
<br>
<br>
Line 97: Line 97:


Save files are in .hg format which is obvioulsy an Hello Games proprietary format.<br>
Save files are in .hg format which is obvioulsy an Hello Games proprietary format.<br>
Hopefuly, some [https://wiki.step-project.com/NMS:Modding_Tools#Other_Tools save game editors] can help to read and edit these files.
Hopefuly, some [https://stepmodifications.org/wiki/NMS:Modding_Tools#Other_Tools save game editors] can help to read and edit these files.




{{NMSPageClose}}
{{NMSPageClose}}

Revision as of 05:11, February 14, 2021

Template:TOC right

Game Files[edit | edit source]

Once [[Tutorials/Getting_Started|unpacked], the PCBANKS .PAK files reveal an organized tree of folders and files.
Here is a description of these files :


GLOBAL.MBIN Files - Global game settings
Folderthumb.png AUDIO
WEM format : encoded audio files
Voice Reference Table - A list of all the exosuit voice files with their WEM IDs.
Folderthumb.png BANKS_INTERMEDIATE - No known use
Folderthumb.png FONTS
FNT files : text files storing char maps to extract them from the .DDS canvas
DDS files : Textures storing fonts as images
Folderthumb.png INPUT
JSON files : text files storing devices input mappings
ACTIONS.JSON Reference file
Folderthumb.png LANGUAGE
MBIN files : store all the strings, texts and dialogs of the game
Folderthumb.png MATERIALS
MATERIAL.MBIN files : generic game materials.
    Folderthumb.png METADATA - Game database[edit | edit source]
Folderthumb.png MODELS
SCENE.MBIN Files - similar to a prefab and holds information about in-game objects all the way from models, behaviors to audio, particle effects and more.
ENTITY.MBIN Files - the MBIN that defines interactions and behaviors of objects.
TkPhysicsComponentData - Models Physical properties
DESCRIPTOR.MBIN Files - handle the nested hierarchies of procedural generation in-game
Allowed Game Components in ENTITY Files
Properties allowed within the ENTITY file
Actions and Triggers
SimpleInteraction and Interaction Types
Reward trigger types and Reward item IDs
GEOMETRY.MBIN Files - store the 3D models
LSYSTEM.MBIN Files - Rules controling NPC buildings procedural generation
MATERIAL.MBIN Files - define the texture maps and shader flags to be used
ANIM.MBIN files - Animation files
Animation Curves
Folderthumb.png MUSIC
XML files : text files controlling music samples
Folderthumb.png PIPELINES
BIN files : text files controlling shaders branching
Folderthumb.png PLAYTOGETHER - unknown
Folderthumb.png PROMO - old game promotional files
Folderthumb.png SCENES - Trailer and demonstration static files
Folderthumb.png SHADERS
BIN files : shaders initialization text files
SPV files : Vulkan fragmented shader files
Folderthumb.png TEXTURES
CACHE.SQS : Texture caching file for quick texture adressing. Stores header and footer of most used textures
DDS files
TEXTURE.MBIN files
Folderthumb.png TPFSDICT - Encrypted profanity words you can't use in NMS
Folderthumb.png UI
MBIN files : describes all the components and parts of the game GUI
TTF files : Standard TrueType Fonts used in game menus and interfaces


Configuration Files[edit | edit source]

These files are storing main game configuration settings and are located directly in the No Man's Sky\Binaries\SETTINGS folder.
Note that these are basicaly .txt files so they can be read and edited with any .txt file.

Here is the list of the available files :

GCUSERSETTINGSDATA.MXML : These are main game settings and unlocked products and items as seen in the catalogue
TKGAMESETTINGS.MXML : Your custom key mapping if you have set some
TKGRAPHICSSETTINGS.MXML : Game Graphical settings plus a few extra more.
Folderthumb.png HDR
.cube files : HDR LUT calibration files (These are simple .txt files too)


Save Files[edit | edit source]

No Man's Sky stores save files in a recluded folder.
Here is an example showing where you can find it if your operating system is on your C: drive :
C:\Users\YourUserName\AppData\Roaming\HelloGames\NMS\st_76561198016365084

Just 2 notes about this path :

  • YouUserName is your user name on your computer
  • the final folder is procedural (like everything in NMS) so yours will be different

Save files are in .hg format which is obvioulsy an Hello Games proprietary format.
Hopefuly, some save game editors can help to read and edit these files.


Template:NMSPageClose