Search found 2 matches

by IchiGoQc
Tue Nov 27, 2012 11:10 pm
Forum: Technical Support
Topic: A solution to preloading game data for you gamers?
Replies: 25
Views: 44104

Re: A solution to preloading game data for you gamers?

I tested your method and it doesn't work, the only way I found to cache a file manually is with the "copy" command. You have to copy the file to another disk which is not caching into memory. So Fancy is gonna read the file into memory. But using Process Monitor you can't imagine how many ...
by IchiGoQc
Tue Nov 27, 2012 5:08 pm
Forum: Technical Support
Topic: A solution to preloading game data for you gamers?
Replies: 25
Views: 44104

Re: A solution to preloading game data for you gamers?

Hi there, I'll give it a try tonight and give you a feedback on if it's works or not. I was trying to figure a way to optimize the loading time of my game without creating a RAM DISK and forcing the loading from RAM instead of HDD, the fancy cache was a bit hard to understand at first but after read...