|
| 1 | +# This file is part of Korman. |
| 2 | +# |
| 3 | +# Korman is free software: you can redistribute it and/or modify |
| 4 | +# it under the terms of the GNU General Public License as published by |
| 5 | +# the Free Software Foundation, either version 3 of the License, or |
| 6 | +# (at your option) any later version. |
| 7 | +# |
| 8 | +# Korman is distributed in the hope that it will be useful, |
| 9 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | +# GNU General Public License for more details. |
| 12 | +# |
| 13 | +# You should have received a copy of the GNU General Public License |
| 14 | +# along with Korman. If not, see <http://www.gnu.org/licenses/>. |
| 15 | + |
| 16 | +python_files = { |
| 17 | + "xAgeSDLBoolShowHide.py": ( |
| 18 | + { "id": 1, "type": "ptAttribString", "name": "sdlName" }, |
| 19 | + { "id": 2, "type": "ptAttribBoolean", "name": "showOnTrue" }, |
| 20 | + # --- CWE Only Below --- |
| 21 | + { "id": 3, "type": "ptAttribBoolean", "name": "defaultValue" }, |
| 22 | + { "id": 4, "type": "ptAttribBoolean", "name": "evalOnFirstUpdate "}, |
| 23 | + ), |
| 24 | + |
| 25 | + "xAgeSDLIntShowHide.py": ( |
| 26 | + { "id": 1, "type": "ptAttribString", "name": "stringVarName" }, |
| 27 | + { "id": 2, "type": "ptAttribString", "name": "stringShowStates" }, |
| 28 | + # --- CWE Only Below --- |
| 29 | + { "id": 3, "type": "ptAttribInt", "name": "intDefault" }, |
| 30 | + { "id": 4, "type": "ptAttribBoolean", "name": "boolFirstUpdate "}, |
| 31 | + ), |
| 32 | + |
| 33 | + # Provided by all variants of Uru and Myst V |
| 34 | + "xDialogToggle.py": ( |
| 35 | + { "id": 1, "type": "ptAttribActivator", "name": "Activate" }, |
| 36 | + { "id": 4, "type": "ptAttribString", "name": "Vignette" }, |
| 37 | + ), |
| 38 | + |
| 39 | + # Provided by CWE or OfflineKI |
| 40 | + "xDynTextLoc.py": ( |
| 41 | + { "id": 1, "type": "ptAttribDynamicMap", "name": "dynTextMap", }, |
| 42 | + { "id": 2, "type": "ptAttribString", "name": "locPath" }, |
| 43 | + { "id": 3, "type": "ptAttribString", "name": "fontFace" }, |
| 44 | + { "id": 4, "type": "ptAttribInt", "name": "fontSize" }, |
| 45 | + { "id": 5, "type": "ptAttribFloat", "name": "fontColorR" }, |
| 46 | + { "id": 6, "type": "ptAttribFloat", "name": "fontColorG" }, |
| 47 | + { "id": 7, "type": "ptAttribFloat", "name": "fontColorB" }, |
| 48 | + { "id": 8, "type": "ptAttribFloat", "name": "fontColorA" }, |
| 49 | + { "id": 9, "type": "ptAttribInt", "name": "marginTop" }, |
| 50 | + { "id": 10, "type": "ptAttribInt", "name": "marginLeft" }, |
| 51 | + { "id": 11, "type": "ptAttribInt", "name": "marginBottom" }, |
| 52 | + { "id": 12, "type": "ptAttribInt", "name": "marginRight" }, |
| 53 | + { "id": 13, "type": "ptAttribInt", "name": "lineSpacing" }, |
| 54 | + # Yes, it"s really a ptAttribDropDownList, but those are only for use in |
| 55 | + # artist generated node trees. |
| 56 | + { "id": 14, "type": "ptAttribString", "name": "justify" }, |
| 57 | + { "id": 15, "type": "ptAttribFloat", "name": "clearColorR" }, |
| 58 | + { "id": 16, "type": "ptAttribFloat", "name": "clearColorG" }, |
| 59 | + { "id": 17, "type": "ptAttribFloat", "name": "clearColorB" }, |
| 60 | + { "id": 18, "type": "ptAttribFloat", "name": "clearColorA" }, |
| 61 | + { "id": 19, "type": "ptAttribBoolean", "name": "blockRGB" }, |
| 62 | + ), |
| 63 | + |
| 64 | + # Provided by CWE and OfflineKI |
| 65 | + "xEntryCam.py": ( |
| 66 | + { "id": 1, "type": "ptAttribActivator", "name": "actRegionSensor" }, |
| 67 | + { "id": 2, "type": "ptAttribSceneobject", "name": "camera" }, |
| 68 | + { "id": 3, "type": "ptAttribBoolean", "name": "undoFirstPerson" }, |
| 69 | + ), |
| 70 | + |
| 71 | + # Provided by CWE |
| 72 | + "xJournalBookGUIPopup.py": ( |
| 73 | + { "id": 1, "type": "ptAttribActivator", "name": "actClickableBook" }, |
| 74 | + { "id": 10, "type": "ptAttribBoolean", "name": "StartOpen" }, |
| 75 | + { "id": 11, "type": "ptAttribFloat", "name": "BookWidth" }, |
| 76 | + { "id": 12, "type": "ptAttribFloat", "name": "BookHeight" }, |
| 77 | + { "id": 13, "type": "ptAttribString", "name": "LocPath" }, |
| 78 | + { "id": 14, "type": "ptAttribString", "name": "GUIType" }, |
| 79 | + ), |
| 80 | + |
| 81 | + # Provided by all variants of Uru and Myst V |
| 82 | + "xLinkingBookGUIPopup.py": ( |
| 83 | + { "id": 1, "type": "ptAttribActivator", "name": "actClickableBook" }, |
| 84 | + { "id": 2, "type": "ptAttribBehavior", "name": "SeekBehavior" }, |
| 85 | + { "id": 3, "type": "ptAttribResponder", "name": "respLinkResponder" }, |
| 86 | + { "id": 4, "type": "ptAttribString", "name": "TargetAge" }, |
| 87 | + { "id": 5, "type": "ptAttribActivator", "name": "actBookshelf" }, |
| 88 | + { "id": 6, "type": "ptAttribActivator", "name": "shareRegion" }, |
| 89 | + { "id": 7, "type": "ptAttribBehavior", "name": "shareBookSeek" }, |
| 90 | + { "id": 10, "type": "ptAttribBoolean", "name": "IsDRCStamped" }, |
| 91 | + { "id": 11, "type": "ptAttribBoolean", "name": "ForceThirdPerson" }, |
| 92 | + ), |
| 93 | + |
| 94 | + # Supplied by the OfflineKI script: |
| 95 | + # https://gitlab.com/diafero/offline-ki/blob/master/offlineki/xSimpleJournal.py |
| 96 | + "xSimpleJournal.py": ( |
| 97 | + { "id": 1, "type": "ptAttribActivator", "name": "bookClickable" }, |
| 98 | + { "id": 2, "type": "ptAttribString", "name": "journalFileName" }, |
| 99 | + { "id": 3, "type": "ptAttribBoolean", "name": "isNotebook" }, |
| 100 | + { "id": 4, "type": "ptAttribFloat", "name": "BookWidth" }, |
| 101 | + { "id": 5, "type": "ptAttribFloat", "name": "BookHeight" }, |
| 102 | + ), |
| 103 | + |
| 104 | + # Supplied by the OfflineKI script: |
| 105 | + # https://gitlab.com/diafero/offline-ki/blob/master/offlineki/xSimpleLinkingBook.py |
| 106 | + "xSimpleLinkingBook.py": ( |
| 107 | + { "id": 1, "type": "ptAttribActivator", "name": "bookClickable" }, |
| 108 | + { "id": 2, "type": "ptAttribString", "name": "destinationAge" }, |
| 109 | + { "id": 3, "type": "ptAttribString", "name": "spawnPoint" }, |
| 110 | + { "id": 4, "type": "ptAttribString", "name": "linkPanel" }, |
| 111 | + { "id": 5, "type": "ptAttribString", "name": "bookCover" }, |
| 112 | + { "id": 6, "type": "ptAttribString", "name": "stampTexture" }, |
| 113 | + { "id": 7, "type": "ptAttribFloat", "name": "stampX" }, |
| 114 | + { "id": 8, "type": "ptAttribFloat", "name": "stampY" }, |
| 115 | + { "id": 9, "type": "ptAttribFloat", "name": "bookWidth" }, |
| 116 | + { "id": 10, "type": "ptAttribFloat", "name": "BookHeight" }, |
| 117 | + { "id": 11, "type": "ptAttribBehavior", "name": "msbSeekBeforeUI" }, |
| 118 | + { "id": 12, "type": "ptAttribResponder", "name": "respOneShot" }, |
| 119 | + ), |
| 120 | + |
| 121 | + # Provided by CWE or OfflineKI |
| 122 | + "xSitCam.py": ( |
| 123 | + { "id": 1, "type": "ptAttribActivator", "name": "sitAct" }, |
| 124 | + { "id": 2, "type": "ptAttribSceneobject", "name": "sitCam" }, |
| 125 | + ), |
| 126 | + |
| 127 | + # Provided by all variants of Uru and Myst V |
| 128 | + "xTelescope.py": ( |
| 129 | + { "id": 1, "type": "ptAttribActivator", "name": "Activate" }, |
| 130 | + { "id": 2, "type": "ptAttribSceneobject", "name": "Camera" }, |
| 131 | + { "id": 3, "type": "ptAttribBehavior", "name": "Behavior" }, |
| 132 | + { "id": 4, "type": "ptAttribString", "name": "Vignette" }, |
| 133 | + ) |
| 134 | +} |
0 commit comments