TribesReplay/base/gui/OptionsDlg.gui
Robert MacGregor f9ca0b52f9 v22337 (04/13/01):
**SIEGE GAMEPLAY CHANGE**: When attacking a base, you will see red waypoints on the generators. When those generators are destroyed, the waypoints will change to green. If the generators are repaired thereafter, they will return to red. If you are on the defender team, these colors are reversed (green normally, red if destroyed, green if repaired again). This will help teams coordinate attack and defense more easily.

**FLARE GREANDE GAMEPLAY CHANGE**: Each flare will only attract ONE missile now. When the missile hits the flare, the flare will be destroyed. Only the first missile fired after the flare is thrown will be fooled by that flare. Other missiles must be attracted by other flares in order to be avoided.

*There was a problem where emails were getting cloned multiple times for some folks. This is fixed now and no longer occurs.

*There was an issue where the single player game type was not being properly cleared for folks when they left single player and went to other games. This is fixed now.

*A stray underground generator was removed from Caldera.

*The name column will no longer jump to the top when folks leave and join a room, thus making it easier to stay focused on a particular player's name.

*If you steal a vehicle, the vehicle's sensor radius will not switch to the stealing player's team. In otherwords, the sensor of the vehicle will still report to the original team's sensor net...not the team that stole the vehicle. That's as design and is one of the drawbacks of using a stolen vehicle.

*Bounty & Hunter: The player icons on the command maps are now the correct colors.

*More items have correct names and tags on the command map and in the HUD. There were instances like "East Generator Generator". Those have been eliminated.

*The last patch accidentally eliminated the "PlayerXXX joined YYYY game. Click here to join." links from the CHAT. This has been resolved and is now available again.

*Players are no longer able to squeeze in under the tires of vehicles and play Superman by lifting them off the ground. ; )

*Bots were getting stuck in Riverdance when the fell in the water near the bridge. This has been fixed.

*Added more filtering options so that the filters for the server query (JOIN) screen are more powerful and flexible.

*Added a Linux indicator so users can tell whether they are joining a Win32 or Linux server. (Shouldn't make any difference to game play, but we felt you'd like to know.)

*Fixed a small texture leak on 3Space objects.

*Added an underwater satchel charge effect. Slightly increased the delay time between activating the satchel and the time that it actually explodes (this was as designed...a minor bug was causing it to explode too soon).
2017-07-17 23:07:50 -04:00

