Implementation of Nils' UI work for updated theming, functionality and style for the editors suite

This commit is contained in:
Areloch 2023-09-08 22:44:18 -05:00
parent dc1d6e7d9d
commit 33f35d35d4
908 changed files with 15381 additions and 3065 deletions

View file

@ -26,13 +26,37 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
Profile = "ToolsMenubarProfile";
HorizSizing = "width";
VertSizing = "bottom";
Position = "0 10";
Extent = "800 32";
Position = "0 6";
Extent = "800 37";
MinExtent = "8 8";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
canSave = "1";
Visible = "1";
hovertime = "1000";
new GuiBitmapButtonCtrl(EHLogo) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "center";
Position = "8 0";
Extent = "24 24";
MinExtent = "24 24";
canSave = "1";
Visible = "1";
Command = "";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Torque3D";
hovertime = "1000";
bitmapAsset = "ToolsModule:menu_logo";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiStackControl(EditorGuiToolbarStack) {
stackingType = "Horizontal";
horizStacking = "Left to Right";
@ -43,11 +67,11 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
dynamicPos = "0";
changeChildSizeToFit = "0";
changeChildPosition = "1";
position = "0 0";
extent = "885 32";
position = "36 4";
extent = "885 36";
minExtent = "16 16";
horizSizing = "right";
vertSizing = "bottom";
vertSizing = "top";
profile = "GuiDefaultProfile";
visible = "1";
active = "1";
@ -56,83 +80,188 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
isContainer = "1";
canSave = "1";
canSaveDynamicFields = "0";
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "0 3";
Extent = "9 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapButtonCtrl(WorldSaveBtn) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "4 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "EditorSaveMissionMenu();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Save the Level";
hovertime = "1000";
bitmapAsset = "ToolsModule:save_n_image";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "0 3";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapButtonCtrl(EHWorldEditor) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "4 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Open the WorldEditor";
hovertime = "1000";
bitmapAsset = "ToolsModule:world_image";
groupNum = "0";
buttonType = "RadioButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(EHGuiEditor) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "34 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "toggleGuiEditor(true); $GuiEditorBtnPressed = true;";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Open the GuiEditor";
hovertime = "1000";
bitmapAsset = "ToolsModule:gui_image";
groupNum = "0";
buttonType = "RadioButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "64 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "Editor.close(ProjectSettings.value(\"UI/playGUIName\"));";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Play Game";
hovertime = "1000";
bitmapAsset = "ToolsModule:playbutton_n_image";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "98 3";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
};
new GuiBitmapButtonCtrl(EHWorldEditor) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "4 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Open the WorldEditor";
hovertime = "1000";
bitmapAsset = "ToolsModule:world_n_image";
groupNum = "0";
buttonType = "RadioButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(EHGuiEditor) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "34 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "toggleGuiEditor(true); $GuiEditorBtnPressed = true;";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Open the GuiEditor";
hovertime = "1000";
bitmapAsset = "ToolsModule:gui_n_image";
groupNum = "0";
buttonType = "RadioButton";
useMouseEvents = "0";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "0 0";
Extent = "9 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapButtonCtrl(AssetBrowserBtn) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "0 0";
Extent = "29 27";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
active = "1";
Command = "AssetBrowser.toggleDialog();";
tooltipprofile = "ToolsGuiToolTipProfile";
tooltip = "Open the Asset Browser";
hovertime = "750";
bitmapAsset = "ToolsModule:assetBrowser_n_image";
buttonType = "PushButton";
useStates = "1";
groupNum = "0";
useMouseEvents = "0";
internalName = "AssetBrowserBtn";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "0 3";
Extent = "9 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "0 3";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapButtonCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "Editor.close(ProjectSettings.value(\"UI/playGUIName\"));";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Play Game";
hovertime = "1000";
bitmapAsset = "ToolsModule:playbutton_n_image";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "0 3";
Extent = "9 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapButtonCtrl() {
BitmapAsset = "ToolsModule:settings_n_image";
bitmapMode = "Stretched";
autoFitExtents = "0";
useModifiers = "0";
useStates = "1";
@ -140,11 +269,11 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
position = "572 0";
position = "574 0";
extent = "29 27";
minExtent = "8 8";
horizSizing = "right";
vertSizing = "bottom";
VertSizing = "bottom";
profile = "ToolsGuiButtonProfile";
visible = "1";
active = "1";
@ -158,100 +287,164 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
canSaveDynamicFields = "0";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "98 3";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
};
new GuiBitmapButtonCtrl() {
new GuiBitmapButtonCtrl(windowConsoleBtn) {
canSaveDynamicFields = "0";
internalName = AssetBrowserBtn;
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "180 0";
position = "0 0";
Extent = "29 27";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
Command = "AssetBrowser.toggleDialog();";
active = "1";
Command = "windowConsoleDlg.showWindow();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Asset Browser";
tooltip = "Open the Console in a window";
hovertime = "750";
bitmapAsset = "ToolsModule:menuGrid_n_image";
bitmapMode = "Stretched";
bitmapAsset = "ToolsModule:console_n_image";
buttonType = "PushButton";
useStates = "1";
groupNum = "0";
useMouseEvents = "0";
internalName = "windowConsoleBtn";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "98 3";
Extent = "2 26";
position = "0 3";
Extent = "9 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
bitmapAsset = "ToolsModule:separator_xt_h_image";
horizSizing = "right";
vertSizing = "bottom";
};
new GuiBitmapButtonCtrl(EWorldEditorToggleCamera) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "102 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "CameraTypesDropdownToggle();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Toggle Camera Modes";
hovertime = "1000";
bitmapAsset = "ToolsModule:player_n_image";
groupNum = "-1";
buttonType = "ToggleButton";
useMouseEvents = "0";
new GuiBitmapCtrl(){
HorizSizing = "left";
VertSizing = "top";
Position = getWord(EWorldEditorToggleCamera.extent, 0)-6 SPC getWord(EWorldEditorToggleCamera.extent, 1)-6;
Extent = "4 4";
MinExtent = "4 4";
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
};
};
new GuiControl(CameraSpeedDropdownContainer, EditorGuiGroup) {
canSaveDynamicFields = "0";
isContainer = "1";
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "136 5";
Extent = "136 27";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
new GuiTextCtrl() {
new GuiBitmapButtonCtrl(EWorldEditorToggleCamera) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiTextProfile";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "0 6";
Extent = "78 10";
Position = "102 3";
Extent = "29 27";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "CameraTypesDropdownToggle();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Toggle Camera Modes";
hovertime = "1000";
bitmapAsset = "ToolsModule:player_n_image";
groupNum = "-1";
buttonType = "ToggleButton";
useMouseEvents = "0";
new GuiBitmapCtrl() {
HorizSizing = "left";
VertSizing = "top";
Position = getWord(EWorldEditorToggleCamera.extent, 0)-6 SPC getWord(EWorldEditorToggleCamera.extent, 1)-6;
Extent = "4 4";
MinExtent = "4 4";
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
};
};
new GuiControl(CameraSpeedDropdownContainer, EditorGuiGroup) {
canSaveDynamicFields = "0";
isContainer = "1";
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "136 5";
Extent = "136 27";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
new GuiTextCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiTextRightProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "0 6";
Extent = "72 10";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
AnchorTop = "1";
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "Cam Speed: ";
maxLength = "1024";
};
new GuiTextEditCtrl(EWorldEditorCameraSpeed) {
canSaveDynamicFields = "0";
internalName = "textEdit";
isContainer = "0";
profile="ToolsGuiNumericDropSliderTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "78 2";
Extent = "42 16";
MinExtent = "8 16";
canSave = "1";
Visible = "1";
Command = "EWorldEditorCameraSpeed.updateMenuBar( $ThisControl );";
hovertime = "1000";
text = "100";
maxLength = "4";
historySize = "0";
password = "0";
tabComplete = "0";
sinkAllKeyEvents = "0";
};
new GuiBitmapButtonCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "112 2";
Extent = "18 18";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
Command = "Canvas.pushDialog(CameraSpeedDropdownCtrlContainer);";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Changes the Camera Speed";
hovertime = "750";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
bitmapAsset = "ToolsModule:dropslider_n_image";
};
};
/*new GuiPopUpMenuCtrl(EWorldEditorCameraSpeed) {
canSaveDynamicFields = "0";
internalName = "CameraSpeedDropdown";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiPopUpMenuProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "136 7";
Extent = "130 18";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
@ -262,78 +455,13 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "Camera Speed";
maxLength = "1024";
};
new GuiTextEditCtrl(EWorldEditorCameraSpeed) {
canSaveDynamicFields = "0";
internalName = "textEdit";
isContainer = "0";
profile="ToolsGuiNumericDropSliderTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "78 2";
Extent = "42 16";
MinExtent = "8 16";
canSave = "1";
Visible = "1";
Command = "EWorldEditorCameraSpeed.updateMenuBar( $ThisControl );";
hovertime = "1000";
text = "100";
maxLength = "4";
historySize = "0";
password = "0";
tabComplete = "0";
sinkAllKeyEvents = "0";
};
new GuiBitmapButtonCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "112 2";
Extent = "18 18";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
Command = "Canvas.pushDialog(CameraSpeedDropdownCtrlContainer);";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Changes the Camera Speed";
hovertime = "750";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
bitmapAsset = "ToolsModule:dropslider_n_image";
};
};
/*new GuiPopUpMenuCtrl(EWorldEditorCameraSpeed) {
canSaveDynamicFields = "0";
internalName = "CameraSpeedDropdown";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiPopUpMenuProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "136 7";
Extent = "130 18";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
AnchorTop = "1";
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
maxLength = "1024";
maxPopupHeight = "200";
sbUsesNAColor = "0";
reverseTextList = "0";
bitmapBounds = "16 16";
};*/
maxPopupHeight = "200";
sbUsesNAColor = "0";
reverseTextList = "0";
bitmapBounds = "16 16";
};*/
new GuiBitmapButtonCtrl(visibilityToggleBtn) {
canSaveDynamicFields = "0";
Enabled = "1";
@ -352,7 +480,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
hovertime = "1000";
bitmapAsset = "ToolsModule:visibility_toggle_n_image";
groupNum = "-1";
buttonType = "ToggleButton";
buttonType = "PushButton";
useMouseEvents = "0";
new GuiBitmapCtrl(){
@ -372,6 +500,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
VertSizing = "bottom";
};
new GuiPopUpMenuCtrl(EWorldEditorAlignPopup) {
@ -418,14 +547,25 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
hovertime = "1000";
Docking = "Bottom";
new GuiTextCtrl(EWorldEditorStatusBarInfo) {
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "14 7";
Extent = "20 20";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:mission_file_image";
};
new GuiMLTextCtrl(EWorldEditorStatusBarInfo) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiTextProfile";
Profile = "ToolsGuiMLTextProfile";
HorizSizing = "width";
VertSizing = "bottom";
Position = "10 8";
Position = "40 10";
Extent = "450 18";
MinExtent = "8 8";
canSave = "1";
@ -437,6 +577,8 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
AnchorRight = "0";
text = "Current Tool";
maxLength = "255";
allowColorChars = "1";
};
new GuiBitmapCtrl() {

View file

@ -23,7 +23,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
canMaximize = "0";
minSize = "50 50";
EdgeSnap = "1";
text = "Editor Settings";
text = ":: Editor Settings";
closeCommand = "ESettingsWindow.hideDialog();";
Margin = "0 0 0 0";
Padding = "0 0 0 0";

View file

@ -29,7 +29,7 @@ $guiContent = new GuiControl(ManageBookmarksContainer, EditorGuiGroup) {
position = "50 90";
extent = "180 306";
MinExtent = "120 130";
text = "Camera Bookmark Manager";
text = ":: Camera Bookmark Manager";
closeCommand = "EManageBookmarks.hideDialog();";
EdgeSnap = "0";
canCollapse = "0";

View file

@ -27,7 +27,7 @@ $guiContent = new GuiControl(ManageSFXParametersContainer,EditorGuiGroup) {
minSize = "50 50";
closeCommand = "EManageSFXParameters.setVisible( false );";
EdgeSnap = "0";
text = "Audio Parameters";
text = ":: Audio Parameters";
Margin = "5 5 5 5";
Padding = "5 5 5 5";
AnchorTop = "1";

View file

@ -929,7 +929,7 @@ $guiContent = new GuiControl(ObjectEditorSettingsTab,EditorGuiGroup) {
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "210 14";
extent = "300 14";
new GuiCheckBoxCtrl() {
useInactiveState = "0";
@ -963,7 +963,7 @@ $guiContent = new GuiControl(ObjectEditorSettingsTab,EditorGuiGroup) {
horizSizing = "right";
vertSizing = "bottom";
position = "5 70";
extent = "210 18";
extent = "300 18";
new GuiTextCtrl() {
text = "Screen Center Scalar:";
@ -1027,7 +1027,7 @@ $guiContent = new GuiControl(ObjectEditorSettingsTab,EditorGuiGroup) {
horizSizing = "right";
vertSizing = "bottom";
position = "5 70";
extent = "210 18";
extent = "300 18";
new GuiTextCtrl() {
text = "Screen Center Max:";

View file

@ -30,7 +30,7 @@ $guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
position = "400 31";
extent =" 175 267";
MinExtent = "175 130";
text = "Snap Options";
text = ":: Snap Options";
closeCommand = "ESnapOptions.hideDialog();";
EdgeSnap = "0";
canCollapse = "0";

View file

@ -18,7 +18,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
profile = "ToolsGuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 7";
position = "6 4";
extent = "70 16";
minExtent = "8 8";
visible = "1";
@ -44,7 +44,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
new GuiControl(EWTerrainEditToolbarBrushType){
isContainer = "1";
profile = "ToolsGuiDefaultProfile";
Position = "83 2";
Position = "83 0";
Extent = "94 27";
new GuiBitmapButtonCtrl() {
@ -117,15 +117,15 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
};
*/
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "152 3";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "152 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
};
new GuiControl(TerrainBrushSizeTextEditContainer) {
canSaveDynamicFields = "0";
@ -133,7 +133,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "145 5";
position = "145 2";
Extent = "120 50";
MinExtent = "8 2";
canSave = "1";
@ -206,13 +206,14 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
bitmapAsset = "ToolsModule:dropslider_n_image";
};
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "272 3";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "272 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
};
new GuiControl(TerrainBrushPressureTextEditContainer) {
@ -221,7 +222,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "287 5";
position = "287 2";
Extent = "120 50";
MinExtent = "8 2";
canSave = "1";
@ -293,10 +294,11 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
bitmapAsset = "ToolsModule:dropslider_n_image";
};
};
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "412 3";
position = "412 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
@ -308,7 +310,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "429 5";
position = "429 2";
Extent = "120 50";
MinExtent = "8 2";
canSave = "1";
@ -388,7 +390,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "547 3";
Position = "547 0";
Extent = "29 27";
MinExtent = "8 2";
canSave = "1";
@ -406,7 +408,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "589 3";
position = "589 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
@ -418,7 +420,7 @@ $guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "605 5";
position = "605 2";
Extent = "120 50";
MinExtent = "8 2";
canSave = "1";

View file

@ -7,7 +7,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "306 0";
Position = "306 -3";
Extent = "800 40";
MinExtent = "8 2";
canSave = "1";
@ -18,7 +18,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
profile = "ToolsGuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 7";
position = "6 4";
extent = "70 16";
minExtent = "8 8";
visible = "1";
@ -44,7 +44,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
new GuiControl(EWTerrainPainterToolbarBrushType){
isContainer = "1";
profile = "ToolsGuiDefaultProfile";
Position = "83 2";
Position = "83 0";
Extent = "94 27";
new GuiBitmapButtonCtrl() {
@ -121,7 +121,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "152 3";
position = "152 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
@ -133,7 +133,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "145 5";
position = "145 2";
Extent = "120 50";
MinExtent = "8 2";
canSave = "1";
@ -210,7 +210,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "230 3";
position = "255 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
@ -222,7 +222,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "245 5";
Position = "245 2";
Extent = "256 50";
MinExtent = "8 2";
canSave = "1";
@ -250,7 +250,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "Slope Mask Min";
text = "Slope Mask: Min";
maxLength = "1024";
};
new GuiTextEditCtrl() {
@ -370,7 +370,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "445 3";
position = "498 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
@ -382,7 +382,7 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
Profile = "ToolsGuiTransparentProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "490 5";
position = "510 2";
Extent = "120 50";
MinExtent = "8 2";
canSave = "1";
@ -458,14 +458,14 @@ $guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
new GuiBitmapCtrl() {
Enabled = "1";
Profile = "ToolsGuiDefaultProfile";
position = "618 3";
position = "618 0";
Extent = "2 26";
MinExtent = "1 1";
bitmapAsset = "ToolsModule:separator_h_image";
};
new GuiControl(TerrainTextureSettingsButtonContainer,EditorGuiGroup) {
position = "628 5";
position = "628 4";
extent = "90 18";
minExtent = "8 2";
horizSizing = "right";

View file

@ -15,6 +15,252 @@ $guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
new GuiWindowCollapseCtrl(EPainterPreview) {
canSaveDynamicFields = "0";
internalName = "TerrainPainterPreview";
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiWindowProfile";
HorizSizing = "windowRelative";
VertSizing = "windowRelative";
Position = getWord($pref::Video::mode, 0) - 360
SPC getWord(EditorGuiToolbar.extent, 1) + 6;
Extent = "360 340";
MinExtent = "300 320";
canSave = "1";
isDecoy = "0";
Visible = "0";
hovertime = "1000";
Docking = "None";
Margin = "4 4 4 4";
Padding = "0 0 0 0";
AnchorTop = "0";
AnchorBottom = "0";
AnchorLeft = "0";
AnchorRight = "0";
resizeWidth = "1";
resizeHeight = "0";
canMove = "1";
canClose = "0";
canMinimize = "0";
canMaximize = "0";
minSize = "300 160";
closeCommand = "EPainter.parentGroup.setVisible(false);";
EdgeSnap = "1";
text = ":: Terrain Painter - Preview";
new GuiContainer(EPainterPreviewCont){
Docking = "Client";
Margin = "0 0 0 0";
HorizSizing = "center";
VertSizing = "bottom";
Position = "0 0";
Extent = "256 256";
new GuiBitmapCtrl(ETerrainMaterialSelected) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "center";
VertSizing = "bottom";
Position = "0 8";
Extent = "256 256";
MinExtent = "128 128";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
wrap = "0";
bitmapAsset= "ToolsModule:unknownImage_image";
};
new GuiBitmapCtrl(ETerrainMaterialSelectedBorder) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "center";
VertSizing = "bottom";
Position = "0 8";
Extent = "256 256";
MinExtent = "128 128";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
bitmapAsset = "ToolsModule:terrain_painter_border_large_image";
wrap = "0";
};
};
new GuiContainer(){
Margin = "0 0 0 0";
HorizSizing = "center";
VertSizing = "bottom";
Position = "0 288";
Extent = "256 44";
new GuiTextCtrl(TerrainTextureText) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiTextProfile";
HorizSizing = "center";
VertSizing = "bottom";
Position = "0 0";
Extent = "180 18";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
AnchorTop = "1";
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "None";
maxLength = "1024";
};
new GuiButtonCtrl(ETerrainMaterialSelectedEdit) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "150 20";
Extent = "40 18";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
Visible = "0";
Command = "TerrainMaterialDlg.show(ETerrainMaterialSelected.selectedMatIndex, ETerrainMaterialSelected.selectedMat, EPainter_TerrainMaterialUpdateCallback);";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
text = "Edit";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiButtonCtrl() {
canSaveDynamicFields = "0";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "196 20";
Extent = "60 18";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
Command = "autoLayers();";
tooltipprofile = "ToolsGuiToolTipProfile";
tooltip = "Generate a layer mask for this material.";
hovertime = "1000";
text = "AutoPaint";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
};
new GuiBitmapButtonCtrl(TerrainPainterContainer_UnDockBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "330 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "0";
Command = "TerrainPainterContainer.releaseSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Detach Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_undock_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(TerrainPainterContainer_DockBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "330 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "0";
Command = "TerrainPainterContainer.dockSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Dock Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_dock_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(TerrainPainterContainer_HideBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "312 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "TerrainPainterContainer.hideSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Hide Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_hide_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(TerrainPainterContainer_ShowBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "4 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "TerrainPainterContainer.showSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Show Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_show_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
};
new GuiWindowCollapseCtrl(EPainter) {
canSaveDynamicFields = "0";
internalName = "TerrainPainter";
@ -23,9 +269,10 @@ $guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
Profile = "ToolsGuiWindowProfile";
HorizSizing = "windowRelative";
VertSizing = "windowRelative";
Position = getWord($pref::Video::mode, 0) - 209 SPC getWord(EditorGuiToolbar.extent, 1)+249;
Extent = "210 446";
MinExtent = "210 100";
Position = getWord($pref::Video::mode, 0) - 360
SPC getWord(EditorGuiToolbar.extent, 1) + getWord(EPainterPreview.extent, 1) + 6;
Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(EPainterPreview.extent, 1) - getWord(EditorGuiToolbar.extent, 1) - 66;
MinExtent = "300 100";
canSave = "1";
isDecoy = "0";
Visible = "0";
@ -46,7 +293,7 @@ $guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
minSize = "152 300";
closeCommand = "EPainter.parentGroup.setVisible(false);";
EdgeSnap = "1";
text = "Terrain Painter Material Selector";
text = ":: Terrain Painter - Selector";
new GuiScrollCtrl( EPainterScroll ) {
canSaveDynamicFields = "0";
@ -101,149 +348,5 @@ $guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
};
};
};
new GuiWindowCollapseCtrl(EPainterPreview) {
canSaveDynamicFields = "0";
internalName = "TerrainPainterPreview";
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiWindowProfile";
HorizSizing = "windowRelative";
VertSizing = "windowRelative";
Position = getWord($pref::Video::mode, 0) - 209 SPC getWord(EditorGuiToolbar.extent, 1)-1;
Extent = "210 251";
MinExtent = "210 251";
canSave = "1";
isDecoy = "0";
Visible = "0";
hovertime = "1000";
Docking = "None";
Margin = "4 4 4 4";
Padding = "0 0 0 0";
AnchorTop = "0";
AnchorBottom = "0";
AnchorLeft = "0";
AnchorRight = "0";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "0";
canMinimize = "0";
canMaximize = "0";
minSize = "152 300";
closeCommand = "EPainter.parentGroup.setVisible(false);";
EdgeSnap = "1";
text = "Terrain Painter Material Preview";
new GuiContainer(){
Docking = "Client";
Margin = "3 22 3 3";
HorizSizing = "width";
VertSizing = "height";
Position = "4 24";
Extent = "202 202";
new GuiBitmapCtrl(ETerrainMaterialSelected) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "width";
VertSizing = "height";
Position = "0 0";
Extent = "202 202";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
wrap = "0";
bitmapAsset= "ToolsModule:unknownImage_image";
};
new GuiBitmapCtrl(ETerrainMaterialSelectedBorder) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "width";
VertSizing = "height";
Position = "0 0";
Extent = "202 202";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
bitmapAsset = "ToolsModule:terrain_painter_border_large_image";
wrap = "0";
};
};
new GuiButtonCtrl(ETerrainMaterialSelectedEdit) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "top";
Position = "170 229";
Extent = "36 18";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
Visible = "0";
Command = "TerrainMaterialDlg.show(ETerrainMaterialSelected.selectedMatIndex, ETerrainMaterialSelected.selectedMat, EPainter_TerrainMaterialUpdateCallback);";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
text = "Edit";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiTextCtrl(TerrainTextureText) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiTextProfile";
HorizSizing = "width";
VertSizing = "top";
Position = "5 230";
Extent = "162 16";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
AnchorTop = "1";
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "None";
maxLength = "1024";
};
new GuiButtonCtrl() {
canSaveDynamicFields = "0";
isContainer = "0";
Profile = "GuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "100 229";
Extent = "50 18";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
Command = "autoLayers();";
tooltipprofile = "ToolsGuiToolTipProfile";
tooltip = "Generate a layer mask for this material.";
hovertime = "1000";
text = "AutoPaint";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
};
};
//--- OBJECT WRITE END ---

View file

@ -4,8 +4,8 @@ $guiContent = new GuiControl() {
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
HorizSizing = "width";
VertSizing = "height";
Position = "0 0";
Extent = "800 600";
MinExtent = "8 2";
@ -14,15 +14,17 @@ $guiContent = new GuiControl() {
hovertime = "1000";
new GuiWindowCollapseCtrl(EWInspectorWindow) {
canCollapse = "0";
canMove = "0";
canSaveDynamicFields = "0";
internalName = "InspectorWindow";
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiWindowProfile";
Position = getWord($pref::Video::mode, 0) - 330 SPC
getWord(EditorGuiToolbar.extent, 1) + getWord(EWTreeWindow.extent, 1) + 40;
Extent = "300 250";
MinExtent = "200 150";
Position = getWord($pref::Video::mode, 0) - 360
SPC getWord(EditorGuiToolbar.extent, 1) + getWord(EWTreeWindow.extent, 1) + 6;
Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(EWTreeWindow.extent, 1) - getWord(EditorGuiToolbar.extent, 1) + 66;
MinExtent = "300 150";
HorizSizing = "windowRelative";
VertSizing = "windowRelative";
canSave = "1";
@ -36,16 +38,15 @@ $guiContent = new GuiControl() {
AnchorRight = "0";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "0";
canMinimize = "0";
canMaximize = "0";
closeCommand = "EWInspectorWindow.setVisible(false);";
minSize = "50 50";
EdgeSnap = "1";
text = "Inspector";
text = ":: World Editor - Inspector";
new GuiContainer() {
new GuiContainer(EWInspectorContainer) {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
@ -53,7 +54,7 @@ $guiContent = new GuiControl() {
HorizSizing = "width";
VertSizing = "height";
Position = "5 24";
Extent = "202 304";
Extent = "360 304";
MinExtent = "64 64";
canSave = "1";
Visible = "1";
@ -126,8 +127,8 @@ $guiContent = new GuiControl() {
Profile = "GuiInspectorFieldInfoMLTextProfile";
HorizSizing = "width";
VertSizing = "top";
Position = 5 SPC EWInspectorWindow.extent.y - 40;
Extent = "197 35";
Position = "8" SPC EWInspectorWindow.extent.y - 40;
Extent = "330 35";
MinExtent = "8 2";
canSave = "1";
Visible = "1";

View file

@ -8,7 +8,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
HorizSizing = "right";
VertSizing = "bottom";
Position = "306 0";
Extent = "600" SPC getWord(EditorGuiToolbar.extent, 1);
Extent = "600" SPC getWord(EditorGuiToolbar.extent, 1) -2;
MinExtent = "8 2";
canSave = "1";
Visible = "1";
@ -24,7 +24,7 @@ $guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
Profile = "ToolsMenubarProfile";
HorizSizing = "width";
VertSizing = "bottom";
Position = "0 3";
Position = "0 0";
Extent = "190 31";
MinExtent = "16 16";
canSave = "1";

View file

@ -4,8 +4,8 @@ $guiContent = new GuiControl() {
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "right";
VertSizing = "bottom";
HorizSizing = "width";
VertSizing = "height";
Position = "0 0";
Extent = "800 600";
MinExtent = "8 2";
@ -14,15 +14,17 @@ $guiContent = new GuiControl() {
hovertime = "1000";
new GuiWindowCollapseCtrl(EWTreeWindow) {
canCollapse = "0";
canMove = "0";
canSaveDynamicFields = "0";
internalName = "TreeWindow";
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiWindowProfile";
Position = firstWord($pref::Video::mode) - 330
SPC getWord(EditorGuiToolbar.extent, 1) + 40;
Extent = "300 270";
MinExtent = "200 250";
Position = firstWord($pref::Video::mode) - 360
SPC getWord(EditorGuiToolbar.extent, 1) + 6;
Extent = "360 300";
MinExtent = "300 180";
HorizSizing = "windowRelative";
VertSizing = "windowRelative";
canSave = "1";
@ -36,14 +38,13 @@ $guiContent = new GuiControl() {
AnchorRight = "0";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "0";
canMinimize = "1";
canMinimize = "0";
canMaximize = "0";
minSize = "50 50";
closeCommand = "EWTreeWindow.setVisible(false);";
EdgeSnap = "1";
text = "Scene Tree";
text = ":: World Edior - Scene Tree";
new GuiTabBookCtrl(EditorTreeTabBook) {
canSaveDynamicFields = "0";
@ -53,12 +54,12 @@ $guiContent = new GuiControl() {
HorizSizing = "width";
VertSizing = "height";
position = "6 27";
Extent = "197 289";
Extent = "300 289";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
Margin = "0 0 0 0";
Margin = "0 0 3 0";
Docking = "client";
Padding = "0 0 0 0";
AnchorTop = "1";
@ -77,7 +78,7 @@ $guiContent = new GuiControl() {
HorizSizing = "width";
VertSizing = "height";
position = "0 19";
Extent = "197 271";
Extent = "300 271";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
@ -93,7 +94,7 @@ $guiContent = new GuiControl() {
new GuiTextEditCtrl( EditorTreeFilter ) {
position = "5 6";
extent = "187 25";
extent = "280 25";
profile = "ToolsGuiTextEditProfile";
horizSizing = "width";
vertSizing = "bottom";
@ -110,7 +111,7 @@ $guiContent = new GuiControl() {
Profile = "ToolsGuiDefaultProfile";
HorizSizing = "left";
VertSizing = "bottom";
position = "171 6";
position = "263 6";
Extent = "17 17";
MinExtent = "8 2";
canSave = "1";
@ -130,7 +131,7 @@ $guiContent = new GuiControl() {
HorizSizing = "width";
VertSizing = "height";
Position = "5 29";
Extent = "187 238";
Extent = "300 271";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
@ -185,8 +186,8 @@ $guiContent = new GuiControl() {
Profile = "ToolsGuiEditorTabPage";
HorizSizing = "width";
VertSizing = "height";
position = "0 19";
Extent = "197 271";
position = "0 20";
Extent = "300 270";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
@ -199,8 +200,270 @@ $guiContent = new GuiControl() {
AnchorRight = "0";
text = "Assets";
maxLength = "1024";
new GuiBitmapCtrl(){
position="0 -20";
extent ="240 2";
MinExtent = "120 2";
HorizSizing = "width";
bitmapAsset ="ToolsModule:separator_v_image";
};
new GuiScrollCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiScrollProfile";
HorizSizing = "width";
VertSizing = "height";
Position = "0 0";
Extent = "300 270";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
hovertime = "1000";
willFirstRespond = "1";
hScrollBar = "dynamic";
vScrollBar = "alwaysOn";
lockHorizScroll = "false";
lockVertScroll = "false";
constantThumbHeight = "0";
childMargin = "20 10";
new GuiBitmapCtrl(){
position="0 0";
extent ="240 0";
MinExtent = "120 0";
HorizSizing = "right";
bitmapAsset ="ToolsModule:separator_v_image";
isContainer = "0";
};
new GuiIconButtonCtrl() {
canSaveDynamicFields = "0";
internalName = "AssetsTabBrowserBtn";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 10";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "AssetBrowser.toggleDialog();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Asset Browser";
hovertime = "1000";
bitmapAsset = "ToolsModule:assetBrowser_n_image";
groupNum = "0";
text="Asset Browser";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapCtrl(){
position="0 70";
extent ="240 2";
MinExtent = "120 2";
HorizSizing = "right";
bitmapAsset ="ToolsModule:separator_v_image";
isContainer = "0";
};
new GuiTextCtrl() {
canSaveDynamicFields = "0";
Enabled = "1";
isContainer = "0";
Profile = "EditorTextProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "1 73";
Extent = "200 20";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
AnchorTop = "1";
AnchorBottom = "0";
AnchorLeft = "0";
AnchorRight = "0";
text = "Basic Objects";
maxLength = "1024";
};
new GuiIconButtonCtrl(EWBasicPointLightBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 95";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "EditorGui.addPointLight();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Quickly place a Point Light." NL "Open the Asset Browser for more (Ctrl + O)";
hovertime = "1000";
bitmapAsset = "ToolsModule:pointLight_btn_image";
groupNum = "0";
text="Point Light";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiIconButtonCtrl(EWBasicSpotLightBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 150";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "EditorGui.addSpotLight();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Quickly place a Spot Light" NL "Open the Asset Browser for more (Ctrl + O)";
hovertime = "1000";
bitmapAsset = "ToolsModule:spotLight_btn_image";
groupNum = "0";
text="Spot Light";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiIconButtonCtrl(EWBasicSoundBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 205";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "EditorGui.addSound();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Quickly place a Sound Emitter" NL "Open the Asset Browser for more (Ctrl + O)";
hovertime = "1000";
bitmapAsset = "ToolsModule:soundEmitter_btn_image";
groupNum = "0";
text="Sound Emitter";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiIconButtonCtrl(EWBasicParticleBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 260";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "EditorGui.addParticle();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Quickly place a Particle Emitter" NL "Open the Asset Browser for more (Ctrl + O)";
hovertime = "1000";
bitmapAsset = "ToolsModule:particleEmitter_btn_image";
groupNum = "0";
text="Particle Emitter";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiIconButtonCtrl(EWBasicWaterBlockBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 315";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "EditorGui.addWater();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Quickly place a Water Block" NL "Open the Asset Browser for more (Ctrl + O)";
hovertime = "1000";
bitmapAsset = "ToolsModule:waterBlock_btn_image";
groupNum = "0";
text="Water Block";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiIconButtonCtrl(EWBasicTriggerBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiIconButtonLargeProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "0 370";
Extent = "240 50";
MinExtent = "120 50";
canSave = "1";
Visible = "1";
Command = "EditorGui.addTrigger();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Quickly place a Trigger Volume" NL "Open the Asset Browser for more (Ctrl + O)";
hovertime = "1000";
bitmapAsset = "ToolsModule:triggerZone_btn_image";
groupNum = "0";
text="Trigger";
buttonMargin = "20 0";
textMargin = "70";
groupNum = "0";
buttonType = "PushButton";
useMouseEvents = "0";
};
};
};
};
new GuiBitmapButtonCtrl() {
canSaveDynamicFields = "0";
internalName = "LockSelection";
@ -209,7 +472,7 @@ $guiContent = new GuiControl() {
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "225 23";
Position = "290 22";
Extent = "16 16";
MinExtent = "8 2";
canSave = "1";
@ -233,7 +496,7 @@ $guiContent = new GuiControl() {
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "250 23";
Position = "311 22";
Extent = "16 16";
MinExtent = "8 2";
canSave = "1";
@ -257,7 +520,7 @@ $guiContent = new GuiControl() {
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "275 23";
Position = "332 23";
Extent = "16 16";
MinExtent = "8 2";
canSave = "1";
@ -272,6 +535,100 @@ $guiContent = new GuiControl() {
text = "";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(EWorldEditor_UnDockBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "330 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "0";
Command = "EWorldEditor.releaseSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Detach Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_undock_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(EWorldEditor_DockBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "330 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "0";
Command = "EWorldEditor.dockSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Dock Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_dock_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(EWorldEditor_HideBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "left";
VertSizing = "bottom";
Position = "312 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "EWorldEditor.hideSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Hide Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_hide_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
new GuiBitmapButtonCtrl(EWorldEditor_ShowBtn) {
canSaveDynamicFields = "0";
internalName = "";
Enabled = "1";
isContainer = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "4 1";
Extent = "18 18";
MinExtent = "8 8";
canSave = "1";
Visible = "1";
Command = "EWorldEditor.showSidePanel();";
tooltipprofile = "ToolsGuiToolTipProfile";
ToolTip = "Show Sidepanel";
hovertime = "1000";
bitmapAsset = "ToolsModule:panel_show_n_image";
text = "";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};
};
};
//--- OBJECT WRITE END ---

View file

@ -46,7 +46,7 @@ $guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
minSize = "4 4";
closeCommand = "Canvas.popDialog( TerrainImportGui );";
EdgeSnap = "0";
text = "Import Terrain Height Map";
text = ":: Import Terrain Height Map";
new GuiTextEditCtrl() {
canSaveDynamicFields = "0";
@ -85,7 +85,7 @@ $guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
Profile = "ToolsGuiTextProfile";
HorizSizing = "right";
VertSizing = "top";
Position = "11 66";
Position = "11 64";
Extent = "120 20";
MinExtent = "8 2";
canSave = "1";
@ -131,8 +131,8 @@ $guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
Profile = "ToolsGuiTextEditProfile";
HorizSizing = "left";
VertSizing = "top";
Position = "226 44";
Extent = "82 18";
Position = "210 44";
Extent = "100 18";
MinExtent = "8 2";
canSave = "1";
isDecoy = "0";
@ -160,7 +160,7 @@ $guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
Profile = "ToolsGuiTextProfile";
HorizSizing = "left";
VertSizing = "top";
Position = "226 26";
Position = "210 26";
Extent = "88 18";
MinExtent = "8 2";
canSave = "1";
@ -174,7 +174,7 @@ $guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
AnchorBottom = "0";
AnchorLeft = "1";
AnchorRight = "0";
text = "Meters Per Pixel";
text = "Meters Per Pixel:";
maxLength = "1024";
};
new GuiTextCtrl() {

View file

@ -1,307 +1,274 @@
//--- OBJECT WRITE BEGIN ---
$guiContent = new GuiControl(TerrainTextureSettingsDlg, EditorGuiGroup) {
position = "0 0";
$guiContent = new GuiControl(TerrainTextureSettingsDlg,EditorGuiGroup) {
extent = "1024 768";
minExtent = "8 2";
horizSizing = "right";
vertSizing = "bottom";
profile = "ToolsGuiDefaultProfile";
visible = "1";
active = "1";
tooltipProfile = "ToolsGuiToolTipProfile";
hovertime = "1000";
isContainer = "1";
canSave = "1";
canSaveDynamicFields = "1";
new GuiWindowCtrl() {
canSaveDynamicFields = "0";
internalName = "TerrainTextureSettings";
Enabled = "1";
isContainer = "1";
Profile = "ToolsGuiWindowProfile";
text = "Global Terrain Texture Settings";
resizeHeight = "0";
canMinimize = "0";
canMaximize = "0";
closeCommand = "TerrainTextureSettingsDlg.cancel();";
edgeSnap = "0";
anchorBottom = "1";
anchorRight = "1";
position = "342 184";
extent = "340 400";
minExtent = "340 400";
horizSizing = "center";
vertSizing = "center";
canSave = "1";
isDecoy = "0";
Visible = "1";
tooltipprofile = "ToolsGuiToolTipProfile";
hovertime = "1000";
Margin = "0 0 0 0";
Padding = "0 0 0 0";
AnchorTop = "1";
AnchorBottom = "1";
AnchorLeft = "1";
AnchorRight = "1";
resizeWidth = "1";
resizeHeight = "0";
canMove = "1";
canClose = "1";
canMinimize = "0";
canMaximize = "0";
minSize = "4 4";
closeCommand = "TerrainTextureSettingsDlg.cancel();";
EdgeSnap = "0";
text = "Global Terrain Texture Settings";
profile = "ToolsGuiWindowProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
internalName = "TerrainTextureSettings";
new GuiCheckBoxCtrl() {
internalName = "lerpBlendCheckBox";
text = "LerpBlend";
position = "21 35";
extent = "299 20";
profile = "ToolsGuiCheckBoxProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "ToolsGuiToolTipProfile";
tooltip = "If enabled, terrain textures will use a simple linear interpolation blending method.";
command = "TerrainTextureSettingsDlg.apply();";
position = "20 40";
extent = "300 20";
internalName = "lerpBlendCheckBox";
};
new GuiControl() {
position = "20 70";
profile = "ToolsGuiDefaultProfile";
position = "20 68";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Global Blend Depth:";
profile = "ToolsGuiTextProfile";
position = "-1 -6";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "ToolsGuiToolTipProfile";
tooltip = "Controls the general level of bleding across all textures, has no effect if Lerp Blend is enabled.";
position = "0 0";
extent = "120 20";
};
new GuiSliderCtrl() {
internalName = "blendDepthSlider";
range = "0.01 1";
value = "0.560687";
position = "130 -2";
extent = "170 20";
profile = "ToolsGuiSliderProfile";
command = "TerrainTextureSettingsDlg.apply();";
altCommand = "TerrainTextureSettingsDlg.updateBlendDepth();";
position = "130 0";
extent = "170 20";
range = "0.01 1.0";
tooltipProfile = "GuiToolTipProfile";
internalName = "blendDepthSlider";
};
};
new GuiControl() {
position = "20 100";
profile = "ToolsGuiDefaultProfile";
position = "20 104";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Detail Texture Size:";
profile = "ToolsGuiTextProfile";
command = "TerrainTextureSettingsDlg.apply();";
position = "0 0";
position = "-1 0";
extent = "120 20";
};
new GuiTextEditCtrl() {
internalName = "detailTextureSizeTextEdit";
profile = "ToolsGuiTextEditProfile";
profile = "ToolsGuiTextRightProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl() {
position = "130 0";
extent = "170 20";
extent = "81 18";
profile = "ToolsGuiTextEditProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
internalName = "detailTextureSizeTextEdit";
};
};
new GuiControl() {
position = "20 130";
profile = "ToolsGuiDefaultProfile";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Detail Texture Format:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiPopUpMenuCtrl() {
internalName = "detailTextureFormatPopUpMenu";
profile = "ToolsGuiPopUpMenuProfile";
command = "TerrainTextureSettingsDlg.apply();";
text = "R8G8B8A8";
position = "130 0";
extent = "170 20";
profile = "ToolsGuiPopUpMenuProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
internalName = "detailTextureFormatPopUpMenu";
};
};
new GuiControl() {
position = "20 160";
profile = "ToolsGuiDefaultProfile";
position = "20 168";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Macro Texture Size:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl() {
internalName = "macroTextureSizeTextEdit";
profile = "ToolsGuiTextEditProfile";
command = "TerrainTextureSettingsDlg.apply();";
position = "130 0";
extent = "170 20";
extent = "82 18";
profile = "ToolsGuiTextEditProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
internalName = "macroTextureSizeTextEdit";
};
};
new GuiControl() {
position = "20 190";
profile = "ToolsGuiDefaultProfile";
position = "20 194";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Macro Texture Format:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiPopUpMenuCtrl() {
internalName = "macroTextureFormatPopUpMenu";
profile = "ToolsGuiPopUpMenuProfile";
command = "TerrainTextureSettingsDlg.apply();";
text = "R8G8B8A8";
position = "130 0";
extent = "170 20";
profile = "ToolsGuiPopUpMenuProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
internalName = "macroTextureFormatPopUpMenu";
};
};
new GuiControl() {
position = "20 220";
profile = "ToolsGuiDefaultProfile";
position = "20 232";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Normal Texture Size:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl() {
internalName = "normalTextureSizeTextEdit";
profile = "ToolsGuiTextEditProfile";
command = "TerrainTextureSettingsDlg.apply();";
position = "130 0";
extent = "170 20";
extent = "82 18";
profile = "ToolsGuiTextEditProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
internalName = "normalTextureSizeTextEdit";
};
};
new GuiControl() {
position = "20 250";
profile = "ToolsGuiDefaultProfile";
position = "20 258";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "Normal Texture Format:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiPopUpMenuCtrl() {
internalName = "normalTextureFormatPopUpMenu";
profile = "ToolsGuiPopUpMenuProfile";
command = "TerrainTextureSettingsDlg.apply();";
text = "R8G8B8A8";
position = "130 0";
extent = "170 20";
profile = "ToolsGuiPopUpMenuProfile";
command = "TerrainTextureSettingsDlg.apply();";
tooltipProfile = "GuiToolTipProfile";
internalName = "normalTextureFormatPopUpMenu";
};
};
new GuiControl() {
position = "20 280";
profile = "ToolsGuiDefaultProfile";
position = "20 296";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "ORM Texture Size:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiTextEditCtrl() {
internalName = "ormTextureSizeTextEdit";
profile = "ToolsGuiTextEditProfile";
position = "130 0";
extent = "170 20";
extent = "81 18";
profile = "ToolsGuiTextEditProfile";
tooltipProfile = "GuiToolTipProfile";
internalName = "ormTextureSizeTextEdit";
};
};
new GuiControl() {
position = "20 310";
profile = "ToolsGuiDefaultProfile";
position = "20 322";
extent = "300 20";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiTextCtrl() {
text = "ORM Texture Format:";
profile = "ToolsGuiTextProfile";
position = "0 0";
position = "-1 0";
extent = "120 20";
profile = "ToolsGuiTextRightProfile";
tooltipProfile = "GuiToolTipProfile";
};
new GuiPopUpMenuCtrl() {
internalName = "ormTextureFormatPopUpMenu";
profile = "ToolsGuiPopUpMenuProfile";
text = "R8G8B8A8";
position = "130 0";
extent = "170 20";
profile = "ToolsGuiPopUpMenuProfile";
tooltipProfile = "GuiToolTipProfile";
internalName = "ormTextureFormatPopUpMenu";
};
};
new GuiControl() {
position = "20 350";
profile = "ToolsGuiDefaultProfile";
position = "20 361";
extent = "300 30";
profile = "ToolsGuiDefaultProfile";
tooltipProfile = "GuiToolTipProfile";
isContainer = "1";
new GuiButtonCtrl() {
text = "Apply & Save";
profile = "ToolsGuiButtonProfile";
position = "0 0";
command = "TerrainTextureSettingsDlg.applyAndSave();";
extent = "145 30";
profile = "ToolsGuiButtonProfile";
command = "TerrainTextureSettingsDlg.applyAndSave();";
tooltipProfile = "GuiToolTipProfile";
};
new GuiButtonCtrl() {
text = "Cancel";
profile = "ToolsGuiButtonProfile";
position = "155 0";
command = "TerrainTextureSettingsDlg.cancel();";
extent = "145 30";
profile = "ToolsGuiButtonProfile";
command = "TerrainTextureSettingsDlg.cancel();";
tooltipProfile = "GuiToolTipProfile";
};
};
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 842 B

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View file

@ -0,0 +1,4 @@
<ImageAsset
AssetName="particleEmitter_btn_image"
imageFile="@assetFile=particleEmitter_btn.png"
imageType="GUI"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

View file

@ -0,0 +1,3 @@
<ImageAsset
AssetName="pointLight_btn_image"
imageFile="@assetFile=pointLight_btn.png"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

View file

@ -0,0 +1,3 @@
<ImageAsset
AssetName="soundEmitter_btn_image"
imageFile="@assetFile=soundEmitter_btn.png"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

View file

@ -0,0 +1,3 @@
<ImageAsset
AssetName="spotLight_btn_image"
imageFile="@assetFile=spotLight_btn.png"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

View file

@ -0,0 +1,3 @@
<ImageAsset
AssetName="triggerZone_btn_image"
imageFile="@assetFile=triggerZone_btn.png"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

View file

@ -0,0 +1,3 @@
<ImageAsset
AssetName="waterBlock_btn_image"
imageFile="@assetFile=waterBlock_btn.png"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 198 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 198 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 211 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 B

After

Width:  |  Height:  |  Size: 449 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

After

Width:  |  Height:  |  Size: 461 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 321 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 959 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

After

Width:  |  Height:  |  Size: 989 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 916 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 810 B

After

Width:  |  Height:  |  Size: 671 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 672 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 417 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 B

After

Width:  |  Height:  |  Size: 611 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 591 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 401 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 577 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 589 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 515 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 1,011 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 917 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 777 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 984 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 1,015 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 931 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 B

After

Width:  |  Height:  |  Size: 747 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 692 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 479 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 742 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 781 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 674 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1,004 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 613 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 746 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 707 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 902 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 910 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 882 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

After

Width:  |  Height:  |  Size: 691 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

After

Width:  |  Height:  |  Size: 765 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 659 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 959 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 890 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 974 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 672 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

After

Width:  |  Height:  |  Size: 642 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 451 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 828 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 865 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 849 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 868 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

After

Width:  |  Height:  |  Size: 518 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 722 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 753 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 640 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 779 B

After

Width:  |  Height:  |  Size: 765 B

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more