Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Eklund committed Jan 5, 2018
1 parent 0989145 commit 6c61f9d
Show file tree
Hide file tree
Showing 12 changed files with 1,036 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/src/Story/log.txt
/src/Story/goals*
/src/Story/story*
13 changes: 13 additions & 0 deletions project/meta.lsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<save>
<header version="2" time="1514761764" />
<version major="3" minor="1" revision="5" build="0" />
<region id="MetaData">
<node id="root">
<attribute id="Module" value="dbe70215-f476-452a-8aee-1575ce76d56f" type="23" />
<attribute id="Name" value="HallOfEchoesTeleporter" type="23" />
<attribute id="Type" value="Add-on" type="23" />
<attribute id="UUID" value="80d3b17d-e6b6-485c-ae0a-cb87d9f8b6da" type="23" />
</node>
</region>
</save>
Binary file added project/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/Localization/HoEWaypoint.lsb
Binary file not shown.
13 changes: 13 additions & 0 deletions src/Story/RawFiles/Goals/AddHoEWaypoint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version 1
SubGoalCombiner SGC_AND
INITSECTION
DB_WaypointInfo((ITEMGUID)ITEMGUID_S_ARX_WAYP_HoE_B_f95efae5-9371-4f25-bc42-5f6f1d27ffaa,(TRIGGERGUID)TRIGGERGUID_S_ARX_WAYP_HoE_B_Trigger_7a8850cf-c19f-44b7-8ece-0b8cfbe07d20,"WAYP_ARX_HoE_B");
KBSECTION
IF
DB_WaypointInfo((ITEMGUID)ITEMGUID_S_ARX_WAYP_HoE_B_f95efae5-9371-4f25-bc42-5f6f1d27ffaa,(TRIGGERGUID)TRIGGERGUID_S_ARX_WAYP_HoE_B_Trigger_7a8850cf-c19f-44b7-8ece-0b8cfbe07d20,"WAYP_ARX_HoE_B")
THEN
RegisterWaypoint("WAYP_ARX_HoE_B", (ITEMGUID)ITEMGUID_S_ARX_WAYP_HoE_B_f95efae5-9371-4f25-bc42-5f6f1d27ffaa);
EXITSECTION

ENDEXITSECTION
ParentTargetEdge "__Start"
15 changes: 15 additions & 0 deletions src/Story/RawFiles/Goals/RemoveHoEWaypoint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Version 1
SubGoalCombiner SGC_AND
INITSECTION

KBSECTION
IF
CharacterEnteredTrigger(_Character, (TRIGGERGUID)TRIGGERGUID_S_ARX_WAYP_HoE_B_Event_ddeb0269-99ce-4b1d-b729-b0297732d922)
AND
CharacterIsPlayer(_Character, 1)
THEN
LockWaypoint("WAYP_ARX_HoE_B", _Character);
EXITSECTION

ENDEXITSECTION
ParentTargetEdge "__Start"
Empty file.
942 changes: 942 additions & 0 deletions src/Story/RawFiles/story_header.div

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions src/meta.lsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" ?>
<save>
<header version="2" time="1515109427" />
<version major="3" minor="1" revision="5" build="0" />
<region id="Config">
<node id="root">
<children>
<node id="Dependencies">
<children>
<node id="ModuleShortDesc">
<attribute id="Folder" value="DivinityOrigins_1301db3d-1f54-4e98-9be5-5094030916e4" type="30" />
<attribute id="MD5" value="" type="23" />
<attribute id="Name" value="Divinity: Original Sin 2" type="22" />
<attribute id="UUID" value="1301db3d-1f54-4e98-9be5-5094030916e4" type="22" />
<attribute id="Version" value="352387072" type="4" />
</node>
</children>
</node>
<node id="ModuleInfo">
<attribute id="Author" value="eklundchristopher" type="30" />
<attribute id="CharacterCreationLevelName" value="" type="22" />
<attribute id="Description" value="Under certain circumstances upon entering Arx, you will no longer have access to the Lady Vengeance in the Hall of Echoes. This mod aims to solve that by adding another waypoint statue in the starting area of Arx. Once you&apos;ve discovered the waypoint, you&apos;ll be able to reach the Hall of Echoes and do whatever you must do there. The forced waypoint will also disappear as soon as you discover the original waypoint onboard Lady Vengeance (you may re-discover it by approaching the statue yet again)." type="30" />
<attribute id="Folder" value="HallOfEchoesTeleporter_dbe70215-f476-452a-8aee-1575ce76d56f" type="30" />
<attribute id="GMTemplate" value="" type="22" />
<attribute id="LobbyLevelName" value="" type="22" />
<attribute id="MD5" value="" type="23" />
<attribute id="MenuLevelName" value="" type="22" />
<attribute id="Name" value="Hall of Echoes Waypoint (Arx)" type="22" />
<attribute id="NumPlayers" value="4" type="1" />
<attribute id="PhotoBooth" value="" type="22" />
<attribute id="StartupLevelName" value="" type="22" />
<attribute id="Tags" value="" type="30" />
<attribute id="Type" value="Add-on" type="22" />
<attribute id="UUID" value="dbe70215-f476-452a-8aee-1575ce76d56f" type="22" />
<attribute id="Version" value="268435456" type="4" />
<children>
<node id="Scripts" />
<node id="TargetModes">
<children>
<node id="Target">
<attribute id="Object" value="Story" type="22" />
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</region>
</save>

0 comments on commit 6c61f9d

Please sign in to comment.