mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
No description
.settings | ||
AdvMan | ||
DDLReader | ||
FONT | ||
game | ||
INST | ||
insteng | ||
libs | ||
mapedit | ||
MAPS | ||
PCX | ||
platform | ||
UTILS | ||
VIDEO | ||
Windows | ||
ZVUK | ||
.gitignore | ||
addonKouzla.odt | ||
CMakeLists.txt | ||
crashdump.cpp | ||
crashdump.h | ||
cztable.cpp | ||
cztable.h | ||
extras.h | ||
history.txt | ||
LICENSE | ||
LZWC.C | ||
LZWC.H | ||
mapedit.cpp | ||
mapedit.vcproj | ||
POKUSSCR.C | ||
README.md | ||
skeldal.ini | ||
Skeldal.sln | ||
Skeldal.suo | ||
Skeldal.vcproj | ||
StdAfx.cpp | ||
StdAfx.h |
Brány Skeldalu (Gates of Skeldal)
The platform independed port of the game Gates Of Skeldal.
WORK IN PROGRESS!!!
BUILD
Required SDL 2.0 Base development platform is Ubuntu 24
mkdir build
cd build
cmake ..
make all
RUN
You need original DOS version files (distrubuted on CD) or Windows port files.
You need to create following file in the root of the game folder
WSKELDAL.INI
CESTA_MAPY ./maps/
CESTA_MUSIC ./music/
CESTA_VIDEO ./video/
CESTA_DATA ./
CESTA_POZICE ./savegame/
CESTA_TEMPY /tmp/
vmode 0
sound_device 9 0 0 0
SOUND_MIXFREQ 44100
default_map lespred.map
ZOOM_SPEED 8
TURN_SPEED 8
MUSIC_VOLUME 127
SOUND_VOLUME 255
PRELOAD 0
AUTOSAVE 8
WINDOWED 1
SKIP_INTRO 8
FULLRESVIDEO 0
DEBUG 0
GAME_SPEED 6
BATTLE_ACCEL 0
WINDOWEDZOOM 0
EXTRAS 0
(the final format of the configuration file is subject of change)
Move to root folder of the original game and run the built binary
todo
- to rewrite all Intel 386 depend code to independed variant.
- tp rewrite all ASM code to C
- tp improve C code by using up C20 features (original is C89)
- a new code should be written in C++20
- to fix all bugs, to run under valgrind and to use other tools to find bugs
- to render using SDL - Fullscreen and Windowed
- to implement sounds and music using SDL sound library
- to define and polish platform API - to allow future ports.
- Install/Setup GUI application - by using some platform independed library
- Target platforms: Windows, Ubuntu/Debian/Linux, MacOS.
- ADV (custom adventure) support for existing adventures
-
- later MapEdit and other tools
considered changes in the game
- Campaigns - the player will have saved games sorted by campaign and the number of saved positions in a campaign will not be limited. The only limitation will be the number of campaigns to 10, as the graphics only allow for 10 positions.
- Autosave should be always on. There will be 1 autosave position
- Console/Cheat interface - there should be console enabled for everyone available under a shortcut key - for example Shift+Ctrl+C
- Death screen redesign