NoMansSky:Reference Guides: Difference between revisions

From Step Mods | Change The Game
(→‎Game File Types: Updated with meta details and where people can see all the templates.)
Line 11: Line 11:


== Game File Types ==
== Game File Types ==
See https://wiki.step-project.com/NMS:Tutorials/Mod_Creation_by_Hex_Editing_MBINs for an introduction to the game files. Each MBIN game file has a template name prefixed a 2-character template class (eg. Tk or Gc), and each template has a lookup file in the [https://github.com/monkeyman192/MBINCompiler/tree/development/libMBIN/Source/NMS|MbinCompiler library]. The structure and content of game files have been researched by the NMS community and given names, which are what appears in the EXML files generated by MbinCompiler.
Users can find the game's different file types with descriptions below:
Users can find the game's different file types with descriptions below:
* [[NMS:Reference_Guides/Global_Files|GLOBAL Files]] - Main game settings
* [[NMS:Reference_Guides/Global_Files|GLOBAL Files]] - Main game settings

Revision as of 02:45, August 10, 2020

Template:TOC right

References[edit | edit source]

The following are references for the various files and types of files used for No Man's Sky:

Game File Types[edit | edit source]

See https://wiki.step-project.com/NMS:Tutorials/Mod_Creation_by_Hex_Editing_MBINs for an introduction to the game files. Each MBIN game file has a template name prefixed a 2-character template class (eg. Tk or Gc), and each template has a lookup file in the library. The structure and content of game files have been researched by the NMS community and given names, which are what appears in the EXML files generated by MbinCompiler. Users can find the game's different file types with descriptions below:

  • BANKS_INTERMEDIATE - No real use
  • FONTS
    • FNT files : text files storing each char settings
    • DDS files : Textures storing fonts as bipmaps
  • INPUT
    • JSON files : text files storing devices input mappings
  • LANGUAGE
    • MBIN files : store all the strings, texts and dialogs of the game
  • MATERIALS
    • MATERIAL.MBIN files : generic game materials, similar to those used for each game object.
  • METADATA
    • All the game tables and databases
  • MUSIC
  • PIPELINES
    • BIN files : text files controlling shaders branching
  • PLAYTOGETHER - unknown
  • PROMO - old game promotion files
  • SCENES - Trailer and demonstration static files
  • SHADERS
    • BIN files : shaders initialization text files
    • SPV files : Vulkan fragmented shader files
  • TPFSDICT - Encrypted profanity words you can't use in NMS
  • UI
    • MBIN files : describes all the components and parts of the game GUI

XML File References[edit | edit source]

Template:NMSPageClose