<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>app</title>
  <id>http://kurayama.net</id>
  <updated>2011-10-14</updated>
  <author>
    <name>Miguel Martins</name>
  </author>
  <entry>
    <title>How to burn XDG3 games in OSX</title>
    <link rel="alternate" href="http://kurayama.net/2011/10/14/how-to-burn-xdg3-games-in-osx/"/>
    <id>http://kurayama.net/2011/10/14/how-to-burn-xdg3-games-in-osx/</id>
    <published>2011-10-14</published>
    <updated>2011-10-14</updated>
    <author>
      <name>Miguel Martins</name>
    </author>
    <summary type="html">&lt;p&gt;A few weeks ago, Microsoft released the first games with XDG3 protection and
with that, we couldn&amp;rsquo;t backup our games anymore.&lt;/p&gt;

&lt;p&gt;Thankfully c4eva came (again) and released LT+ 2.0 . But it&amp;rsquo;s not as easy as
before to burn them&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;A few weeks ago, Microsoft released the first games with XDG3 protection and
with that, we couldn&amp;rsquo;t backup our games anymore.&lt;/p&gt;

&lt;p&gt;Thankfully c4eva came (again) and released LT+ 2.0 . But it&amp;rsquo;s not as easy as
before to burn them.&lt;/p&gt;

&lt;p&gt;To follow this you&amp;rsquo;ll need &lt;a href="https://github.com/mxcl/homebrew" title="homebrew on github"&gt;homebrew&lt;/a&gt; and
install the following packages:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;brew install dvd+rw-tools coreutils
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Next, insert a blank dvd-dl and find in which device is your dvd writter is:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;drutil status
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;In the right top corner of the output, it should show the device, mine is
/dev/disk1.
This is the reading mode, for the writting one prepend a &amp;lsquo;r&amp;rsquo; in disk (e.g.,
/dev/rdisk1).&lt;/p&gt;

&lt;p&gt;To burn the game, you need to truncate it first, then burn.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;gtruncate --size=8547991552 game.iso
growisofs -use-the-force-luke=dao -use-the-force-luke=break:2086912
-dvd-compat -speed=4 -Z /dev/rdisk1=game.iso
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Remember to put the same device in growisofs that you read before.&lt;/p&gt;

&lt;p&gt;You could create a bash script so that you won&amp;rsquo;t need to remember this in the
future, just put this function in .bash_rc or .bash_profile&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function xburn {
  gtruncate --size=8547991552 $1;
  growisofs -use-the-force-luke=dao -use-the-force-luke=break:2086912 
  -dvd-compat -speed=4 -Z /dev/rdisk1=$1;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You simply put a blank dvd-dl, type &amp;ldquo;xburn game.iso&amp;rdquo; and in a few minutes your backup is ready to be
served.&lt;/p&gt;

&lt;p&gt;Happy playing, Gears of War 3 is epic btw..&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Hello World</title>
    <link rel="alternate" href="http://kurayama.net/2011/10/14/hello-world/"/>
    <id>http://kurayama.net/2011/10/14/hello-world/</id>
    <published>2011-10-14</published>
    <updated>2011-10-14</updated>
    <author>
      <name>Miguel Martins</name>
    </author>
    <summary type="html">&lt;p&gt;Once upon a time there was this guy &amp;lsquo;kurayama&amp;rsquo;.&lt;/p&gt;

&lt;p&gt;He was interested mostly in programming, games and hacking his OS.&lt;/p&gt;

&lt;p&gt;You can find him here, ranting about random stuff and sharing his opinions and findings&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;Once upon a time there was this guy &amp;lsquo;kurayama&amp;rsquo;.&lt;/p&gt;

&lt;p&gt;He was interested mostly in programming, games and hacking his OS.&lt;/p&gt;

&lt;p&gt;You can find him here, ranting about random stuff and sharing his opinions and findings.&lt;/p&gt;
</content>
  </entry>
</feed>

