server prep

-adds checkbox for adding server scripts
-server script adds perk to points conversion
-drone invisibility #needs_testing
This commit is contained in:
spencershepard
2024-01-17 20:14:47 -08:00
committed by Spencer Shepard
parent 26e12fa733
commit 70a5fd4db3
6 changed files with 113 additions and 43 deletions

View File

@@ -1341,6 +1341,34 @@ p, li { white-space: pre-wrap; }
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="rotorops_server_checkBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>1020</x>
<y>650</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
<bold>false</bold>
</font>
</property>
<property name="statusTip">
<string>Generate missions for RotorOps public servers.</string>
</property>
<property name="text">
<string>RotorOps Server Mission</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
@@ -1348,7 +1376,7 @@ p, li { white-space: pre-wrap; }
<x>0</x>
<y>0</y>
<width>1280</width>
<height>29</height>
<height>24</height>
</rect>
</property>
<widget class="QMenu" name="menuMap">