Apkenv/Game Compatibility/Super Hexagon

(Playing & Bugs)
Line 8: Line 8:
"*" Text does not work
"*" Text does not work
"*" Sound does not work
"*" Sound does not work
-
"*" Performance is too slow, as it tries to constantly load the missing font.
+
"*" Performance is very bad, as it tries to constantly load the missing font.
Line 38: Line 38:
</pre>
</pre>
This should be it!
This should be it!
 +
== Playing & Bugs ==
== Playing & Bugs ==
Line 44: Line 45:
* The music does not work (normal sounds still work,related with .ogg support).
* 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 related with vsync, I guess, but I have no idea how to fix that.
+
* 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.

Revision as of 13:20, 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

This should be it!


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.