11Septerra Core for Linux (armv7-gnueabihf)
2- Version 1.04.0.11
2+ Version 1.04.0.12
33
44Original Septerra Core version 1.04 is required for playing.
55(version from GOG.com can be used for playing)
@@ -16,6 +16,22 @@ Configuration
1616Configuration is stored in the file Septerra.cfg.
1717
1818
19+ Controls
20+ --------
21+
22+ The game can use gamepad or joystick to emulate mouse and keyboard, if it's enabled in the configuration file.
23+
24+ Controller mappings can be added using file gamecontrollerdb.txt.
25+
26+ Gamepad / joystick controls:
27+ Analog stick/pad: mouse movement
28+ Digital stick/pad: up/down/left/right arrow key
29+ A/X / 1st joystick button: left mouse button
30+ B/Y / 2nd joystick button: right mouse button
31+ Start / 3rd joystick button: virtual keyboard
32+ Back / 4th joystick button: tab key
33+
34+
1935Misc
2036----
2137
@@ -26,14 +42,23 @@ The game uses following libraries for playing video:
2642quicktime2 (http://libquicktime.sourceforge.net/)
2743ffmpeg (https://www.ffmpeg.org/)
2844
29- Source code is available on GitHub: https://github.com/M-HT/SR
45+ The game optionally uses SpeexDSP library for audio resampling ( https://github.com/xiph/speexdsp).
3046
31- Using mouse polling rate higher than default 125Hz can result in mouse stuttering.
32- Setting CPU_SleepMode (in configuration file) to "reduced" can help. If not, then set CPU_SleepMode to "nosleep".
47+ Source code is available on GitHub: https://github.com/M-HT/SR
3348
3449
3550Changes
3651-------
52+
53+ v1.04.0.12 (2024-09-24)
54+ * fix problem with higher mouse polling rates
55+ * add option to use higher quality audio resampling
56+ * add option to select audio sampling rate
57+ * optimize audio conversion and mixing
58+ * add support for higher sampling rates
59+ * add support for using gamepad or joystick as mouse/keyboard
60+ * minor bug fixes
61+
3762v1.04.0.11 (2023-11-14)
3863* use bundled quicktime2 and ffmpeg libraries instead of system libraries
3964* optimize floating point instructions
0 commit comments