'File Missing Error' PREVENTERVersion 1.0
by Woratana
Release Date: 06/02/2009
IntroductionHave you ever released your game's encrypted demo and miss some files? The game will close itself when it couldn't find some resources.
If the missing files are audio, you could upload them and tell the player to put those files in Audio folder.
But what if they are images? You probably have to upload new demo, and the players have to download whole game again..
This script will help you prevent the game from closing itself. It will make the game acts like no file is missing.
It will also tell the player what file is missing and/or record the missing files list.
And keep in mind that this script has to be FIRST SLOT in your Script Editor.
This means it has to be placed above every other default and non-default scripts.
Enjoy~
ScreenshotsIt's not needed.
ScriptPlace it above every default and non-default script!!
XPVX_ErrorFilePrev10.txt ( 2.83K )
Number of downloads: 191
InstructionPut this in your game and setup script in the setup part~
Author's NotesFree for use in your work if credit is included.
Please do not redistribute this script without permission. If you want to post it on any forum, please link to this topic.
Bug Report?Please give me these informations:
QUOTE
- What is it says in error window?
- When is it get error? (Right after run game, when you choose something, etc.)
- Do you have any other scripts running in your game that may crash with this script?