gcconfig.ini - themeldingwars/Documentation GitHub Wiki

The gcconfig.ini allows for configuration certain options such as different logging levels, special directories, or required base files, for GuiContainer.exe.

Below you'll find an INI file with to our knowledge all the possible options. The file is located in the binary directory of your Firefall installation. If you use Steam that would be Steam\SteamApps\common\Firefall\system\bin\gcconfig.ini.

;
; NOTE: Edit Fury.deploy.ini to change the ini file that goes out with public builds
;

[Config]
Language = "en" ; (string)

[Paths]
GUIFolder = "..\gui" ; (string) Relative path from binary to "Firefall\system\gui"
;AwesomiumLocal = "" ; (string)

[General]
;AwesomiumLog = false ; (bool)
;BGPMA = "" ; (string)
;BGColor = "" ; (string) (hex)
;Background = "" ; (string) Path to background image file
Skin = "human_skin.xml" ; (string)
;PngDumpPath = "" ; (string)
;Gamma = "" ; (string)

[Components]

[Directories]