Save-Point

Full Version: Graphic Cache Tester
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Graphic Cache Tester
Version: 1.0


Introduction
As you know, trying to load a graphic image that isn't there can crash your game. Now you have a solution.

This system is an addition to the RPG::Cache system allowing you to run a test to see if a graphic image is part of your project or not. By running a test, it can return a true/false value before you attempt to load a file.



Script
For once, it's in a spoiler



Instructions
Pretty much in the script.



Terms and Conditions
Just due credit for this one. It'a free to use, even in commercial games.
This is extremely useful and provides some interesting code. Great work
Really nice, I will use it if I ever get back to my project^^