Loading Options

Started by noyou, 23 March 2014, 23:52:14

noyou

Hi
So I'm new to tgui, and am just trying some random things to see how it works, but I've run into a problem with loading widgets. For the app I'm making, I'd like to only have to distribute an exe, but the load functions for say editbox requires a file. So is it not possible to do anything without a config file?

texus

To place files and images inside your exe you can use 'resources', but this is not supported yet in tgui. This is also a windows-only thing, which is not cross-platform at all.