mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-07-12 03:44:34 +00:00
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).
This commit is contained in:
parent
b1941454ec
commit
f9ca0b52f9
48 changed files with 1067 additions and 625 deletions
|
|
@ -19,6 +19,7 @@ new GuiControl(FilterEditDlg) {
|
|||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "EDIT GAME FILTER";
|
||||
maxLength = "255";
|
||||
noTitleBar = "0";
|
||||
|
||||
new GuiTextCtrl() {
|
||||
|
|
@ -31,6 +32,7 @@ new GuiControl(FilterEditDlg) {
|
|||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "Filter Name:";
|
||||
maxLength = "255";
|
||||
};
|
||||
new ShellTextEditCtrl(FilterEditName) {
|
||||
profile = "NewTextEditProfile";
|
||||
|
|
@ -42,8 +44,8 @@ new GuiControl(FilterEditDlg) {
|
|||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "New Filter";
|
||||
historySize = "0";
|
||||
maxLength = "16";
|
||||
historySize = "0";
|
||||
password = "0";
|
||||
glowOffset = "9 9";
|
||||
};
|
||||
|
|
@ -51,67 +53,73 @@ new GuiControl(FilterEditDlg) {
|
|||
profile = "ShellTextRightProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "53 78";
|
||||
extent = "100 22";
|
||||
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 = "53 108";
|
||||
extent = "100 22";
|
||||
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 = "326 78";
|
||||
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 = "326 108";
|
||||
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 = "111 197";
|
||||
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 = "150 69";
|
||||
extent = "150 36";
|
||||
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";
|
||||
|
|
@ -122,15 +130,43 @@ new GuiControl(FilterEditDlg) {
|
|||
profile = "NewTextEditNumericProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "428 70";
|
||||
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";
|
||||
};
|
||||
|
|
@ -138,12 +174,13 @@ new GuiControl(FilterEditDlg) {
|
|||
profile = "ShellPopupProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "150 99";
|
||||
extent = "150 36";
|
||||
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";
|
||||
|
|
@ -154,15 +191,43 @@ new GuiControl(FilterEditDlg) {
|
|||
profile = "NewTextEditNumericProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "428 100";
|
||||
position = "341 100";
|
||||
extent = "80 38";
|
||||
minExtent = "32 38";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "255";
|
||||
maxLength = "3";
|
||||
validate = "FilterEditDlg.setMaxPlayers();";
|
||||
historySize = "0";
|
||||
maxLength = "3";
|
||||
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";
|
||||
};
|
||||
|
|
@ -170,100 +235,143 @@ new GuiControl(FilterEditDlg) {
|
|||
profile = "ShellRadioProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "108 155";
|
||||
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 = "277 150";
|
||||
position = "230 140";
|
||||
extent = "80 38";
|
||||
minExtent = "32 38";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "0";
|
||||
maxLength = "3";
|
||||
validate = "FilterEditDlg.setMaxPing();";
|
||||
historySize = "0";
|
||||
maxLength = "3";
|
||||
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 = "108 219";
|
||||
position = "38 252";
|
||||
extent = "165 27";
|
||||
minExtent = "26 27";
|
||||
visible = "1";
|
||||
command = "FilterEditDlg.checkRegionMasks( 0 );";
|
||||
helpTag = "0";
|
||||
text = "NORTH AMERICA EAST";
|
||||
};
|
||||
new ShellToggleButton(FilterEditLocMask3) {
|
||||
profile = "ShellRadioProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "322 219";
|
||||
extent = "165 27";
|
||||
minExtent = "26 27";
|
||||
visible = "1";
|
||||
command = "FilterEditDlg.checkRegionMasks( 3 );";
|
||||
helpTag = "0";
|
||||
text = "AUSTRALIA";
|
||||
};
|
||||
new ShellToggleButton(FilterEditLocMask1) {
|
||||
profile = "ShellRadioProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "108 247";
|
||||
extent = "165 27";
|
||||
minExtent = "26 27";
|
||||
visible = "1";
|
||||
command = "FilterEditDlg.checkRegionMasks( 1 );";
|
||||
helpTag = "0";
|
||||
text = "NORTH AMERICA WEST";
|
||||
};
|
||||
new ShellToggleButton(FilterEditLocMask4) {
|
||||
profile = "ShellRadioProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "322 247";
|
||||
extent = "165 27";
|
||||
minExtent = "26 27";
|
||||
visible = "1";
|
||||
command = "FilterEditDlg.checkRegionMasks( 4 );";
|
||||
helpTag = "0";
|
||||
text = "ASIA";
|
||||
maxLength = "255";
|
||||
};
|
||||
new ShellToggleButton(FilterEditLocMask2) {
|
||||
profile = "ShellRadioProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "108 275";
|
||||
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 = "322 275";
|
||||
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";
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ new GuiControl(JoinChatDlg) {
|
|||
extent = "128 38";
|
||||
minExtent = "32 38";
|
||||
visible = "1";
|
||||
command = "Canvas.popDialog(JoinChatDlg); LaunchTabView.viewTab(\"Chat\",ChatGui,0);";
|
||||
command = "Canvas.popDialog(JoinChatDlg); LaunchTabView.viewTab(\"CHAT\",ChatGui,0);";
|
||||
accelerator = "escape";
|
||||
helpTag = "0";
|
||||
text = "CANCEL";
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ new GuiChunkedBitmapCtrl(LobbyGui) {
|
|||
minExtent = "8 20";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
startScrollRegion = "2 0";
|
||||
startScrollRegion = "4 0";
|
||||
headerBitmap = "gui/server_tabs";
|
||||
sortArrowBitmap = "gui/shll_sortarrow";
|
||||
fieldBase = "gui/shll_field";
|
||||
|
|
|
|||
|
|
@ -1365,7 +1365,7 @@ new GuiControl(OptionsDlg) {
|
|||
minExtent = "8 8";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "Voice Listen Quality:";
|
||||
text = "Voice Listen Codec(s):";
|
||||
maxLength = "255";
|
||||
};
|
||||
new ShellPopupMenu(OP_VoiceListenMenu) {
|
||||
|
|
@ -1373,7 +1373,7 @@ new GuiControl(OptionsDlg) {
|
|||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "183 87";
|
||||
extent = "169 36";
|
||||
extent = "129 36";
|
||||
minExtent = "49 36";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
|
|
@ -1394,7 +1394,7 @@ new GuiControl(OptionsDlg) {
|
|||
minExtent = "8 8";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
text = "Voice Send Quality:";
|
||||
text = "Voice Send Codec:";
|
||||
maxLength = "255";
|
||||
};
|
||||
new ShellPopupMenu(OP_VoiceSendMenu) {
|
||||
|
|
@ -1402,7 +1402,7 @@ new GuiControl(OptionsDlg) {
|
|||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "183 117";
|
||||
extent = "169 36";
|
||||
extent = "129 36";
|
||||
minExtent = "49 36";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
|
|
@ -1438,6 +1438,20 @@ new GuiControl(OptionsDlg) {
|
|||
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";
|
||||
|
|
|
|||
|
|
@ -1607,7 +1607,7 @@ new GuiControlProfile ("GuiChannelVectorProfile")
|
|||
fontColors[6] = "77 253 95"; // team chat, spam protection message, client tasks
|
||||
fontColors[7] = "40 231 240"; // global chat
|
||||
fontColors[8] = "200 200 50 200"; // used in single player game
|
||||
fontColors[9] = "0 255 255"; // action
|
||||
fontColors[9] = "66 219 234";
|
||||
autoSizeWidth = false;
|
||||
autoSizeHeight = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue