NoMansSky:MISSIONS Folder

From Step Mods | Change The Game

These pages are far from complete. The missions are actively being explored, we still do not have a complete picture of how missions are constructed, chained, etc.

Mission Files[edit | edit source]


ATLASPATHTABLE.MBIN
BASECOMPUTERMISSIONTABLE.MBIN
COMMUNITYMISSIONTABLE.MBIN
COREMISSIONTABLE.MBIN
ENABLINGCONDITIONSTABLE.MBIN
FLEETMISSIONTABLE.MBIN
MISSIONCOMMUNITYDATA.MBIN
MISSIONSCHEDULESTABLE.MBIN
MISSIONTABLE.MBIN
MULTIPLAYERMISSIONTABLE.MBIN
NPCMISSIONTABLE.MBIN - Space station mission board missions
PLANETPROCMISSIONTABLE.MBIN
RECURRINGMISSIONTABLE.MBIN
SPACEPOIMISSIONTABLE.MBIN
TUTORIALMISSIONTABLE.MBIN - Starting tutorial mission
WATERMISSIONTABLE.MBIN - Probably the underwater missions.
WIKIMISSIONTABLE.MBIN

General structure of missions[edit | edit source]

Things that are confirmed[edit | edit source]

Missions are sequenced by being reward for completing the previous one. Example from tutorial mission:
<Property name="Rewards">
       <Property value="GcGenericRewardTableEntry.xml">
         <Property name="Id" value="R_TUT5" />
         <Property name="Common" value="GcRewardTableItemList.xml">
           <Property name="RewardChoice" value="GiveAll" />
           <Property name="OverrideZeroSeed" value="False" />
           <Property name="List">
             <Property value="GcRewardTableItem.xml">
               <Property name="PercentageChance" value="100" />
               <Property name="Reward" value="GcRewardMission.xml">
                 <Property name="Mission" value="TUT_TRANSITION" />
                 <Property name="SetAsSelected" value="False" />
                 <Property name="FailRewardIfMissionActive" value="False" />
               </Property>
               <Property name="LabelID" value="start act transition" />
             </Property>
           </Property>
         </Property>
       </Property>
     </Property>
Every reward is defined at "METADATA\REALITY\TABLES\REWARDTABLE.MBIN"
Missions are "GcGenericMissionSequence.xml" objects

Speculations and expectations[edit | edit source]

We think this is a unique identifier for when you have exactly same mission in your mission log. Certainty level 20%

    <Property value="GcGenericMissionVersionProgress.xml">
         <Property name="Version" value="1" />
         <Property name="Progress" value="11" />
       </Property>