PA Alpha Build 51464

Discussion in 'Support!' started by garat, August 1, 2013.

  1. ToastAndEggs

    ToastAndEggs Member

    Messages:
    250
    Likes Received:
    1
    How do i edit the system editor to make it work?
  2. Raevn

    Raevn Moderator Alumni

    Messages:
    4,226
    Likes Received:
    4,324
    If you mean enable the system editor, modify the file PA\media\ui\alpha\system_editor\system_editor.html and uncomment (remove the "<!--" and "-->" parts) the following lines:

    Code:
                            <!-- <div class="div_back_btn" style="float:right;" data-bind="click: function () { model.selectedMode(model.modes()[1]); },
        visible: showControls" >
                            <a href="#">SYSTEM EDITOR</a>
                            </div> -->
    Code:
                            <!--<div class="div_back_btn" style="float:right;" data-bind="click: function () { model.selectedMode(model.modes()[0]); },
        visible: showControls" >
                            <a href="#">PLANET EDITOR</a>
                            </div> -->
  3. ToastAndEggs

    ToastAndEggs Member

    Messages:
    250
    Likes Received:
    1

Share This Page