17 Commits

Author SHA1 Message Date
Kaloyan Chehlarski
b9c04f6c95 DEVTOOLS: Add new strings to nancy.dat
Added the strings used in the save/load dialog to nancy.dat.
The file version doesn't need to be bumped.
2023-08-28 19:53:32 +03:00
Kaloyan Chehlarski
c0264ed27f DEVTOOLS: Fix incorrect value in nancy.dat
Fixed the value for nancy5's logo timeout.
2023-08-28 19:53:32 +03:00
Kaloyan Chehlarski
5ecbabb9a7 DEVTOOLS: Add nancy5 data to nancy.dat 2023-08-10 14:28:50 +03:00
Kaloyan Chehlarski
6763eba9ce DEVTOOLS: Rework nancy.dat structure
More fields needed to be added to each nancy game's entry
in nancy.dat. Since this would've required bumping up the
file version anyway, the opportunity was taken to rework
its structure so future changes are smoother.

The new format is based around sections, each with a tag
denoting its contents, and an offset for easy skipping.
Conditions for dialogue, goodbyes, and hints have an
additional type field, with the newly-added difficulty type
being required by nancy5's data. Data for sound
channel types has also been added, since nancy4 and up
changed the structure of the channel data. And lastly, files
that were incorrectly using spaces for indentation have been
switched to tabs.
2023-08-10 14:28:50 +03:00
Kaloyan Chehlarski
5fd55ecb60 DEVTOOLS: Fix nancy4 Russian strings in nancy.dat
The strings in Russian were in the wrong order, which is
now fixed.
2023-08-10 14:28:49 +03:00
Kaloyan Chehlarski
85e5f41bb7 DEVTOOLS: Add nancy4 data to create_nancy 2023-08-08 12:13:05 +03:00
Kaloyan Chehlarski
99c58c1227 DEVTOOLS: Fix incorrect scene names in nancy.dat 2023-07-19 21:47:24 +03:00
Kaloyan Chehlarski
69b70fd011 DEVTOOLS: Add missing strings in nancy.dat 2023-07-19 17:08:15 +03:00
Kaloyan Chehlarski
53f8b4efa4 DEVTOOLS: Add nancy3 data to create_nancy 2023-05-10 16:57:34 +03:00
Kaloyan Chehlarski
39469c129b DEVTOOLS: Add nancy2 data to nancy.dat
Extracted the static data from the nancy2 executable and included
it in nancy.dat.
2023-04-02 22:33:42 +03:00
Kaloyan Chehlarski
4a3b47cba3 DEVTOOLS: Remove item names from nancy.dat
Removed the debug item names from nancy.dat since they're also
present in the game data (inside the INV boot chunk)
2023-04-02 22:33:41 +03:00
Kaloyan Chehlarski
db10c3f600 DEVTOOLS: Fix create_nancy data errors
Fixed a bunch of errors in The Vampire Diaries' conditional dialogue data.
2023-04-02 22:33:41 +03:00
Kaloyan Chehlarski
2aee2d301f DEVTOOLS: create_nancy fixes
Fixed a conditional dialogue with a wrong item condition and added
a missing comma.
2023-03-26 11:43:58 +03:00
Kaloyan Chehlarski
a367dfe519 DEVTOOLS: Update create-nancy
Updated the format for nancy.dat to make multilanguage arrays
much easier to read.
2023-03-03 17:35:57 +02:00
Kaloyan Chehlarski
8e0d4dfa7a DEVTOOLS: Fix compile errors
Changed a couple of type definition to (hopefully) fix the buildbot
compiler errors
2023-03-02 14:28:10 +01:00
Kaloyan Chehlarski
ec1ce07669 DEVTOOLS: create_nancy code cleanup 2023-03-02 14:28:10 +01:00
Kaloyan Chehlarski
2c798c6e43 DEVTOOLS: Add create_nancy project
Add initial version of create_nancy, which generates a datafile(nancy.dat) containing various data for games using the Nancy Drew engine.
2023-03-02 14:28:10 +01:00