ah_sce_unpacked/unpacked/Bag OptionPanel Source 830bd0/Custom_Model_Bag CYOA Campaign Guides e87ea2/Custom_Model_Bag 01 Night of the Zealot 56a91d.yaml

131 lines
3.7 KiB
YAML
Raw Normal View History

2022-10-19 19:07:47 -04:00
AltLookAngle:
2024-01-06 21:32:07 -05:00
x: 0
y: 0
z: 0
2020-11-28 11:46:13 -05:00
Autoraise: true
2021-04-10 00:44:08 -04:00
Bag:
Order: 0
2020-11-28 11:46:13 -05:00
ColorDiffuse:
2024-01-06 21:32:07 -05:00
b: 1
g: 1
r: 1
2020-11-28 11:46:13 -05:00
ContainedObjects:
2022-10-19 19:07:47 -04:00
- AltLookAngle:
2024-01-06 21:32:07 -05:00
x: 0
y: 0
z: 0
2022-10-19 19:07:47 -04:00
Autoraise: true
2020-11-28 11:46:13 -05:00
ColorDiffuse:
2024-01-06 21:32:07 -05:00
b: 1
g: 1
r: 1
2020-11-28 11:46:13 -05:00
CustomPDF:
PDFPage: 0
PDFPageOffset: 0
PDFPassword: ''
2021-07-12 15:49:54 -04:00
PDFUrl: https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Dual%20Pages%2001%20Night%20of%20the%20Zealot.pdf?raw=true
2020-11-28 11:46:13 -05:00
Description: ''
DragSelectable: true
GMNotes: ''
2021-07-12 15:49:54 -04:00
GUID: '276907'
2020-11-28 11:46:13 -05:00
Grid: true
GridProjection: false
Hands: false
HideWhenFaceDown: false
IgnoreFoW: false
2021-02-13 12:12:29 -05:00
LayoutGroupSortIndex: 0
2020-11-28 11:46:13 -05:00
Locked: false
2024-01-06 21:32:07 -05:00
LuaScript: "function onLoad()\n self.createInput({\n input_function =
\"jumpToPage\",\n function_owner = self,\n label = \"jump
to page\",\n alignment = 3,\n position = Vector(-1.6,0.1,-2.2),\n
\ rotation = Vector(0,0,0),\n scale = Vector(0.5,0.5,0.5),\n
\ width = 2000,\n height = 300,\n font_size
\ = 250,\n font_color = {0.95,0.95,0.95,0.9},\n color =
{0.3,0.3,0.3,0.6},\n tooltip = \"Type which page you wish to jump
to, then click off\",\n value = \"\",\n validation =
1,\n tab = 1,\n })\nend\n\nfunction jumpToPage(_, _, inputValue,
stillEditing)\n if inputValue == \"\" or inputValue == nil then return end
-- do nothing if input is empty\n \n if not stillEditing then -- jump to
page if not selecting the textbox anymore\n jump((tonumber(inputValue)
+ 2)/2)\n return\n elseif string.find(inputValue, \"%\\n\") ~= nil then
-- jump to page if enter is pressed\n inputValue = inputValue.gsub(inputValue,
\"%\\n\", \"\")\n jump((tonumber(inputValue) + 2)/2)\n return\n
\ end\n \n if (tonumber(inputValue:sub(-1)) == nil) then -- check and
remove non numeric character\n Wait.time(function()\n self.editInput({\n
\ index = 0,\n value = inputValue:sub(1,-2)\n })\n
\ end, 0.01)\n return\n end\nend\n\nfunction jump(page)\n self.Book.setPage(page
- 1) -- offset since 0 index\n Wait.time(function() -- clear page search\n
\ self.editInput({\n index = 0,\n value = \"\",\n
\ })\n end, 0.01)\nend"
2020-11-28 11:46:13 -05:00
LuaScriptState: ''
MeasureMovement: false
Name: Custom_PDF
Nickname: Night of the Zealot
Snap: true
Sticky: true
2024-01-06 21:32:07 -05:00
Tags:
- CleanUpHelper_ignore
2020-11-28 11:46:13 -05:00
Tooltip: true
Transform:
2024-01-06 21:32:07 -05:00
posX: 66.463
posY: 3.037
posZ: 36.845
rotX: 0
rotY: 270
rotZ: 0
2022-12-13 14:02:30 -05:00
scaleX: 1.76
2024-01-06 21:32:07 -05:00
scaleY: 1
2022-12-13 14:02:30 -05:00
scaleZ: 1.76
2021-04-25 09:57:58 -04:00
Value: 0
2020-11-28 11:46:13 -05:00
XmlUI: ''
CustomMesh:
CastShadows: true
ColliderURL: ''
Convex: true
CustomShader:
2024-01-06 21:32:07 -05:00
FresnelStrength: 0
2020-11-28 11:46:13 -05:00
SpecularColor:
2024-01-06 21:32:07 -05:00
b: 1
g: 1
r: 1
SpecularIntensity: 0
SpecularSharpness: 2
2021-07-12 15:49:54 -04:00
DiffuseURL: https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/01%20Night%20of%20the%20Zealot.jpg?raw=true
2020-11-28 11:46:13 -05:00
MaterialIndex: 3
2021-07-12 15:49:54 -04:00
MeshURL: https://github.com/Antimarkovnikov/TTS_AHC_CYOA/blob/master/Book%20Model.obj?raw=true
2020-11-28 11:46:13 -05:00
NormalURL: ''
TypeIndex: 6
2021-07-12 15:49:54 -04:00
Description: ''
2020-11-28 11:46:13 -05:00
DragSelectable: true
GMNotes: ''
2021-07-12 15:49:54 -04:00
GUID: 56a91d
2020-11-28 11:46:13 -05:00
Grid: true
GridProjection: false
Hands: false
HideWhenFaceDown: false
IgnoreFoW: false
2021-02-13 12:12:29 -05:00
LayoutGroupSortIndex: 0
2020-11-28 11:46:13 -05:00
Locked: false
LuaScript: ''
LuaScriptState: ''
MaterialIndex: -1
MeasureMovement: false
MeshIndex: -1
Name: Custom_Model_Bag
2021-07-12 15:49:54 -04:00
Nickname: 01 Night of the Zealot
2020-11-28 11:46:13 -05:00
Snap: true
Sticky: true
Tooltip: true
Transform:
2024-01-06 21:32:07 -05:00
posX: 56.83
posY: 1.25
posZ: 28.04
rotX: 0
rotY: 270
rotZ: 0
scaleX: 1
scaleY: 1
scaleZ: 1
2021-04-25 09:57:58 -04:00
Value: 0
2020-11-28 11:46:13 -05:00
XmlUI: ''