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 or update skeldal.ini
following file in the root of the game folder
The skeldal.ini
must be at current folder or you can specify config using command line option
$ ./skeldal
$ ./skeldal -f conf/skeldal.ini
The documentation of the configuration file is in the file.
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