mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-20 01:54:47 +00:00
**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).
406 lines
10 KiB
Plaintext
406 lines
10 KiB
Plaintext
//--- OBJECT WRITE BEGIN ---
|
|
new GuiControl(FilterEditDlg) {
|
|
profile = "DlgBackProfile";
|
|
horizSizing = "width";
|
|
vertSizing = "height";
|
|
position = "0 0";
|
|
extent = "640 480";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
|
|
new ShellPaneCtrl() {
|
|
profile = "ShellDlgPaneProfile";
|
|
horizSizing = "center";
|
|
vertSizing = "center";
|
|
position = "20 55";
|
|
extent = "600 370";
|
|
minExtent = "48 92";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "EDIT GAME FILTER";
|
|
maxLength = "255";
|
|
noTitleBar = "0";
|
|
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "48 40";
|
|
extent = "80 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Filter Name:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellTextEditCtrl(FilterEditName) {
|
|
profile = "NewTextEditProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "124 32";
|
|
extent = "180 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "New Filter";
|
|
maxLength = "16";
|
|
historySize = "0";
|
|
password = "0";
|
|
glowOffset = "9 9";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "26 78";
|
|
extent = "60 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Rules Set:";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "26 108";
|
|
extent = "60 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Game Type:";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "239 78";
|
|
extent = "106 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Min Player Count:";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "239 108";
|
|
extent = "106 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Max Player Count:";
|
|
maxLength = "255";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "42 230";
|
|
extent = "82 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Server Location:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellPopupMenu(FilterEditGameType) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "83 69";
|
|
extent = "160 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Any";
|
|
maxLength = "255";
|
|
maxPopupHeight = "200";
|
|
buttonBitmap = "gui/shll_pulldown";
|
|
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
|
|
selectedBarBitmap = "gui/shll_pulldownbar_act";
|
|
noButtonStyle = "0";
|
|
};
|
|
new ShellTextEditCtrl(FilterEditMinPlayers) {
|
|
profile = "NewTextEditNumericProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "341 70";
|
|
extent = "80 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "0";
|
|
maxLength = "3";
|
|
validate = "FilterEditDlg.setMinPlayers();";
|
|
historySize = "0";
|
|
password = "0";
|
|
glowOffset = "9 9";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "422 78";
|
|
extent = "84 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Max Bot Count:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellTextEditCtrl(FilterEditMaxBots) {
|
|
profile = "NewTextEditNumericProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "502 70";
|
|
extent = "80 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "16";
|
|
maxLength = "3";
|
|
validate = "FilterEditDlg.setMaxBots();";
|
|
historySize = "0";
|
|
password = "0";
|
|
glowOffset = "9 9";
|
|
};
|
|
new ShellPopupMenu(FilterEditMissionType) {
|
|
profile = "ShellPopupProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "83 99";
|
|
extent = "160 36";
|
|
minExtent = "49 36";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Any";
|
|
maxLength = "255";
|
|
maxPopupHeight = "200";
|
|
buttonBitmap = "gui/shll_pulldown";
|
|
rolloverBarBitmap = "gui/shll_pulldownbar_rol";
|
|
selectedBarBitmap = "gui/shll_pulldownbar_act";
|
|
noButtonStyle = "0";
|
|
};
|
|
new ShellTextEditCtrl(FilterEditMaxPlayers) {
|
|
profile = "NewTextEditNumericProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "341 100";
|
|
extent = "80 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "255";
|
|
maxLength = "3";
|
|
validate = "FilterEditDlg.setMaxPlayers();";
|
|
historySize = "0";
|
|
password = "0";
|
|
glowOffset = "9 9";
|
|
};
|
|
new GuiTextCtrl() {
|
|
profile = "ShellTextRightProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "422 108";
|
|
extent = "84 22";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "Min CPU Speed:";
|
|
maxLength = "255";
|
|
};
|
|
new ShellTextEditCtrl(FilterEditMinCPU) {
|
|
profile = "NewTextEditNumericProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "502 100";
|
|
extent = "80 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "0";
|
|
maxLength = "4";
|
|
validate = "FilterEditDlg.setMinCPU();";
|
|
historySize = "0";
|
|
password = "0";
|
|
glowOffset = "9 9";
|
|
};
|
|
new ShellToggleButton(FilterEditUsePingTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "61 145";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "FILTER BY MAX PING";
|
|
maxLength = "255";
|
|
};
|
|
new ShellTextEditCtrl(FilterEditMaxPing) {
|
|
profile = "NewTextEditNumericProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "230 140";
|
|
extent = "80 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "0";
|
|
maxLength = "3";
|
|
validate = "FilterEditDlg.setMaxPing();";
|
|
historySize = "0";
|
|
password = "0";
|
|
glowOffset = "9 9";
|
|
};
|
|
new ShellToggleButton(FilterEditDedicatedTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "336 145";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "DEDICATED";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditNoPwdTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "336 175";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "NOT PASSWORDED";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditCurVersionTgl) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "336 205";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
text = "CURRENT VERSION";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditLocMask0) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "38 252";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
command = "FilterEditDlg.checkRegionMasks( 0 );";
|
|
helpTag = "0";
|
|
text = "NORTH AMERICA EAST";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditLocMask2) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "217 252";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
command = "FilterEditDlg.checkRegionMasks( 2 );";
|
|
helpTag = "0";
|
|
text = "SOUTH AMERICA";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditLocMask3) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "396 252";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
command = "FilterEditDlg.checkRegionMasks( 3 );";
|
|
helpTag = "0";
|
|
text = "AUSTRALIA";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditLocMask1) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "38 280";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
command = "FilterEditDlg.checkRegionMasks( 1 );";
|
|
helpTag = "0";
|
|
text = "NORTH AMERICA WEST";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditLocMask5) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "217 280";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
command = "FilterEditDlg.checkRegionMasks( 5 );";
|
|
helpTag = "0";
|
|
text = "EUROPE";
|
|
maxLength = "255";
|
|
};
|
|
new ShellToggleButton(FilterEditLocMask4) {
|
|
profile = "ShellRadioProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
position = "396 280";
|
|
extent = "165 27";
|
|
minExtent = "26 27";
|
|
visible = "1";
|
|
command = "FilterEditDlg.checkRegionMasks( 4 );";
|
|
helpTag = "0";
|
|
text = "ASIA";
|
|
maxLength = "255";
|
|
};
|
|
new ShellBitmapButton() {
|
|
profile = "ShellButtonProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "top";
|
|
position = "83 315";
|
|
extent = "128 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
command = "Canvas.popDialog(FilterEditDlg);";
|
|
accelerator = "escape";
|
|
helpTag = "0";
|
|
text = "CANCEL";
|
|
simpleStyle = "0";
|
|
};
|
|
new ShellBitmapButton() {
|
|
profile = "ShellButtonProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "top";
|
|
position = "396 315";
|
|
extent = "128 38";
|
|
minExtent = "32 38";
|
|
visible = "1";
|
|
command = "ChooseFilterDlg.saveFilter();";
|
|
helpTag = "0";
|
|
text = "SAVE";
|
|
simpleStyle = "0";
|
|
};
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|