Our Network

Documentation

Auto-Refresh the Dialog

You can tell the dialog runtime to refresh at your command from your game or application.

It’s very simple to do. All you need to do inside your game or application is load config.ini inside the data folder into your game or app.

Then you need to change the following switch value.

[Project]
ini_refresh=1

When you change ini_refresh under the Project group to 1, the dialog will detect this and refresh the current page the user is on. A typical use scenario for this is, being able to update list options from your game or application and the user gets to see the new options inside the list as soon as they click it.

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

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

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