mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 10:46:44 -04:00
Update README.md
move section about BILA_VEZ.MAP
This commit is contained in:
parent
2bc157eb9e
commit
8a61c6a181
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -22,11 +22,7 @@ cmake ..
|
|||
make all
|
||||
```
|
||||
|
||||
### Fix scripting bug in BILA_VEZ.MAP (White Tower)
|
||||
|
||||
A script error in the White Tower map in the puzzle located on the top floor of the tower has been fixed. The repository includes a corrected file BILA_VEZ.MAP, replace the original file in the "MAPS" directory of the original installation with this file.
|
||||
|
||||
This fix will only work with the new code. (It will not work in earlier releases of the game, i.e. in the DOS, Windows, Android and iOS versions). The reason is that a new scripting action has been introduced to enable this fix, which will ensure the correct evaluation of the puzzle
|
||||
correct evaluation of the puzzle
|
||||
|
||||
|
||||
## RUN
|
||||
|
@ -44,6 +40,12 @@ $ ./skeldal -f conf/skeldal.ini
|
|||
|
||||
The documentation of the configuration file is in the file.
|
||||
|
||||
### Fix scripting bug in BILA_VEZ.MAP (White Tower)
|
||||
|
||||
A script error in the White Tower map in the puzzle located on the top floor of the tower has been fixed. The repository includes a corrected file BILA_VEZ.MAP, replace the original file in the "MAPS" directory of the original installation with this file.
|
||||
|
||||
This fix will only work with the new code. (It will not work in earlier releases of the game, i.e. in the DOS, Windows, Android and iOS versions). The reason is that a new scripting action has been introduced to enable this fix, which will ensure the
|
||||
|
||||
## Goals
|
||||
|
||||
1) to rewrite all Intel 386 depend code to independed variant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue