mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
DEVTOOLS: Added more documentation
This commit is contained in:
parent
71b82ea175
commit
81002f425e
@ -30,11 +30,19 @@ convbdf
|
||||
where SIZE is replaced by the desired font height.
|
||||
|
||||
|
||||
create_classicmacfonts.sh, create_japanesemacfonts.sh
|
||||
_____________________________________________________
|
||||
Scripts for extracting fonts from Classic MacOS images freely
|
||||
available from apple.com. Used in Director, MacVenture, SCUMM
|
||||
and WAGE engines.
|
||||
|
||||
|
||||
create_cryo
|
||||
-----------
|
||||
Creates cryo.dat file which contains a lot of hardcoded tables used
|
||||
by the Cryo engine..
|
||||
|
||||
|
||||
create_drascula (sev)
|
||||
---------------
|
||||
Stores a lot of hardcoded data of Drascula in a data file, based on
|
||||
@ -141,6 +149,19 @@ dist-scummvm.sh
|
||||
account.
|
||||
|
||||
|
||||
dumper_companion.py
|
||||
___________________
|
||||
Tool for dumping HFS/HFS+ volumes and game files with non-ASCII
|
||||
characters in names. Full documentation could be found at
|
||||
https://wiki.scummvm.org/index.php?title=HOWTO-Dump_Macintosh_Media
|
||||
|
||||
|
||||
gog_gameid.py, steam_gameid.py
|
||||
______________________________
|
||||
Tools for obtaining gameids from GOG and Steam used when preparing the
|
||||
Achievements lists.
|
||||
|
||||
|
||||
make-scumm-fontdata (eriktorbjorn)
|
||||
-------------------
|
||||
Tool that generates compressed font data used in SCUMM: To get rid of
|
||||
@ -148,6 +169,11 @@ make-scumm-fontdata (eriktorbjorn)
|
||||
French, German, Italian and Spanish fonts differ from the English one.
|
||||
|
||||
|
||||
make-www-archive.py
|
||||
___________________
|
||||
Tool for creating wwwroot.zip used by the Local Server cloud feature.
|
||||
|
||||
|
||||
md5table
|
||||
--------
|
||||
Used to convert scumm-md5.txt into a SCUMM header file, or
|
||||
|
@ -1,5 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Dumper for HFS/HFS+ images and files with non-ASCII
|
||||
# file names.
|
||||
#
|
||||
# See https://wiki.scummvm.org/index.php?title=HOWTO-Dump_Macintosh_Media for
|
||||
# the full documentation
|
||||
#
|
||||
# prerequisites: pip3 install machfs
|
||||
#
|
||||
# Development information:
|
||||
|
Loading…
x
Reference in New Issue
Block a user