To earn free-of-charge registration you can make your own skin.
Here is information about skin creation.
All skins are in
\Program Files\GogoL\skins\ directory and include two files:
skin_name.ski and
skin_name.png (for example Base.ski and Base.png)
Example of
Base.png:

Magenta color on the image shows transparent points (this color should differ from all colors on the skin).
Skin creation can be made in any graphics editor (for example in Photoshop or 3D Studio).
File with
.ski-extension stores information about the skin and buttons/sliders arrangement.
Example of
Base.ski:
; -------------------------------------------
; Base skin file for GogoL!
; -------------------------------------------
[general]
skinfile=Base.png
transcolor=16711935
[main]
xsrc=0
ysrc=0
w=256
h=245
[close]
xsrc=191
ysrc=22
w=14
h=14
xdest=191
ydest=22
[about]
xsrc=-1000
ysrc=-1000
w=1
h=1
xdest=-1000
ydest=-1000
[presets]
xsrc=155
ysrc=22
w=14
h=14
xdest=155
ydest=22
[options]
xsrc=171
ysrc=22
w=14
h=14
xdest=171
ydest=22
[power_off]
xsrc=0
ysrc=260
w=130
h=20
xdest=63
ydest=219
[power_on]
xsrc=63
ysrc=219
w=130
h=20
xdest=63
ydest=219
[slider]
xsrc=234
ysrc=258
w=22
h=22
[slider_pos1]
xsrc=46
ysrc=44
xdest=191
ydest=44
[slider_pos2]
xsrc=46
ysrc=84
xdest=191
ydest=84
[slider_pos3]
xsrc=46
ysrc=124
xdest=191
ydest=124
[slider_pos4]
xsrc=46
ysrc=164
xdest=191
ydest=164
This file you can edit with
NOTEPAD
skinfile - link to a skin image file
transcolor - transparent color
In each section you can see the next values:
w - Image width (in pixels)
h - Image height (in pixels)
xsrc - Leftmost image cordinate on the source PNG-picture
ysrc - Topmost image cordinate on the source PNG-picture
xdest - Leftmost image cordinate related to the left-top corner of the main window
ydest - Topmost image cordinate related to the left-top corner of the main window
In some cases src-values can be identical to dest-values.
Section
[main] defines main window. No
xdest and
ydest definitions are needed. It is recommended to use (0,0) position for source-coordinates.
Sections
[close],
[about],
[presets],
[options],
[power_on],
[power_off] are used to define buttons. If you don't want to define some button set all src- and dest- positions to -1000.
Section
[slider] defines slider image. No
xdest and
ydest definitions are needed.
Four sections
[slider_pos1],
[slider_pos2],
[slider_pos3],
[slider_pos4]
are used to define starting (xsrc,ysrc) and ending (xdest,ydest) positions within the main window. Slider movement can be vertical or horizontal only.
Here is some notes to skin creation:
1) To calculate
transcolor you must use next formula: (Red*256+Green)*256+Blue, where Red,Green and Blue within the limits of [0..255]
2) For
main-section
w must be divisible by
4
3) If you don't want to use
transcolor simply set it to
-1
4) Transparent color should not be mixed with other colors.
After the file creation launch the program and choose created skin through the main menu.
After the successful testing of the skin send this file with RegKey and information about yourself to the technical support team. Then you will receive a license file.