-
Notifications
You must be signed in to change notification settings - Fork 0
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
37 additions
and
0 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,2 +1,39 @@ | ||
# LEGO-Island-2-Patcher | ||
This tool will allow users to easily apply patches to the PC game LEGO Island 2: The Brickster's Revenge. | ||
|
||
It supports the following patches: | ||
|
||
-Load Time Fix | ||
|
||
-Windowed Mode | ||
|
||
-Replace credits option with Level Select | ||
|
||
-Force /force command line | ||
|
||
-Disable (or make skippable) the LEGO Software logo | ||
|
||
-Disable (or force unskippable) the Silicon Dreams logo | ||
|
||
-Disable (or force unskippable) the intro video | ||
|
||
Note: Some patches may not work depending on which revision of the game you have. | ||
This program will automatically make a backup of your LEGO Island 2.exe file. Do not delete it, as it is used to remove patches. | ||
|
||
#Installation | ||
Download the latest release: | ||
|
||
https://github.com/JeffRuLz/LEGO-Island-2-Patcher/releases | ||
|
||
Unzip, and place into your LEGO Island 2 installation folder. (Where your LEGO Island 2.exe file is located.) | ||
|
||
Run it, choose your patches and click "Apply". | ||
|
||
#Credits | ||
Iran: Researching and discovering these patches | ||
|
||
http://www.rockraidersunited.com/topic/7172-no-intro-no-cd-debug-info-level-select-windowed-mode-long-load-times-fix/ | ||
|
||
Mumboking: Finding the hex offset values for the game's executable file | ||
|
||
http://www.rockraidersunited.com/topic/7206-lego-island-2-patches-using-a-hex-editor/ |