From cd9cea77f0d209db8d4dd2ff40e4f2e78714b75d Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Fri, 7 Apr 2023 23:56:48 +0200 Subject: [PATCH] added overview as tile --- SCED.wiki | 1 + config.json | 3 +- modsettings/SnapPoints.json | 14 +++---- objects/CampaignOverview.e03c01.json | 57 ++++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 8 deletions(-) create mode 160000 SCED.wiki create mode 100644 objects/CampaignOverview.e03c01.json diff --git a/SCED.wiki b/SCED.wiki new file mode 160000 index 00000000..01065bfc --- /dev/null +++ b/SCED.wiki @@ -0,0 +1 @@ +Subproject commit 01065bfc202457c2c2edc4e8fa9a2385a4e3ecd5 diff --git a/config.json b/config.json index f27c3d86..74f2559d 100644 --- a/config.json +++ b/config.json @@ -189,7 +189,8 @@ "Decoration-Ammo.d35ee9", "ArkhamSCE300-1272023-Page1.f873a8", "VictoryDisplay.6ccd6d", - "OptionPanelSource.830bd0" + "CampaignOverview.e03c01", + "OptionPanelSource.830bd0" ], "PlayArea": 1, "PlayerCounts": [ diff --git a/modsettings/SnapPoints.json b/modsettings/SnapPoints.json index 56935070..64780b50 100644 --- a/modsettings/SnapPoints.json +++ b/modsettings/SnapPoints.json @@ -319,13 +319,6 @@ "z": -71 } }, - { - "Position": { - "x": 0, - "y": 1.481, - "z": -87 - } - }, { "Position": { "x": 1.598, @@ -356,5 +349,12 @@ "y": 135, "z": 180 } + }, + { + "Position": { + "x": 6.5, + "y": 1.481, + "z": -87 + } } ] diff --git a/objects/CampaignOverview.e03c01.json b/objects/CampaignOverview.e03c01.json new file mode 100644 index 00000000..8a621c51 --- /dev/null +++ b/objects/CampaignOverview.e03c01.json @@ -0,0 +1,57 @@ +{ + "AltLookAngle": { + "x": 0, + "y": 0, + "z": 0 + }, + "Autoraise": true, + "ColorDiffuse": { + "b": 1, + "g": 1, + "r": 1 + }, + "CustomImage": { + "CustomTile": { + "Stackable": false, + "Stretch": true, + "Thickness": 0.1, + "Type": 0 + }, + "ImageScalar": 1, + "ImageSecondaryURL": "http://cloud-3.steamusercontent.com/ugc/2037357232933163412/1D2EE3BD0758463D8F6EB0DA30C59A21694BB1A4/", + "ImageURL": "http://cloud-3.steamusercontent.com/ugc/2037357232933163412/1D2EE3BD0758463D8F6EB0DA30C59A21694BB1A4/", + "WidthScale": 0 + }, + "Description": "", + "DragSelectable": true, + "GMNotes": "", + "GUID": "e03c01", + "Grid": true, + "GridProjection": false, + "Hands": false, + "HideWhenFaceDown": false, + "IgnoreFoW": false, + "LayoutGroupSortIndex": 0, + "Locked": true, + "LuaScript": "", + "LuaScriptState": "", + "MeasureMovement": false, + "Name": "Custom_Tile", + "Nickname": "Campaign Overview", + "Snap": true, + "Sticky": true, + "Tooltip": true, + "Transform": { + "posX": 6.5, + "posY": 1.481, + "posZ": -87, + "rotX": 0, + "rotY": 270, + "rotZ": 0, + "scaleX": 10, + "scaleY": 1, + "scaleZ": 10 + }, + "Value": 0, + "XmlUI": "" +}