summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/createfavorite.menu2
-rw-r--r--ui/createserver.menu32
-rw-r--r--ui/error.menu3
-rw-r--r--ui/findplayer.menu4
-rw-r--r--ui/ingame.menu103
-rw-r--r--ui/ingame_leave.menu68
-rw-r--r--ui/ingame_options.menu319
-rw-r--r--ui/ingame_vote.menu47
-rw-r--r--ui/joinserver.menu84
-rw-r--r--ui/main.menu8
-rw-r--r--ui/mod.menu6
-rw-r--r--ui/password.menu2
-rw-r--r--ui/punkbuster.menu6
-rw-r--r--ui/quit.menu3
-rw-r--r--ui/serverinfo.menu8
-rw-r--r--ui/tremulous_alienbuild.menu13
-rw-r--r--ui/tremulous_alienclass.menu20
-rw-r--r--ui/tremulous_aliendialogs.menu6
-rw-r--r--ui/tremulous_alienupgrade.menu13
-rw-r--r--ui/tremulous_humanarmoury.menu14
-rw-r--r--ui/tremulous_humanbuild.menu13
-rw-r--r--ui/tremulous_humandialogs.menu6
-rw-r--r--ui/tremulous_humanitem.menu20
-rw-r--r--ui/tremulous_teamselect.menu13
24 files changed, 635 insertions, 178 deletions
diff --git a/ui/createfavorite.menu b/ui/createfavorite.menu
index 257f4f21..2457ec77 100644
--- a/ui/createfavorite.menu
+++ b/ui/createfavorite.menu
@@ -119,7 +119,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript CreateFavorite;
close createfavorite_popmenu;
open joinserver
diff --git a/ui/createserver.menu b/ui/createserver.menu
index 8f4ddb16..1b071270 100644
--- a/ui/createserver.menu
+++ b/ui/createserver.menu
@@ -182,6 +182,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
itemDef
@@ -223,6 +227,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
itemDef
@@ -239,6 +247,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
itemDef
@@ -258,6 +270,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
itemDef
@@ -274,6 +290,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
itemDef
@@ -290,6 +310,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
@@ -346,6 +370,10 @@
textscale .36
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
itemDef
@@ -415,6 +443,7 @@
visible 1
action
{
+ play "sound/misc/menu4.wav";
close createserver;
open joinserver
}
@@ -451,6 +480,7 @@
action
{
+ play "sound/misc/menu4.wav";
close createserver;
open joinserver
}
@@ -476,6 +506,7 @@
action
{
+ play "sound/misc/menu1.wav";
close fight; //TA: no i don't know
uiScript StartServer
}
@@ -507,6 +538,7 @@
action
{
+ play "sound/misc/menu1.wav";
close fight; //TA: no i don't know
uiScript StartServer
}
diff --git a/ui/error.menu b/ui/error.menu
index 48a1fccd..ac57084b 100644
--- a/ui/error.menu
+++ b/ui/error.menu
@@ -17,6 +17,7 @@
onOpen { }
onESC
{
+ play "sound/misc/menu1.wav";
close error_popmenu;
open main
}
@@ -91,7 +92,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
close error_popmenu;
open main
}
diff --git a/ui/findplayer.menu b/ui/findplayer.menu
index db6cbb48..82a864a3 100644
--- a/ui/findplayer.menu
+++ b/ui/findplayer.menu
@@ -192,7 +192,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
close findplayer_popmenu;
open joinserver
}
@@ -216,7 +216,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
ui_script FindPlayer
}
}
diff --git a/ui/ingame.menu b/ui/ingame.menu
index bf1d1b91..264aa241 100644
--- a/ui/ingame.menu
+++ b/ui/ingame.menu
@@ -63,7 +63,11 @@
textscale .4
forecolor 1 1 1 1
visible 1
- action { open ingame_about }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open ingame_about
+ }
}
itemDef
@@ -79,7 +83,11 @@
textscale .4
forecolor 1 1 1 1
visible 1
- action { open ingame_options }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open ingame_options
+ }
}
itemDef
@@ -95,7 +103,11 @@
textscale .4
forecolor 1 1 1 1
visible 1
- action { open ingame_vote }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open ingame_vote
+ }
}
itemDef
@@ -111,86 +123,11 @@
textscale .4
forecolor 1 1 1 1
visible 1
- action { open ingame_leave }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open ingame_leave
+ }
}
-/* itemDef
- {
- name player
- text "Player"
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- rect 232 0 48 20
- textalign 1
- textalignx 29
- textaligny 22
- textscale .25
- forecolor 1 1 1 1
- backcolor 0 .17 0 1
- visible 1
- action { open ingame_player }
- mouseEnter { setitemcolor player backcolor .1 .37 .1 1 }
- mouseExit { setitemcolor player backcolor 0 .17 0 1 }
- }*/
-
-/* itemDef
- {
- name controls
- text "Controls"
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- rect 290 0 48 20
- textalign 1
- textalignx 29
- textaligny 22
- textscale .25
- forecolor 1 1 1 1
- backcolor 0 .17 0 1
- visible 1
- action { open ingame_controls }
- mouseEnter { setitemcolor controls backcolor .1 .37 .1 1 }
- mouseExit { setitemcolor controls backcolor 0 .17 0 1 }
- }*/
-
-/* itemDef
- {
- name system
- text "System"
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- rect 406 0 58 30
- textalign 1
- textalignx 29
- textaligny 22
- textscale .25
- forecolor 1 1 1 1
- backcolor 0 .17 0 1
- visible 1
- action { open ingame_system }
- mouseEnter { setitemcolor system backcolor .1 .37 .1 1 }
- mouseExit { setitemcolor system backcolor 0 .17 0 1 }
- }*/
-
-/* itemDef
- {
- name callvote
- text "CallVote"
- type ITEM_TYPE_BUTTON
- style WINDOW_STYLE_FILLED
- cvarTest "ui_singleplayeractive"
- disableCvar { "1" }
-
- rect 522 0 58 30
- textalign 1
- textalignx 29
- textaligny 22
- textscale .25
- forecolor 1 1 1 1
- backcolor 0 .17 0 1
- visible 1
- action { open ingame_callvote }
- mouseEnter { setitemcolor callvote backcolor .1 .37 .1 1 }
- mouseExit { setitemcolor callvote backcolor 0 .17 0 1 }
- }*/
-
}
}
diff --git a/ui/ingame_leave.menu b/ui/ingame_leave.menu
index 15461c1c..07bd0b2c 100644
--- a/ui/ingame_leave.menu
+++ b/ui/ingame_leave.menu
@@ -11,7 +11,11 @@
outOfBoundsClick // this closes the window if it gets a click out of the rectangle
rect 160 56 128 125
focusColor 1 .75 0 1
- onOpen { show grpMenu ; hide grpConfirm }
+ onOpen
+ {
+ show grpMenu;
+ hide grpConfirm
+ }
itemDef
{
@@ -41,7 +45,12 @@
textscale .25
forecolor 1 1 1 1
visible 1
- action { hide grpMenu ; show leaveConfirm }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ hide grpMenu;
+ show leaveConfirm
+ }
}
itemDef
@@ -58,7 +67,12 @@
textscale .25
forecolor 1 1 1 1
visible 1
- action { hide grpMenu ; show restartConfirm }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ hide grpMenu;
+ show restartConfirm
+ }
}
itemDef
@@ -75,7 +89,12 @@
textscale .25
forecolor 1 1 1 1
visible 1
- action { hide grpMenu ; show quitConfirm }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ hide grpMenu;
+ show quitConfirm
+ }
}
@@ -128,7 +147,11 @@
textaligny 15
forecolor 1 1 1 1
visible 1
- action { uiScript leave }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript leave
+ }
}
itemDef
@@ -145,7 +168,12 @@
textaligny 15
forecolor 1 1 1 1
visible 1
- action { hide grpConfirm ; show grpMenu }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ hide grpConfirm;
+ show grpMenu
+ }
}
itemDef
@@ -194,7 +222,13 @@
textaligny 15
forecolor 1 1 1 1
visible 1
- action { exec "map_restart" ; close ingame_leave ; close ingame }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ exec "map_restart";
+ close ingame_leave;
+ close ingame
+ }
}
itemDef
@@ -211,7 +245,12 @@
textaligny 15
forecolor 1 1 1 1
visible 1
- action { hide grpConfirm ; show grpMenu }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ hide grpConfirm;
+ show grpMenu
+ }
}
itemDef
@@ -260,7 +299,11 @@
textaligny 15
forecolor 1 1 1 1
visible 1
- action { uiScript quit }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript quit
+ }
}
itemDef
@@ -277,7 +320,12 @@
textaligny 15
forecolor 1 1 1 1
visible 1
- action { hide grpConfirm ; show grpMenu }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ hide grpConfirm;
+ show grpMenu
+ }
}
}
}
diff --git a/ui/ingame_options.menu b/ui/ingame_options.menu
index 507c757d..78c657a0 100644
--- a/ui/ingame_options.menu
+++ b/ui/ingame_options.menu
@@ -52,6 +52,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show game;
@@ -77,6 +78,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show controls;
show look;
@@ -103,6 +105,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show system;
show ghardware;
@@ -147,6 +150,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -163,6 +170,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -179,6 +190,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -195,6 +210,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -212,6 +231,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
@@ -234,6 +257,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show controls;
show look
@@ -257,6 +281,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -274,6 +302,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -291,6 +323,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -308,6 +344,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -325,6 +365,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -342,8 +386,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -361,8 +407,6 @@
textscale .25
forecolor 1 1 1 1
visible 0
- mouseenter { show slider_message }
- mouseexit { hide slider_message }
}
itemDef
@@ -380,9 +424,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript update ui_mousePitch }
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript update ui_mousePitch
+ }
}
itemDef
@@ -400,8 +446,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
//////// MOVE
@@ -422,6 +470,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show controls;
show move
@@ -443,8 +492,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
- mouseenter { show yesno_message }
- mouseexit { hide yesno_message }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -462,6 +513,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -479,6 +534,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -496,6 +555,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -513,6 +576,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -530,6 +597,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -547,6 +618,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -564,6 +639,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -581,6 +660,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -598,6 +681,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -615,6 +702,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -632,6 +723,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
@@ -654,6 +749,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show controls;
show upgrades
@@ -675,6 +771,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -692,6 +792,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -709,6 +813,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -726,6 +834,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -743,6 +855,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
//////// MISC
@@ -763,6 +879,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show controls;
show misc
@@ -784,6 +901,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -801,6 +922,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -818,6 +943,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -835,6 +964,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -852,6 +985,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -869,6 +1006,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -886,6 +1027,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -903,6 +1048,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -920,6 +1069,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -937,6 +1090,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
//////// SYSTEM
@@ -958,6 +1115,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show system;
show ghardware
@@ -981,7 +1139,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript update "ui_glCustom" }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript update "ui_glCustom"
+ }
}
itemDef
@@ -1016,7 +1178,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCuston
+ }
}
itemDef
@@ -1036,7 +1202,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom
+ }
}
itemDef
@@ -1054,7 +1224,12 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom ; uiScript update "r_colorbits" }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom;
+ uiScript update "r_colorbits"
+ }
}
itemDef
@@ -1071,7 +1246,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom
+ }
}
itemDef
@@ -1089,7 +1268,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom
+ }
}
itemDef
@@ -1107,7 +1290,12 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom ; uiScript update "r_lodbias" }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom;
+ uiScript update "r_lodbias"
+ }
}
itemDef
@@ -1125,7 +1313,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom
+ }
}
itemDef
@@ -1143,6 +1335,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1160,7 +1356,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom
+ }
}
itemDef
@@ -1177,7 +1377,11 @@
textscale .25
forecolor 1 1 1 1
visible 0
- action { uiScript glCustom }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript glCustom
+ }
}
itemDef
@@ -1194,7 +1398,11 @@
textaligny 15
forecolor 1 1 1 1
visible 0
- action { exec "vid_restart" }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ exec "vid_restart"
+ }
}
//////// GFX SOFTWARE
@@ -1215,6 +1423,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show system;
show gsoftware
@@ -1268,6 +1477,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1284,6 +1497,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1301,6 +1518,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1317,6 +1538,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1333,6 +1558,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1349,6 +1578,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1365,6 +1598,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1381,6 +1618,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1397,6 +1638,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1413,6 +1658,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1430,6 +1679,10 @@
textscale .25
forecolor 1 1 1 1
visible 1
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
//////// GL INFO
@@ -1450,6 +1703,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show system;
show glinfo
@@ -1489,6 +1743,7 @@
visible 0
action
{
+ play "sound/misc/menu1.wav";
hide optionsGrp;
show system;
show netsound
@@ -1509,6 +1764,10 @@
forecolor 1 1 1 1
visible 0
decoration
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1558,6 +1817,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1574,6 +1837,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
@@ -1591,6 +1858,10 @@
forecolor 1 1 1 1
visible 0
decoration
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
itemDef
@@ -1608,6 +1879,10 @@
textscale .25
forecolor 1 1 1 1
visible 0
+ action
+ {
+ play "sound/misc/menu1.wav";
+ }
}
}
}
diff --git a/ui/ingame_vote.menu b/ui/ingame_vote.menu
index f89509fb..45593781 100644
--- a/ui/ingame_vote.menu
+++ b/ui/ingame_vote.menu
@@ -47,7 +47,12 @@
textaligny 17
forecolor 1 1 1 1
visible 1
- action { exec "vote yes" ; uiScript closeingame }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ exec "vote yes";
+ uiScript closeingame
+ }
}
itemDef
@@ -62,7 +67,12 @@
textaligny 17
forecolor 1 1 1 1
visible 1
- action { exec "vote no" ; uiScript closeingame }
+ action
+ {
+ play "sound/misc/menu4.wav";
+ exec "vote no";
+ uiScript closeingame
+ }
}
itemDef
@@ -80,6 +90,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
hide grpCallVote;
show misc;
@@ -104,6 +115,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
hide grpCallVote;
show kick;
@@ -128,6 +140,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
hide grpCallVote;
show map;
@@ -153,7 +166,12 @@
textaligny 16
forecolor 1 1 1 1
visible 0
- action { exec "cmd callvote map_restart" ; uiScript closeingame }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ exec "cmd callvote map_restart";
+ uiScript closeingame
+ }
}
itemDef
@@ -169,7 +187,12 @@
textaligny 16
forecolor 1 1 1 1
visible 0
- action { exec "cmd callvote nextmap" ; uiScript closeingame }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ exec "cmd callvote nextmap";
+ uiScript closeingame
+ }
}
@@ -188,7 +211,6 @@
forecolor 1 1 1 1
visible 0
decoration
- action { }
}
itemDef
@@ -224,7 +246,12 @@
textaligny 15
forecolor 1 1 1 1
visible 0
- action { uiScript voteKick ; uiScript closeingame }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript voteKick;
+ uiScript closeingame
+ }
}
@@ -244,7 +271,6 @@
forecolor 1 1 1 1
decoration
visible 0
- action { }
}
itemDef
@@ -280,7 +306,12 @@
textaligny 15
forecolor 1 1 1 1
visible 0
- action { uiScript voteMap ; uiScript closeingame }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript voteMap;
+ uiScript closeingame
+ }
}
}
}
diff --git a/ui/joinserver.menu b/ui/joinserver.menu
index b1e23a66..4d6b846b 100644
--- a/ui/joinserver.menu
+++ b/ui/joinserver.menu
@@ -100,7 +100,10 @@
forecolor 1 1 1 1
backcolor .5 .5 .5 .5
visible 1
- action { play "sound/misc/kcaction.wav" }
+ action
+ {
+ play "sound/misc/menu1.wav"
+ }
}
// BUTTONS //
@@ -121,7 +124,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript RefreshServers
}
}
@@ -142,7 +145,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript RefreshFilter
}
}
@@ -164,7 +167,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript RefreshFilter
}
}
@@ -186,8 +189,8 @@
visible 1
action
{
- uiScript RefreshFilter;
- play "sound/misc/nomenu.wav"
+ play "sound/misc/menu1.wav";
+ uiScript RefreshFilter
}
}
@@ -209,6 +212,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
conditionalopen cl_punkbuster pbdisable_popmenu pbenable_popmenu
}
}
@@ -379,7 +383,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript ServerSort 0;
setitemcolor grpColumn backcolor 0 0 0 0;
@@ -407,7 +411,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript ServerSort 1;
setitemcolor grpColumn backcolor 0 0 0 0;
@@ -435,7 +439,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript ServerSort 2;
setitemcolor grpColumn backcolor 0 0 0 0;
@@ -463,7 +467,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript ServerSort 5;
setitemcolor grpColumn backcolor 0 0 0 0;
@@ -492,7 +496,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
uiScript ServerSort 4;
setitemcolor grpColumn backcolor 0 0 0 0;
@@ -515,8 +519,11 @@
backcolor 0 0 0 1
forecolor 1 1 1 1
visible 1
- action { play "sound/misc/kcaction.wav" ;
- open password_popmenu }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open password_popmenu
+ }
}
itemDef
@@ -533,8 +540,11 @@
backcolor 0 0 0 1
forecolor 1 1 1 1
visible 1
- action { play "sound/misc/kcaction.wav" ;
- open createfavorite_popmenu }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open createfavorite_popmenu
+ }
}
itemDef
@@ -552,8 +562,11 @@
backcolor 0 0 0 1
forecolor 1 1 1 1
visible 1
- action { play "sound/misc/nomenu.wav" ;
- uiScript addFavorite }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript addFavorite
+ }
}
itemDef
@@ -571,8 +584,12 @@
backcolor 0 0 0 1
forecolor 1 1 1 1
visible 1
- action { play "sound/misc/nomenu.wav" ;
- uiScript DeleteFavorite ; uiScript UpdateFilter }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript DeleteFavorite;
+ uiScript UpdateFilter
+ }
}
itemDef
@@ -589,8 +606,11 @@
backcolor 0 0 0 1
forecolor 1 1 1 1
visible 1
- action { play "sound/misc/kcaction.wav" ;
- open serverinfo_popmenu }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open serverinfo_popmenu
+ }
}
itemDef
@@ -607,8 +627,11 @@
backcolor 0 0 0 1
forecolor 1 1 1 1
visible 1
- action { play "sound/misc/kcaction.wav" ;
- open findplayer_popmenu }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ open findplayer_popmenu
+ }
}
@@ -629,6 +652,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
close joinserver;
open createserver
}
@@ -646,6 +670,7 @@
visible 1
action
{
+ play "sound/misc/menu4.wav";
close joinserver;
open main
}
@@ -682,6 +707,7 @@
action
{
+ play "sound/misc/menu4.wav";
close joinserver;
open main
}
@@ -705,7 +731,11 @@
show accept_alt
}
- action { uiScript JoinServer }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript JoinServer
+ }
}
itemDef
@@ -732,7 +762,11 @@
show accept
}
- action { uiScript JoinServer }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript JoinServer
+ }
}
}
}
diff --git a/ui/main.menu b/ui/main.menu
index 5ca61952..db1bead4 100644
--- a/ui/main.menu
+++ b/ui/main.menu
@@ -72,7 +72,7 @@
visible 1
action
{
- play "sound/misc/kcaction.wav";
+ play "sound/misc/menu1.wav";
close main;
open joinserver
}
@@ -95,7 +95,7 @@
visible 1
action
{
- play "sound/misc/kcaction.wav";
+ play "sound/misc/menu1.wav";
open mod
}
}
@@ -116,7 +116,7 @@
visible 1
action
{
- play "sound/misc/kcaction.wav";
+ play "sound/misc/menu1.wav";
open quit_popmenu
}
}
@@ -124,7 +124,7 @@
itemDef
{
name copyright
- text "Q3A (C) 2000 Id Software Inc. Tremulous (C) 2002 Us."
+ text "Q3A (C) 2000 Id Software Inc. Tremulous (C) 2003 Us."
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
textscale .15
diff --git a/ui/mod.menu b/ui/mod.menu
index eee53be5..2f7364a7 100644
--- a/ui/mod.menu
+++ b/ui/mod.menu
@@ -58,6 +58,7 @@
visible 1
doubleClick
{
+ play "sound/misc/menu1.wav";
uiScript RunMod
}
}
@@ -76,6 +77,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
close mod;
uiScript RunMod
}
@@ -95,7 +97,9 @@
visible 1
action
{
- close mod
+ play "sound/misc/menu3.wav";
+ close mod;
+ open main
}
}
}
diff --git a/ui/password.menu b/ui/password.menu
index ad4dbac4..27eb72a4 100644
--- a/ui/password.menu
+++ b/ui/password.menu
@@ -83,7 +83,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
close password_popmenu;
open joinserver
}
diff --git a/ui/punkbuster.menu b/ui/punkbuster.menu
index 080651e7..acd36949 100644
--- a/ui/punkbuster.menu
+++ b/ui/punkbuster.menu
@@ -66,6 +66,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
uiScript setPbClStatus 1;
close pbenable_popmenu;
open joinserver
@@ -86,6 +87,7 @@
visible 1
action
{
+ play "sound/misc/menu4.wav";
close pbenable_popmenu;
open joinserver
}
@@ -156,6 +158,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
close pbdisable_popmenu;
open pbmsg_popmenu
}
@@ -175,6 +178,7 @@
visible 1
action
{
+ play "sound/misc/menu4.wav";
close pbdisable_popmenu;
open joinserver
}
@@ -195,6 +199,7 @@
popup
onESC
{
+ play "sound/misc/menu4.wav";
close pbmsg_popmenu;
open joinserver
}
@@ -277,6 +282,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
uiScript setPbClStatus 0;
close pbmsg_popmenu;
open joinserver
diff --git a/ui/quit.menu b/ui/quit.menu
index 7241e593..0f953a06 100644
--- a/ui/quit.menu
+++ b/ui/quit.menu
@@ -15,6 +15,7 @@
popup
onESC
{
+ play "sound/misc/menu1.wav";
close quit_popmenu;
open main
}
@@ -68,6 +69,7 @@
visible 1
action
{
+ play "sound/misc/menu4.wav";
close main;
close quit_popmenu;
open quitCredit
@@ -89,6 +91,7 @@
visible 1
action
{
+ play "sound/misc/menu1.wav";
close quit_popmenu;
open main
}
diff --git a/ui/serverinfo.menu b/ui/serverinfo.menu
index 7e782de3..32b5a04a 100644
--- a/ui/serverinfo.menu
+++ b/ui/serverinfo.menu
@@ -109,7 +109,7 @@
visible 1
action
{
- play "sound/misc/nomenu.wav";
+ play "sound/misc/menu1.wav";
close serverinfo_popmenu;
open joinserver
}
@@ -131,7 +131,11 @@
forecolor 1 1 1 1
backcolor .37 .1 .1 1
visible 1
- action { uiScript ServerStatus }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript ServerStatus
+ }
}
}
}
diff --git a/ui/tremulous_alienbuild.menu b/ui/tremulous_alienbuild.menu
index 3845ff40..ca468514 100644
--- a/ui/tremulous_alienbuild.menu
+++ b/ui/tremulous_alienbuild.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor 0 0 0 1
visible 1
- action { uiScript BuildAlienBuildable; close tremulous_alienbuild }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript BuildAlienBuildable;
+ close tremulous_alienbuild
+ }
}
itemDef
@@ -96,7 +101,11 @@
forecolor 1 1 1 1
backcolor 0 0 0 1
visible 1
- action { close tremulous_alienbuild }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_alienbuild
+ }
}
}
}
diff --git a/ui/tremulous_alienclass.menu b/ui/tremulous_alienclass.menu
index d8e5b8fb..e575bb59 100644
--- a/ui/tremulous_alienclass.menu
+++ b/ui/tremulous_alienclass.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_alienclass; open tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu4.wav";
+ close tremulous_alienclass;
+ open tremulous_teamselect
+ }
}
itemDef
@@ -96,7 +101,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript SpawnAsAlienClass; close tremulous_alienclass }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript SpawnAsAlienClass;
+ close tremulous_alienclass
+ }
}
itemDef
@@ -113,7 +123,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_alienclass }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_alienclass
+ }
}
}
}
diff --git a/ui/tremulous_aliendialogs.menu b/ui/tremulous_aliendialogs.menu
index cee4ad75..1e55ed79 100644
--- a/ui/tremulous_aliendialogs.menu
+++ b/ui/tremulous_aliendialogs.menu
@@ -75,7 +75,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_alien_dialog }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ close tremulous_alien_dialog
+ }
}
}
}
diff --git a/ui/tremulous_alienupgrade.menu b/ui/tremulous_alienupgrade.menu
index 5e24863f..9d8efd70 100644
--- a/ui/tremulous_alienupgrade.menu
+++ b/ui/tremulous_alienupgrade.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript UpgradeToNewClass; close tremulous_alienupgrade }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript UpgradeToNewClass;
+ close tremulous_alienupgrade
+ }
}
itemDef
@@ -96,7 +101,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_alienupgrade }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_alienupgrade
+ }
}
}
}
diff --git a/ui/tremulous_humanarmoury.menu b/ui/tremulous_humanarmoury.menu
index 0fb8e0b8..a2ee4237 100644
--- a/ui/tremulous_humanarmoury.menu
+++ b/ui/tremulous_humanarmoury.menu
@@ -40,7 +40,12 @@
forecolor 1 1 1 1
backcolor 0.0784314 0.14902 0.32549 .25
visible 1
- action { close tremulous_humanarmoury; open tremulous_humanarmourybuy }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ close tremulous_humanarmoury;
+ open tremulous_humanarmourybuy
+ }
}
itemDef
@@ -57,7 +62,12 @@
forecolor 1 1 1 1
backcolor 0.0784314 0.14902 0.32549 .25
visible 1
- action { close tremulous_humanarmoury; open tremulous_humanarmourysell }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_humanarmoury;
+ open tremulous_humanarmourysell
+ }
}
}
}
diff --git a/ui/tremulous_humanbuild.menu b/ui/tremulous_humanbuild.menu
index ee573dc5..7759f573 100644
--- a/ui/tremulous_humanbuild.menu
+++ b/ui/tremulous_humanbuild.menu
@@ -78,7 +78,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript BuildHumanBuildable; close tremulous_humanbuild }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript BuildHumanBuildable;
+ close tremulous_humanbuild
+ }
}
itemDef
@@ -95,7 +100,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_humanbuild }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_humanbuild
+ }
}
}
}
diff --git a/ui/tremulous_humandialogs.menu b/ui/tremulous_humandialogs.menu
index eb1ae896..ee77c21a 100644
--- a/ui/tremulous_humandialogs.menu
+++ b/ui/tremulous_humandialogs.menu
@@ -75,7 +75,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_human_dialog }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ close tremulous_human_dialog
+ }
}
}
}
diff --git a/ui/tremulous_humanitem.menu b/ui/tremulous_humanitem.menu
index 5c317cd3..adda7e0b 100644
--- a/ui/tremulous_humanitem.menu
+++ b/ui/tremulous_humanitem.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_humanitem; open tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu4.wav";
+ close tremulous_humanitem;
+ open tremulous_teamselect
+ }
}
itemDef
@@ -96,7 +101,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript SpawnWithHumanItem; close tremulous_humanitem }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript SpawnWithHumanItem;
+ close tremulous_humanitem
+ }
}
itemDef
@@ -113,7 +123,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_humanitem }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_humanitem
+ }
}
}
}
diff --git a/ui/tremulous_teamselect.menu b/ui/tremulous_teamselect.menu
index a38a4a1c..e750ead0 100644
--- a/ui/tremulous_teamselect.menu
+++ b/ui/tremulous_teamselect.menu
@@ -79,7 +79,12 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { uiScript JoinTeam; close tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu1.wav";
+ uiScript JoinTeam;
+ close tremulous_teamselect
+ }
}
itemDef
@@ -96,7 +101,11 @@
forecolor 1 1 1 1
backcolor .5 0 0 .25
visible 1
- action { close tremulous_teamselect }
+ action
+ {
+ play "sound/misc/menu3.wav";
+ close tremulous_teamselect
+ }
}
}
}