Heretic
From DingooWiki
| Heretic | |
|---|---|
| |
| Platform(s): | Dingoo-Linux |
| Download(s): | Openhandhelds archive |
| Developer(s): | joyrider |
| Version: | ? |
| Status: | Released and functional |
| Homepage: | Heretic release thread |
Heretic is port of Heretic for dingux.
[edit] Installation
copy the hheretic-sdl file anywhere on your root filesystem and copy the heretic.wad (all lowercase letters) in the same directory.
To launch it with dmenu use this in your dmenu.cfg (adjust your folders accordingly) :
MenuItem Heretic
{
Icon = "res/games/heretic.png"
Name = "Heretic"
Executable = "./hheretic-sdl"
WorkDir = "/usr/local/games/heretic"
}
[edit] Changelog
8 bit to 16 bit conversion (thanks to fanoush for pointing out that sdl can do this by itself) added the putenv("SDL_NOMOUSE=1") centered the game screen on the dingoo screen since the game normally runs in 320x200 mode.
[edit] Notes
the L/R triggers can't be used for strafing, unless you modify the sources and i wasn't in the mode to change all that. you can however easily bind it to Y or some other button.


