Difference between revisions of "User:Djavin novienta/Sandbox"

From EVE University Wiki
Jump to: navigation, search
(Created page with "<br> <br> thumb|right|650px|Can your Windows do this? <BR> = Introduction = With the exponential increase in computing and constant exposure to new soft...")
 
Line 1: Line 1:
<br> <br> [[Image:Final.png|thumb|right|650px|Can your Windows do this?]] <BR>
+
{{hatnote|Much of this guide is adapted from the official forum post by CCP Snorlax, which can be found [https://forums.eveonline.com/default.aspx?g=posts&t=482663&find=unread here]. Questions about the information found in this article are best asked on the [https://forums.eveonline.com/default.aspx?g=forum&c=66 official EVE forums].}}
 
+
While Linux is not ''officially'' supported by CCP, a side project by '''CCP Snorlax''' has yielded a native Linux application that downloads a prebundled version of [https://www.winehq.org/ Wine] (also written by CCP Snorlax) which allows Linux to run the EVE launcher. [[Image:Tux-linux-mascot.png|260px|right|Tux, the mascot]]
= Introduction  =
 
 
 
With the exponential increase in computing and constant exposure to new software, chances are you've used, or at least heard of, Linux.[[Image:Tux-linux-mascot.png|260px|right|Tux, the mascot]] <BR>There are many ''flavors'' (types) of Linux out there, most of which are completely free.
 
 
 
'''Some Flavors'''
 
 
 
*[http://www.centos.org/ ''CentOS'']
 
*[http://www.debian.org/ ''Debian'']
 
*[http://fedoraproject.org/ ''Fedora'']
 
*[http://www.gentoo.org/ ''Gentoo'']
 
*[http://www.knoppix.net/ ''Knoppix'']
 
*[http://www.kubuntu.org/ ''Kubuntu'']
 
*[http://www.linuxmint.com/ ''Linux Mint'']
 
*[http://www.opensuse.org/en/ ''openSUSE'']
 
*[http://www.ubuntu.com/ ''Ubuntu'']
 
 
 
<br><br> <center>Besides, who doesn't like cute penguins?
 
 
 
<br> </center><BR>
 
 
 
= Prerequisites  =
 
 
 
*Patience [[Image:1.png|thumb|right|450px|The Ubuntu Terminal]]
 
*A working installation of your flavor of choice
 
*A computer with the minimum hardware requirements to successfully run EVE
 
**Research your hardware; make sure that Linux drivers are available for your setup
 
***One way of doing this is by installing Ubuntu onto a USB drive and "test-driving" Ubuntu through it
 
 
 
<br><br>
 
 
 
One may consider purchasing a new hard drive (a small 20GB one will do) so that a Linux install won't interfere with your Windows installation.
 
 
 
If that is not an option, one will have to '''<span style="color: rgb(30, 144, 255);">Dual-Boot</span>''' (installing two Operating Systems (OSs) on a single disk), choosing which one to use when the machine is powered on.
 
 
 
People unfamiliar with Linux are highly recommended to use '''[http://www.ubuntu.com/ Ubuntu 10.04]''', as in my experience it is the most user-friendly and easiest to get into.  <BR><BR><BR><BR><BR><BR>
 
[[Image:Winehq_logo_glass.png|left|100px]]
 
 
 
= <span style="color: rgb(139, 0, 0);">Wine</span>  =
 
 
 
 
 
<span style="color: rgb(139, 0, 0);">Wine</span> is an incredibly useful tool that emulates a Windows environment within a Linux installation.
 
 
 
Basically, it lets one install and run applications designed for Windows (in this case, <span style="color: rgb(30, 144, 255);">EVE</span>) in Linux.  
 
 
 
For simplicity's sake, this walk-through will be done with Ubuntu. <BR><BR><BR>
 
 
 
== EVEin' in mah Linux ==
 
 
 
Before we install <span style="color: rgb(139, 0, 0);">Wine</span>, open up your browser (if using Ubuntu, this will be <span style="color: rgb(30, 144, 255);">Firefox</span>) and go to this URL:
 
<pre>http://community.eveonline.com/support/download/offline-installer/</pre>
 
[[Image:Offline.png|650px|Offline.png]] <br>
 
 
 
to download the Windows offline version of <span style="color: rgb(30, 144, 255);">EVE</span> while we configure <span style="color: rgb(139, 0, 0);">Wine</span> in the meantime.
 
 
 
<br>
 
 
 
Also, open up <span style="color: rgb(30, 144, 255);">'''Ubuntu Software Center'''</span>. This is in the top-left of your screen under <span style="color: rgb(30, 144, 255);">'''Applications'''</span>.
 
 
 
In the search box, type in <span style="color: rgb(30, 144, 255);">"Restricted"</span> and install <span style="color: rgb(30, 144, 255);">'''Ubuntu Restricted Extras'''</span>. You may need to put in your password.
 
 
 
[[Image:Restricted.png|650px|Restricted.png]] <br>
 
 
 
<br>
 
 
 
== Installing and configuring <span style="color: rgb(139, 0, 0);">Wine</span> ==
 
 
 
If this is your first task in your Linux installation, you will need to set up a <span style="color: rgb(30, 144, 255);">'''root'''</span> user (Linux-speak for ''Administrator''). Open a <span style="color: rgb(30, 144, 255);">Terminal</span> window (Default <span style="color: rgb(30, 144, 255);">'''CTRL+ALT+T'''</span> in Ubuntu 10.04) and type:
 
<pre>sudo passwd root</pre>
 
Hitting [Enter], it will ask you for your current user's password, and then for the password you'd like <span style="color: rgb(30, 144, 255);">'''root'''</span> to have:<br>
 
 
 
[[Image:Susetup.png]]<br>
 
 
 
'''Note: As you're typing in the passwords, the <span style="color: rgb(30, 144, 255);">passwords will NOT show up</span>. This is normal.'''
 
 
 
<br>
 
 
 
=== Adding/Updating Repositories  ===
 
 
 
Next, we'll need to update the <span style="color: rgb(30, 144, 255);">'''repositories'''</span>, which is a fancy name for the place in which Ubuntu downloads its software.
 
 
 
Updating these ensures that you get the most current software when you're ready to download. So first we'll add the Wine's repository:
 
<pre>sudo add-apt-repository ppa:ubuntu-wine/ppa</pre>
 
[[Image:Addingrep.png|450px|Addingrep.png]] <br>and then update all <span style="color: rgb(30, 144, 255);">repositories</span>:
 
<pre> sudo apt-get update</pre>
 
A lot of text will scroll up; you'll know when its done when the terminal allows you to type in commands again.<br>
 
 
 
[[Image:Repupdate.png|500px|Repupdate.png]]
 
 
 
<br>
 
 
 
=== Updating current software and drivers  ===
 
 
 
<br> Now that the repositories are updated, we'll need to update this software that is currently installed on the system. This step is essential:
 
<pre> sudo apt-get upgrade</pre>
 
This step may take significantly longer than the previous. This is similar to Windows Update as it <span style="color: rgb(30, 144, 255);">may</span> require a restart after its complete. <br>
 
 
 
<br>
 
 
 
=== Installing Wine 1.2.x  ===
 
 
 
Once the update completes, we can then download '''<span style="color: rgb(139, 0, 0);">Wine</span>'''. The most current stable version at the time of this writing is 1.2, so you'd type:
 
<pre> sudo apt-get install wine1.2</pre>
 
and hit [Enter]. This will download and install <span style="color: rgb(139, 0, 0);">Wine</span> in one easy step. <br>[[Image:Installwine.png|500px|Installwine.png]]<br>
 
 
 
=== Configuring Wine  ===
 
 
 
When it completes, type in:
 
<pre> winecfg</pre>
 
and press [Enter]. This will open up a configuration window for <span style="color: rgb(139, 0, 0);">Wine</span>.  
 
 
 
Click the Graphics tab and select <span style="color: rgb(30, 144, 255);">'''Emulate a virtual desktop'''</span><br> [[Image:Wine.png]] <br>
 
 
 
Also, set the desktop resolution to something <span style="color: rgb(30, 144, 255);">smaller than your current settings</span>. This can be readjusted later. <br><br>
 
 
 
=== Installing WineTricks  ===
 
 
 
Unfortunately for us, Wine doesn't come with the fonts than <span style="color: rgb(30, 144, 255);">EVE</span> requires in order to run properly. For this, we need to download and install <span style="color: rgb(30, 144, 255);">'''WineTricks'''</span>:
 
<pre> sudo wget http://winetricks.org/winetricks</pre>
 
<pre> sudo chmod +x wintricks</pre>
 
[[Image:Wget.png|500px|Wget.png]]<br>
 
 
 
==== Installing critical fonts  ====
 
 
 
After hitting [Enter] and waiting for the program to complete installing, type:
 
<pre> sh winetricks corefonts vcrun6</pre>
 
This will <span style="color: rgb(30, 144, 255);">install the required fonts</span>. <br>
 
 
 
==== Installing C++ Filez  ====
 
 
 
Finally, the following will <span style="color: rgb(30, 144, 255);">install Visual C++ files</span> that the game will need later:
 
<pre>sh winetricks corefonts vcrun2005sp1</pre>
 
<br>
 
 
 
==== Modify the wine registry for EVE ====
 
 
 
Add the following registry keys to regedit by running the following:
 
<pre>winetricks regedit</pre>
 
 
 
You can copy and paste the test below into a text file and name it with a .reg extension. Then import it into the registry by using regedit's import feature.
 
 
 
<pre>[Software\Wine\Direct3D]
 
"DirectDrawRenderer"="opengl"
 
"OffscreenRenderingMode"="fbo"
 
"PixelShaderMode"="enabled"
 
"VertexShaderMode"="hardware"</pre>
 
 
 
= Installing EVE  =
 
 
 
<br> If you followed this guide to the letter so far, the installer should be close to finishing now.<br> Once it has finished downloading, mouse to the top left of the screen and click <span style="color: rgb(30, 144, 255);">'''Places'''</span>. Browse over to the folder you downloaded the installer to.<br> <span style="color: rgb(30, 144, 255);">Right-click the installer and click '''Open with '''</span><span style="color: rgb(139, 0, 0);">'''Wine'''</span>
 
 
 
[[Image:Wine2.png|400px|Wine2.png]] [[Image:Wine3.png|400px|Wine3.png]]
 
 
 
[[Image:Wine4.png|400px|Wine4.png]] [[Image:Wine5.png|400px|Wine5.png]]
 
 
 
This will open the all-too-familiar Installation Wizard. <span style="color: rgb(30, 144, 255);">'''Accept all defaults'''</span> ("Next", "I agree", "Install"). Once it completes, <span style="color: rgb(30, 144, 255);">''uncheck the "Run EVE Online" box'' '''before clicking Finish'''</span>:
 
 
 
<br> [[Image:Wine6.png]] <br>
 
 
 
== Modifying the Desktop Shortcut  ==
 
 
 
<span style="color: rgb(30, 144, 255);">Right-click</span> your new <span style="color: rgb(30, 144, 255);">desktop shortcut</span> and <span style="color: rgb(30, 144, 255);">click '''Properties'''</span>. Change the <span style="color: rgb(30, 144, 255);">'''''Command'''''</span> line to:
 
<pre>wine explorer /desktop=EVE1,1680x1050 "C:\Program Files\CCP\EVE\eve.exe"</pre>
 
<span style="color: rgb(30, 144, 255);">'''Note!: Change the above resolution to YOUR COMPUTER'S resolution or you may run into issues later. The first number is the width; the second is height.'''</span><br> The <span style="color: rgb(30, 144, 255);">'''''Comment'''''</span> section can be changed or left blank:<br> [[Image:Shortcutmod.png|650px|Shortcutmod.png]]
 
 
 
<br> Click <span style="color: rgb(30, 144, 255);">'''Close'''</span> to save the changes.
 
 
 
== Dropkicking Audio Bugs  ==
 
 
 
Go to <span style="color: rgb(30, 144, 255);">'''Applications &gt; Wine &gt; Browse C: Drive'''</span> <br> Browse to <span style="color: rgb(30, 144, 255);">'''Program Files\CCP\EVE\res\audio'''</span> and <span style="color: rgb(30, 144, 255);">rename the '''Jukebox''' folder</span> to <span style="color: rgb(30, 144, 255);">anything</span> but "Jukebox". <br> [[Image:Jukebox.png|800px|Jukebox.png]]
 
 
 
 
 
 
 
Update added by Donkcaticus Capricornus:
 
 
 
Jukebox is now working on linux. Just checked WineHQ and a simple fix has been posted, relevant portion is copy pasted below. I now have functional CCP elevator music plus my own mp3s working in game. Note if you have renamed the Jukebox folder as per the above you will need to rename it back to Jukebox.
 
 
 
----------------------------------------------------------------------------
 
 
Music in eve now working<br>
 
by Harald on Tuesday October 12th 2010, 14:56<br>
 
look at this solution:<br>
 
 
 
->> http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1322252&page=1#5
 
 
 
--snip
 
 
 
Getting the jukebox working is problematic on 64Bit Linux installs. Most probably you are missing a appropriate libmp123. I do not want to go into detail. A quick fix is to use winetricks to install MS Windows Media Player 9 and link the mp3codec so it can be used.
 
 
 
in commands:<br>
 
winetricks wmp9<br>
 
[assuming your have wineprefix set the default way]<br>
 
cd<br>
 
cd .wine/drive_c/windows/system32/<br>
 
ln -sf l3codeca.acm winemp3.acm<br>
 
 
 
Restart EVE your jukebox should be operational now.
 
 
 
Enjoy the nice EVE music.
 
 
 
-- snip
 
 
 
= IT'S E-UNI TIME  =
 
 
 
[[Image:DOUBLECLICK.png]] <br> [[Image:Eveonwine.png]] <br> [[Image:Complete.png|thumb|left|950px|E-UNI ON MY LINUX]] <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <BR><BR>
 
 
 
= Leaving Windows; Moving to Linux  =
 
 
 
Fell in love with Linux? Bid adeiu to Windows and let's go through the movin' checklist!
 
 
 
== Importing/Exporting your <span style="color: rgb(30, 144, 255);">'''Overview''' settings</span>  ==
 
 
 
So the overview is your eyes in <span style="color: rgb(30, 144, 255);">EVE</span>, but it can be a <span style="color: rgb(30, 144, 255);">time-consuming chore</span> to set it up. <br><br> <span style="color: rgb(30, 144, 255);">No longer.</span> <br><br> Let's export your settings from your current installation of <span style="color: rgb(30, 144, 255);">EVE</span> and import them into your new <span style="color: rgb(30, 144, 255);">EVE</span>. It sounds easy because, oddly enough, it is. <br><br> Open up your <span style="color: rgb(30, 144, 255);">EVE client</span>, undock, <span style="color: rgb(30, 144, 255);">click the little white triangle in your overview</span> and hit <span style="color: rgb(30, 144, 255);">'''Export Overview Settings'''</span>. <br>[[Image:Exporting.png]] <br>This will open up a new window. Simply <span style="color: rgb(30, 144, 255);">select the saved presets</span> you'd like to export, give it a file name, and hit <span style="color: rgb(30, 144, 255);">'''Export'''</span>. <br>[[Image:Exported.png]]<br><br> <span style="color: rgb(30, 144, 255);">'''Remember the file path!'''</span> <br>Depending on your Windows install, the default location will be:
 
 
 
*<span style="color: rgb(30, 144, 255);">''Windows XP or older:''</span>
 
**X:\Documents and Settings\<span style="color: rgb(30, 144, 255);">'''USERNAME'''</span>\My Documents\EVE\Overview\<span style="color: rgb(30, 144, 255);">'''FILENAME'''</span>.xml
 
*<span style="color: rgb(30, 144, 255);">''Windows Vista or 7:''</span>
 
**X:\Users\<span style="color: rgb(30, 144, 255);">'''USERNAME'''</span>\My Documents\EVE\Overview\<span style="color: rgb(30, 144, 255);">'''FILENAME'''</span>.xml
 
 
 
<br> Browse to this file, copy it, and <span style="color: rgb(30, 144, 255);">'''save it'''</span> onto your removable media of choice. <br><br> Now, <span style="color: rgb(30, 144, 255);">on your '''Linux machine'''</span>, go to <span style="color: rgb(30, 144, 255);">'''Applications &gt; Wine &gt; Browse C: Drive'''</span>. <br>Click your way to "c:\users\<span style="color: rgb(30, 144, 255);">'''USERNAME'''</span>\My Documents\EVE" and . . .<br><br> '''OH NOES! WE DON'T HAVE AN OVERVIEW FOLDER!'''<br><br> So let's create one by <span style="color: rgb(30, 144, 255);">right-clicking</span> the white-space and selecting <span style="color: rgb(30, 144, 255);">'''Create Folder'''</span>. <br>Name it <span style="color: rgb(30, 144, 255);">'''Overview'''</span>.<br>[[Image:CrFold.png|650px|CrFold.png]]<br><br> Insert and open your removable media device (should appear on the Desktop by default). Copy over your <span style="color: rgb(30, 144, 255);">'''FILENAME'''.xml</span> overview file to your newly created <span style="color: rgb(30, 144, 255);">'''Overview'''</span> folder.<br>[[Image:UIx.png|750px|UIx.png]]<br><br>
 
 
 
*Start <span style="color: rgb(30, 144, 255);">EVE</span>.
 
**Log in.
 
**<span style="color: rgb(30, 144, 255);">Undock</span>.
 
 
 
<br><br>
 
 
 
*<span style="color: rgb(30, 144, 255);">Click the small white triangle in your overview</span>.
 
**Click <span style="color: rgb(30, 144, 255);">'''Import Overview Settings'''</span>.<br>
 
 
 
<br>If you completed the above steps correctly, your file should appear in the Import window that opens. <span style="color: rgb(30, 144, 255);">
 
</span>
 
 
 
*Select your file and <span style="color: rgb(30, 144, 255);">place a checkmark beside each individual preset you'd like to '''keep'''</span>.
 
*Click <span style="color: rgb(30, 144, 255);">'''Import'''</span>.<br>[[Image:OverviewImport.png]]
 
 
 
<br><br>[[Image:Success.png]]<br> <span style="color: rgb(30, 144, 255);">'''SUCCESS!'''</span> <br><br>
 
 
 
== <span style="color: rgb(30, 144, 255);">Teamspeak</span>  ==
 
 
 
This could not be easier. Open up your terminal again (<span style="color: rgb(30, 144, 255);">'''CTRL+ALT+T'''</span> in Ubuntu 10.04) and type:
 
<pre>sudo apt-get install teamspeak-client</pre>
 
That's it. <br><br>After the command has finished doin' its thing, you can find <span style="color: rgb(30, 144, 255);">Teamspeak</span> in <span style="color: rgb(30, 144, 255);">'''Applications &gt; Internet &gt; Teamspeak'''</span>. <br>
 
 
 
==== <span style="color: rgb(139, 0, 0);">Alternative</span>  ====
 
 
 
If you cannot get the Linux version to run properly, follow [http://www.teamspeak.com/?page=downloads&archive=1/ this link] and <span style="color: rgb(30, 144, 255);">download the '''Windows''' version</span>.<br>We'll be running it through <span style="color: rgb(139, 0, 0);">Wine</span>!<br><br>While it's downloading, open a Terminal (<span style="color: rgb(30, 144, 255);">'''CTRL+ALT+T'''</span> in Ubuntu 10.04) and enter:
 
<pre>sudo apt-get remove teamspeak-client</pre>
 
to remove your broken Linux version.<br><br><span style="color: rgb(30, 144, 255);">Browse to the directory you downloaded '''Teamspeak''' into, and ''right-click'' '''Open with '''</span><span style="color: rgb(139, 0, 0);">'''Wine'''</span>'''.''' <br><span style="color: rgb(30, 144, 255);">Install using the '''default options'''</span>.
 
 
 
<br>
 
 
 
=== <span style="color: rgb(30, 144, 255);">Setting it up</span>  ===
 
 
 
Regardless of which method you use to get on <span style="color: rgb(30, 144, 255);">Teamspeak</span>, check out [http://wiki.eveuniversity.org/Teamspeak#Initial_Configuration/ this guide] to review how to configure <span style="color: rgb(30, 144, 255);">TS2</span> for our <span style="color: rgb(30, 144, 255);">Teamspeak server</span>. <br><br>[[Image:TS2Ub.png|thumb|center|800px|Teamspeak 2 on Ubuntu 10.04]]
 
<BR><BR>
 
 
 
=== <span style="color: rgb(30, 144, 255);">Crucible 1.5 Launcher</span>  ===
 
As of Crucible 1.5 a new launcher was introduced. To make this work in Wine vcrun2010 should be installed via winetricks. A change in Wine's library settings from native,builtin to builtin,native is also needed.
 
  
 
[[Category:Guides]]
 
[[Category:Guides]]

Revision as of 21:54, 9 March 2017

{{{1}}}

While Linux is not officially supported by CCP, a side project by CCP Snorlax has yielded a native Linux application that downloads a prebundled version of Wine (also written by CCP Snorlax) which allows Linux to run the EVE launcher.

Tux, the mascot