Is there any sample code for loading files from a directory?
I can code it to load one file but only if i know the filename.
I have a factory where people can make maps for my game and save them with a custom filename. How would I go about coding a loader for maps so that I don't have to rely on RequestFile().
I've noticed that ReQuestFile doesn't show up during my game when in fullscreen.
I can code it to load one file but only if i know the filename.
I have a factory where people can make maps for my game and save them with a custom filename. How would I go about coding a loader for maps so that I don't have to rely on RequestFile().
I've noticed that ReQuestFile doesn't show up during my game when in fullscreen.