Difference between revisions of "Mumble"

From EVE University Wiki
Jump to: navigation, search
Line 20: Line 20:
 
#Restart EVE client if you want overlay to work.
 
#Restart EVE client if you want overlay to work.
  
==How to set it up?==
+
== Setting up Mumble<br>  ==
  
After installing when you run mumble the first time an audio settings wizard is presented to you. If you skip or miss it on the first run you can retake the wizard by clicking Configure>Audio Wizard. It is recommended you go through it carefully, but there are few things I would like to highlight.
+
=== Audio Tuning Wizard ===
  
===Push-to-talk===
+
When you run Mumble the first time, an Audio Tuning Wizard is presented to you. If you skip or miss it on the first run you can retake the wizard by clicking Configure &gt; Audio Wizard. It is recommended you go through it carefully, since setting up Mumble correctly will make your and everyone else's life much easier (going through the Audio Tuning Wizard properly will also normalise everyone's voices, such that everyone will sound the same volume regardless of how they have their microphone set up).&nbsp; However there are two things I would like to highlight:  
[[File:MumbleWizardPTT.png]]
 
  
When you reach a screen that looks like the one above select the top radio button, click on the box on the same line and press the key you you want to use as the Push-to-talk key.
+
==== Push-to-talk ====
  
===Text-to-speech===
+
[[Image:MumbleWizardPTT.png]]  
[[File:MumbleWizardTextToSpeech.png]]
 
  
When you reach a screen that looks like the one above I recommend you disable the text to speech notifications.
+
When you reach a screen that looks like the one above select the top radio button, click on the box on the same line and press the key you you want to use as the push-to-talk key.This is your ''normal'' push-to-talk key; for certain Fleet roles you may need more than one (see the comments in the Fleet channels), but for general E-UNI activity one is sufficient.<br>
  
 +
==== Text-to-speech  ====
  
===Notifications===
+
[[Image:MumbleWizardTextToSpeech.png]]
In the Setting screen Configure>Settings you can find Advanced settings checkbox in the bottom left corner. With it checked you can access the Messages settings. From there you can disable popup and sound notifications about events you don't care about.
+
 
 +
When you reach a screen that looks like the one above I recommend you disable the text to speech notifications.
 +
 
 +
<br>
 +
 
 +
=== Connecting to the Eve University Server  ===
 +
 
 +
&lt;certificates&gt;
 +
 
 +
<br>
 +
 
 +
=== Notifications ===
 +
 
 +
In the Setting screen Configure&gt;Settings you can find Advanced settings checkbox in the bottom left corner. With it checked you can access the Messages settings. From there you can disable popup and sound notifications about events you don't care about.
  
 
== Key Bindings for Fleetchannels ==
 
== Key Bindings for Fleetchannels ==

Revision as of 18:18, 27 January 2011

Why is it useful?

Mumble is mostly used in two situations: PvP and Classes. In PvP it is very useful because it is faster to call out a primary target than to type it, especially with PvP related lag. In classes it is great as well because we do not want our poor instructors getting carpal tunnel syndrome from typing everything In effect, it is just a lot easier and faster than typing.


Quick guide

  1. Download mumble from http://mumble.sourceforge.net/ (the stable version is running v1.2.2). On Windows, the stable version is recommended because it has a better overlay (ie. font size can be changed) and better hotkey setup. On Mac, the overlay feature does not appear to work on the stable release; try the developer snapshot.
  2. Install and set it up (create your own certificate, etc)
  3. Start the client and Server>Connect>Add New...
    • Servername: Eve University
    • Address: mumble.eveuniversity.org
    • Port: 64738 (Default)
    • Username: <Your Forum Username, i.e: Your character name with nothing either side>
  4. Connect (you can ignore the certificate warning - this will be fixed later).
  5. When prompted for your password, use your forum password!
  6. There is no six!
  7. You should automatically be dropped in the "Chat E-UNI" channel.
  8. Talk.
  9. Restart EVE client if you want overlay to work.

Setting up Mumble

Audio Tuning Wizard

When you run Mumble the first time, an Audio Tuning Wizard is presented to you. If you skip or miss it on the first run you can retake the wizard by clicking Configure > Audio Wizard. It is recommended you go through it carefully, since setting up Mumble correctly will make your and everyone else's life much easier (going through the Audio Tuning Wizard properly will also normalise everyone's voices, such that everyone will sound the same volume regardless of how they have their microphone set up).  However there are two things I would like to highlight:

Push-to-talk

MumbleWizardPTT.png

When you reach a screen that looks like the one above select the top radio button, click on the box on the same line and press the key you you want to use as the push-to-talk key.This is your normal push-to-talk key; for certain Fleet roles you may need more than one (see the comments in the Fleet channels), but for general E-UNI activity one is sufficient.

Text-to-speech

MumbleWizardTextToSpeech.png

When you reach a screen that looks like the one above I recommend you disable the text to speech notifications.


Connecting to the Eve University Server

<certificates>


Notifications

In the Setting screen Configure>Settings you can find Advanced settings checkbox in the bottom left corner. With it checked you can access the Messages settings. From there you can disable popup and sound notifications about events you don't care about.

Key Bindings for Fleetchannels

Check the channel descriptions in-game for current instructions.

Feel free to write them up here.

Overlay

Mumble provides a very handy and customizable overlay. To configure it go to Configure - Settings and pick the Overlay option

Sample settings are provided below that will put the overlay near the top left corner, fitting in one person just perfectly if you've got the left-side menu narrow (sample to the right). If more than one person talks they might overlap your Current Location info. Be sure to disable the "Always Show Self" option after you've played with where the overlay goes.

Overlay not showing up? Make sure you start Mumble before starting the Eve Online Client.

Sample overlay


Overlay in Linux

To actually display the overlay over Eve in Linux after you've enabled it in Mumble's settings you need to have Mumble launched first and then run mumble-overlay in front of the wine command that you use to launch Eve. For example:

mumble-overlay wine explorer /desktop=Eve,1600x1200 "C:\Program Files\CCP\EVE\eve.exe"

If you use a WINEPREFIX, then you would insert it after the WINEPREFIX variable like so:

WINEPREFIX=/home/username/bin/wine/wine-eve/ mumble-overlay wine explorer /desktop=Eve,3200x1180 "C:\Program Files\CCP\EVE\eve.exe"