Game Development Community

Updating the File List

by University Of Texas 1 · in Torque Game Engine · 06/24/2004 (3:27 pm) · 3 replies

After I save a file, how can I update the resManager to see the new file in case I want to load in another part of the program WITHOUT closing the program.

Thanks, DMC Lab Guy

#1
06/24/2004 (4:12 pm)
Well, apparently the people that worked on the code were opening files without going through the resource manager. Fixed that and now it works. All is good!
#2
06/24/2004 (5:06 pm)
Well, apparently the people that worked on the code were opening files without going through the resource manager. Fixed that and now it works. All is good!
#3
06/24/2004 (9:32 pm)
function refreshResManager()
{
    setModPaths(getModPaths());
}