Apkenv/Game Compatibility/Super Hexagon

Line 38: Line 38:
</pre>
</pre>
-
'''IT SHOULD NOT be .../data/data/'''
+
'''IT SHOULD NOT BE'''<pre>/home/user/.apkenv/SuperHexagon103.apk/data/data/</pre>
 +
 
 +
 
== Playing & Bugs ==
== Playing & Bugs ==

Revision as of 13:30, 28 May 2013

Contents

Introduction

WARNING: This guide has been written for Super Hexagon 1.0.3 for the N900. N9 instructions might be different, so try it at your own risk. Older/newer versions might not work.

It also assumes that you already have apkenv setup with all the latest things.

Initial bugs: "*" Text does not work "*" Sound does not work "*" Performance is very bad, as it tries to constantly load the missing font.


Fixing it

Follow the next steps carefully to avoid any issues.


Extracting APK content

To make it easier to follow this guide, rename your apk to
SuperHexagon103.apk

Use WinRAR (for Windows) or any other alternative tool to open your .APK to whatever OS you are using.

Inside the .APK file, navigate to
res/raw/data.zip
and extract it's content, then move it to your N900.


Moving to the appropriate location

Place the extracted content into (if the folder does not exist, create it)
/home/user/.apkenv/SuperHexagon103.apk/
The final result should be
/home/user/.apkenv/SuperHexagon103.apk/data/

.../music
.../sounds
.../bumpitup.ttf
.../license.txt
.../settings.dat
IT SHOULD NOT BE
/home/user/.apkenv/SuperHexagon103.apk/data/data/


Playing & Bugs

The game performance should be much better now, although there are still some bugs:

  • The music does not work (normal sounds still work,related with .ogg support).
  • Game is too fast. One real-life second is roughly 1 second and a half on the game. This is most likely related with vsync (it's probably not working) but I have no idea how to fix that.