-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# Star Wars Episode 1 Racer Tools (swep1r-tools) | ||
# Star Wars Episode 1: Racer - Tools (swe1r-tools) | ||
|
||
This is a collection of small scripts to extract files from the 1999 Game "Star Wars Episode 1 Racer". | ||
This is a collection of small scripts to work with files from the 1999 Game "Star Wars Episode 1: Racer". | ||
|
||
- out_modelblock.py: Extract out_modelblock.bin to Wavefront OBJ files | ||
- out_splineblock.py: Extract out_splineblock.bin to Wavefront OBJ files | ||
- out_spriteblock.py: Extract out_spriteblock.bin to PNG files | ||
- out_textureblock.py: Extract out_textureblock.bin to PNG files | ||
- scr2wav.py: Converts SCR audio files from the webdemo to WAV files | ||
- extract-racer-tab.py: Extracts strings from swep1rcr.exe which are typcially translated | ||
- parse-racer-tab.py: Validates racer.tab translation files | ||
|
||
Licensed under GPL version 2 or later. | ||
--- | ||
|
||
**© 2017 OpenSWE1R Maintainers** | ||
|
||
Source code licensed under GPLv2 or any later version. |