From b0b26a0c9213c4fe80549c6c601cfcc3c0751d84 Mon Sep 17 00:00:00 2001 From: szapp Date: Sat, 30 Sep 2017 10:38:31 +0200 Subject: [PATCH] Bump version to v1.0.0-beta.19 --- _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 454db21..5a253c5 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 d4a3e96..0ce7f8f 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 446a614..ec1a9b3 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 4316e0f..c959057 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 726c295..12f3637 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 0a6639e..607e8ce 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 bad8a9a..3f9d278 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 68cf730..83d228d 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 adf7de6..0b75189 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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.18"; +const string GFA_VERSION = "Gothic Free Aim v1.0.0-beta.19"; 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 4f11c77..545b328 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 e7e1e6c..fb2d058 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 c510df6..03c561a 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 f265587..82dc35d 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 0351cba..45fdb78 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 89ca7b5..da68c0d 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 365580d..8d74961 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 54648e7..50f0e77 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 ba6d354..ee93217 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 1a2ef74..7d92b60 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 f4b2aad..ed39ec5 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 85a94f3..879aea9 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 ce8fdd9..f61ff02 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 a10a23a..c6e5a2a 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 1f8a359..8537053 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 61f18e7..f3f50c1 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 35e0b1e..12980c3 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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 f4cba03..e96662e 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.18 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.0-beta.19 - 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.