mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-04-24 17:55:05 +00:00
- (bug fix) Vehicles and deployables now properly explode if they are destroyed while someone is repairing them. - (bug fix) Sniper laser shots no longer create water splash effects if hitting ground near the water. - (bug fix) Immersion iForce force feedback mouse is now working properly again. - (bug fix) The "flag jumping" bug is now fixed. When a flag lands after being dropped, it will stay put when it slides to rest. - (bug fix) Fixed a situation where closing tribe or player tags on the Browser out of order would cause a disconnect with the database server. - (bug fix) Players can no longer fire, place mines, place grenades, or place beacons when inside a force field. - (bug fix) Fixed bug where modifier keys (specifically SHIFT) bound to actions in the game would still cause those actions when typing in a text edit control in-game (such as the chat entry) - (bug fix) Fixed a bug that could cause a player to drop to desktop when attempting to join a game which was in the process of cycling missions. - (bug fix) Fixed a Radeon video card issue which could occur if the desktop color bit-depth was different than the color bit-depth that the player was using in the game. - (bug fix) You won't try to fade into a vehicle that was destroyed after you purchased it, but before you had actually tported to the seat. - (bug fix) Minor change in the MPB explosion so that the turret part of the MPB doesn't seem to hover in place for a split-second during the explosion. - (bug fix) Bomber bombs now tumble properly and won't seem to disappear when falling. - (bug fix) Fixed a rare problem that could cause a client crash while the server is resetting. - (bug fix) Fixed a problem with the ELF gun effect that was causing hangs. - (bug fix) Telnet can now be used to set passwords for PURE servers so that they can be used for match games. (command line option...see the post in T2FAQs called "How do I TELNET INTO A PURE SERVER?" for more information on how to use this ability.) - (bug fix) The "cloning" issue (where players could clone themselves by dying, going to the CC with the CC camera showing themselves, spawn, and flicker back and forth to the CC) is now fixed and no longer occurs. - (bug fix) Another "cloning" issue which occurred when the Tourney Admin would switch teams for players is fixed and no longer occurs. - (bug fix) Fixed a bug where, when a client joins a server where the client does not have the map being run on the server, the client hangs while loading. This now elegantly exits instead of hanging. - (bug fix) Fixed an issue where the last few characters of the Server Info dialog would be cut off. - (bug fix) Fixed a situation where a blank error box could occur if CD key not entered properly when creating an account. - (bug fix) Sensor rings will no longer show up on the Command Circuit if the generators are not powered. - (bug fix) There was a rare bug where, if a player was standing in a force field's position when that force field went from a depowered to powered state (in otherwords, if the gens were repaired while he stood in the FF position), then the player would be stuck forever. If this case occurs, that player will now be destroyed. - (improvement) The "redjack" icon has been removed and new network throughput graphs have been implemented to better help players troubleshoot their net settings. Additionally, a more accurate and complete set of network presets is available. (See details below under "NETWORK SETTINGS" for more information.) - (improvement) The pure server concept is now implemented. Pure servers only allow regulation scripts and maps to be run on the server (no restrictions yet on the client), thus ensuring that anyone that joins a "base" server is playing the game as it was designed by Dynamix. MODs are still easily joined, but players can be assured that a "Base" game is really a "Base" game now. (Any game with server or rules mods that is not actually named as a new MOD will be described as "variant" instead of "base" on the master server list.) NOTE: See "PURE SERVER" below for more information on this. - (improvement) Old Password is now required in order to enter a New Password when editing your account. - (improvement) Password handling is different now in order to make it more difficult for people to casually find a password on a hard drive. - (improvement) Made more room for player names to display on the Server Info box. - (improvement) Bomber and Tank now have separate energy capacitors for their turret weapons. This energy pool is completely separate from the energy pool that the thrusters and force shields use. (Gunner energy is displayed as a second bar below the regular vehicle energy and is orangish in color.) - (improvement) Vertical thrusters on air vehicles are now more efficient to enable better takeoffs from ground level. - (improvement) Changed team damage OFF to include friendly turret fire and vehicle fire. (In otherwords, if Team Damage is OFF, then turrets fire and vehicle fire will not affect friendly units.) - (improvement) Splash damage no longer falls off so dramatically with distance. You will find that area effect (explosion) weapons now are more effective within their damage area. - (improvement) While in Tournament mode, and while in observer mode at the beginning of a match (before teams have been selected), players will now be able to chat with one another. - (improvement) Added observer points to Tombstone (it previously had none). - (improvement) Grenades tossing is slightly improved. The grenades will throw farther with less time spent pressing the grenade key. (They still have the exact same minimum and maximum throwing distances, it's just easier to throw it out to max range now.) - (community) Player histories are now accurate. - (community) Preferences in the FORUMs should be fixed now so that they stay in existence. The sort is the only exception. That will reformat each time you enter the FORUM and you will need to select whichever sort your prefer at that time.
2458 lines
82 KiB
Text
2458 lines
82 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new GuiControl(OptionsDlg) {
|
|
profile = "DlgBackProfile";
|
|
horizSizing = "width";
|
|
vertSizing = "height";
|
|
position = "0 0";
|
|
extent = "640 480";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
pane = "VIDEO";
|
|
|
|
new ShellPaneCtrl() {
|
|
profile = "ShellDlgPaneProfile";
|
|
horizSizing = "center";
|
|
vertSizing = "center";
|
|
position = "20 30";
|
|
extent = "600 420";
|
|
minExtent = "48 92";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "SETTINGS";
|
|
maxLength = "255";
|
|
noTitleBar = "0";
|
|
|
|
new ShellBitmapButton() {
|
|
profile = "ShellButtonProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "top";
|
|
position = "34 362";
|
|
extent = "82 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 368";
|
|
minExtent = "254 26";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
isVertical = "1";
|
|
useCloseButton = "0";
|
|
edgeInset = "0";
|
|
};
|
|
new ShellFieldCtrl(OP_VideoPane) {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "138 42";
|
|
extent = "437 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "2 16";
|
|
extent = "100 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "DISABLE VERTICAL SYNC";
|
|
maxLength = "255";
|
|
};
|
|
};
|
|
new ShellFieldCtrl(OP_GraphicsPane) {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "138 42";
|
|
extent = "437 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 6";
|
|
extent = "97 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Gamma Correction:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_GammaSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 21";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
altCommand = "updateGammaCorrection();";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "1000";
|
|
value = "0.903509";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "26 6";
|
|
extent = "72 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Terrain Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_TerrainSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "36 21";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 44";
|
|
extent = "67 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Shape Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_ShapeSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 59";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "19";
|
|
value = "1";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "27 44";
|
|
extent = "77 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Shadow Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_ShadowSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "37 59";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "1000";
|
|
value = "0.5";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "27 82";
|
|
extent = "72 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Interior Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_InteriorDetailSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "37 97";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.300000 1.000000";
|
|
ticks = "1000";
|
|
value = "0.82193";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 82";
|
|
extent = "85 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Visible Distance:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_VisibleDistanceSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 97";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.600000 1.000000";
|
|
ticks = "400";
|
|
value = "1";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "27 120";
|
|
extent = "84 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Particle Density:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_ParticleDensitySlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "37 135";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 3.000000";
|
|
ticks = "1000";
|
|
value = "1";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl(OP_DynamicLightText) {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 120";
|
|
extent = "160 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Dynamic Light Visible Distance:";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl(OP_DynamicLightText_Disabled) {
|
|
profile = "DisabledTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 120";
|
|
extent = "160 22";
|
|
minExtent = "8 8";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Dynamic Light Visible Distance:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_DynamicLightSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 135";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 100.000000";
|
|
ticks = "100";
|
|
value = "75";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "79 168";
|
|
extent = "70 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Sky Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellPopupMenu(OP_SkyDetailMenu) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "146 159";
|
|
extent = "200 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 198";
|
|
extent = "114 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "First Person Draw:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellPopupMenu(OP_PlayerRenderMenu) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "146 189";
|
|
extent = "200 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 226";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::precipitationOn";
|
|
helpTag = "0";
|
|
text = "PRECIPITATION";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton() {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "236 226";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::Interior::DynamicLights";
|
|
command = "updateDynamicLightSliderState();";
|
|
helpTag = "0";
|
|
text = "DYNAMIC INTERIOR LIGHTS";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton() {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "31 256";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::decalsOn";
|
|
helpTag = "0";
|
|
text = "DECALS";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton() {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "236 256";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::Terrain::dynamicLights";
|
|
command = "updateDynamicLightSliderState();";
|
|
helpTag = "0";
|
|
text = "DYNAMIC TERRAIN LIGHTS";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton() {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "31 286";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::Terrain::enableDetails";
|
|
helpTag = "0";
|
|
text = "TERRAIN DETAILS";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(OP_IntTexturedFogTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "236 286";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "INTERIOR TEXTURED FOG";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(OP_VertexLightTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "133 316";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "VERTEX LIGHTING";
|
|
maxLength = "255";
|
|
};
|
|
};
|
|
new ShellFieldCtrl(OP_TexturesPane) {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "138 42";
|
|
extent = "437 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "37 16";
|
|
extent = "100 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 6.000000";
|
|
ticks = "7";
|
|
value = "5";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 85";
|
|
extent = "109 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 123";
|
|
extent = "119 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Building Texture Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_BuildingTexSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "36 138";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "6";
|
|
value = "0.8";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 123";
|
|
extent = "97 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Sky Texture Detail:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_SkyTexSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 138";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "6";
|
|
value = "0.8";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl(OP_CompressLabel) {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "17 46";
|
|
extent = "120 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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 = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "10 16";
|
|
extent = "72 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
altCommand = "updateMasterVolume();";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "1000";
|
|
value = "0.894737";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 177";
|
|
extent = "79 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 215";
|
|
extent = "60 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Gui Volume:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_GuiVolumeSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "36 230";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
altCommand = "updateGuiVolume();";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "1000";
|
|
value = "0.692982";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 215";
|
|
extent = "97 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Voice Bind Volume:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_VoiceBindVolumeSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 230";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 266";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Music Volume:";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl(OP_MusicVolumeLabel_Disabled) {
|
|
profile = "DisabledTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 253";
|
|
extent = "74 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Music Volume:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_MusicVolumeSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "241 268";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
altCommand = "updateMusicVolume();";
|
|
helpTag = "0";
|
|
range = "0.000000 1.000000";
|
|
ticks = "1000";
|
|
value = "0.859649";
|
|
usePlusMinus = "1";
|
|
};
|
|
};
|
|
new ShellFieldCtrl(OP_VoicePane) {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "138 42";
|
|
extent = "437 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new ShellToggleButton(OP_MicrophoneEnabledTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "31 13";
|
|
extent = "170 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
altCommand = "updateInputBoost();";
|
|
helpTag = "0";
|
|
range = "1.000000 5.000000";
|
|
ticks = "5000";
|
|
value = "3.59649";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl(OP_VoiceListenLabel) {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "46 96";
|
|
extent = "140 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 346";
|
|
minExtent = "16 18";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
group = "Main";
|
|
|
|
new ShellScrollCtrl() {
|
|
profile = "NewScrollCtrlProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "height";
|
|
position = "2 31";
|
|
extent = "290 283";
|
|
minExtent = "24 52";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 271";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new ShellTextList(OP_RemapList) {
|
|
profile = "ShellTextArrayProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "0 0";
|
|
extent = "266 8";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
command = "Canvas.pushDialog(JoystickConfigDlg);";
|
|
helpTag = "0";
|
|
text = "CONFIGURE JOYSTICK";
|
|
simpleStyle = "0";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "top";
|
|
position = "32 317";
|
|
extent = "124 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Toggle Console Key:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellFieldCtrl() {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "top";
|
|
position = "161 316";
|
|
extent = "128 23";
|
|
minExtent = "16 18";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiButtonCtrl(OP_ConsoleKeyBtn) {
|
|
profile = "ShellActiveTextProfile";
|
|
horizSizing = "width";
|
|
vertSizing = "height";
|
|
position = "3 3";
|
|
extent = "122 17";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "9 16";
|
|
extent = "60 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Presets:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellPopupMenu(OP_NetworkPresetsMenu) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "73 8";
|
|
extent = "151 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Select Preset";
|
|
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 52";
|
|
extent = "65 22";
|
|
minExtent = "8 8";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "2.000000 32.000000";
|
|
ticks = "31";
|
|
value = "8.31579";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "231 52";
|
|
extent = "62 22";
|
|
minExtent = "8 8";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "100.000000 450.000000";
|
|
ticks = "36";
|
|
value = "350";
|
|
usePlusMinus = "1";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "26 47";
|
|
extent = "99 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Client Update Rate:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellSliderCtrl(OP_UpdateRateSlider) {
|
|
profile = "ShellSliderProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "36 62";
|
|
extent = "170 24";
|
|
minExtent = "12 24";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "8.000000 32.000000";
|
|
ticks = "25";
|
|
value = "32";
|
|
usePlusMinus = "1";
|
|
command = "updateNetworkSettings();";
|
|
};
|
|
new GuiTextCtrl(OP_MasterServerTxt) {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "11 222";
|
|
extent = "200 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Display on Master Server:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellPopupMenu(OP_MasterServerMenu) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "208 214";
|
|
extent = "180 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 253";
|
|
extent = "144 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
text = "Server Location:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellPopupMenu(OP_RegionMenu) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "208 244";
|
|
extent = "180 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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(OP_CheckEmailTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "123 283";
|
|
extent = "190 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::Net::CheckEmail";
|
|
helpTag = "0";
|
|
text = "CHECK EMAIL WHILE PLAYING";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(OP_ChatDisconnectTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "123 311";
|
|
extent = "190 30";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::Net::DisconnectChat";
|
|
helpTag = "0";
|
|
text = "DISCONNECT FROM CHAT";
|
|
maxLength = "255";
|
|
};
|
|
new ShellFieldCtrl() {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "183 100";
|
|
extent = "227 103";
|
|
minExtent = "16 18";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new HudNetDisplay(OP_NetworkDisplayHud) {
|
|
profile = "GuiDefaultProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "2 1";
|
|
extent = "223 101";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
|
opacity = "1";
|
|
historySize = "100";
|
|
updatePeriod = "50";
|
|
infoCallback = "1";
|
|
};
|
|
};
|
|
new ShellFieldCtrl(OP_NetworkDisplayTextFrame) {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "25 100";
|
|
extent = "149 103";
|
|
minExtent = "16 18";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
};
|
|
};
|
|
new ShellFieldCtrl(OP_GamePane) {
|
|
profile = "ShellFieldProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "138 42";
|
|
extent = "437 346";
|
|
minExtent = "16 18";
|
|
visible = "0";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
helpTag = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "26 8";
|
|
extent = "65 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "value";
|
|
helpTag = "0";
|
|
range = "0.000000 500.000000";
|
|
ticks = "501";
|
|
value = "500";
|
|
usePlusMinus = "1";
|
|
};
|
|
new ShellBitmapButton(OP_EditChatMenuBtn) {
|
|
profile = "ShellButtonProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "237 11";
|
|
extent = "173 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
variable = "$pref::usePrefSkins";
|
|
helpTag = "0";
|
|
text = "SHOW PERSONAL SKINS";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl(OP_LaunchScreenTxt) {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "79 173";
|
|
extent = "100 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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";
|
|
hideCursor = "0";
|
|
bypassHideCursor = "0";
|
|
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 ---
|