From 53ea73a522632df8edec1392c4b913e0ab8d6f54 Mon Sep 17 00:00:00 2001 From: VuceticBranislav <24853106+VuceticBranislav@users.noreply.github.com> Date: Wed, 10 May 2023 21:34:19 +0200 Subject: [PATCH] Disabled ASLR in Era and Vfs projects Signed-off-by: VuceticBranislav <24853106+VuceticBranislav@users.noreply.github.com> --- Era/Era.dproj | 2 ++ README.md | 6 +++--- Vfs/Vfs.dproj | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Era/Era.dproj b/Era/Era.dproj index b2d6c15..f1157e8 100644 --- a/Era/Era.dproj +++ b/Era/Era.dproj @@ -51,6 +51,8 @@ ..\Lib\b2;$(DCC_UnitSearchPath) + false + false Debug diff --git a/README.md b/README.md index 5a245b4..dcdca16 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ Project goals: If you prefer using compiled releases, please follow the steps outlined below: 1. Download the latest [Release.zip](../../releases) file, -2. Before proceeding make sure to backup Era.dll and Vfs.dll files in your game folder, -3. Unzip the Release.zip file to game folder and override Era.dll and Vfs.dll files, +2. Before proceeding make sure to backup (Era.dll, Vfs.dll, Era.dbgmap and Vfs.dbgmap) files in your game folder, +3. Unzip the Release.zip file to game folder and override files, 4. Start game.

Please note that it is always recommended to create a backup of your game files before making any @@ -400,6 +400,6 @@ Markdownguide https://www.markdownguide.org/basic-syntax/#referen [Delphi-bdg]: https://img.shields.io/badge/Delphi_RAD_Studio-B22222?style=flat&logo=delphi&logoColor=white [Delphi-url]: https://www.embarcadero.com/ [Discord-bdg]: https://img.shields.io/badge/Discord-7289DA?style=flat&logo=discord&logoColor=white -[Discord-url]: https://discord.com/channels/665742159307341827/665764270763540490 +[Discord-url]: https://discord.com/channels/665742159307341827/1105827060812873748 [GoToTop-bdg]: https://img.shields.io/badge/Go%20to%20top-blue [GoToTop-url]: #readme-page-top \ No newline at end of file diff --git a/Vfs/Vfs.dproj b/Vfs/Vfs.dproj index 24c2026..1184a75 100644 --- a/Vfs/Vfs.dproj +++ b/Vfs/Vfs.dproj @@ -50,6 +50,8 @@ true + false + false Debug