External config file - user editable resource next to .exe

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DavidPeterWorks

Hi,

I am thinking about a lazy way to configure the game like: defining ports for multiplayer etc.
I am familiar with the user:// store and files.

It would be great to have a text file that can be read after the build.

Now:
Mybuild.exe
Mybuild.pck

Desired:
Mybuild.exe
Mybuild.pck
config.txt

What do you think?

Thanks,
David

:bust_in_silhouette: Reply From: AnthLace

Try ConfigFile, it’s very simple, just read the docs and rush to code.

I go with this. Thank you.

DavidPeterWorks | 2018-05-20 10:57