2055 lines
53 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new GuiControl(OptionsDlg) {
profile = "DlgBackProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
helpTag = "0";
pane = "Video";
new ShellPaneCtrl() {
profile = "ShellDlgPaneProfile";
horizSizing = "center";
vertSizing = "center";
position = "20 45";
extent = "600 390";
minExtent = "48 92";
visible = "1";
helpTag = "0";
text = "SETTINGS";
maxLength = "255";
noTitleBar = "0";
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "34 332";
extent = "82 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.popDialog(OptionsDlg);";
helpTag = "0";
text = "DONE";
simpleStyle = "0";
};
new ShellTabButton(OP_VideoTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 46";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Video);";
helpTag = "0";
text = "VIDEO";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_GraphicsTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 76";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Graphics);";
helpTag = "0";
text = "GRAPHICS";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_TexturesTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 106";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Textures);";
helpTag = "0";
text = "TEXTURES";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_SoundTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 136";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Sound);";
helpTag = "0";
text = "SOUND";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_VoiceTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 166";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Voice);";
helpTag = "0";
text = "VOICE";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_ControlsTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 196";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Controls);";
helpTag = "0";
text = "CONTROLS";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_NetworkTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 226";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Network);";
helpTag = "0";
text = "NETWORK";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabButton(OP_GameTab) {
profile = "ShellTabProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "19 256";
extent = "108 38";
minExtent = "48 38";
visible = "1";
command = "OptionsDlg.setPane(Game);";
helpTag = "0";
text = "GAME";
maxLength = "255";
simpleStyle = "0";
};
new ShellTabFrame() {
profile = "ShellTabFrameProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "127 31";
extent = "254 338";
minExtent = "254 26";
visible = "1";
helpTag = "0";
isVertical = "1";
useCloseButton = "0";
edgeInset = "0";
};
new ShellFieldCtrl(OP_VideoPane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 16";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Video Driver:";
maxLength = "255";
};
new ShellPopupMenu(OP_VideoDriverMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "99 7";
extent = "140 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Driver";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 54";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Resolution:";
maxLength = "255";
};
new ShellPopupMenu(OP_ResMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "99 45";
extent = "140 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Resolution";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 92";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Bit Depth:";
maxLength = "255";
};
new ShellPopupMenu(OP_BPPMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "99 83";
extent = "140 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Default";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new ShellToggleButton(OP_FullScreenTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "102 125";
extent = "127 30";
minExtent = "26 27";
visible = "1";
helpTag = "0";
text = "FULL SCREEN";
maxLength = "255";
};
new ShellBitmapButton(OP_ApplyBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "275 176";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "OptionsDlg.applyGraphicChanges();";
helpTag = "0";
text = "APPLY CHANGES";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "275 8";
extent = "128 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.pushDialog(DriverInfoDlg);";
helpTag = "0";
text = "DRIVER INFO";
simpleStyle = "0";
};
new ShellToggleButton(OP_VSyncTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "133 243";
extent = "170 30";
minExtent = "26 27";
visible = "1";
helpTag = "0";
text = "DISABLE VERTICAL SYNC";
maxLength = "255";
};
};
new ShellFieldCtrl(OP_GraphicsPane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 8";
extent = "97 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Gamma Correction:";
maxLength = "255";
};
new ShellSliderCtrl(OP_GammaSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 23";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
altCommand = "updateGammaCorrection();";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0.5";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 8";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Terrain Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_TerrainSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 23";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
command = "updateTerrainDetail();";
helpTag = "0";
range = "0.000000 25.000000";
ticks = "26";
value = "17";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 48";
extent = "67 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Shape Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_ShapeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 63";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "19";
value = "0.5";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "27 48";
extent = "77 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Shadow Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_ShadowSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "37 63";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "27 88";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Interior Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_InteriorDetailSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "37 103";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.300000 1.000000";
ticks = "1000";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 88";
extent = "85 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Visible Distance:";
maxLength = "255";
};
new ShellSliderCtrl(OP_VisibleDistanceSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 103";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.600000 1.000000";
ticks = "400";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "79 137";
extent = "70 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Sky Detail:";
maxLength = "255";
};
new ShellPopupMenu(OP_SkyDetailMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "146 128";
extent = "200 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Default";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "35 167";
extent = "114 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "First Person Draw:";
maxLength = "255";
};
new ShellPopupMenu(OP_PlayerRenderMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "146 158";
extent = "200 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Default";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 196";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::precipitationOn";
helpTag = "0";
text = "PRECIPITATION";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 196";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Interior::DynamicLights";
helpTag = "0";
text = "DYNAMIC INTERIOR LIGHTS";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 226";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::decalsOn";
helpTag = "0";
text = "DECALS";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 226";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Terrain::dynamicLights";
helpTag = "0";
text = "DYNAMIC TERRAIN LIGHTS";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 256";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Terrain::enableDetails";
helpTag = "0";
text = "TERRAIN DETAILS";
maxLength = "255";
};
new ShellToggleButton(OP_IntTexturedFogTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 256";
extent = "170 30";
minExtent = "26 27";
visible = "1";
helpTag = "0";
text = "INTERIOR TEXTURED FOG";
maxLength = "255";
};
new ShellToggleButton(OP_VertexLightTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "133 286";
extent = "170 30";
minExtent = "26 27";
visible = "1";
helpTag = "0";
text = "VERTEX LIGHTING";
maxLength = "255";
};
};
new ShellFieldCtrl(OP_TexturesPane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "37 16";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Texture Quality:";
maxLength = "255";
};
new ShellPopupMenu(OP_TexQualityMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "134 7";
extent = "140 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Default";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 85";
extent = "114 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Terrain Texture Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_TerrainTexSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 100";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 6.000000";
ticks = "7";
value = "6";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 85";
extent = "109 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Shape Texture Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_ShapeTexSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 100";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "6";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 125";
extent = "119 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Building Texture Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_BuildingTexSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 140";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "6";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 125";
extent = "97 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Sky Texture Detail:";
maxLength = "255";
};
new ShellSliderCtrl(OP_SkyTexSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 140";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "6";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl(OP_CompressLabel) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "17 46";
extent = "120 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Texture Compression:";
maxLength = "255";
};
new GuiTextCtrl(OP_CompressLabel_Disabled) {
profile = "DisabledTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "6 46";
extent = "135 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Texture Compression:";
maxLength = "255";
};
new ShellPopupMenu(OP_CompressMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "134 37";
extent = "140 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "None";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl(OP_AnisotropyLabel) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 179";
extent = "58 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Anisotropy:";
maxLength = "255";
};
new GuiTextCtrl(OP_AnisotropyLabel_Disabled) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 179";
extent = "58 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Anisotropy:";
maxLength = "255";
};
new ShellSliderCtrl(OP_AnisotropySlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "37 194";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0";
usePlusMinus = "1";
};
new ShellToggleButton(OP_EnvMapTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 180";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::environmentMaps";
helpTag = "0";
text = "ENVIRONMENT MAPS";
maxLength = "255";
};
new ShellToggleButton(OP_IntEnvMapTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 210";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Interior::ShowEnvironmentMaps";
helpTag = "0";
text = "INTERIOR ENV. MAPS";
maxLength = "255";
};
};
new ShellFieldCtrl(OP_SoundPane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 16";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "3D Provider:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioProviderMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "79 7";
extent = "268 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Provider";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new ShellBitmapButton(OP_AudioResetProvider) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "339 7";
extent = "79 38";
minExtent = "32 38";
visible = "1";
helpTag = "0";
text = "RESET";
simpleStyle = "0";
};
new ShellToggleButton(OP_AudioEnvironmentTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "249 42";
extent = "160 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Audio::environmentEnabled";
helpTag = "0";
text = "ENVIRONMENT ENABLED";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 46";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Speakers:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioSpeakerMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "79 37";
extent = "169 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Speaker";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 97";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Frequency:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioFrequencyMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "80 88";
extent = "169 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Frequency";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 127";
extent = "72 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Bit Rate:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioBitRateMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "80 118";
extent = "100 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Bit Rate";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "221 127";
extent = "60 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Channels:";
maxLength = "255";
};
new ShellPopupMenu(OP_AudioChannelsMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "278 118";
extent = "100 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select # Channels";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 177";
extent = "79 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Master Volume:";
maxLength = "255";
};
new ShellSliderCtrl(OP_MasterVolumeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 192";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
altCommand = "updateMasterVolume();";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0.8";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 177";
extent = "79 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Effects Volume:";
maxLength = "255";
};
new ShellSliderCtrl(OP_EffectsVolumeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 192";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 217";
extent = "60 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Gui Volume:";
maxLength = "255";
};
new ShellSliderCtrl(OP_GuiVolumeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 232";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
altCommand = "updateGuiVolume();";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0.8";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 217";
extent = "97 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Voice Bind Volume:";
maxLength = "255";
};
new ShellSliderCtrl(OP_VoiceBindVolumeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 232";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0.8";
usePlusMinus = "1";
};
new ShellToggleButton(OP_MusicTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 267";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Audio::musicEnabled";
helpTag = "0";
text = "MP3 MUSIC";
maxLength = "255";
};
new GuiTextCtrl(OP_MusicVolumeLabel) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 257";
extent = "74 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Music Volume:";
maxLength = "255";
};
new GuiTextCtrl(OP_MusicVolumeLabel_Disabled) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 257";
extent = "74 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Music Volume:";
maxLength = "255";
};
new ShellSliderCtrl(OP_MusicVolumeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 272";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
altCommand = "updateMusicVolume();";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "0.8";
usePlusMinus = "1";
};
};
new ShellFieldCtrl(OP_VoicePane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new ShellToggleButton(OP_MicrophoneEnabledTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 13";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Audio::enableVoiceCapture";
helpTag = "0";
text = "MICROPHONE ENABLED";
maxLength = "255";
};
new ShellBitmapButton(OP_RecordTestBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "232 8";
extent = "173 38";
minExtent = "32 38";
visible = "1";
command = "alxCaptureStart(true);";
helpTag = "0";
text = "TEST RECORD";
simpleStyle = "0";
};
new GuiTextCtrl(OP_MicVolumeLabel) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "28 43";
extent = "102 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Microphone Volume:";
maxLength = "255";
};
new GuiTextCtrl(OP_MicVolumeLabel_Disabled) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "28 43";
extent = "102 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Microphone Volume:";
maxLength = "255";
};
new ShellSliderCtrl(OP_MicrophoneVolumeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "38 58";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 1.000000";
ticks = "1000";
value = "1";
usePlusMinus = "1";
};
new GuiTextCtrl(OP_InputBoostLabel) {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 43";
extent = "123 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Microphone Input Boost:";
maxLength = "255";
};
new GuiTextCtrl(OP_InputBoostLabel_Disabled) {
profile = "DisabledTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 43";
extent = "123 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Microphone Input Boost:";
maxLength = "255";
};
new GuiTextCtrl(OP_InputBoostPercentTxt) {
profile = "ShellTextCenterProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "271 61";
extent = "110 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "100%";
maxLength = "255";
};
new ShellSliderCtrl(OP_InputBoostSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 58";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
altCommand = "updateInputBoost();";
helpTag = "0";
range = "1.000000 5.000000";
ticks = "5000";
value = "4.78947";
usePlusMinus = "1";
};
new GuiTextCtrl(OP_VoiceListenLabel) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 96";
extent = "140 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Voice Listen Codec(s):";
maxLength = "255";
};
new ShellPopupMenu(OP_VoiceListenMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "183 87";
extent = "129 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Quality";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl(OP_VoiceSendLabel) {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 126";
extent = "140 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Voice Send Codec:";
maxLength = "255";
};
new ShellPopupMenu(OP_VoiceSendMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "183 117";
extent = "129 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Quality";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl(OP_VoiceListenLabel_Disabled) {
profile = "DisabledTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 96";
extent = "140 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Voice Listen Quality:";
maxLength = "255";
};
new GuiTextCtrl(OP_VoiceSendLabel_Disabled) {
profile = "DisabledTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "46 126";
extent = "140 22";
minExtent = "8 8";
visible = "0";
helpTag = "0";
text = "Voice Send Quality:";
maxLength = "255";
};
new GuiMLTextCtrl(OP_VoiceCodecInfo) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "25 159";
extent = "395 140";
minExtent = "8 140";
visible = "1";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
deniedSound = "InputDeniedSound";
};
};
new ShellFieldCtrl(OP_ControlsPane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new ShellScrollCtrl() {
profile = "NewScrollCtrlProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "2 31";
extent = "290 253";
minExtent = "24 52";
visible = "1";
helpTag = "0";
willFirstRespond = "1";
hScrollBar = "alwaysOff";
vScrollBar = "alwaysOn";
constantThumbHeight = "0";
defaultLineHeight = "15";
childMargin = "0 2";
fieldBase = "gui/shll_field";
new GuiScrollContentCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 6";
extent = "266 241";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new ShellTextList(OP_RemapList) {
profile = "ShellTextArrayProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "266 8";
minExtent = "8 8";
visible = "1";
altCommand = "OP_RemapList.doRemap();";
helpTag = "0";
enumerate = "0";
resizeCell = "1";
columns = "2 150";
fitParentWidth = "1";
clipColumnText = "0";
};
};
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 8";
extent = "140 38";
minExtent = "32 38";
visible = "1";
command = "restoreDefaultMappings();";
helpTag = "0";
text = "RESTORE DEFAULTS";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 38";
extent = "140 38";
minExtent = "32 38";
visible = "1";
command = "ShellGetLoadFilename( \"LOAD CONTROL CONFIG\", \"prefs/*.cs\", \"isMapFile\", \"loadMapFile\" );";
helpTag = "0";
text = "LOAD";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 68";
extent = "140 38";
minExtent = "32 38";
visible = "1";
command = "ShellGetSaveFilename( \"SAVE CONTROL CONFIG\", \"prefs/*.cs\", \"isMapFile\", \"saveMapFile\", $pref::Input::ActiveConfig );";
helpTag = "0";
text = "SAVE AS";
simpleStyle = "0";
};
new ShellToggleButton(OP_MouseTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "296 116";
extent = "126 30";
minExtent = "26 27";
visible = "0";
variable = "pref::Input::MouseEnabled";
helpTag = "0";
text = "DINPUT MOUSE";
maxLength = "255";
};
new ShellBitmapButton(OP_ConfigureMouseBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 146";
extent = "140 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.pushDialog(MouseConfigDlg);";
helpTag = "0";
text = "CONFIGURE MOUSE";
simpleStyle = "0";
};
new ShellToggleButton(OP_JoystickTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "296 194";
extent = "126 30";
minExtent = "26 27";
visible = "1";
helpTag = "0";
text = "ENABLE JOYSTICK";
maxLength = "255";
};
new ShellBitmapButton(OP_ConfigureJoystickBtn) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "292 224";
extent = "140 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.pushDialog(JoystickConfigDlg);";
helpTag = "0";
text = "CONFIGURE JOYSTICK";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "32 287";
extent = "124 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Toggle Console Key:";
maxLength = "255";
};
new ShellFieldCtrl() {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "161 286";
extent = "128 23";
minExtent = "16 18";
visible = "1";
helpTag = "0";
new GuiButtonCtrl(OP_ConsoleKeyBtn) {
profile = "ShellActiveTextProfile";
horizSizing = "width";
vertSizing = "height";
position = "3 3";
extent = "122 17";
minExtent = "8 8";
visible = "1";
command = "OP_ConsoleKeyBtn.doRemap();";
helpTag = "0";
text = "grave";
};
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "22 9";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Control Group:";
maxLength = "255";
};
new ShellPopupMenu(OP_ControlGroupMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "118 0";
extent = "180 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Control Group";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
};
new ShellFieldCtrl(OP_NetworkPane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "9 16";
extent = "60 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Presets:";
maxLength = "255";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "68 8";
extent = "110 38";
minExtent = "32 38";
visible = "1";
command = "OP_NetworkPane.applyPresets( \"modem1\" );";
helpTag = "0";
text = "28.8 MODEM";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "170 8";
extent = "110 38";
minExtent = "32 38";
visible = "1";
command = "OP_NetworkPane.applyPresets( \"modem2\" );";
helpTag = "0";
text = "56K MODEM";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "272 8";
extent = "110 38";
minExtent = "32 38";
visible = "1";
command = "OP_NetworkPane.applyPresets( \"lan\" );";
helpTag = "0";
text = "DSL/LAN";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 52";
extent = "65 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Packet Rate:";
maxLength = "255";
};
new ShellSliderCtrl(OP_PacketRateSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 67";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "2.000000 32.000000";
ticks = "31";
value = "10";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "231 52";
extent = "62 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Packet Size:";
maxLength = "255";
};
new ShellSliderCtrl(OP_PacketSizeSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "241 67";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "100.000000 450.000000";
ticks = "36";
value = "200";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 92";
extent = "99 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Client Update Rate:";
maxLength = "255";
};
new ShellSliderCtrl(OP_UpdateRateSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 107";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "8.000000 32.000000";
ticks = "25";
value = "32";
usePlusMinus = "1";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "11 153";
extent = "200 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Display on Master Server:";
maxLength = "255";
};
new ShellPopupMenu(OP_MasterServerMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "208 144";
extent = "180 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Display Option";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "67 191";
extent = "144 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Server Location:";
maxLength = "255";
};
new ShellPopupMenu(OP_RegionMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "208 182";
extent = "180 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Region";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "123 233";
extent = "190 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Net::CheckEmail";
helpTag = "0";
text = "CHECK EMAIL WHILE PLAYING";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "123 261";
extent = "190 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Net::DisconnectChat";
helpTag = "0";
text = "DISCONNECT FROM CHAT";
maxLength = "255";
};
};
new ShellFieldCtrl(OP_GamePane) {
profile = "ShellFieldProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "138 42";
extent = "437 316";
minExtent = "16 18";
visible = "0";
helpTag = "0";
new GuiTextCtrl() {
profile = "ShellTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "26 8";
extent = "65 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Zoom Speed:";
maxLength = "255";
};
new ShellSliderCtrl(OP_ZoomSpeedSlider) {
profile = "ShellSliderProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "36 23";
extent = "170 24";
minExtent = "12 24";
visible = "1";
variable = "value";
helpTag = "0";
range = "0.000000 500.000000";
ticks = "501";
value = "500";
usePlusMinus = "1";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "237 11";
extent = "173 38";
minExtent = "32 38";
visible = "1";
command = "Canvas.popDialog( OptionsDlg ); Canvas.pushDialog(EditChatMenuGui);";
helpTag = "0";
text = "EDIT CHAT MENU";
simpleStyle = "0";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 64";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::toggleVehicleView";
helpTag = "0";
text = "3RD PERSON VEHICLE";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 64";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::SkipIntro";
helpTag = "0";
text = "SKIP INTRO";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 94";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::Vehicle::InvertYAxis";
helpTag = "0";
text = "INVERT VEHICLE Y-AXIS";
maxLength = "255";
};
new ShellToggleButton(OP_ForceFeedbackTgl) {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 94";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$Pref::useImmersion";
command = "toggleImmersion();";
helpTag = "0";
text = "ENABLE FORCE FEEDBACK";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "31 124";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::enableBadWordFilter";
helpTag = "0";
text = "ENABLE BAD WORD FILTER";
maxLength = "255";
};
new ShellToggleButton() {
profile = "ShellRadioProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "236 124";
extent = "170 30";
minExtent = "26 27";
visible = "1";
variable = "$pref::usePrefSkins";
helpTag = "0";
text = "SHOW PERSONAL SKINS";
maxLength = "255";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "79 173";
extent = "100 22";
minExtent = "8 8";
visible = "1";
helpTag = "0";
text = "Launch Screen:";
maxLength = "255";
};
new ShellPopupMenu(OP_LaunchScreenMenu) {
profile = "ShellPopupProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "176 164";
extent = "180 36";
minExtent = "49 36";
visible = "1";
helpTag = "0";
text = "Select Screen";
maxLength = "255";
maxPopupHeight = "200";
buttonBitmap = "gui/shll_pulldown";
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
selectedBarBitmap = "gui/shll_pulldownbar_act";
noButtonStyle = "0";
};
};
};
};
//--- OBJECT WRITE END ---