Heretic on Sharp Rom
From OESF
(Difference between revisions)
(revert spam) |
|||
Line 1: |
Line 1: | ||
| - | I wrote this guide because I had alot of trouble finding the right SDL to make it work. This is on the Sharp Rom. | + | I wrote this guide because I had alot of trouble finding the right SDL to make it work. This is on the Sharp Rom & Cacko. It may differ for other Roms. |
'''Packages I installed''' | '''Packages I installed''' | ||
Line 16: |
Line 16: | ||
* zlib_1.1.2_arm.ipk | * zlib_1.1.2_arm.ipk | ||
| - | This is enough to get the Heretic Demo game running (first 9 levels). | + | This is enough to get the Heretic Demo game running (first 9 levels). |
| + | |||
| + | If you own the full game, you can copy your heretic.wad to /home/QtPalmtop/share/heretic If space is an issue, you can copy it to one of the cards and link to it here. | ||
| + | |||
| + | For example: | ||
| + | |||
| + | <tt>$ mkdir /mnt/cf/heretic | ||
| + | |||
| + | $ cp heretic.wad /mnt/cf/heretic | ||
| + | |||
| + | $ cd /home/QtPalmtop/share/heretic | ||
| + | |||
| + | $ ln -s /mnt/cf/heretic/heretic.wad heretic.wad | ||
| + | </tt> | ||
[[Category:Games]] | [[Category:Games]] | ||
Revision as of 14:38, 22 November 2007
I wrote this guide because I had alot of trouble finding the right SDL to make it work. This is on the Sharp Rom & Cacko. It may differ for other Roms.
Packages I installed
These can be found under [[1]]
- libsdl_1.2.5-slzaurus20050731_arm.ipk
- heretic-engine_1.0.4-2_arm.ipk
- heretic-demo_1.2-3_arm.ipk
- libSDL-mixer_1.2.5cvs-1_arm.ipk
- libSDL-net_1.2.5cvs-1_arm.ipk
I'm not sure if Heretic needed these specifically, but alot of other games do
- libmad_0.15.0b-zports-0_arm.ipk
- zlib_1.1.2_arm.ipk
This is enough to get the Heretic Demo game running (first 9 levels).
If you own the full game, you can copy your heretic.wad to /home/QtPalmtop/share/heretic If space is an issue, you can copy it to one of the cards and link to it here.
For example:
$ mkdir /mnt/cf/heretic
$ cp heretic.wad /mnt/cf/heretic
$ cd /home/QtPalmtop/share/heretic
$ ln -s /mnt/cf/heretic/heretic.wad heretic.wad

