Skip to content

Commit

Permalink
Finish v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenmonoxid committed Feb 3, 2025
1 parent 94e3b70 commit 726e734
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
Binary file added Features/Downgrade_Final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions Features/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ This excerpt should highlight some of the key features of the S6Patcher. For a f
- All seven knights can be selected in the "Eastern Realm" expansion pack. **Caution:** Some audio feedback lines regarding the "Eastern Realm" features (Tradepost, Well, Geologist) are missing and the stories of some maps might not really make sense (e.g. "Kestrals Wedding" when playing as Kestral).
<img src="https://github.com/Eisenmonoxid/S6Patcher/blob/28b561a3ac6f39ad59e13dd84a3cb77610fad7fd/Features/Knights_Final.png" width="35%" height="35%" alt="Knights"/>

## All Versions: Single Stop, Downgrade & Military Release
- These new buttons (originally introduced in the NEP by Netsurfer in 2009) were rewritten and are now available in campaign and singleplayer.
<img src="https://github.com/Eisenmonoxid/S6Patcher/blob/28b561a3ac6f39ad59e13dd84a3cb77610fad7fd/Features/Downgrade_Final.png" width="60%" height="60%" alt="Downgrade"/>
<img src="https://github.com/Eisenmonoxid/S6Patcher/blob/28b561a3ac6f39ad59e13dd84a3cb77610fad7fd/Features/Military_Release_Final.png" width="60%" height="60%" alt="Military_Release"/>

## Original Release: Texture Resolution
- The S6Patcher can restore the texture slider for entities and set a custom texture resolution for ground textures. The pictures show a comparison between unpatched and highest texture resolution. It is recommended to stay in the interval of 128 - 4096 for ground texture resolution.
<img src="https://github.com/Eisenmonoxid/S6Patcher/blob/28b561a3ac6f39ad59e13dd84a3cb77610fad7fd/Features/Textures_Low_Final.png" width="35%" height="35%" alt="Textures_Low"/>
Expand Down
Binary file added Features/Military_Release_Final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.0.2")]
[assembly: AssemblyFileVersion("2.9.0.2")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
## Usage
- Select the game executable(s) that you wish to patch (Settlers6.exe/Settlers6R.exe or S6MapEditor.exe/S6MapEditorR.exe). Look in your installation folder.
**Should you have any questions, errors or feature requests: [Discord](https://discord.gg/7SGkQtAAET).**

- _Wähle die ausführbare(n) Datei(en), die gepatcht werden soll(en) (Settlers6.exe/Settlers6R.exe oder S6MapEditor.exe/S6MapEditorR.exe) aus, welche sich im Installationsordner befindet/n.
**Sollte es Fragen, Fehler oder Featurewünsche geben: [Discord](https://discord.gg/7SGkQtAAET).**_
---
## Modloader
- The S6Patcher features a very simple Modloader, which can be used to create mods without having to modify the existing game files. Look [here](https://github.com/Eisenmonoxid/S6Patcher/blob/master/Features/Modloader.md).
- Der S6Patcher enthält einen sehr einfachen Modloader, mit welchem Mods erstellt werden können, ohne die Originaldateien des Spiels zu verändern. Siehe [hier](https://github.com/Eisenmonoxid/S6Patcher/blob/master/Features/Modloader.md).
- The S6Patcher features a simple Modloader, which can be used to create mods without having to modify the existing game files. Look [here](https://github.com/Eisenmonoxid/S6Patcher/blob/master/Features/Modloader.md).
---
## Features
- For illustrated descriptions of some of the key features of the application, take a look at the [Features](https://github.com/Eisenmonoxid/S6Patcher/blob/master/Features/Features.md) file.
- _Eine bebilderte Beschreibung einiger der Hauptfeatures des Programmes findet sich in der [Features](https://github.com/Eisenmonoxid/S6Patcher/blob/master/Features/Features.md) Datei._

### Original Release
- For the original release (OV) with latest Patch 1.71.
- _Für die Originalversion (OV) mit neuestem Patch 1.71._

German:
```
Expand Down Expand Up @@ -49,7 +43,6 @@ English:
```
### History Edition
- For all History Editions.
- _Für alle History Editionen._

German:
```
Expand Down Expand Up @@ -77,7 +70,6 @@ English:
```
### Mapeditor
- For all Mapeditor releases.
- _Für alle Mapeditorversionen._

German:
```
Expand Down Expand Up @@ -113,6 +105,7 @@ English:
- A new folder `"Script"` in `<Documents>\THE SETTLERS - Rise of an Empire\` and two lua script files `"UserScriptLocal.lua"` and `"EMXBinData.s6patcher"` in said folder are created.
While UserScriptLocal is in plain text and can be modified, EMXBinData is the minified and precompiled `"MainMenuUserScript.lua"`.
- The configuration file `<Documents>\THE SETTLERS - Rise of an Empire\Config\Options.ini` is extended with a new section `[S6Patcher]`, where some values are stored.
- When the option "Activate Modloader" is checked when patching, the application creates a new folder in the game installation path where modded files can be stored.

The Patcher is developed with the .NET Framework 4.8 and is therefore compatible with Windows 7 SP1 up to the latest Windows OS (Windows 11 at the time of writing).
The application uses WinForms, so Linux support via e.g. [Mono](https://en.wikipedia.org/wiki/Mono_(software)) could be possible, but is currently untested.
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0.1
3.0.0.0

0 comments on commit 726e734

Please sign in to comment.