Our Network

Documentation

Build Project

Building your project with CFC is very easy.

Just access the build project dialog from the menu (Build > Project).

Once you are in the dialog, simply type the filename of the executable to build (don’t put .exe at the end) we automatically do that for you and then click the Build button.

As CFC is building your project, you will see a log being generated. This is useful to check for errors, if there are any.

Once your project is built, CFC will open the project folder where your built project exists.

There will be your executable file and a data folder. You must ensure you ship all of these files together to your users.

Related Docs

GLCV2 Minecraft Bridge

Config File Creator allows you to create a custom login screen for your Minecraft servers. You simply create your custom Minecraft launcher in Game Launcher

GO TO DOC

Basic Flow Using CFC

Config File Creator enables you to create your own standalone applications where your users can modify settings from INI or INF files (or text files).

GO TO DOC

List Options

The list options can be found via the menu (View > List Options). The list options are global, changes you make here will reflect all

GO TO DOC

Global Options

The Global Options dialog can be accessed via the menu (View > Global Options). The Global Options dialog allows you to specify a series of

GO TO DOC

Textbox Properties

You can insert a textbox into your dialog. This will enable your user to input text (or numbers) and it will save to the INI.

GO TO DOC