| 1 | 
 <?xml version="1.0" encoding="UTF-8"?> | 
 
 
 
 
 
 | 2 | 
 <ui version="4.0"> | 
 
 
 
 
 
 | 3 | 
  <class>PackagePage2</class> | 
 
 
 
 
 
 | 4 | 
  <widget class="QWizardPage" name="PackagePage2"> | 
 
 
 
 
 
 | 5 | 
   <property name="geometry"> | 
 
 
 
 
 
 | 6 | 
    <rect> | 
 
 
 
 
 
 | 7 | 
     <x>0</x> | 
 
 
 
 
 
 | 8 | 
     <y>0</y> | 
 
 
 
 
 
 | 9 | 
     <width>451</width> | 
 
 
 
 
 
 | 10 | 
     <height>478</height> | 
 
 
 
 
 
 | 11 | 
    </rect> | 
 
 
 
 
 
 | 12 | 
   </property> | 
 
 
 
 
 
 | 13 | 
   <property name="sizePolicy"> | 
 
 
 
 
 
 | 14 | 
    <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | 
 
 
 
 
 
 | 15 | 
     <horstretch>0</horstretch> | 
 
 
 
 
 
 | 16 | 
     <verstretch>0</verstretch> | 
 
 
 
 
 
 | 17 | 
    </sizepolicy> | 
 
 
 
 
 
 | 18 | 
   </property> | 
 
 
 
 
 
 | 19 | 
   <property name="windowTitle"> | 
 
 
 
 
 
 | 20 | 
    <string>WizardPage</string> | 
 
 
 
 
 
 | 21 | 
   </property> | 
 
 
 
 
 
 | 22 | 
   <layout class="QFormLayout" name="formLayout"> | 
 
 
 
 
 
 | 23 | 
    <property name="fieldGrowthPolicy"> | 
 
 
 
 
 
 | 24 | 
     <enum>QFormLayout::FieldsStayAtSizeHint</enum> | 
 
 
 
 
 
 | 25 | 
    </property> | 
 
 
 
 
 
 | 26 | 
    <item row="0" column="0"> | 
 
 
 
 
 
 | 27 | 
     <widget class="QLabel" name="label"> | 
 
 
 
 
 
 | 28 | 
      <property name="text"> | 
 
 
 
 
 
 | 29 | 
       <string>Mod Name:</string> | 
 
 
 
 
 
 | 30 | 
      </property> | 
 
 
 
 
 
 | 31 | 
     </widget> | 
 
 
 
 
 
 | 32 | 
    </item> | 
 
 
 
 
 
 | 33 | 
    <item row="0" column="1"> | 
 
 
 
 
 
 | 34 | 
     <layout class="QHBoxLayout" name="horizontalLayout"> | 
 
 
 
 
 
 | 35 | 
      <item> | 
 
 
 
 
 
 | 36 | 
       <widget class="QLineEdit" name="leModName"/> | 
 
 
 
 
 
 | 37 | 
      </item> | 
 
 
 
 
 
 | 38 | 
      <item> | 
 
 
 
 
 
 | 39 | 
       <widget class="QLabel" name="lbAsteriscModName"> | 
 
 
 
 
 
 | 40 | 
        <property name="text"> | 
 
 
 
 
 
 | 41 | 
         <string><html><span style="color:#0000ff;">*</span></html></string> | 
 
 
 
 
 
 | 42 | 
        </property> | 
 
 
 
 
 
 | 43 | 
       </widget> | 
 
 
 
 
 
 | 44 | 
      </item> | 
 
 
 
 
 
 | 45 | 
     </layout> | 
 
 
 
 
 
 | 46 | 
    </item> | 
 
 
 
 
 
 | 47 | 
    <item row="2" column="0"> | 
 
 
 
 
 
 | 48 | 
     <widget class="QLabel" name="label_2"> | 
 
 
 
 
 
 | 49 | 
      <property name="text"> | 
 
 
 
 
 
 | 50 | 
       <string>Author(s):</string> | 
 
 
 
 
 
 | 51 | 
      </property> | 
 
 
 
 
 
 | 52 | 
     </widget> | 
 
 
 
 
 
 | 53 | 
    </item> | 
 
 
 
 
 
 | 54 | 
    <item row="2" column="1"> | 
 
 
 
 
 
 | 55 | 
     <layout class="QHBoxLayout" name="horizontalLayout_2"> | 
 
 
 
 
 
 | 56 | 
      <item> | 
 
 
 
 
 
 | 57 | 
       <widget class="QLineEdit" name="leAuthors"/> | 
 
 
 
 
 
 | 58 | 
      </item> | 
 
 
 
 
 
 | 59 | 
      <item> | 
 
 
 
 
 
 | 60 | 
       <widget class="QLabel" name="lbAsteriscAuthors"> | 
 
 
 
 
 
 | 61 | 
        <property name="text"> | 
 
 
 
 
 
 | 62 | 
         <string><html><span style="color:#0000ff;">*</span></html></string> | 
 
 
 
 
 
 | 63 | 
        </property> | 
 
 
 
 
 
 | 64 | 
       </widget> | 
 
 
 
 
 
 | 65 | 
      </item> | 
 
 
 
 
 
 | 66 | 
     </layout> | 
 
 
 
 
 
 | 67 | 
    </item> | 
 
 
 
 
 
 | 68 | 
    <item row="4" column="0"> | 
 
 
 
 
 
 | 69 | 
     <widget class="QLabel" name="label_3"> | 
 
 
 
 
 
 | 70 | 
      <property name="text"> | 
 
 
 
 
 
 | 71 | 
       <string>Version:</string> | 
 
 
 
 
 
 | 72 | 
      </property> | 
 
 
 
 
 
 | 73 | 
     </widget> | 
 
 
 
 
 
 | 74 | 
    </item> | 
 
 
 
 
 
 | 75 | 
    <item row="4" column="1"> | 
 
 
 
 
 
 | 76 | 
     <layout class="QHBoxLayout" name="horizontalLayout_3"> | 
 
 
 
 
 
 | 77 | 
      <item> | 
 
 
 
 
 
 | 78 | 
       <widget class="QLineEdit" name="leVersion"/> | 
 
 
 
 
 
 | 79 | 
      </item> | 
 
 
 
 
 
 | 80 | 
      <item> | 
 
 
 
 
 
 | 81 | 
       <widget class="QLabel" name="lbAsteriscVersion"> | 
 
 
 
 
 
 | 82 | 
        <property name="text"> | 
 
 
 
 
 
 | 83 | 
         <string><html><span style="color:#0000ff;">*</span></html></string> | 
 
 
 
 
 
 | 84 | 
        </property> | 
 
 
 
 
 
 | 85 | 
       </widget> | 
 
 
 
 
 
 | 86 | 
      </item> | 
 
 
 
 
 
 | 87 | 
     </layout> | 
 
 
 
 
 
 | 88 | 
    </item> | 
 
 
 
 
 
 | 89 | 
    <item row="6" column="0"> | 
 
 
 
 
 
 | 90 | 
     <widget class="QLabel" name="label_4"> | 
 
 
 
 
 
 | 91 | 
      <property name="text"> | 
 
 
 
 
 
 | 92 | 
       <string>Description:</string> | 
 
 
 
 
 
 | 93 | 
      </property> | 
 
 
 
 
 
 | 94 | 
     </widget> | 
 
 
 
 
 
 | 95 | 
    </item> | 
 
 
 
 
 
 | 96 | 
    <item row="6" column="1"> | 
 
 
 
 
 
 | 97 | 
     <layout class="QHBoxLayout" name="horizontalLayout_4"> | 
 
 
 
 
 
 | 98 | 
      <item> | 
 
 
 
 
 
 | 99 | 
       <widget class="QPlainTextEdit" name="ptDescription"> | 
 
 
 
 
 
 | 100 | 
        <property name="maximumSize"> | 
 
 
 
 
 
 | 101 | 
         <size> | 
 
 
 
 
 
 | 102 | 
          <width>16777215</width> | 
 
 
 
 
 
 | 103 | 
          <height>100</height> | 
 
 
 
 
 
 | 104 | 
         </size> | 
 
 
 
 
 
 | 105 | 
        </property> | 
 
 
 
 
 
 | 106 | 
       </widget> | 
 
 
 
 
 
 | 107 | 
      </item> | 
 
 
 
 
 
 | 108 | 
      <item> | 
 
 
 
 
 
 | 109 | 
       <widget class="QLabel" name="lbAsteriscDescription"> | 
 
 
 
 
 
 | 110 | 
        <property name="text"> | 
 
 
 
 
 
 | 111 | 
         <string><html><span style="color:#0000ff;">*</span></html></string> | 
 
 
 
 
 
 | 112 | 
        </property> | 
 
 
 
 
 
 | 113 | 
       </widget> | 
 
 
 
 
 
 | 114 | 
      </item> | 
 
 
 
 
 
 | 115 | 
     </layout> | 
 
 
 
 
 
 | 116 | 
    </item> | 
 
 
 
 
 
 | 117 | 
    <item row="8" column="0"> | 
 
 
 
 
 
 | 118 | 
     <widget class="QLabel" name="label_5"> | 
 
 
 
 
 
 | 119 | 
      <property name="text"> | 
 
 
 
 
 
 | 120 | 
       <string>Type:</string> | 
 
 
 
 
 
 | 121 | 
      </property> | 
 
 
 
 
 
 | 122 | 
     </widget> | 
 
 
 
 
 
 | 123 | 
    </item> | 
 
 
 
 
 
 | 124 | 
    <item row="8" column="1"> | 
 
 
 
 
 
 | 125 | 
     <widget class="QComboBox" name="cbType"> | 
 
 
 
 
 
 | 126 | 
      <item> | 
 
 
 
 
 
 | 127 | 
       <property name="text"> | 
 
 
 
 
 
 | 128 | 
        <string>Weapons</string> | 
 
 
 
 
 
 | 129 | 
       </property> | 
 
 
 
 
 
 | 130 | 
      </item> | 
 
 
 
 
 
 | 131 | 
      <item> | 
 
 
 
 
 
 | 132 | 
       <property name="text"> | 
 
 
 
 
 
 | 133 | 
        <string>Characters</string> | 
 
 
 
 
 
 | 134 | 
       </property> | 
 
 
 
 
 
 | 135 | 
      </item> | 
 
 
 
 
 
 | 136 | 
      <item> | 
 
 
 
 
 
 | 137 | 
       <property name="text"> | 
 
 
 
 
 
 | 138 | 
        <string>Particles</string> | 
 
 
 
 
 
 | 139 | 
       </property> | 
 
 
 
 
 
 | 140 | 
      </item> | 
 
 
 
 
 
 | 141 | 
      <item> | 
 
 
 
 
 
 | 142 | 
       <property name="text"> | 
 
 
 
 
 
 | 143 | 
        <string>Animations (non-combat)</string> | 
 
 
 
 
 
 | 144 | 
       </property> | 
 
 
 
 
 
 | 145 | 
      </item> | 
 
 
 
 
 
 | 146 | 
      <item> | 
 
 
 
 
 
 | 147 | 
       <property name="text"> | 
 
 
 
 
 
 | 148 | 
        <string>Animations (combat)</string> | 
 
 
 
 
 
 | 149 | 
       </property> | 
 
 
 
 
 
 | 150 | 
      </item> | 
 
 
 
 
 
 | 151 | 
      <item> | 
 
 
 
 
 
 | 152 | 
       <property name="text"> | 
 
 
 
 
 
 | 153 | 
        <string>Sounds</string> | 
 
 
 
 
 
 | 154 | 
       </property> | 
 
 
 
 
 
 | 155 | 
      </item> | 
 
 
 
 
 
 | 156 | 
      <item> | 
 
 
 
 
 
 | 157 | 
       <property name="text"> | 
 
 
 
 
 
 | 158 | 
        <string>User Interface</string> | 
 
 
 
 
 
 | 159 | 
       </property> | 
 
 
 
 
 
 | 160 | 
      </item> | 
 
 
 
 
 
 | 161 | 
      <item> | 
 
 
 
 
 
 | 162 | 
       <property name="text"> | 
 
 
 
 
 
 | 163 | 
        <string>New Levels</string> | 
 
 
 
 
 
 | 164 | 
       </property> | 
 
 
 
 
 
 | 165 | 
      </item> | 
 
 
 
 
 
 | 166 | 
      <item> | 
 
 
 
 
 
 | 167 | 
       <property name="text"> | 
 
 
 
 
 
 | 168 | 
        <string>Scenarios</string> | 
 
 
 
 
 
 | 169 | 
       </property> | 
 
 
 
 
 
 | 170 | 
      </item> | 
 
 
 
 
 
 | 171 | 
     </widget> | 
 
 
 
 
 
 | 172 | 
    </item> | 
 
 
 
 
 
 | 173 | 
    <item row="10" column="0"> | 
 
 
 
 
 
 | 174 | 
     <widget class="QLabel" name="label_6"> | 
 
 
 
 
 
 | 175 | 
      <property name="text"> | 
 
 
 
 
 
 | 176 | 
       <string>Package Number:</string> | 
 
 
 
 
 
 | 177 | 
      </property> | 
 
 
 
 
 
 | 178 | 
     </widget> | 
 
 
 
 
 
 | 179 | 
    </item> | 
 
 
 
 
 
 | 180 | 
    <item row="10" column="1"> | 
 
 
 
 
 
 | 181 | 
     <layout class="QHBoxLayout" name="horizontalLayout_5"> | 
 
 
 
 
 
 | 182 | 
      <item> | 
 
 
 
 
 
 | 183 | 
       <widget class="QLineEdit" name="lePackageNumber"/> | 
 
 
 
 
 
 | 184 | 
      </item> | 
 
 
 
 
 
 | 185 | 
      <item> | 
 
 
 
 
 
 | 186 | 
       <widget class="QPushButton" name="pbCheck"> | 
 
 
 
 
 
 | 187 | 
        <property name="toolTip"> | 
 
 
 
 
 
 | 188 | 
         <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 
 
 
 
 
 
 | 189 | 
 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 
 
 
 
 
 
 | 190 | 
 p, li { white-space: pre-wrap; } | 
 
 
 
 
 
 | 191 | 
 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> | 
 
 
 
 
 
 | 192 | 
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Check if the current number is available using a online database</span></p></body></html></string> | 
 
 
 
 
 
 | 193 | 
        </property> | 
 
 
 
 
 
 | 194 | 
        <property name="text"> | 
 
 
 
 
 
 | 195 | 
         <string>Check</string> | 
 
 
 
 
 
 | 196 | 
        </property> | 
 
 
 
 
 
 | 197 | 
       </widget> | 
 
 
 
 
 
 | 198 | 
      </item> | 
 
 
 
 
 
 | 199 | 
     </layout> | 
 
 
 
 
 
 | 200 | 
    </item> | 
 
 
 
 
 
 | 201 | 
    <item row="12" column="0"> | 
 
 
 
 
 
 | 202 | 
     <widget class="QLabel" name="label_7"> | 
 
 
 
 
 
 | 203 | 
      <property name="text"> | 
 
 
 
 
 
 | 204 | 
       <string>Scripts:</string> | 
 
 
 
 
 
 | 205 | 
      </property> | 
 
 
 
 
 
 | 206 | 
     </widget> | 
 
 
 
 
 
 | 207 | 
    </item> | 
 
 
 
 
 
 | 208 | 
    <item row="12" column="1"> | 
 
 
 
 
 
 | 209 | 
     <layout class="QHBoxLayout" name="horizontalLayout_6"> | 
 
 
 
 
 
 | 210 | 
      <item> | 
 
 
 
 
 
 | 211 | 
       <widget class="QRadioButton" name="rbReplace"> | 
 
 
 
 
 
 | 212 | 
        <property name="toolTip"> | 
 
 
 
 
 
 | 213 | 
         <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 
 
 
 
 
 
 | 214 | 
 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 
 
 
 
 
 
 | 215 | 
 p, li { white-space: pre-wrap; } | 
 
 
 
 
 
 | 216 | 
 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> | 
 
 
 
 
 
 | 217 | 
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">The Installer considers your mod a scenario and takes steps to exclude other BSL scenario mods from being installed for the same level</span></p></body></html></string> | 
 
 
 
 
 
 | 218 | 
        </property> | 
 
 
 
 
 
 | 219 | 
        <property name="text"> | 
 
 
 
 
 
 | 220 | 
         <string>Replace</string> | 
 
 
 
 
 
 | 221 | 
        </property> | 
 
 
 
 
 
 | 222 | 
        <property name="checked"> | 
 
 
 
 
 
 | 223 | 
         <bool>true</bool> | 
 
 
 
 
 
 | 224 | 
        </property> | 
 
 
 
 
 
 | 225 | 
       </widget> | 
 
 
 
 
 
 | 226 | 
      </item> | 
 
 
 
 
 
 | 227 | 
      <item> | 
 
 
 
 
 
 | 228 | 
       <widget class="QRadioButton" name="rbAdd"> | 
 
 
 
 
 
 | 229 | 
        <property name="toolTip"> | 
 
 
 
 
 
 | 230 | 
         <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 
 
 
 
 
 
 | 231 | 
 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 
 
 
 
 
 
 | 232 | 
 p, li { white-space: pre-wrap; } | 
 
 
 
 
 
 | 233 | 
 </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> | 
 
 
 
 
 
 | 234 | 
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">The Installer allows your mod to be installed to any level without restriction (allows multiple BSLs from different mods to co-exist in the same level)</span></p></body></html></string> | 
 
 
 
 
 
 | 235 | 
        </property> | 
 
 
 
 
 
 | 236 | 
        <property name="text"> | 
 
 
 
 
 
 | 237 | 
         <string>Add</string> | 
 
 
 
 
 
 | 238 | 
        </property> | 
 
 
 
 
 
 | 239 | 
       </widget> | 
 
 
 
 
 
 | 240 | 
      </item> | 
 
 
 
 
 
 | 241 | 
     </layout> | 
 
 
 
 
 
 | 242 | 
    </item> | 
 
 
 
 
 
 | 243 | 
    <item row="15" column="0" colspan="2"> | 
 
 
 
 
 
 | 244 | 
     <widget class="QLabel" name="lbFieldsReadOnly"> | 
 
 
 
 
 
 | 245 | 
      <property name="text"> | 
 
 
 
 
 
 | 246 | 
       <string><html><span style=" color:#0000ff;">* Fields read only  by AEI2 when the package isn't at the mod depot.</span></html></string> | 
 
 
 
 
 
 | 247 | 
      </property> | 
 
 
 
 
 
 | 248 | 
      <property name="wordWrap"> | 
 
 
 
 
 
 | 249 | 
       <bool>true</bool> | 
 
 
 
 
 
 | 250 | 
      </property> | 
 
 
 
 
 
 | 251 | 
     </widget> | 
 
 
 
 
 
 | 252 | 
    </item> | 
 
 
 
 
 
 | 253 | 
    <item row="14" column="0" colspan="2"> | 
 
 
 
 
 
 | 254 | 
     <spacer name="verticalSpacer"> | 
 
 
 
 
 
 | 255 | 
      <property name="orientation"> | 
 
 
 
 
 
 | 256 | 
       <enum>Qt::Vertical</enum> | 
 
 
 
 
 
 | 257 | 
      </property> | 
 
 
 
 
 
 | 258 | 
      <property name="sizeType"> | 
 
 
 
 
 
 | 259 | 
       <enum>QSizePolicy::Expanding</enum> | 
 
 
 
 
 
 | 260 | 
      </property> | 
 
 
 
 
 
 | 261 | 
      <property name="sizeHint" stdset="0"> | 
 
 
 
 
 
 | 262 | 
       <size> | 
 
 
 
 
 
 | 263 | 
        <width>20</width> | 
 
 
 
 
 
 | 264 | 
        <height>10</height> | 
 
 
 
 
 
 | 265 | 
       </size> | 
 
 
 
 
 
 | 266 | 
      </property> | 
 
 
 
 
 
 | 267 | 
     </spacer> | 
 
 
 
 
 
 | 268 | 
    </item> | 
 
 
 
 
 
 | 269 | 
   </layout> | 
 
 
 
 
 
 | 270 | 
  </widget> | 
 
 
 
 
 
 | 271 | 
  <resources/> | 
 
 
 
 
 
 | 272 | 
  <connections/> | 
 
 
 
 
 
 | 273 | 
 </ui> |