diff --git a/README.md b/README.md index 5c8aa6d..e58701b 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ above). intersection. This should only be useful if the underlying g2freeAim mechanics are modified (which is not recommended). 5. Additional information about the selected settings of g2freeAim can be displayed in the console by the commands - - `freeaim version` displays the current version of g2freeAim, e.g. "G2 Free Aim v0.1.1" + - `freeaim version` displays the current version of g2freeAim, e.g. "G2 Free Aim v0.1.2" - `freeaim license` displays the license information of g2freeAim - `freeaim info` displays the settings of g2freeAim - Whether free aiming is enabled diff --git a/_work/data/Scripts/Content/freeAim/_intern.d b/_work/data/Scripts/Content/freeAim/_intern.d index 65e7528..1a0694a 100644 --- a/_work/data/Scripts/Content/freeAim/_intern.d +++ b/_work/data/Scripts/Content/freeAim/_intern.d @@ -1,5 +1,5 @@ /* - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim. @@ -25,7 +25,7 @@ */ /* Free aim settings, do not modify! Change the settings in freeAim\config.d */ -const string FREEAIM_VERSION = "G2 Free Aim v0.1.1"; // Do not change under any circumstances +const string FREEAIM_VERSION = "G2 Free Aim v0.1.2"; // Do not change under any circumstances const int FREEAIM_REUSE_PROJECTILES = 1; // Enable collection and re-using of shot projectiles const int FREEAIM_DISABLE_SPELLS = 0; // If true, free aiming is disabled for spells const int FREEAIM_DRAWTIME_MAX = 1200; // Max draw time (ms): When is the bow fully drawn diff --git a/_work/data/Scripts/Content/freeAim/config.d b/_work/data/Scripts/Content/freeAim/config.d index 6dff789..d4c6cd7 100644 --- a/_work/data/Scripts/Content/freeAim/config.d +++ b/_work/data/Scripts/Content/freeAim/config.d @@ -1,5 +1,5 @@ /* - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim. diff --git a/_work/data/Scripts/System/Camera/CamInstFreeAim.d b/_work/data/Scripts/System/Camera/CamInstFreeAim.d index 4c82373..5f3f107 100644 --- a/_work/data/Scripts/System/Camera/CamInstFreeAim.d +++ b/_work/data/Scripts/System/Camera/CamInstFreeAim.d @@ -1,7 +1,7 @@ /* * Free aim camera mode * - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim. diff --git a/_work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d b/_work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d index dbab000..4deb079 100644 --- a/_work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d +++ b/_work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d @@ -1,7 +1,7 @@ /* * Free aim menu options * - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim. diff --git a/_work/data/Scripts/System/PFX/PfxInstFreeAim.d b/_work/data/Scripts/System/PFX/PfxInstFreeAim.d index b8758f1..fb9b57d 100644 --- a/_work/data/Scripts/System/PFX/PfxInstFreeAim.d +++ b/_work/data/Scripts/System/PFX/PfxInstFreeAim.d @@ -1,7 +1,7 @@ /* * Free aim projectile trail strip for increase visibility * - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim. diff --git a/_work/data/Scripts/System/SFX/SfxInstFreeAim.d b/_work/data/Scripts/System/SFX/SfxInstFreeAim.d index 990705b..e19cddc 100644 --- a/_work/data/Scripts/System/SFX/SfxInstFreeAim.d +++ b/_work/data/Scripts/System/SFX/SfxInstFreeAim.d @@ -1,7 +1,7 @@ /* * Free aim critical hit sound * - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim. diff --git a/_work/data/Scripts/System/VisualFX/VisualFxFreeAim.d b/_work/data/Scripts/System/VisualFX/VisualFxFreeAim.d index 8791d5a..c70a9a5 100644 --- a/_work/data/Scripts/System/VisualFX/VisualFxFreeAim.d +++ b/_work/data/Scripts/System/VisualFX/VisualFxFreeAim.d @@ -1,7 +1,7 @@ /* * Free aim projectile trail strip for increase visibility * - * G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes + * G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes * Copyright (C) 2016 mud-freak (@szapp) * * This file is part of G2 Free Aim.