@@ -27,37 +27,37 @@ For further information, downloads, and help, visit the website at https://www.w
2727// //
2828////////////////////////////////////////////////////////////////////////////////////////////////
2929
30- Game Extractor requires you to have Java Runtime Environment 8.0 (or 1.8) or later installed on
31- your computer. This is a free download from http://www.java.com
30+ Game Extractor requires you to have Java Runtime Environment 8.0 (or 1.8) installed on your
31+ computer. This is now included as part of the software installation, however if you want to
32+ download a later version yourself, you can get it from from http://www.java.com
3233
33- If you are using Java version 10 or newer, you will need to install the JavaFX libraries as well,
34- as they are no longer part of the Java installation. These are available from https://openjfx.io/
35- and will need to be put in the main Game Extractor directory .
34+ If you are using Java version 11 or newer, we have included the JavaFX libraries which should be
35+ suitable for most Windows users. There is a new executable "GameExtractor_javafx.exe" to force
36+ the use of the included JavaFX libraries .
3637
3738When you install Game Extractor, several shortcuts are created in the Start Menu or the main
3839Windows tile screen. If one of the shortcuts doesn't work for you, try one of the other ones.
3940More detailed instructions can be found below, or on the Game Extractor website.
4041
4142 Preferred Windows Method
42- 1. Install Java Runtime Environment 8.0 (or 1.8), or later, from http ://www.java.com
43- 2. Download the Game Extractor EXE installer from https://www.watto.org/extract to your computer
44- 3. Double-click on GameExtractor.exe to run the installation program
45- 4. Double-click on any one of the following programs to run Game Extractor ...
43+ 1. Download the Game Extractor EXE installer from https ://www.watto.org/extract to your computer
44+ 2. Double-click on GameExtractor.exe to run the installation program
45+ 3. Double-click on any one of the following programs, in the directory where you installed Game
46+ Extractor, to run the program ...
4647 a. GameExtractor.exe
4748 b. GameExtractor.bat
4849 c. GameExtractor.jar
4950 d. GameExtractor.ps1
5051
5152 Alternative Windows Method
52- 1. Install Java Runtime Environment 8.0 (or 1.8), or later, from http://www.java.com
53- 2. Download the Game Extractor ZIP archive from https://www.watto.org/extract to your computer
54- 3. Right-click on the Game Extractor ZIP and choose Extract
55- 4. Follow the screens, and tell it to extract the file to c:\extract
56- 5. Open a Command Prompt window (you can search for it in the Start Menu or Windows Tile screen)
57- 6. Change to the Game Extractor directory by typing "cd c:\extract"
58- 7a. Run Game Extractor by typing "java -jar GameExtractor.jar"
59- 7b. If that doesn't work, try typing "c:\java\bin\java -jar GameExtractor.jar"
60- 8. If none of that works, run Windows Explorer and double-click any of the following files
53+ 1. Download the Game Extractor ZIP archive from https://www.watto.org/extract to your computer
54+ 2. Right-click on the Game Extractor ZIP and choose Extract
55+ 3. Follow the screens, and tell it to extract the file to c:\extract
56+ 4. Open a Command Prompt window (you can search for it in the Start Menu or Windows Tile screen)
57+ 5. Change to the Game Extractor directory by typing "cd c:\extract"
58+ 6a. Run Game Extractor by typing "java -jar GameExtractor.jar"
59+ 6b. If that doesn't work, try typing "c:\java\bin\java -jar GameExtractor.jar"
60+ 7. If none of that works, run Windows Explorer and double-click any of the following files
6161 in the c:\extract directory...
6262 a. GameExtractor.exe
6363 b. GameExtractor.bat
@@ -116,9 +116,15 @@ website as well.
116116// //
117117////////////////////////////////////////////////////////////////////////////////////////////////
118118
119+ Version 3.16.0003
120+ [I] Small incremental version, with the intention of primarily adding more supported games.
121+ [+] Have now added a local Windows 32-bit JRE 1.8 which still includes JavaFX
122+ [B] Using a repeating XOR key for extracting files will now reset the key to the right position
123+ whenever the file is next opened.
124+
119125Version 3.16.0002
120126[I] Small incremental version, with the intention of primarily adding more supported games.
121- [A ] Have now added JavaFX libraries and a separate executable, for running on PCs with Java 11+
127+ [+ ] Have now added JavaFX libraries and a separate executable, for running on PCs with Java 11+
122128[B] DXT3 images now display with their alpha channel
123129
124130Version 3.16.0001
0 commit comments