jedi23
Very Active Member
- Joined
- Aug 11, 2020
- Messages
- 230
This game uses SDL1.2 which means that the game doesn't run easily in fullscreen mode on a Pyra.
There is a possibilty to get a fullscreen mode nontheless by using sdl12-compat but there are sound issues when using the sdl12-compat libraries.
So the game runs in windowed mode with system SDL1.2 libraries, but I also added the possibility to run fullscreen mode with locally added sdl12-compat files for testing purposes.
In the Terminal, run
for fullscreen mode.
There is a possibilty to get a fullscreen mode nontheless by using sdl12-compat but there are sound issues when using the sdl12-compat libraries.
So the game runs in windowed mode with system SDL1.2 libraries, but I also added the possibility to run fullscreen mode with locally added sdl12-compat files for testing purposes.
In the Terminal, run
Bash:
$ alien.sh -f
Last edited: