Arkensor / DayZCommunityOfflineMode

A community made offline mod for DayZ Standalone
Other
362 stars 194 forks source link

Bug editing the State_Items layout #336

Closed JohnDamis closed 2 years ago

JohnDamis commented 2 years ago

When I tried to fix the items appearing in the admin panel in the new version offline (1.18). Items continue to spawn in "damage \ badly damage\ worn" condition. The previous version works fine with this value. But not in the new one.

My ( \Missions\DayZCommunityOfflineMode.ChernarusPlus\core\modules\ComEditor\gui\layouts\ObjectMenu.layout) :

          EditBoxWidgetClass state_items
          {
      position 175 5
              size 60 16
      halign right_ref
      valign top_ref
              hexactpos 1
              vexactpos 1
              hexactsize 1
              vexactsize 1
      text "100000"
              style ServerBrowser
          }

Default:

          EditBoxWidgetClass state_items
          {
      position 175 5
              size 60 16
      halign right_ref
      valign top_ref
              hexactpos 1
              vexactpos 1
              hexactsize 1
              vexactsize 1
      text "100"
              style ServerBrowser
          }