<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mistical.com &#187; Guides</title>
	<atom:link href="http://mistical.com/category/misticalcom/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistical.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 00:13:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Linksys WUSB600N v2 on a Hackintosh</title>
		<link>http://mistical.com/2011/01/13/linksys-wusb600n-v2-on-a-hackintosh/</link>
		<comments>http://mistical.com/2011/01/13/linksys-wusb600n-v2-on-a-hackintosh/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 20:56:29 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[2]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[kext]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[v2]]></category>
		<category><![CDATA[ver2]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[version2]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wusb600n]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1431</guid>
		<description><![CDATA[I recently just put a cheap, but also great hackintosh system together while also dual-booting with Windows 7. It is my first hackintosh, however, not my first Mac. This post will explain how to get the Linksys WUSB600N v2 to work with your Hackintosh build. There is just 1 minor problem that exists with this [...]]]></description>
			<content:encoded><![CDATA[<p>I recently just put a cheap, but also great hackintosh system together while also dual-booting with Windows 7. It is my first hackintosh, however, not my first Mac.</p>
<p>This post will explain how to get the Linksys WUSB600N v2 to work with your Hackintosh build. There is just 1 minor problem that exists with this wireless usb device, and that you will have to replug it in each and everytime you either restart/boot or awake from sleep. Otherwise, I&#8217;ve had absolutely no other issues and no disconnects or slow speeds.</p>
<p>Real quick, here is my build specs for the hackintosh running Snow Leopard 10.6.6:<br />
GIGABYTE GA-H55M-S2V Motherboard<br />
Intel Core i3-550 Clarkdale 3.2GHz Processor<br />
XFX nVidia GT240 1GB DDR5 Graphics Card<br />
G.SKILL 4GB DDR3 Dual Channel Memory<br />
Samsung Spinpoint F4 HD322GJ/U 320GB Hard Drive</p>
<p>Now you will first need to install the Mac drivers for an Ralink RT2870, which is what is inside of the Linksys WUSB600N v1 and v2 (version 2). You can grab those from downloading them at <a href="http://www.ralinktech.com/support.php?s=3">Ralink&#8217;s website</a>.</p>
<p>Now as of this post, I am using driver version 3.0.3.0. These work great, I&#8217;ve heard of success with earlier drivers as well though I never tried those nor did I ever obtain links to them. If you are having any issues with later drivers after 3.0.3.0 then please contact me, I will be able to provide you with driver version 3.0.3.0 if you are unable to find them.</p>
<p>Once you have these installed, restart OS X.</p>
<p>Once you have restarted OS X, open Terminal. Follow and type the following commands correctly and then press the enter key after each line listed below.</p>
<blockquote><p>cd /System/Library/Extensions</p></blockquote>
<blockquote><p>chmod -R 755 RT2870USBWirelessDriver.kext</p></blockquote>
<blockquote><p>chown -R 0:0 RT2870USBWirelessDriver.kext</p></blockquote>
<blockquote><p>cd</p></blockquote>
<blockquote><p>cd /System/Library/Extensions/RT2870USBWirelessDriver.kext/contents/</p></blockquote>
<blockquote><p>sudo nano info.plist</p></blockquote>
<p>At this point, you will be asked your administrative password, type it in and continue the following:<br />
Look for the following line below, you will find it faster by using the page down shortcut ctrl+v.</p>
<blockquote><p><key>Linksys &#8211; RT2870 &#8211; 2</key></p></blockquote>
<p>Then right under this key, find this line (integer)</p>
<blockquote><p>&#60;integer&#62;113&#60;integer&#62;</p></blockquote>
<p>Then change the value of 113 to 121.</p>
<blockquote><p>&#60;integer&#62;121&#60;integer&#62;</p></blockquote>
<p>That will be the only line you need to edit and touch in this. Now press the following keys to save what you just did.</p>
<blockquote><p>ctrl + o</p></blockquote>
<p>Make sure to use the exact same file name, info.plist, as it will already say. Then ctrl+x to exit out.<br />
There are just 2 more fine steps and you will be able to use a wireless connection!</p>
<blockquote><p>cd</p></blockquote>
<blockquote><p>sudo touch /System/Library/Extensions</p></blockquote>
<p>Now restart your computer, as I said earlier, you will more than likely have to unplug and plug back in the Linksys WUSB600N device as well as each time you restart/boot or awake from sleep.</p>
<p>You will use Ralink&#8217;s Wireless Utility to connect to your network. Save a profile so you do not have to constantly keep typing your security key as well. You may close Wireless Utility once you are connected, you do not need to leave it open.</p>
<p>Special Thanks go out to aldeem over at InsanelyMac for most of this guide, and then myself for the rest of it and additional information.</p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2011/01/13/linksys-wusb600n-v2-on-a-hackintosh/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sniper: Ghost Warrior Walkthrough</title>
		<link>http://mistical.com/2010/08/02/sniper-ghost-warrior-walkthrough/</link>
		<comments>http://mistical.com/2010/08/02/sniper-ghost-warrior-walkthrough/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 23:52:06 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1348</guid>
		<description><![CDATA[Here is the Sniper: Ghost Warrior Walkthrough that I created. You can either watch it below, or you can easier select which Act&#8217;s or Chapter&#8217;s you are having trouble with from the playlist.]]></description>
			<content:encoded><![CDATA[<p>Here is the Sniper: Ghost Warrior Walkthrough that I created. You can either watch it below, or you can easier select which Act&#8217;s or Chapter&#8217;s you are having trouble with from the <a href="http://youtube.com/view_play_list?p=A06ED78ED4742B0F">playlist</a>.</p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/p/A06ED78ED4742B0F&#038;hl=en_US&amp;fs=1&#038;hd=1&amp;wmode=transparent"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/A06ED78ED4742B0F&#038;hl=en_US&amp;fs=1&#038;hd=1&amp;wmode=transparent" type="application/x-shockwave-flash" width="640" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2010/08/02/sniper-ghost-warrior-walkthrough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alan Wake &#8211; Episode Three: Manuscript Pages Locations Guide</title>
		<link>http://mistical.com/2010/05/23/alan-wake-episode-three-manuscript-pages-locations-guide/</link>
		<comments>http://mistical.com/2010/05/23/alan-wake-episode-three-manuscript-pages-locations-guide/#comments</comments>
		<pubDate>Sun, 23 May 2010 06:02:20 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[achievement]]></category>
		<category><![CDATA[alan]]></category>
		<category><![CDATA[episode]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Locations]]></category>
		<category><![CDATA[manuscript]]></category>
		<category><![CDATA[manuscripts]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[remedy]]></category>
		<category><![CDATA[three]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wake]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1340</guid>
		<description><![CDATA[Here is the locations for all of the Manuscript Pages in Episode Three created by me. Split into two parts. Watch in High Definition. By collecting 25, and all scripts that are not found in Nightmare mode and then all 106 of these, you will earn yourself 3 achievements.]]></description>
			<content:encoded><![CDATA[<p>Here is the locations for all of the Manuscript Pages in Episode Three created by me. Split into two parts. Watch in High Definition. By collecting 25, and all scripts that are not found in Nightmare mode and then all 106 of these, you will earn yourself 3 achievements.</p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Mw55LrBumJM&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Mw55LrBumJM&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/tBGmWynbTsQ&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tBGmWynbTsQ&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2010/05/23/alan-wake-episode-three-manuscript-pages-locations-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alan Wake &#8211; Episode Two: Manuscript Pages Locations Guide</title>
		<link>http://mistical.com/2010/05/20/alan-wake-episode-two-manuscript-pages-locations-guide/</link>
		<comments>http://mistical.com/2010/05/20/alan-wake-episode-two-manuscript-pages-locations-guide/#comments</comments>
		<pubDate>Thu, 20 May 2010 15:00:31 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[achievement]]></category>
		<category><![CDATA[alan]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[episode]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[high]]></category>
		<category><![CDATA[Locations]]></category>
		<category><![CDATA[manuscript]]></category>
		<category><![CDATA[manuscripts]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[wake]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1334</guid>
		<description><![CDATA[Here is the locations for all of the Manuscript Pages in Episode Two created by me. Watch in High Definition. By collecting 25, all regular and then all 106 of these, you will earn yourself 3 achievements.]]></description>
			<content:encoded><![CDATA[<p>Here is the locations for all of the Manuscript Pages in Episode Two created by me. Watch in High Definition. By collecting 25, all regular and then all 106 of these, you will earn yourself 3 achievements.</p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/nJtzf6084M8&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nJtzf6084M8&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2010/05/20/alan-wake-episode-two-manuscript-pages-locations-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alan Wake &#8211; Episode One: Manuscript Pages Locations Guide</title>
		<link>http://mistical.com/2010/05/20/alan-wake-episode-one-manuscript-pages-locations-guide/</link>
		<comments>http://mistical.com/2010/05/20/alan-wake-episode-one-manuscript-pages-locations-guide/#comments</comments>
		<pubDate>Thu, 20 May 2010 14:06:35 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[achievement]]></category>
		<category><![CDATA[alan]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[episode]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[high]]></category>
		<category><![CDATA[Locations]]></category>
		<category><![CDATA[manuscript]]></category>
		<category><![CDATA[manuscripts]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[wake]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1320</guid>
		<description><![CDATA[Here is the locations for all of the Manuscript Pages in Episode One created by me. Watch in High Definition. By collecting 25, all regular and then all 106 of these, you will earn yourself 3 achievements.]]></description>
			<content:encoded><![CDATA[<p>Here is the locations for all of the Manuscript Pages in Episode One created by me. Watch in High Definition. By collecting 25, all regular and then all 106 of these, you will earn yourself 3 achievements.</p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/uyCnrn2DjBo&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uyCnrn2DjBo&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2010/05/20/alan-wake-episode-one-manuscript-pages-locations-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alan Wake &#8211; Episode One: Coffee Thermoses Locations Guide</title>
		<link>http://mistical.com/2010/05/20/alan-wake-episode-one-coffee-thermoses-locations-guide/</link>
		<comments>http://mistical.com/2010/05/20/alan-wake-episode-one-coffee-thermoses-locations-guide/#comments</comments>
		<pubDate>Thu, 20 May 2010 12:58:10 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>
		<category><![CDATA[alan]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[episode]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Locations]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[thermos]]></category>
		<category><![CDATA[thermoses]]></category>
		<category><![CDATA[wake]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1316</guid>
		<description><![CDATA[Here is the locations for all of the Coffee Thermoses in Episode One created by me. Watch in High Definition.]]></description>
			<content:encoded><![CDATA[<p>Here is the locations for all of the Coffee Thermoses in Episode One created by me. Watch in High Definition.</p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/9Qt3S2fRSYA&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9Qt3S2fRSYA&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2010/05/20/alan-wake-episode-one-coffee-thermoses-locations-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad Company 2 M-Com Station Locations Achievement Guide</title>
		<link>http://mistical.com/2010/03/23/bad-company-2-m-com-station-locations-achievement-guide/</link>
		<comments>http://mistical.com/2010/03/23/bad-company-2-m-com-station-locations-achievement-guide/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 10:41:41 +0000</pubDate>
		<dc:creator>mistical</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[mistical.com]]></category>
		<category><![CDATA[2]]></category>
		<category><![CDATA[achievement]]></category>
		<category><![CDATA[bad]]></category>
		<category><![CDATA[battlefield]]></category>
		<category><![CDATA[bfbc2]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Locations]]></category>
		<category><![CDATA[m-com]]></category>
		<category><![CDATA[mcom]]></category>
		<category><![CDATA[satellites]]></category>
		<category><![CDATA[station]]></category>
		<category><![CDATA[stations]]></category>
		<category><![CDATA[trophies]]></category>
		<category><![CDATA[trophy]]></category>

		<guid isPermaLink="false">http://mistical.com/?p=1240</guid>
		<description><![CDATA[If you are looking to obtain the three achievements or trophies for collecting all M-Com Stations in Battlefield: Bad Company 2 then watch both videos below (Part 1/2). These are in High Definition, they will auto play in High Definition too. If you open them in a new window, they may not. They are best [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to obtain the three achievements or trophies for collecting all M-Com Stations in Battlefield: Bad Company 2 then watch both videos below (Part 1/2). These are in High Definition, they will auto play in High Definition too. If you open them in a new window, they may not. They are best viewed in 720p but 480p/360p is watchable too.</p>
<p>Complete Blackout Achievement for destroying all satellite uplinks. This is glitched so you will get it before getting all 24.<br />
Communication Issues Achievement for destroying 15 satellite uplinks.<br />
Link to the Past Achievement for destroying 1 satellite uplink.</p>
<p>I hope you enjoy this achievement/trophy guide. If you have any trouble, questions or anything else. Please do comment on this post or make a forum reply under this <a href="http://www.mistical.com/forums/index.php?/topic/1405-battlefield-bad-company-2-m-com-station-locations-achievement-guide/">topic in my forums</a>.</p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/h3ywQt8CnD4&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/h3ywQt8CnD4&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center></p>
<p><center><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/tkmWps3MRgE&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tkmWps3MRgE&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://mistical.com/2010/03/23/bad-company-2-m-com-station-locations-achievement-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

