From ba326bf8af153b8fce0b5286680c97892cfdba4c Mon Sep 17 00:00:00 2001 From: szapp Date: Mon, 16 Oct 2017 20:39:25 +0200 Subject: [PATCH] Bump version to v1.0.0-beta.21 --- _work/data/Scripts/Content/GFA/_intern/activate.d | 2 +- _work/data/Scripts/Content/GFA/_intern/aimRay.d | 2 +- _work/data/Scripts/Content/GFA/_intern/aimVob.d | 2 +- _work/data/Scripts/Content/GFA/_intern/auxiliary.d | 2 +- _work/data/Scripts/Content/GFA/_intern/ccommands.d | 2 +- _work/data/Scripts/Content/GFA/_intern/classes.d | 2 +- _work/data/Scripts/Content/GFA/_intern/collectable.d | 2 +- _work/data/Scripts/Content/GFA/_intern/collision.d | 2 +- _work/data/Scripts/Content/GFA/_intern/const.d | 4 ++-- _work/data/Scripts/Content/GFA/_intern/controls.d | 2 +- _work/data/Scripts/Content/GFA/_intern/criticalHit.d | 2 +- _work/data/Scripts/Content/GFA/_intern/debug.d | 2 +- _work/data/Scripts/Content/GFA/_intern/externals_G1.d | 2 +- _work/data/Scripts/Content/GFA/_intern/init.d | 2 +- _work/data/Scripts/Content/GFA/_intern/offsets_G1.d | 2 +- _work/data/Scripts/Content/GFA/_intern/offsets_G2.d | 2 +- _work/data/Scripts/Content/GFA/_intern/rangedAiming.d | 2 +- _work/data/Scripts/Content/GFA/_intern/rangedShooting.d | 2 +- _work/data/Scripts/Content/GFA/_intern/reticle.d | 2 +- _work/data/Scripts/Content/GFA/_intern/spell.d | 2 +- _work/data/Scripts/Content/GFA/_intern/strafing.d | 2 +- _work/data/Scripts/System/Camera/CamInstGFA.d | 2 +- _work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d | 2 +- _work/data/Scripts/System/PFX/PfxInstGFA_G1.d | 2 +- _work/data/Scripts/System/PFX/PfxInstGFA_G2.d | 2 +- _work/data/Scripts/System/SFX/SfxInstGFA.d | 2 +- _work/data/Scripts/System/VisualFX/VisualFxInstGFA.d | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) diff --git a/_work/data/Scripts/Content/GFA/_intern/activate.d b/_work/data/Scripts/Content/GFA/_intern/activate.d index 04d98bf..9b8f9f0 100644 --- a/_work/data/Scripts/Content/GFA/_intern/activate.d +++ b/_work/data/Scripts/Content/GFA/_intern/activate.d @@ -1,7 +1,7 @@ /* * Activate free aiming and set internal settings * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/aimRay.d b/_work/data/Scripts/Content/GFA/_intern/aimRay.d index ab7e2b5..da0b5bb 100644 --- a/_work/data/Scripts/Content/GFA/_intern/aimRay.d +++ b/_work/data/Scripts/Content/GFA/_intern/aimRay.d @@ -1,7 +1,7 @@ /* * Aim-specific trace ray and focus collection * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/aimVob.d b/_work/data/Scripts/Content/GFA/_intern/aimVob.d index 33124ca..fbbdadd 100644 --- a/_work/data/Scripts/Content/GFA/_intern/aimVob.d +++ b/_work/data/Scripts/Content/GFA/_intern/aimVob.d @@ -1,7 +1,7 @@ /* * Definition and manipulation of aim vob (targeting system) * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/auxiliary.d b/_work/data/Scripts/Content/GFA/_intern/auxiliary.d index a828937..289eae0 100644 --- a/_work/data/Scripts/Content/GFA/_intern/auxiliary.d +++ b/_work/data/Scripts/Content/GFA/_intern/auxiliary.d @@ -1,7 +1,7 @@ /* * Auxiliary functions including finding the active spell instance and ranged weapon and offering animated reticles * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/ccommands.d b/_work/data/Scripts/Content/GFA/_intern/ccommands.d index abfb076..d7c4955 100644 --- a/_work/data/Scripts/Content/GFA/_intern/ccommands.d +++ b/_work/data/Scripts/Content/GFA/_intern/ccommands.d @@ -1,7 +1,7 @@ /* * Definition of all console commands * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/classes.d b/_work/data/Scripts/Content/GFA/_intern/classes.d index 1eea741..d744456 100644 --- a/_work/data/Scripts/Content/GFA/_intern/classes.d +++ b/_work/data/Scripts/Content/GFA/_intern/classes.d @@ -1,7 +1,7 @@ /* * GFA Classes * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/collectable.d b/_work/data/Scripts/Content/GFA/_intern/collectable.d index 606b7e6..3de4293 100644 --- a/_work/data/Scripts/Content/GFA/_intern/collectable.d +++ b/_work/data/Scripts/Content/GFA/_intern/collectable.d @@ -1,7 +1,7 @@ /* * Collectable projectiles feature * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/collision.d b/_work/data/Scripts/Content/GFA/_intern/collision.d index d632684..a9b7bee 100644 --- a/_work/data/Scripts/Content/GFA/_intern/collision.d +++ b/_work/data/Scripts/Content/GFA/_intern/collision.d @@ -1,7 +1,7 @@ /* * Custom projectile collision behaviors feature * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/const.d b/_work/data/Scripts/Content/GFA/_intern/const.d index 561afbf..8a7f1e5 100644 --- a/_work/data/Scripts/Content/GFA/_intern/const.d +++ b/_work/data/Scripts/Content/GFA/_intern/const.d @@ -1,7 +1,7 @@ /* * Internal constants of GFA * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. @@ -29,7 +29,7 @@ /* Initialization */ -const string GFA_VERSION = "Gothic Free Aim v1.0.0-beta.20"; +const string GFA_VERSION = "Gothic Free Aim v1.0.0-beta.21"; const int GFA_LEGO_FLAGS = LeGo_HookEngine // For initializing all hooks | LeGo_FrameFunctions // For projectile gravity | LeGo_ConsoleCommands // For console commands and debugging diff --git a/_work/data/Scripts/Content/GFA/_intern/controls.d b/_work/data/Scripts/Content/GFA/_intern/controls.d index fe0eacd..80e6ff8 100644 --- a/_work/data/Scripts/Content/GFA/_intern/controls.d +++ b/_work/data/Scripts/Content/GFA/_intern/controls.d @@ -1,7 +1,7 @@ /* * Input and controls manipulation * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/criticalHit.d b/_work/data/Scripts/Content/GFA/_intern/criticalHit.d index 4a3a093..da334ad 100644 --- a/_work/data/Scripts/Content/GFA/_intern/criticalHit.d +++ b/_work/data/Scripts/Content/GFA/_intern/criticalHit.d @@ -1,7 +1,7 @@ /* * Critical hit detection for ranged combat * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/debug.d b/_work/data/Scripts/Content/GFA/_intern/debug.d index 040bfae..88771ed 100644 --- a/_work/data/Scripts/Content/GFA/_intern/debug.d +++ b/_work/data/Scripts/Content/GFA/_intern/debug.d @@ -1,7 +1,7 @@ /* * Debugging visualizations * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/externals_G1.d b/_work/data/Scripts/Content/GFA/_intern/externals_G1.d index cadbebb..5953110 100644 --- a/_work/data/Scripts/Content/GFA/_intern/externals_G1.d +++ b/_work/data/Scripts/Content/GFA/_intern/externals_G1.d @@ -1,7 +1,7 @@ /* * Constants and (external) functions that do not exist in Gothic 1 * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/init.d b/_work/data/Scripts/Content/GFA/_intern/init.d index 70f89e1..ef3ccc0 100644 --- a/_work/data/Scripts/Content/GFA/_intern/init.d +++ b/_work/data/Scripts/Content/GFA/_intern/init.d @@ -1,7 +1,7 @@ /* * Initialization of GFA * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d b/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d index 2871d9e..af00631 100644 --- a/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d +++ b/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d @@ -1,7 +1,7 @@ /* * Engine offsets for Gothic 1 * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d b/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d index 0f22608..5203946 100644 --- a/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d +++ b/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d @@ -1,7 +1,7 @@ /* * Engine offsets for Gothic 2 * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d b/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d index db07659..5349bc8 100644 --- a/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d +++ b/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d @@ -1,7 +1,7 @@ /* * Free aiming mechanics for ranged combat aiming * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d b/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d index 59938a3..25d66a7 100644 --- a/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d +++ b/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d @@ -1,7 +1,7 @@ /* * Free aiming mechanics for ranged combat shooting * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/reticle.d b/_work/data/Scripts/Content/GFA/_intern/reticle.d index 9305f64..e9766e0 100644 --- a/_work/data/Scripts/Content/GFA/_intern/reticle.d +++ b/_work/data/Scripts/Content/GFA/_intern/reticle.d @@ -1,7 +1,7 @@ /* * Reticle handling * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/spell.d b/_work/data/Scripts/Content/GFA/_intern/spell.d index 51e8c3f..2eb356c 100644 --- a/_work/data/Scripts/Content/GFA/_intern/spell.d +++ b/_work/data/Scripts/Content/GFA/_intern/spell.d @@ -1,7 +1,7 @@ /* * Free aiming mechanics for spell combat * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/strafing.d b/_work/data/Scripts/Content/GFA/_intern/strafing.d index cc4dc0d..0acc5b5 100644 --- a/_work/data/Scripts/Content/GFA/_intern/strafing.d +++ b/_work/data/Scripts/Content/GFA/_intern/strafing.d @@ -1,7 +1,7 @@ /* * Movement during free aiming * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/Camera/CamInstGFA.d b/_work/data/Scripts/System/Camera/CamInstGFA.d index e58e9d4..1e3db00 100644 --- a/_work/data/Scripts/System/Camera/CamInstGFA.d +++ b/_work/data/Scripts/System/Camera/CamInstGFA.d @@ -1,7 +1,7 @@ /* * Free aim camera mode * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d b/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d index 8fe0a3e..6af1c7f 100644 --- a/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d +++ b/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d @@ -1,7 +1,7 @@ /* * Free aim menu options * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d b/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d index f6fc39a..4f785d2 100644 --- a/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d +++ b/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d @@ -1,7 +1,7 @@ /* * Projectile trail strip for increased visibility * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d b/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d index c3c08a3..2308ba8 100644 --- a/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d +++ b/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d @@ -1,7 +1,7 @@ /* * Projectile trail strip for increased visibility * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/SFX/SfxInstGFA.d b/_work/data/Scripts/System/SFX/SfxInstGFA.d index f4eced4..f6aebcd 100644 --- a/_work/data/Scripts/System/SFX/SfxInstGFA.d +++ b/_work/data/Scripts/System/SFX/SfxInstGFA.d @@ -1,7 +1,7 @@ /* * Critical hit sound for projectiles * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d b/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d index 8708689..72608f3 100644 --- a/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d +++ b/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d @@ -1,7 +1,7 @@ /* * Projectile trail strip for increased visibility * - * Gothic Free Aim (GFA) v1.0.0-beta.20 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.21 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim.