NoMansSky:MISSIONS Folder: Difference between revisions

From Step Mods | Change The Game
(Created page with "== Mission Files == <br> : ATLASPATHTABLE.MBIN : BASECOMPUTERMISSIONTABLE.MBIN : COMMUNITYMISSIONTABLE.MBIN : COREMISSIONTABLE.MBIN : ENABLINGCONDITIONSTABLE...")
 
Line 21: Line 21:
== General structure of missions ==
== General structure of missions ==
=== Things that are confirmed ===
=== Things that are confirmed ===
: They are defined in METADATA\SIMULATION\MISSIONS
: NPCMISSIONTABLE  defines the space station missions
: Missions are sequenced by being reward for completing the previous one.
: Missions are sequenced by being reward for completing the previous one.
: Every reward is defined at "METADATA\REALITY\TABLES\REWARDTABLE.MBIN"
: Missions are  "GcGenericMissionSequence.xml" objects
: Missions are  "GcGenericMissionSequence.xml" objects


=== Speculations and expectations ===
=== Speculations and expectations ===

Revision as of 18:18, January 19, 2021

Mission Files


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
WIKIMISSIONTABLE.MBIN

General structure of missions

Things that are confirmed

Missions are sequenced by being reward for completing the previous one.
Every reward is defined at "METADATA\REALITY\TABLES\REWARDTABLE.MBIN"
Missions are "GcGenericMissionSequence.xml" objects

Speculations and expectations

Things we think are true about missions We think this is a unique identifier for when you have exactly same mission in youir mission log. Certainty level 20%

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

Missions are qequenced by being reward for completing the previous one 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>