<p>so I hacked the game like this:</p><p>I wrote a little assembly program that basically just goes:<br />unsigned short size=64020;<br />ptr=loadChunk(&quot;internal.ext&quot;);<br />f=fopen(&quot;12345678.ext&quot;,&quot;wb&quot;);<br />fwrite(ptr,size,1,f);<br />fclose(f);<br />exit(0);</p>
Reply