As the title suggests, I have just purchased AGK2 with all the DLC and I must say I haven't used it yet, but it looks very promising, after downloading I have spent most of the day reading the 'Guides', watching the 'YouTube Videos' and have now just started on one of the 'PDF's'. I am already a full time student as well as full time father. I am studying a course that should get me the equivalent to a level 7 masters degree in game development. The subjects being taught are C++, the Direct X 11 Graphics API, a little Unity3D with C#, and a very small touch on OpenGL. You can view more about me and my course by visiting my website
HERE!
Anyway I look forward to hopefully networking with some of you and working together as a community.
Thanks for taking the time to read this thread, feel free to reply or contact me if you wish.
Kind regards
GunnerJnr - ( My name is actually David Gunner (Jnr), due to being named after my dad hence the nickname GunnerJnr, most people call me Gunner though! So take your pick
)
P.S - Also for anybody who might be interested, it isn't much, but I was just browsing the folders and came across the text file stating how to change the themes for the AGK2.exe, it can be found navigating to your
[AGK2 installation Directory]/Tier1/Editor/Changing IDE Theme.txt
As it states in the text file :
Quote: "
The IDE comes with some additional themes that change the way everything in the IDE looks, these themes are located in the folder share/themes, make a note of the folder names. The currently active theme is controlled by the file data/geany.gtkrc open it and look at the last line, by default this should read
include "../share/themes/MS-Windows/gtk-2.0/gtkrc"
You can change it to another theme by using a different folder mentioned earlier, such as
include "../share/themes/ClearlooksDark/gtk-2.0/gtkrc"
"
So, anyway if you decide to navigate to your
"data/geany.gtkrc" file, I have taken the liberty of adding all the current themes to my file, so if you wish to do the same, just copy and paste the below text and be sure to remove the
'#' of the theme you want, but more importantly be sure to re-add a
'#' to the theme you don't want. As you can see mine is currently set to the
ClearlooksDarkOrange theme.
Code to paste into
data/geany.gtkrc - (just edit the file with
notepad++ or something)
#include "../share/themes/Clearlooks/gtk-2.0/gtkrc"
#include "../share/themes/ClearlooksDark/gtk-2.0/gtkrc"
include "../share/themes/ClearlooksDarkOrange/gtk-2.0/gtkrc"
#include "../share/themes/MS-Windows/gtk-2.0/gtkrc"
#include "../share/themes/MurrinaAqualsh/gtk-2.0/gtkrc"
#include "../share/themes/MurrinaCandy/gtk-2.0/gtkrc"
#include "../share/themes/MurrinaEalm/gtk-2.0/gtkrc"
#include "../share/themes/MurrinaNeoGraphite/gtk-2.0/gtkrc"
#include "../share/themes/MurrinaVerdeOlivo/gtk-2.0/gtkrc"
#include "../share/themes/Nodoko-Aqua/gtk-2.0/gtkrc"
#include "../share/themes/Nodoko-Gilouche/gtk-2.0/gtkrc"
#include "../share/themes/Nodoko-Midnight/gtk-2.0/gtkrc"
#include "../share/themes/Nodoko-Silver/gtk-2.0/gtkrc"
#include "../share/themes/Rezlooks-candy/gtk-2.0/gtkrc"
#include "../share/themes/Rezlooks-graphite/gtk-2.0/gtkrc"
#include "../share/themes/Rezlooks-Snow/gtk-2.0/gtkrc"
Enjoy!