Merge pull request #234 from argonui/fanmade-campaigns

Side-scenarios and fan-made campaigns: optimization
This commit is contained in:
Chr1Z 2023-04-08 20:54:00 +02:00 committed by GitHub
commit 837ba302a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
231 changed files with 272 additions and 1731 deletions

View File

@ -12,14 +12,6 @@
"displayed": "LinkedPhaseTracker",
"normalized": "linkedphasetracker"
},
{
"displayed": "token_list_provider",
"normalized": "token_list_provider"
},
{
"displayed": "token_image_provider",
"normalized": "token_image_provider"
},
{
"displayed": "chaosBag",
"normalized": "chaosBag"
@ -75,6 +67,10 @@
{
"displayed": "ActionToken",
"normalized": "actiontoken"
},
{
"displayed": "LargeBox",
"normalized": "largebox"
}
]
}

View File

@ -44,7 +44,8 @@
"BetrayalattheMountainsofMadness084.ef939a",
"TheApproachingStorm.ab6b9a",
"AliceinWonderland.39916d",
"AgesUnwound.f7e5eb"
"AgesUnwound.f7e5eb",
"TheColorOutofOz.be7d21"
],
"ContainedObjects_path": "Fan-MadeCampaigns.89c32e",
"CustomMesh": {

View File

@ -61,8 +61,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AgesUnwound.f7e5eb.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Ages Unwound",

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/AliceinWonderland.39916d.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Alice in Wonderland",

View File

@ -1 +0,0 @@
{"ml":{"0916b6":{"lock":false,"pos":{"x":12.2601,"y":1.4609,"z":-12.0168},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"18aa54":{"lock":false,"pos":{"x":12.2578,"y":1.4727,"z":27.9861},"rot":{"x":359.9201,"y":270.0804,"z":0.0168}},"1cc5a6":{"lock":false,"pos":{"x":12.2488,"y":1.29,"z":35.9871},"rot":{"x":359.9831,"y":0.0028,"z":359.92}},"219a80":{"lock":false,"pos":{"x":4.3697,"y":1.5643,"z":-38.8587},"rot":{"x":-0.0004,"y":90.0462,"z":0.439}},"2ec188":{"lock":false,"pos":{"x":12.2496,"y":1.2688,"z":-36.0141},"rot":{"x":359.9831,"y":359.9885,"z":359.92}},"8d88c8":{"lock":false,"pos":{"x":12.2599,"y":1.4679,"z":11.9849},"rot":{"x":359.9201,"y":270.0313,"z":0.0168}},"8eb793":{"lock":false,"pos":{"x":12.2592,"y":1.4656,"z":3.9839},"rot":{"x":359.9201,"y":270.001,"z":0.0169}},"952572":{"lock":false,"pos":{"x":12.2575,"y":1.4703,"z":19.9857},"rot":{"x":359.9201,"y":270.0386,"z":0.0168}},"9e33a0":{"lock":false,"pos":{"x":12.2582,"y":1.4632,"z":-4.0158},"rot":{"x":359.9201,"y":270.0062,"z":0.0169}},"b5928a":{"lock":false,"pos":{"x":-3.6881,"y":1.5822,"z":-15.0624},"rot":{"x":359.9198,"y":269.9666,"z":0.0169}},"bd556e":{"lock":false,"pos":{"x":12.2593,"y":1.4585,"z":-20.0202},"rot":{"x":359.9201,"y":270.0686,"z":0.0168}},"dddf97":{"lock":false,"pos":{"x":-5.4661,"y":1.5,"z":-42.0169},"rot":{"x":0,"y":270.0246,"z":0}},"e6bb63":{"lock":false,"pos":{"x":12.2572,"y":1.4562,"z":-28.0186},"rot":{"x":359.9201,"y":270.0342,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4103,"y":1.5756,"z":-26.7181},"rot":{"x":359.9202,"y":269.6949,"z":0.0173}},"f22477":{"lock":false,"pos":{"x":8.444,"y":1.5098,"z":-33.462},"rot":{"x":359.9201,"y":270.0056,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -42,13 +42,16 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/BetrayalattheMountainsofMadness084.ef939a.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Betrayal at the Mountains of Madness 0.8.4",
"Nickname": "Betrayal at the Mountains of Madness",
"Snap": true,
"Sticky": true,
"Tags": [
"LargeBox"
],
"Tooltip": true,
"Transform": {
"posX": 61.155,

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600,
font_size=350, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CallofthePlaguebearer.613b64.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Call of the Plaguebearer",

View File

@ -1 +0,0 @@
{"ml":{"02e7d2":{"lock":false,"pos":{"x":21.0277,"y":1.5237,"z":4.9552},"rot":{"x":0.0799,"y":90.0111,"z":359.9832}},"10f183":{"lock":false,"pos":{"x":12.092,"y":1.4584,"z":-21.2056},"rot":{"x":359.9201,"y":269.9965,"z":0.0169}},"13f15a":{"lock":false,"pos":{"x":-0.8693,"y":1.4355,"z":47.641},"rot":{"x":0.0003,"y":270.025,"z":359.2322}},"24c385":{"lock":false,"pos":{"x":11.9594,"y":1.4651,"z":0.8362},"rot":{"x":359.9201,"y":270.0032,"z":0.0169}},"2bd90b":{"lock":false,"pos":{"x":11.9948,"y":1.4694,"z":15.5876},"rot":{"x":359.9201,"y":270,"z":0.0169}},"3fa7c8":{"lock":false,"pos":{"x":0.3323,"y":1.6286,"z":-7.7335},"rot":{"x":359.9197,"y":270.002,"z":0.0168}},"47e769":{"lock":false,"pos":{"x":12.0918,"y":1.4563,"z":-28.5325},"rot":{"x":359.9201,"y":270.0239,"z":0.0168}},"51fbbc":{"lock":false,"pos":{"x":11.9307,"y":1.4716,"z":22.8828},"rot":{"x":359.9201,"y":269.9986,"z":0.0169}},"6fee85":{"lock":false,"pos":{"x":12.0108,"y":1.4629,"z":-6.4239},"rot":{"x":359.9201,"y":270.1797,"z":0.0166}},"71b3ae":{"lock":false,"pos":{"x":12.0638,"y":1.4607,"z":-13.6749},"rot":{"x":359.9201,"y":270.0066,"z":0.0169}},"c29a78":{"lock":false,"pos":{"x":12.0395,"y":1.4671,"z":8.2048},"rot":{"x":359.9201,"y":270.0003,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":-0.8626,"y":1.3157,"z":71.8684},"rot":{"x":0.0208,"y":269.9915,"z":0.0168}},"f5db25":{"lock":false,"pos":{"x":-3.6762,"y":1.5823,"z":-14.5355},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CelticRising.4d305a.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CelticRising.4d305a.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Celtic Rising",

View File

@ -1 +0,0 @@
{"ml":{"055532":{"lock":false,"pos":{"x":8.8257,"y":1.4645,"z":-15.8276},"rot":{"x":359.9201,"y":269.9998,"z":0.0169}},"072acf":{"lock":false,"pos":{"x":9.0112,"y":1.4698,"z":3.0492},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"1da86b":{"lock":false,"pos":{"x":8.8915,"y":1.4662,"z":-9.7687},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"40367b":{"lock":false,"pos":{"x":-7.2477,"y":1.4833,"z":-28.3811},"rot":{"x":359.9201,"y":270.0154,"z":0.0169}},"446d4c":{"lock":false,"pos":{"x":8.9866,"y":1.4718,"z":9.4227},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"4786a5":{"lock":false,"pos":{"x":9.0784,"y":1.4735,"z":15.6658},"rot":{"x":359.9201,"y":270.0004,"z":0.0169}},"55bcca":{"lock":false,"pos":{"x":9.0606,"y":1.4679,"z":-3.2898},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"92ee5a":{"lock":false,"pos":{"x":0.1554,"y":1.6281,"z":-10.3087},"rot":{"x":359.9197,"y":270.0021,"z":0.0168}},"992bc4":{"lock":false,"pos":{"x":-3.7366,"y":1.5823,"z":-15.0084},"rot":{"x":359.9197,"y":269.9815,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":8.366,"y":1.5615,"z":-28.4186},"rot":{"x":359.9201,"y":270.0162,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -25,9 +25,9 @@
"SpecularIntensity": 0,
"SpecularSharpness": 2
},
"DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/959719855127933035/B199A5F515A8F3ED7E06780D3723285C02ADE085/",
"DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/2018214163836048989/445ECEB6725E5387C41EEB8FBC69A3F247A5AD13/",
"MaterialIndex": 3,
"MeshURL": "http://cloud-3.steamusercontent.com/ugc/87098596225685535/6C95EB6308A0A9E89367DD67D5C65D09EB3C06A0/",
"MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/core_h_MSH.obj",
"NormalURL": "",
"TypeIndex": 0
},
@ -42,15 +42,15 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CloseEncountersoftheLV-426Kind.4f5421.ttslua",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Close Encounters of the LV-426 Kind",
"Snap": true,
"Sticky": true,
"Tags": [
"chaosBag"
"LargeBox"
],
"Tooltip": true,
"Transform": {
@ -60,9 +60,9 @@
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 3,
"scaleY": 3,
"scaleZ": 3
"scaleX": 1,
"scaleY": 0.14,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/CyclopeanFoundations.169eb9.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Cyclopean Foundations",

View File

@ -1 +0,0 @@
{"ml":{"133644":{"lock":false,"pos":{"x":-8.8564,"y":1.599,"z":5.6547},"rot":{"x":359.9319,"y":314.8602,"z":359.9567}},"36864b":{"lock":false,"pos":{"x":12.2555,"y":1.4562,"z":-28.0164},"rot":{"x":359.9201,"y":269.9951,"z":0.0169}},"3e21bb":{"lock":false,"pos":{"x":12.2553,"y":1.4632,"z":-4.005},"rot":{"x":359.9201,"y":269.9968,"z":0.0169}},"430ed4":{"lock":false,"pos":{"x":4.3522,"y":1.3853,"z":-17.0378},"rot":{"x":359.9831,"y":359.994,"z":359.9197}},"4b8bb9":{"lock":false,"pos":{"x":-0.4792,"y":1.6273,"z":-16.0225},"rot":{"x":359.9197,"y":270.0078,"z":0.0168}},"790e50":{"lock":false,"pos":{"x":-8.9524,"y":1.598,"z":1.6016},"rot":{"x":359.9319,"y":314.9326,"z":359.9567}},"90b00d":{"lock":false,"pos":{"x":7.4716,"y":1.3116,"z":-57.7787},"rot":{"x":0.0208,"y":270.02,"z":0.0168}},"9a9282":{"lock":false,"pos":{"x":-8.7944,"y":1.5965,"z":-2.7374},"rot":{"x":359.932,"y":314.9316,"z":359.9567}},"a4139a":{"lock":false,"pos":{"x":12.2509,"y":1.4656,"z":3.9859},"rot":{"x":359.9201,"y":270.0126,"z":0.0169}},"b3f144":{"lock":false,"pos":{"x":12.2559,"y":1.4727,"z":27.9863},"rot":{"x":359.9201,"y":270.017,"z":0.0169}},"b9e000":{"lock":false,"pos":{"x":-8.9341,"y":1.5955,"z":-6.8668},"rot":{"x":359.9319,"y":314.9296,"z":359.9567}},"ca9ca7":{"lock":false,"pos":{"x":12.2556,"y":1.4703,"z":20.0036},"rot":{"x":359.9201,"y":270.0293,"z":0.0168}},"d1759b":{"lock":false,"pos":{"x":-1.4665,"y":1.5756,"z":-26.9423},"rot":{"x":359.9201,"y":270.1273,"z":0.0167}},"dc90ba":{"lock":false,"pos":{"x":12.2583,"y":1.4679,"z":11.9859},"rot":{"x":359.9201,"y":270.0256,"z":0.0168}},"e6cb60":{"lock":false,"pos":{"x":12.2559,"y":1.4609,"z":-12.0153},"rot":{"x":359.9201,"y":269.9904,"z":0.0169}},"f58e85":{"lock":false,"pos":{"x":12.2563,"y":1.4585,"z":-20.0169},"rot":{"x":359.9201,"y":270.011,"z":0.0169}},"f91f29":{"lock":false,"pos":{"x":4.8432,"y":1.4601,"z":-45.0493},"rot":{"x":0.001,"y":269.9469,"z":1.0297}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkMatter.d713f4.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Dark Matter",

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -61,8 +61,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/DarkhamHorror.bc7fa7.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Darkham Horror",

View File

@ -1 +0,0 @@
{"ml":{"044ab6":{"lock":false,"pos":{"x":12.2499,"y":1.4609,"z":-12.0137},"rot":{"x":359.9201,"y":270.1017,"z":0.0167}},"17c59d":{"lock":false,"pos":{"x":12.2503,"y":1.4585,"z":-20.0139},"rot":{"x":359.9201,"y":270.0724,"z":0.0168}},"221778":{"lock":false,"pos":{"x":12.587,"y":1.5039,"z":-33.847},"rot":{"x":359.9201,"y":270.0021,"z":0.0169}},"515ba5":{"lock":false,"pos":{"x":-3.9152,"y":1.5861,"z":-15.094},"rot":{"x":359.9832,"y":0.0004,"z":359.9197}},"5f8e94":{"lock":false,"pos":{"x":12.2496,"y":1.4633,"z":-4.0139},"rot":{"x":359.9201,"y":270.0854,"z":0.0168}},"7b5ee7":{"lock":false,"pos":{"x":12.2495,"y":1.4656,"z":3.9892},"rot":{"x":359.9201,"y":270.0862,"z":0.0168}},"7cb918":{"lock":false,"pos":{"x":12.25,"y":1.4703,"z":19.9865},"rot":{"x":359.9201,"y":270.0856,"z":0.0168}},"92c6fc":{"lock":false,"pos":{"x":12.256,"y":1.3178,"z":36.1097},"rot":{"x":0.08,"y":89.9982,"z":359.9831}},"b5c9d7":{"lock":false,"pos":{"x":12.2494,"y":1.4563,"z":-28.0139},"rot":{"x":359.9201,"y":270.1024,"z":0.0167}},"bc4a2e":{"lock":false,"pos":{"x":12.2525,"y":1.468,"z":11.9863},"rot":{"x":359.9201,"y":270.0859,"z":0.0168}},"c09838":{"lock":false,"pos":{"x":12.2503,"y":1.4727,"z":27.9858},"rot":{"x":359.9201,"y":270.0597,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4223,"y":1.6,"z":-41.3729},"rot":{"x":0,"y":270.0014,"z":-0.0002}},"fe8e8a":{"lock":false,"pos":{"x":-1.4656,"y":1.4756,"z":-26.9305},"rot":{"x":359.9201,"y":270.0092,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -42,13 +42,16 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/EssenceofHumanityCampaignBox.691339.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Essence of Humanity Campaign Box",
"Snap": true,
"Sticky": true,
"Tags": [
"LargeBox"
],
"Tooltip": true,
"Transform": {
"posX": 35.297,
@ -56,7 +59,7 @@
"posZ": -6.402,
"rotX": 0,
"rotY": 270,
"rotZ": 358,
"rotZ": 0,
"scaleX": 1,
"scaleY": 0.14,
"scaleZ": 1

View File

@ -1 +0,0 @@
{"ml":{"1e122c":{"lock":false,"pos":{"x":12.25,"y":1.4656,"z":3.9846},"rot":{"x":359.92,"y":270.5023,"z":0.0162}},"2547b3":{"lock":false,"pos":{"x":15.1572,"y":1.5202,"z":33.4974},"rot":{"x":359.9201,"y":269.9961,"z":0.0169}},"8354bb":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":270.0084,"z":0.0169}},"89ae68":{"lock":false,"pos":{"x":12.2492,"y":1.4704,"z":19.9855},"rot":{"x":359.9201,"y":270.0619,"z":0.0168}},"91d358":{"lock":false,"pos":{"x":12.2433,"y":1.468,"z":11.9905},"rot":{"x":359.92,"y":270.5103,"z":0.0162}},"936cd8":{"lock":false,"pos":{"x":12.2469,"y":1.4633,"z":-4.0188},"rot":{"x":359.9199,"y":270.6714,"z":0.0159}},"97bd7a":{"lock":false,"pos":{"x":12.2409,"y":1.4727,"z":27.99},"rot":{"x":359.92,"y":270.5837,"z":0.0161}},"b272e3":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.777},"rot":{"x":359.9201,"y":269.9802,"z":0.0169}},"be466d":{"lock":false,"pos":{"x":0.2702,"y":1.4896,"z":28.7808},"rot":{"x":359.9201,"y":269.9995,"z":0.0169}},"c06389":{"lock":false,"pos":{"x":0.27,"y":1.4896,"z":28.7772},"rot":{"x":359.9201,"y":269.9765,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":-1.4656,"y":1.5756,"z":-26.9263},"rot":{"x":359.9201,"y":270.0024,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600,
font_size=350, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -42,13 +42,16 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/FutureReflections.0f0680.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Future Reflections",
"Snap": true,
"Sticky": true,
"Tags": [
"LargeBox"
],
"Tooltip": true,
"Transform": {
"posX": -9.202,
@ -57,9 +60,9 @@
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 0.65,
"scaleY": 0.09,
"scaleZ": 0.65
"scaleX": 1,
"scaleY": 0.14,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,7}, rotation={0,0,0}, height=850, width=3300,
font_size=700, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IdolThoughts.2d417b.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Idol Thoughts",

View File

@ -1 +0,0 @@
{"ml":{"0fad66":{"lock":false,"pos":{"x":12.2500028610229,"y":1.46070170402527,"z":-12.6663017272949},"rot":{"x":359.920104980469,"y":270.013061523438,"z":0.016855750232935}},"16ceab":{"lock":false,"pos":{"x":12.2508039474487,"y":1.46838736534119,"z":13.4375},"rot":{"x":359.920135498047,"y":269.997741699219,"z":0.0168768782168627}},"34b55b":{"lock":false,"pos":{"x":12.2501564025879,"y":1.54031658172607,"z":19.986349105835},"rot":{"x":0.0798780843615532,"y":90.0000076293945,"z":359.983123779297}},"49dfb9":{"lock":false,"pos":{"x":12.2508029937744,"y":1.46327579021454,"z":-3.92020153999329},"rot":{"x":359.920135498047,"y":269.994262695313,"z":0.0168821681290865}},"4f944f":{"lock":false,"pos":{"x":12.2503032684326,"y":1.46581149101257,"z":4.68769979476929},"rot":{"x":359.920135498047,"y":270.004669189453,"z":0.0168670099228621}},"82e1ed":{"lock":false,"pos":{"x":-4.55330038070679,"y":1.58349049091339,"z":-14.8002042770386},"rot":{"x":359.919738769531,"y":270,"z":0.0168378297239542}},"d5b604":{"lock":false,"pos":{"x":12.2505016326904,"y":1.27312207221985,"z":-21.3052005767822},"rot":{"x":359.955413818359,"y":225.000747680664,"z":0.0684693679213524}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/IntotheShadowlands.019847.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Into the Shadowlands",
@ -78,8 +78,8 @@
"rotY": 270,
"rotZ": 0,
"scaleX": 2.21,
"scaleY": 0.2,
"scaleZ": 2.46
"scaleY": 0.46,
"scaleZ": 2.42
},
"Value": 0,
"XmlUI": ""

View File

@ -1 +0,0 @@
{"ml":{"b1bc62":{"lock":false,"pos":{"x":10.2009,"y":1.2817,"z":-2.161},"rot":{"x":0.0799,"y":89.9964,"z":359.9831}},"c1aad0":{"lock":false,"pos":{"x":9.6318,"y":1.285,"z":6.3703},"rot":{"x":0.0799,"y":89.9923,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Jumanji.b46db2.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Jumanji.b46db2.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Jumanji",

View File

@ -1 +0,0 @@
{"ml":{"1ece3e":{"lock":false,"pos":{"x":-9.2714,"y":1.5999,"z":6.5718},"rot":{"x":359.9324,"y":315.0023,"z":359.9566}},"37fb4d":{"lock":false,"pos":{"x":11.3295,"y":1.2754,"z":-17.9023},"rot":{"x":359.9831,"y":0.0015,"z":359.92}},"3b7b53":{"lock":false,"pos":{"x":11.9517,"y":1.2851,"z":17.9868},"rot":{"x":359.9831,"y":0.0004,"z":359.92}},"61b7e9":{"lock":false,"pos":{"x":-9.3098,"y":1.5959,"z":-7.1846},"rot":{"x":359.9324,"y":314.9627,"z":359.9567}},"73b5e1":{"lock":false,"pos":{"x":12.2521,"y":1.4656,"z":3.9858},"rot":{"x":359.9201,"y":269.9994,"z":0.0169}},"847279":{"lock":false,"pos":{"x":19.0419,"y":1.27,"z":0.1407},"rot":{"x":359.9831,"y":0.0011,"z":359.92}},"8a3606":{"lock":false,"pos":{"x":12.2532,"y":1.4609,"z":-12.0152},"rot":{"x":359.9201,"y":269.9905,"z":0.0169}},"8cd599":{"lock":false,"pos":{"x":14.1599,"y":1.523,"z":-29.6479},"rot":{"x":0.0799,"y":89.988,"z":359.9831}},"90b00d":{"lock":false,"pos":{"x":8.8914,"y":1.5,"z":39.8367},"rot":{"x":0,"y":270.012,"z":0}},"c2f5ae":{"lock":false,"pos":{"x":12.2631,"y":1.4727,"z":28.0227},"rot":{"x":359.9201,"y":269.9617,"z":0.0169}},"c3633f":{"lock":false,"pos":{"x":12.2512,"y":1.4632,"z":-4.0144},"rot":{"x":359.9201,"y":269.9982,"z":0.0169}},"c5afbe":{"lock":false,"pos":{"x":-0.2602,"y":1.6269,"z":-16.4254},"rot":{"x":359.9197,"y":269.9958,"z":0.0168}},"ca53e8":{"lock":false,"pos":{"x":-9.3676,"y":1.5974,"z":-2.4075},"rot":{"x":359.9317,"y":314.9599,"z":359.9565}},"cba0aa":{"lock":false,"pos":{"x":-9.4101,"y":1.5988,"z":2.1645},"rot":{"x":359.9324,"y":315.025,"z":359.9566}},"e11d84":{"lock":false,"pos":{"x":12.2537,"y":1.468,"z":11.986},"rot":{"x":359.9201,"y":269.9912,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":1.1476,"y":1.5712,"z":-29.7397},"rot":{"x":359.9201,"y":270.022,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/Kaimonogatari.2df25a.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Kaimonogatari",

View File

@ -1 +0,0 @@
{"ml":{"2a9a02":{"lock":false,"pos":{"x":3.5083,"y":1.6247,"z":-6.1625},"rot":{"x":359.9197,"y":269.9857,"z":0.0168}},"4076cd":{"lock":false,"pos":{"x":12.2501,"y":1.4727,"z":27.9864},"rot":{"x":359.9201,"y":269.9268,"z":0.017}},"486b0b":{"lock":false,"pos":{"x":3.5252,"y":1.6251,"z":-4.553},"rot":{"x":359.9197,"y":270.0142,"z":0.0168}},"64ad17":{"lock":false,"pos":{"x":12.2496,"y":1.4562,"z":-28.0137},"rot":{"x":359.9201,"y":269.9981,"z":0.0169}},"8221db":{"lock":false,"pos":{"x":12.2519,"y":1.468,"z":11.9864},"rot":{"x":359.9201,"y":269.9924,"z":0.0169}},"8f297e":{"lock":false,"pos":{"x":12.2494,"y":1.4633,"z":-4.0136},"rot":{"x":359.9201,"y":269.9989,"z":0.0169}},"9a39d8":{"lock":false,"pos":{"x":12.2505,"y":1.4585,"z":-20.0137},"rot":{"x":359.9202,"y":269.7147,"z":0.0173}},"ad56f2":{"lock":false,"pos":{"x":12.2499,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":269.9645,"z":0.0169}},"b34bec":{"lock":false,"pos":{"x":12.1371,"y":1.3166,"z":-46.4024},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"b86938":{"lock":false,"pos":{"x":12.2499,"y":1.4609,"z":-12.0136},"rot":{"x":359.9202,"y":269.7146,"z":0.0173}},"b987fc":{"lock":false,"pos":{"x":12.2492,"y":1.475,"z":35.9864},"rot":{"x":359.9201,"y":269.9995,"z":0.0169}},"b99de3":{"lock":false,"pos":{"x":12.2498,"y":1.4656,"z":3.9864},"rot":{"x":359.9201,"y":269.9216,"z":0.017}},"c644be":{"lock":false,"pos":{"x":-3.4418,"y":1.4948,"z":28.9615},"rot":{"x":359.9201,"y":269.9807,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":-1.4655,"y":1.5756,"z":-26.9304},"rot":{"x":359.9201,"y":270.0008,"z":0.0169}},"f051fc":{"lock":false,"pos":{"x":12.2492,"y":1.475,"z":35.9864},"rot":{"x":359.9201,"y":270.0026,"z":0.0169}},"f5db25":{"lock":false,"pos":{"x":-3.4942,"y":1.5821,"z":-14.5172},"rot":{"x":359.9197,"y":269.9996,"z":0.0168}},"fba392":{"lock":false,"pos":{"x":12.2504,"y":1.4538,"z":-36.0139},"rot":{"x":359.9201,"y":269.998,"z":0.0169}},"fcfa07":{"lock":false,"pos":{"x":-11.9064,"y":1.5066,"z":28.8153},"rot":{"x":359.9201,"y":269.9953,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/KiedysnyStajsiRzeczywici.acdf16.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Kiedy sny Stają się Rzeczywiścią",

View File

@ -1 +0,0 @@
{"ml":{"1e00a9":{"lock":false,"pos":{"x":9.3117,"y":1.285,"z":4.9883},"rot":{"x":0.0799,"y":89.9803,"z":359.9831}},"24e5eb":{"lock":false,"pos":{"x":-5.6029,"y":1.5487,"z":23.9983},"rot":{"x":359.9201,"y":270.0043,"z":359.5229}},"2889f0":{"lock":false,"pos":{"x":9.5686,"y":1.2858,"z":9.0951},"rot":{"x":0.0799,"y":89.9924,"z":359.9831}},"31a93a":{"lock":false,"pos":{"x":8.9743,"y":1.2844,"z":1.3267},"rot":{"x":0.0799,"y":89.9966,"z":359.9831}},"68ca42":{"lock":false,"pos":{"x":-3.3874,"y":1.3969,"z":-14.6273},"rot":{"x":359.9832,"y":-0.0008,"z":359.9196}},"bd069f":{"lock":false,"pos":{"x":9.3965,"y":1.2827,"z":-2.4823},"rot":{"x":0.0799,"y":89.9951,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/MachiningAMystery.79b36d.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/MachiningAMystery.79b36d.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Machining A Mystery",

View File

@ -1 +0,0 @@
{"ml":{"00bd86":{"lock":false,"pos":{"x":5.6543,"y":1.232,"z":50.7759},"rot":{"x":0.0208,"y":270.012,"z":0.0168}},"13f2cf":{"lock":false,"pos":{"x":4.3706,"y":1.6287,"z":11.8032},"rot":{"x":359.9197,"y":269.996,"z":0.0168}},"177b23":{"lock":false,"pos":{"x":12.1228,"y":1.4714,"z":23.2312},"rot":{"x":359.9201,"y":270,"z":0.0169}},"19068f":{"lock":false,"pos":{"x":0.8939,"y":1.2629,"z":53.7457},"rot":{"x":0.0281,"y":270.0175,"z":0.0168}},"2121c5":{"lock":false,"pos":{"x":13.3962,"y":1.2686,"z":52.9511},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"24f032":{"lock":false,"pos":{"x":-6.3722,"y":1.2573,"z":49.7998},"rot":{"x":0.0208,"y":270.008,"z":0.0168}},"341647":{"lock":false,"pos":{"x":0.0946,"y":1.2608,"z":53.7843},"rot":{"x":0.0208,"y":270.0005,"z":0.0168}},"4647f5":{"lock":false,"pos":{"x":11.7039,"y":1.4553,"z":-33.7546},"rot":{"x":359.9201,"y":270.0009,"z":0.0169}},"4a29c2":{"lock":false,"pos":{"x":12.2501,"y":1.4609,"z":-12.0137},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"503fc5":{"lock":false,"pos":{"x":12.2519,"y":1.468,"z":11.9864},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"5146f4":{"lock":false,"pos":{"x":-1.0265,"y":1.26,"z":52.3064},"rot":{"x":0.0208,"y":269.9875,"z":0.0168}},"5ba390":{"lock":false,"pos":{"x":0.1593,"y":1.2634,"z":56.6363},"rot":{"x":0.0281,"y":270.001,"z":0.0168}},"5ccd13":{"lock":false,"pos":{"x":-9.2356,"y":1.6315,"z":-10.45},"rot":{"x":359.9207,"y":269.9716,"z":0.0174}},"621194":{"lock":false,"pos":{"x":-2.6347,"y":1.2596,"z":53.1414},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"6a1f99":{"lock":false,"pos":{"x":11.8347,"y":1.4582,"z":-23.1062},"rot":{"x":359.9201,"y":269.9999,"z":0.0169}},"6d8dad":{"lock":false,"pos":{"x":11.901,"y":1.2781,"z":-6.0589},"rot":{"x":0.08,"y":89.9996,"z":359.9831}},"6e0236":{"lock":false,"pos":{"x":11.9519,"y":1.2794,"z":-1.4092},"rot":{"x":0.08,"y":89.9995,"z":359.9831}},"7bda17":{"lock":false,"pos":{"x":12.3581,"y":1.4744,"z":34.235},"rot":{"x":359.9201,"y":270,"z":0.0169}},"7c3cdc":{"lock":false,"pos":{"x":11.8848,"y":1.2769,"z":-10.2113},"rot":{"x":0.08,"y":89.9995,"z":359.9831}},"931909":{"lock":false,"pos":{"x":-2.956,"y":1.2592,"z":52.1944},"rot":{"x":0.0208,"y":270.0009,"z":0.0168}},"a3da91":{"lock":false,"pos":{"x":-0.9527,"y":1.2611,"z":56.0573},"rot":{"x":0.0208,"y":270.0182,"z":0.0168}},"a70df2":{"lock":false,"pos":{"x":-6.2862,"y":1.2574,"z":50.0407},"rot":{"x":0.0208,"y":269.9756,"z":0.0168}},"a7e34c":{"lock":false,"pos":{"x":-2.9898,"y":1.2592,"z":52.1423},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}},"b2077d":{"lock":false,"pos":{"x":-0.9299,"y":1.3932,"z":-15.3285},"rot":{"x":359.9832,"y":0.0008,"z":359.9197}},"c0046a":{"lock":false,"pos":{"x":11.9814,"y":1.4648,"z":-0.1445},"rot":{"x":359.9201,"y":270,"z":0.0169}},"e54f2a":{"lock":false,"pos":{"x":12.1996,"y":1.2807,"z":3.856},"rot":{"x":0.0799,"y":89.9951,"z":359.9831}},"e7f6e5":{"lock":false,"pos":{"x":-3.2102,"y":1.2592,"z":52.2735},"rot":{"x":0.0208,"y":270.0028,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-5.0775,"y":1.5802,"z":-28.4084},"rot":{"x":359.9201,"y":269.9929,"z":0.0169}},"eeb179":{"lock":false,"pos":{"x":-6.1171,"y":1.2613,"z":63.1315},"rot":{"x":0.0208,"y":270,"z":0.0168}},"f57a86":{"lock":false,"pos":{"x":-3.2731,"y":1.2596,"z":54.0476},"rot":{"x":0.0208,"y":270.0001,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/NorthCountryCycle.aaceca.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "North Country Cycle",
@ -78,8 +78,8 @@
"rotY": 270,
"rotZ": 0,
"scaleX": 2.21,
"scaleY": 0.2,
"scaleZ": 2.46
"scaleY": 0.46,
"scaleZ": 2.42
},
"Value": 0,
"XmlUI": ""

View File

@ -1 +0,0 @@
{"ml":{"147dea":{"lock":false,"pos":{"x":9.4431,"y":1.2854,"z":7.085},"rot":{"x":0.0799,"y":89.9987,"z":359.9831}},"7f9f0d":{"lock":false,"pos":{"x":9.3077,"y":1.2837,"z":0.2819},"rot":{"x":0.0799,"y":89.9984,"z":359.9831}},"df5156":{"lock":false,"pos":{"x":9.2722,"y":1.2819,"z":-6.0997},"rot":{"x":0.0799,"y":89.9909,"z":359.9831}},"ea0896":{"lock":false,"pos":{"x":-3.3332,"y":1.5816,"z":-15.257},"rot":{"x":359.9197,"y":270.0002,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OfSphinxandSands.edb650.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Of Sphinx and Sands",

View File

@ -1 +0,0 @@
{"ml":{"13f2cf":{"lock":false,"pos":{"x":4.3706,"y":1.6287,"z":11.8032},"rot":{"x":359.9197,"y":269.996,"z":0.0168}},"6d8dad":{"lock":false,"pos":{"x":11.901,"y":1.2781,"z":-6.0589},"rot":{"x":0.08,"y":89.9996,"z":359.9831}},"6e0236":{"lock":false,"pos":{"x":11.9519,"y":1.2794,"z":-1.4092},"rot":{"x":0.08,"y":89.9995,"z":359.9831}},"7c3cdc":{"lock":false,"pos":{"x":11.8848,"y":1.2769,"z":-10.2113},"rot":{"x":0.08,"y":89.9995,"z":359.9831}},"a3da91":{"lock":false,"pos":{"x":-0.9527,"y":1.2611,"z":56.0573},"rot":{"x":0.0208,"y":270.0182,"z":0.0168}},"e54f2a":{"lock":false,"pos":{"x":12.1996,"y":1.2807,"z":3.856},"rot":{"x":0.0799,"y":89.9951,"z":359.9831}},"eda22b":{"lock":false,"pos":{"x":-5.0775,"y":1.5802,"z":-28.4084},"rot":{"x":359.9201,"y":269.9929,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/OrdoTempliOrientis.608bea.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Ordo Templi Orientis",

View File

@ -1 +0,0 @@
{"ml":{"286579":{"lock":false,"pos":{"x":12.2487,"y":1.2782,"z":-4.0135},"rot":{"x":0.08,"y":90.0001,"z":359.9831}},"392e62":{"lock":false,"pos":{"x":0.0804,"y":1.6282,"z":-10.4566},"rot":{"x":359.9198,"y":269.984,"z":0.0169}},"7b28eb":{"lock":false,"pos":{"x":12.2495,"y":1.2806,"z":3.9864},"rot":{"x":0.08,"y":89.9951,"z":359.9831}},"7cda3f":{"lock":false,"pos":{"x":12.2512,"y":1.2829,"z":11.9866},"rot":{"x":0.08,"y":89.9997,"z":359.9831}},"b3bfc4":{"lock":false,"pos":{"x":-1.4651,"y":1.4756,"z":-26.9305},"rot":{"x":359.9201,"y":270.0049,"z":0.0169}},"ba2ded":{"lock":false,"pos":{"x":12.2492,"y":1.2759,"z":-12.0135},"rot":{"x":0.08,"y":89.9974,"z":359.9831}},"bbb70a":{"lock":false,"pos":{"x":12.2503,"y":1.4585,"z":-20.0136},"rot":{"x":359.9201,"y":270.0311,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/ParallelUniverse.28e0a1.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Parallel Universe",

View File

@ -1 +0,0 @@
{"ml":{"56a08b":{"lock":false,"pos":{"x":-3.8679,"y":1.5824,"z":-15.4044},"rot":{"x":359.9197,"y":270.0026,"z":0.0168}},"6ca52c":{"lock":false,"pos":{"x":10.1258,"y":1.283,"z":1.8531},"rot":{"x":0.0799,"y":89.9977,"z":359.9831}},"8578ad":{"lock":false,"pos":{"x":-4.4263,"y":1.6455,"z":14.8008},"rot":{"x":359.9197,"y":269.9995,"z":0.0168}},"b4cf5a":{"lock":false,"pos":{"x":3.9877,"y":1.4679,"z":-27.2649},"rot":{"x":359.9201,"y":269.9991,"z":0.0169}},"c0897e":{"lock":false,"pos":{"x":10.4203,"y":1.2811,"z":-2.9799},"rot":{"x":0.0799,"y":89.9995,"z":359.9831}},"f39e68":{"lock":false,"pos":{"x":10.161,"y":1.2842,"z":6.4667},"rot":{"x":0.0799,"y":89.9954,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/PokemonEldritchEdition.75fe78.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Pokemon Eldritch Edition",

View File

@ -1 +0,0 @@
{"ml":{"05109d":{"lock":false,"pos":{"x":-3.12649917602539,"y":1.12493538856506,"z":-50.2695999145508},"rot":{"x":359.979156494141,"y":89.9994506835938,"z":359.983215332031}},"13ed7d":{"lock":false,"pos":{"x":12.2512035369873,"y":1.28292536735535,"z":11.9865989685059},"rot":{"x":0.0799588114023209,"y":89.9949340820313,"z":359.983093261719}},"1fae15":{"lock":false,"pos":{"x":12.1805038452148,"y":1.27355456352234,"z":-20.1693019866943},"rot":{"x":0.0799674317240715,"y":89.9949417114258,"z":359.983062744141}},"2cea4e":{"lock":false,"pos":{"x":66.0026016235352,"y":1.11109709739685,"z":-58.8017997741699},"rot":{"x":359.979156494141,"y":89.9906921386719,"z":359.983215332031}},"3da6dd":{"lock":false,"pos":{"x":12.2621040344238,"y":1.27820038795471,"z":-4.00930261611938},"rot":{"x":0.0799657329916954,"y":89.9984359741211,"z":359.983093261719}},"4c07bf":{"lock":false,"pos":{"x":12.2919034957886,"y":1.27108502388,"z":-28.030704498291},"rot":{"x":0.0799620524048805,"y":90.0000457763672,"z":359.983093261719}},"52d102":{"lock":false,"pos":{"x":12.2132043838501,"y":1.27584600448608,"z":-12.2319049835205},"rot":{"x":0.0799582898616791,"y":89.9938659667969,"z":359.983093261719}},"61801e":{"lock":false,"pos":{"x":12.1700048446655,"y":1.28535795211792,"z":19.8675079345703},"rot":{"x":0.0799623876810074,"y":89.996826171875,"z":359.983093261719}},"7b57ad":{"lock":false,"pos":{"x":16.2712059020996,"y":1.27489864826202,"z":3.76080012321472},"rot":{"x":0.0799572914838791,"y":89.9929580688477,"z":359.983093261719}},"9af38c":{"lock":false,"pos":{"x":12.2501535415649,"y":1.48254573345184,"z":-36.0138473510742},"rot":{"x":-0.000153532513650134,"y":269.96923828125,"z":359.721130371094}},"c627fc":{"lock":false,"pos":{"x":17.8328266143799,"y":1.45285880565643,"z":-12.8706102371216},"rot":{"x":359.920104980469,"y":270.017272949219,"z":0.0168486014008522}},"d14543":{"lock":false,"pos":{"x":66.4962005615234,"y":1.11095499992371,"z":80.5901031494141},"rot":{"x":359.979156494141,"y":89.9937591552734,"z":359.983215332031}},"e1caf1":{"lock":false,"pos":{"x":12.1709051132202,"y":1.28772139549255,"z":27.8930072784424},"rot":{"x":0.0799488052725792,"y":89.9712753295898,"z":359.983062744141}},"eda22b":{"lock":false,"pos":{"x":-5.44584989547729,"y":1.5804318189621,"z":-29.4421005249023},"rot":{"x":359.920135498047,"y":270.000427246094,"z":0.0168711524456739}},"f040a6":{"lock":false,"pos":{"x":12.1407060623169,"y":1.28064227104187,"z":3.70839309692383},"rot":{"x":0.0799626931548119,"y":89.9970016479492,"z":359.983093261719}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/StrangeAeons.2abdd6.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Strange Aeons",

View File

@ -1 +0,0 @@
{"ml":{"1f4db7":{"lock":false,"pos":{"x":-7.7139,"y":1.7478,"z":15.225},"rot":{"x":359.92,"y":270.0018,"z":180.0169}},"7ba738":{"lock":false,"pos":{"x":-3.946,"y":1.4062,"z":14.5235},"rot":{"x":359.9832,"y":-0.0016,"z":359.9197}},"82e1ed":{"lock":false,"pos":{"x":-4.1664,"y":1.5829,"z":-15.04},"rot":{"x":359.9197,"y":269.9994,"z":0.0168}},"961940":{"lock":false,"pos":{"x":8.4723,"y":1.2866,"z":6.7132},"rot":{"x":0.0799,"y":89.9989,"z":359.9831}},"c2fe44":{"lock":false,"pos":{"x":-0.4614,"y":1.7617,"z":-25.2014},"rot":{"x":359.9201,"y":269.9758,"z":0.0169}},"eea51b":{"lock":false,"pos":{"x":8.0856,"y":1.2853,"z":0.187},"rot":{"x":0.0799,"y":89.9983,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheApproachingStorm.ab6b9a.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The Approaching Storm",

View File

@ -1 +0,0 @@
{"ml":{"20982e":{"lock":false,"pos":{"x":8.3104,"y":1.2871,"z":7.5999},"rot":{"x":0.08,"y":89.9985,"z":359.9831}},"266dcb":{"lock":false,"pos":{"x":8.1241,"y":1.2846,"z":-1.7036},"rot":{"x":0.08,"y":89.9962,"z":359.9831}},"3a3b5a":{"lock":false,"pos":{"x":8.159,"y":1.286,"z":2.9166},"rot":{"x":0.08,"y":89.9925,"z":359.9831}},"4d6544":{"lock":false,"pos":{"x":7.9998,"y":1.282,"z":-11.3677},"rot":{"x":359.92,"y":270.0005,"z":0.0169}},"67d524":{"lock":false,"pos":{"x":8.0606,"y":1.2899,"z":15.9247},"rot":{"x":0.08,"y":89.9808,"z":359.9831}},"7521a9":{"lock":false,"pos":{"x":-3.5895,"y":1.5822,"z":-14.7357},"rot":{"x":359.9197,"y":270.0013,"z":0.0168}},"84cdaf":{"lock":false,"pos":{"x":8.0379,"y":1.2834,"z":-6.2152},"rot":{"x":0.08,"y":89.9981,"z":359.9831}},"90aab1":{"lock":false,"pos":{"x":8.0656,"y":1.2886,"z":11.2954},"rot":{"x":0.08,"y":89.983,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -0,0 +1,85 @@
{
"AltLookAngle": {
"x": 0,
"y": 0,
"z": 0
},
"AttachedDecals": [
{
"CustomDecal": {
"ImageURL": "http://cloud-3.steamusercontent.com/ugc/959719855119695911/931B9829687A20F4DEADB36DA57B7E6D76792231/",
"Name": "dunwich_back",
"Size": 7.4
},
"Transform": {
"posX": 0,
"posY": 0,
"posZ": 0,
"rotX": 270,
"rotY": 0,
"rotZ": 0,
"scaleX": 2,
"scaleY": 2,
"scaleZ": 2
}
}
],
"Autoraise": true,
"ColorDiffuse": {
"b": 0.40592,
"g": 0.40592,
"r": 0.40592
},
"CustomMesh": {
"CastShadows": true,
"ColliderURL": "",
"Convex": true,
"CustomShader": {
"FresnelStrength": 0,
"SpecularColor": {
"b": 1,
"g": 1,
"r": 1
},
"SpecularIntensity": 0,
"SpecularSharpness": 2
},
"DiffuseURL": "http://cloud-3.steamusercontent.com/ugc/1972044023032948791/D32BECDAF5C9309577EE0CE585E980F62EFBCEF3/",
"MaterialIndex": 3,
"MeshURL": "https://raw.githubusercontent.com/RobMayer/TTSLibrary/master/advboxes/tuckbox_h_MSH.obj",
"NormalURL": "",
"TypeIndex": 0
},
"Description": "",
"DragSelectable": true,
"GMNotes": "fancreations/campaign_color_out_of_oz.json",
"GUID": "be7d21",
"Grid": true,
"GridProjection": false,
"Hands": false,
"HideWhenFaceDown": false,
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The Color Out of Oz",
"Snap": true,
"Sticky": true,
"Tooltip": true,
"Transform": {
"posX": 18.626,
"posY": 1.849,
"posZ": 24.429,
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 2.21,
"scaleY": 0.46,
"scaleZ": 2.42
},
"Value": 0,
"XmlUI": ""
}

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheCrownofEgil.7458b7.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The Crown of Egil",

View File

@ -1 +0,0 @@
{"ml":{"0f0921":{"lock":false,"pos":{"x":9.3665,"y":1.4613,"z":-24.4342},"rot":{"x":359.9201,"y":269.998,"z":0.0169}},"2bd90b":{"lock":false,"pos":{"x":12.2499,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":269.9952,"z":0.0169}},"454d79":{"lock":false,"pos":{"x":0.0267,"y":1.4743,"z":-24.432},"rot":{"x":359.9201,"y":270.0003,"z":0.0169}},"51fbbc":{"lock":false,"pos":{"x":12.25,"y":1.4727,"z":27.9863},"rot":{"x":359.9201,"y":270.0094,"z":0.0169}},"614c82":{"lock":false,"pos":{"x":-8.9849,"y":1.4868,"z":-24.5062},"rot":{"x":359.9201,"y":269.997,"z":0.0169}},"8cfe99":{"lock":false,"pos":{"x":12.2499,"y":1.4656,"z":3.9862},"rot":{"x":359.9201,"y":270.0069,"z":0.0169}},"924db3":{"lock":true,"pos":{"x":-8.8505,"y":1.5867,"z":-24.4131},"rot":{"x":359.9201,"y":270.0004,"z":0.0169}},"c0b834":{"lock":false,"pos":{"x":-0.4563,"y":1.6272,"z":-16.291},"rot":{"x":359.9197,"y":269.986,"z":0.0169}},"c29a78":{"lock":false,"pos":{"x":12.2518,"y":1.468,"z":11.9862},"rot":{"x":359.9201,"y":270.0005,"z":0.0169}},"d8f692":{"lock":false,"pos":{"x":-1.4656,"y":1.4756,"z":-26.9304},"rot":{"x":359.9201,"y":270.0126,"z":0.0169}},"eda22b":{"lock":false,"pos":{"x":0.0799,"y":1.5742,"z":-24.3909},"rot":{"x":359.9201,"y":270.0021,"z":0.0169}},"fef4f5":{"lock":false,"pos":{"x":8.7241,"y":1.4621,"z":-24.4486},"rot":{"x":359.9201,"y":270.0136,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheDyingStar.bcfff6.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The Dying Star",

View File

@ -1 +0,0 @@
{"ml":{"9ae382":{"lock":false,"pos":{"x":-3.3515,"y":1.4052,"z":13.818},"rot":{"x":359.9832,"y":-0.0001,"z":359.9197}},"b310b9":{"lock":false,"pos":{"x":8.6044,"y":1.2859,"z":4.9796},"rot":{"x":0.08,"y":89.9997,"z":359.9831}},"c2a55d":{"lock":false,"pos":{"x":8.6023,"y":1.2838,"z":-2.2398},"rot":{"x":0.08,"y":89.9987,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -42,13 +42,16 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheGhostsOfOnigawaCampaignExpansion.8daa73.ttslua",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The Ghosts Of Onigawa Campaign Expansion",
"Snap": true,
"Sticky": true,
"Tags": [
"LargeBox"
],
"Tooltip": true,
"Transform": {
"posX": -1.059,
@ -57,9 +60,9 @@
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 0.96,
"scaleY": 0.27,
"scaleZ": 0.96
"scaleX": 1,
"scaleY": 0.14,
"scaleZ": 1
},
"Value": 0,
"XmlUI": ""

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,6}, rotation={0,0,0}, height=500, width=1600,
font_size=350, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheLondonSet.0f96ac.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The London Set",
@ -78,8 +78,8 @@
"rotY": 270,
"rotZ": 0,
"scaleX": 2.21,
"scaleY": 0.2,
"scaleZ": 2.46
"scaleY": 0.46,
"scaleZ": 2.42
},
"Value": 0,
"XmlUI": ""

View File

@ -1 +0,0 @@
{"ml":{"4c5c55":{"lock":false,"pos":{"x":8.0489,"y":1.2874,"z":7.1029},"rot":{"x":0.0799,"y":89.9962,"z":359.9831}},"905ad3":{"lock":false,"pos":{"x":8.4268,"y":1.2838,"z":-3.1101},"rot":{"x":0.0799,"y":89.9894,"z":359.9831}},"c56f66":{"lock":false,"pos":{"x":8.2949,"y":1.2857,"z":2.5561},"rot":{"x":0.0799,"y":89.9962,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheOutsider.3c175c.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The Outsider",
@ -78,8 +78,8 @@
"rotY": 270,
"rotZ": 0,
"scaleX": 2.21,
"scaleY": 0.2,
"scaleZ": 2.46
"scaleY": 0.46,
"scaleZ": 2.42
},
"Value": 0,
"XmlUI": ""

View File

@ -1 +0,0 @@
{"ml":{"526ff9":{"lock":false,"pos":{"x":9.7361,"y":1.2851,"z":7.604},"rot":{"x":0.0799,"y":89.999,"z":359.9831}},"5b3ac7":{"lock":false,"pos":{"x":9.9267,"y":1.2833,"z":1.7477},"rot":{"x":0.0799,"y":89.9971,"z":359.9831}},"d166f2":{"lock":false,"pos":{"x":9.8646,"y":1.2814,"z":-4.5878},"rot":{"x":0.0799,"y":89.9959,"z":359.9831}},"d5b06c":{"lock":false,"pos":{"x":-4.3545,"y":1.5833,"z":-14.5586},"rot":{"x":359.9197,"y":270.0016,"z":0.0168}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/TheWaroftheWorlds.19d469.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "The War of the Worlds",

View File

@ -1 +0,0 @@
{"ml":{"193901":{"lock":false,"pos":{"x":8.6179,"y":1.5146,"z":-16.1944},"rot":{"x":359.9201,"y":270.0002,"z":0.0169}},"313523":{"lock":false,"pos":{"x":10.7639,"y":1.4665,"z":-0.0043},"rot":{"x":359.9201,"y":270.0055,"z":0.0169}},"480756":{"lock":false,"pos":{"x":12.2554,"y":1.4727,"z":28.0126},"rot":{"x":359.9201,"y":269.9943,"z":0.0169}},"a0d2b1":{"lock":false,"pos":{"x":10.57,"y":1.4641,"z":-8.9474},"rot":{"x":359.9201,"y":270.0628,"z":0.0168}},"b5928a":{"lock":false,"pos":{"x":-3.8478,"y":1.5825,"z":-14.7052},"rot":{"x":359.9197,"y":270.0028,"z":0.0168}},"eda22b":{"lock":false,"pos":{"x":-1.4656,"y":1.5756,"z":-26.9315},"rot":{"x":359.9201,"y":270.0101,"z":0.0169}},"f70a0d":{"lock":false,"pos":{"x":10.9056,"y":1.4689,"z":8.8892},"rot":{"x":359.9201,"y":269.999,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeCampaigns.89c32e/WinterWinds.754057.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Winter Winds",

View File

@ -1 +0,0 @@
{"ml":{"11429d":{"lock":false,"pos":{"x":9.5267,"y":1.2845,"z":4.5868},"rot":{"x":0.0799,"y":89.9987,"z":359.9831}},"8077a1":{"lock":false,"pos":{"x":9.1666,"y":1.2836,"z":-0.8205},"rot":{"x":0.0799,"y":89.9944,"z":359.9831}},"d54710":{"lock":false,"pos":{"x":-4.0215,"y":1.5826,"z":-15.2289},"rot":{"x":359.9197,"y":269.9984,"z":0.0168}},"ddd10b":{"lock":false,"pos":{"x":8.3252,"y":1.283,"z":-6.4267},"rot":{"x":0.0799,"y":89.996,"z":359.9831}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/AgainsttheWendigo.4d5fa0.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Against the Wendigo",

View File

@ -1 +0,0 @@
{"ml":{"06f882":{"lock":true,"pos":{"x":-3.76900005340576,"y":4.13520002365112,"z":5.67080020904541},"rot":{"x":0,"y":90,"z":0}},"0c01a1":{"lock":false,"pos":{"x":1.2422,"y":1.3947,"z":0.1206},"rot":{"x":359.9832,"y":0.0007,"z":359.9197}},"0e52c8":{"lock":false,"pos":{"x":-36.7731170654297,"y":1.64632892608643,"z":-0.0299968924373388},"rot":{"x":359.920104980469,"y":269.999755859375,"z":0.0168402567505836}},"0f6d69":{"lock":false,"pos":{"x":-20.4015007019043,"y":1.60985171794891,"z":-0.177200019359589},"rot":{"x":0.0798944979906082,"y":90.0004348754883,"z":359.983123779297}},"1ac3ac":{"lock":false,"pos":{"x":-3.95601749420166,"y":1.59753954410553,"z":-10.441198348999},"rot":{"x":359.919738769531,"y":270.031280517578,"z":0.0167942680418491}},"1ee2a5":{"lock":false,"pos":{"x":-33.3772010803223,"y":1.62799525260925,"z":-0.00780024146661162},"rot":{"x":0.0798945650458336,"y":90.0005187988281,"z":359.983123779297}},"201524":{"lock":false,"pos":{"x":-17.1200008392334,"y":1.60646212100983,"z":3.86000037193298},"rot":{"x":0.0167902931571007,"y":180.035140991211,"z":0.079946868121624}},"309b74":{"lock":false,"pos":{"x":-12.432225227356,"y":1.63149964809418,"z":7.31530523300171},"rot":{"x":359.920104980469,"y":270.000457763672,"z":0.0168410111218691}},"45ae28":{"lock":false,"pos":{"x":-9.39212226867676,"y":1.50021779537201,"z":-27.1340980529785},"rot":{"x":359.920135498047,"y":270,"z":180.016860961914}},"5f661f":{"lock":false,"pos":{"x":-2.68850708007813,"y":1.61911654472351,"z":-5.048499584198},"rot":{"x":359.919738769531,"y":270.005615234375,"z":0.0168295986950397}},"60ad05":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.63160705566406,"z":-3.83000040054321},"rot":{"x":0.0167906507849693,"y":180.034790039063,"z":0.0799511894583702}},"6791fd":{"lock":false,"pos":{"x":1.69690048694611,"y":1.55831575393677,"z":14.2784023284912},"rot":{"x":359.955139160156,"y":224.998107910156,"z":0.0686739981174469}},"686672":{"lock":false,"pos":{"x":-36.7732162475586,"y":1.64856255054474,"z":7.57000303268433},"rot":{"x":359.920104980469,"y":269.999664306641,"z":0.0168415307998657}},"6f2827":{"lock":false,"pos":{"x":-3.92771148681641,"y":1.74919271469116,"z":5.75710391998291},"rot":{"x":359.919738769531,"y":269.993286132813,"z":180.016830444336}},"7234af":{"lock":false,"pos":{"x":-36.7731018066406,"y":1.63386714458466,"z":3.86000084877014},"rot":{"x":0.0167915932834148,"y":180.034286499023,"z":0.0799638628959656}},"82e1ed":{"lock":false,"pos":{"x":-4.00120067596436,"y":1.58277893066406,"z":-14.5900020599365},"rot":{"x":359.919738769531,"y":269.992614746094,"z":0.016848323866725}},"86cbee":{"lock":false,"pos":{"x":-17.1199989318848,"y":1.60420215129852,"z":-3.8299994468689},"rot":{"x":0.0167905073612928,"y":180.034927368164,"z":0.0799460336565971}},"88a1cf":{"lock":false,"pos":{"x":-36.7732162475586,"y":1.6440749168396,"z":-7.69999694824219},"rot":{"x":359.920104980469,"y":269.999694824219,"z":0.0168403629213572}},"9caa1f":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62473499774933,"z":3.86000084877014},"rot":{"x":0.0167905203998089,"y":180.034866333008,"z":0.0799559205770493}},"9dadf5":{"lock":false,"pos":{"x":-1.4655841588974,"y":1.47562277317047,"z":-26.9304237365723},"rot":{"x":359.920135498047,"y":270.000732421875,"z":0.016870966181159}},"9e701d":{"lock":false,"pos":{"x":-2.72470688819885,"y":1.62076044082642,"z":0.373301297426224},"rot":{"x":359.919738769531,"y":269.982604980469,"z":0.0168617274612188}},"a69955":{"lock":false,"pos":{"x":-30.2242069244385,"y":1.65896475315094,"z":-0.0299987606704235},"rot":{"x":359.920104980469,"y":270.00048828125,"z":0.0168402157723904}},"b3ec68":{"lock":false,"pos":{"x":-12.7351093292236,"y":1.64195537567139,"z":-7.6860990524292},"rot":{"x":359.920104980469,"y":270.000061035156,"z":0.0168423783034086}},"b6a235":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61334466934204,"z":-3.82999992370605},"rot":{"x":0.0167906042188406,"y":180.034820556641,"z":0.0799501836299896}},"d807d4":{"lock":false,"pos":{"x":-26.8813991546631,"y":1.61892998218536,"z":-0.0326002426445484},"rot":{"x":0.079894594848156,"y":90.0005187988281,"z":359.983123779297}},"dda3d5":{"lock":false,"pos":{"x":-30.2241992950439,"y":1.62247502803802,"z":-3.82999992370605},"rot":{"x":0.0167906302958727,"y":180.034820556641,"z":0.0799499675631523}},"e47eca":{"lock":false,"pos":{"x":-23.6765003204346,"y":1.61560475826263,"z":3.86000061035156},"rot":{"x":0.0167904961854219,"y":180.034881591797,"z":0.0799509137868881}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

View File

@ -62,8 +62,8 @@
"IgnoreFoW": false,
"LayoutGroupSortIndex": 0,
"Locked": false,
"LuaScriptState_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.luascriptstate",
"LuaScript_path": "Fan-MadeScenariosCampaignsMiscellany.66e97c/Fan-MadeStandaloneScenarios.5db60c/ArkhamIncidents.f1bfa2.ttslua",
"LuaScript": "require(\"core/DownloadBox\")",
"LuaScriptState": "",
"MeasureMovement": false,
"Name": "Custom_Model",
"Nickname": "Arkham Incidents",

View File

@ -1 +0,0 @@
{"ml":{"302c2c":{"lock":false,"pos":{"x":12.2502,"y":1.4703,"z":19.9864},"rot":{"x":359.9201,"y":270,"z":0.0169}},"460a4d":{"lock":false,"pos":{"x":12.2505,"y":1.4656,"z":3.9862},"rot":{"x":359.9201,"y":270.001,"z":0.0169}},"6187c9":{"lock":false,"pos":{"x":-9.6858,"y":1.5958,"z":-9.2221},"rot":{"x":359.9203,"y":270.002,"z":0.0171}},"656888":{"lock":false,"pos":{"x":-1.1115,"y":1.6283,"z":-15.864},"rot":{"x":359.9197,"y":269.9991,"z":0.0168}},"7ef7b4":{"lock":false,"pos":{"x":-9.5943,"y":1.5945,"z":-13.2413},"rot":{"x":359.9204,"y":269.9995,"z":0.0172}},"90b00d":{"lock":false,"pos":{"x":11.2327,"y":1.5,"z":42.3371},"rot":{"x":0,"y":270.0173,"z":0}},"9a3b83":{"lock":false,"pos":{"x":14.1403,"y":1.4709,"z":30.9509},"rot":{"x":359.9201,"y":270.0027,"z":0.0169}},"ba5ef2":{"lock":false,"pos":{"x":12.2505,"y":1.4609,"z":-12.0137},"rot":{"x":359.9201,"y":270.0028,"z":0.0169}},"cf68ca":{"lock":false,"pos":{"x":12.2523,"y":1.468,"z":11.9863},"rot":{"x":359.9201,"y":270,"z":0.0169}},"d6a731":{"lock":false,"pos":{"x":12.2501,"y":1.4632,"z":-4.0139},"rot":{"x":359.9201,"y":270.0025,"z":0.0169}}}}

View File

@ -1,22 +0,0 @@
function onload(saved_data)
createDownloadButton()
end
--Beginning Setup
--Make Download button
function createDownloadButton()
self.createButton({
label="Download", click_function="buttonClick_download", function_owner=self,
position={0,0.1,2.2}, rotation={0,0,0}, height=240, width=800,
font_size=150, color={0,0,0}, font_color={1,1,1}
})
end
--Triggered by download button,
function buttonClick_download()
local params = { url = self.getGMNotes(), replace = self.guid }
Global.call('placeholder_download', params)
end

Some files were not shown because too many files have changed in this diff Show More