diff --git a/CHANGELOG.md b/CHANGELOG.md index a1590be..83ab26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Fixed banding in EW01 starsphere - Added HD Nebulae - Added HD Asteroids +- Added support for running multiple instances of Freelancer on the same machine ## [[0.3] - 2021-08-15](https://github.com/BC46/freelancer-hd-edition/releases/tag/0.3) diff --git a/EXE/Freelancer.exe b/EXE/Freelancer.exe index 1ece060..e2d6bd1 100644 Binary files a/EXE/Freelancer.exe and b/EXE/Freelancer.exe differ diff --git a/README.md b/README.md index a899f87..acc5b07 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ Join our Discord server to stay up to date with the latest news and information! ### Misc * 1.1 Patch -* Freelancer manual -* Single Player console +- Added support for running multiple instances of Freelancer on the same machine * Added updated HUD Shift plugin * All content from Jason's Freelancer Patch v1.25 * Direct3D 9 wrapper @@ -61,6 +60,7 @@ Join our Discord server to stay up to date with the latest news and information! * Fixed missing/small text on 1440p and 4K displays * Fixed MP3 codec error spam * Fixed several incorrect/missing names and infocards in EW05, EW06, ST01, ST03 and ST03b +* Freelancer manual * Improved infocards for unknown factions * Improved Nomad group member names * Make energy, shield, and hull bars solid @@ -74,6 +74,7 @@ Join our Discord server to stay up to date with the latest news and information! * Removed EULA on first run * Removed unknown graphics card warning * Show "Far" in contact list only at distances of 999.999K or higher +* Single Player console * Smoothened jump effect * Windows 10 compatibility patch (dgVoodoo2) diff --git a/script.xml b/script.xml index 17e2df3..bfb08f4 100644 --- a/script.xml +++ b/script.xml @@ -68,8 +68,7 @@ Due to the large file size of many textures used in this mod, some users may exp ### Misc * 1.1 Patch -* Freelancer manual -* Single Player console +- Added support for running multiple instances of Freelancer on the same machine * Added updated HUD Shift plugin * All content from Jason's Freelancer Patch v1.25 * Direct3D 9 wrapper @@ -79,6 +78,7 @@ Due to the large file size of many textures used in this mod, some users may exp * Fixed missing/small text on 1440p and 4K displays * Fixed MP3 codec error spam * Fixed several incorrect/missing names and infocards in EW05, EW06, ST01, ST03 and ST03b +* Freelancer manual * Improved infocards for unknown factions * Improved Nomad group member names * Make energy, shield, and hull bars solid @@ -92,6 +92,7 @@ Due to the large file size of many textures used in this mod, some users may exp * Removed EULA on first run * Removed unknown graphics card warning * Show "Far" in contact list only at distances of 999.999K or higher +* Single Player console * Smoothened jump effect * Windows 10 compatibility patch (dgVoodoo2)