When this Resource.cfg was found using Scan, it will stop the scan from going any deeper into subdirectories. This causes the game to look for Resource.cfg files in this directory and all subdirectories.Įssentially an If branch, the block inside a Select and End pair will only be executed if the given condition is true. This instruction will cause the game to look for additional Resource.cfg files in every directory the path to the package file is in.ĭefines priority of following instructions, higher priorities instructions override lower priority instructions. Instructs the game to load a specific package file. This instruction will cause the game to look for additional Resource.cfg files in every directory the path to the files is in.Īdds a file type registration, for use with DirectoryFiles. Instructs the game to look for files on the real file system, depending on the settings given before this instruction was used.
Resource.cfg file is basically a very limited type of script.