Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds clarification that code is exported, and example screenshots #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Director Cast Ripper
Director Cast Ripper exports assets and information from Macromedia / Adobe Director files, including standard and compressed (Shockwave) movies and casts. It features both a friendly graphical interface and a command-line interface. Created with Director itself, its functionality is implemented using a variety of built-in functions and third-party Xtras.
Director Cast Ripper exports code, assets, and information from Macromedia / Adobe Director files, including standard and compressed (Shockwave) movies and casts. It features both a friendly graphical interface and a command-line interface. Created with Director itself, its functionality is implemented using a variety of built-in functions and third-party Xtras.

## Download
[Download Director Cast Ripper from the Releases page](https://github.com/n0samu/DirectorCastRipper/releases/latest).
Expand All @@ -11,6 +11,7 @@ The following table lists member types that Director Cast Ripper can export, alo

| Member Types | File formats |
| ------------------- | -------------- |
| Lingo code | LS |
| Bitmap, Picture | PNG, BMP |
| Sound | WAV |
| Flash, Vector shape | SWF |
Expand All @@ -23,6 +24,12 @@ Director Cast Ripper exports information about movies and cast members into CSV

Although Cast Ripper runs within the Director Player, it disables scripting for all loaded movies, preventing their code from interfering with the export process. But the Director Player still attempts to load any cast files, linked cast members, and Xtras that each movie depends on. Therefore when exporting it is best to keep movies in their original folders and to copy any required Xtras into Cast Ripper's Xtras folder, otherwise error dialogs may pop up during the export process. If you are using Cast Ripper to process many files and don't know what Xtras they may need, Cast Ripper provides an option to auto-dismiss the error dialogs, preventing the export process from stalling.

## Screenshots

| Options | In progress |
| ------- | ----------- |
| ![options](https://github.com/n0samu/DirectorCastRipper/assets/12380876/40e35490-13ea-444f-be6f-d0b21977efea) | ![inprogress](https://github.com/n0samu/DirectorCastRipper/assets/12380876/1535ffc0-8163-422c-932b-7abb70b1a37a) |

## Credits
Director Cast Ripper uses several third-party Xtras which are listed below.
- Sharp Software's [Sharp Image Export Xtra](http://web.archive.org/web/20041009161548/http://sharp-software.com/products/index.htm#sharpexport) and Valentin's [MP3 Xtra](https://valentin.dasdeck.com/xtras/mp3_xtra/win/) and [swfExport Xtra](https://valentin.dasdeck.com/xtras/swfexport_xtra/win/) provide core file export functionality.
Expand Down