The decompiled versions of all \domino\ scripts found in Watch_Dogs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

136 lines
3.5 KiB

-- {\v/} Domino auto-generated LUA script file
--
-- Script document: domino/user/_dlc_systemiccl/cl.domino.xml
-- User graph: CL_Activation
--
--
-- DO NOT EDIT MANUALLY THIS FILE OR YOUR CHANGES WILL BE LOST!
-- Please modify the original Domino script instead. You have been warned.
-- *** SCRIPT INPUT REFLECTION ***
--[[
<InputReflection />
]]--
-- *** END OF SCRIPT INPUT REFLECTION ***
export = {
};
function export:LuaDependencies()
return {
};
end;
function export:Create(cbox)
-- External box dependencies
cbox:RegisterBox("Domino/Library/common/Common_HUD.Activation_Script.lua");
cbox:RegisterBox("Domino/System/DebugExecuteConsole_v2.lua");
cbox:RegisterBox("Domino/System/SetTimeOfDay.lua");
cbox:RegisterBox("Domino/System/TeleportToSpawnPoint.lua");
end;
function export:Init(cbox)
local l0;
self[5] = cbox:CreateBox("Domino/Library/common/Common_HUD.Activation_Script.lua");
l0 = self[5];
l0._graph = self;
l0.LayerLoaded = DummyFunction;
self[1] = cbox:CreateBox("Domino/Library/common/Common_HUD.Activation_Script.lua");
l0 = self[1];
l0._graph = self;
l0.LayerLoaded = DummyFunction;
self[2] = cbox:CreateBox("Domino/System/TeleportToSpawnPoint.lua");
l0 = self[2];
l0._graph = self;
l0.Out = DummyFunction;
l0.RequestFailed = DummyFunction;
l0.TeleportDone = self.f_2_TeleportDone;
end;
function export:ShutDown()
for k,v in pairs(self) do if type(v) == "table" and v.ShutDown ~= self.ShutDown and v ~= self._graph and v.ShutDown ~= nil then v:ShutDown() end end;
end;
function export:In()
local l0;
l0 = self[2];
l0.SpawnPoint = "2083441261915675302";
l0:In();
end;
function export:Stop()
local l0;
self:en_1();
l0 = self[1];
l0:Stop();
l0 = self[5];
l0.Activation_Layer = "Endure_Activation";
l0.Map_Point = "2086326643682443931";
l0.Objective_Trigger = "2086326643682443929";
l0.MapMarkerTitle = {
section = "GPS.MISSIONS",
item = "SideMissionCombatLair",
id = "195836",
};
l0.MapMarkerDesc = {
section = "MISSIONS.SIDE.OBJECTIVES.Contract_Lair.CL_09",
item = "Description",
id = "144915",
};
l0.Mission = "MissionList.661801518";
l0.EntityOnMissionLayer = 1;
l0.IsFixerFantasyCam = 0;
l0.DoFadeOut = 0;
l0:Stop();
end;
function export:f_3_Out()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/DebugExecuteConsole_v2.lua")];
l0.Command = "playerprogression_unlockallprogressiontree 1";
l0._graph = self;
l0.Executed = DummyFunction;
l0:Execute();
end;
function export:f_2_TeleportDone()
local l0;
self = self._graph;
l0 = Boxes[PathID("Domino/System/SetTimeOfDay.lua")];
l0.Hour = 10;
l0.Minute = 0;
l0._graph = self;
l0.Out = self.f_3_Out;
l0:SetTimeOfDay();
self:en_1();
l0 = self[1];
l0:In();
end;
function export:en_1()
local l0;
l0 = self[1];
l0.Activation_Layer = "Activation";
l0.Map_Point = "2086231297151205470";
l0.Objective_Trigger = "2086231302863847520";
l0.MapMarkerTitle = {
section = "GPS.MISSIONS",
item = "SideMissionCombatLair",
id = "195836",
};
l0.MapMarkerDesc = {
section = "MISSIONS.SIDE.OBJECTIVES.Contract_Lair.CL_09",
item = "Description",
id = "144915",
};
l0.Mission = "MissionList.661801518";
l0.EntityOnMissionLayer = 1;
l0.IsFixerFantasyCam = 1;
l0.DoFadeOut = 0;
end;
-- Empty out anchor definitions
_compilerVersion = 4;