Skip to content

Commit

Permalink
Bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jan 7, 2017
1 parent 9e0821f commit 0a939b2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern.d
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _work/data/Scripts/Content/freeAim/config.d
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _work/data/Scripts/System/Camera/CamInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _work/data/Scripts/System/PFX/PfxInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _work/data/Scripts/System/SFX/SfxInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _work/data/Scripts/System/VisualFX/VisualFxFreeAim.d
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0a939b2

Please sign in to comment.