Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: Wecoc on August 14, 2013, 09:22:35 pm

Title: [XP] AGO (Audio-Graphics-Others) Finder
Post by: Wecoc on August 14, 2013, 09:22:35 pm
AGO (Audio-Graphics-Others) Finder
Authors: Wecoc
Version: 1.0
Type: File finder
Key Term: Game Utility



Introduction

This script allows you to find across the whole game something in particular (like a bgm, a picture, or a switch) to know where it was used.
You can copy the script on your game over main then use it as times as you want and then delete it again, so credits are not needed.



Features




Screenshots
N/A


Demo
N/A


Script

Put over main the entire code: AGO Finder 1.0 (http://justpaste.it/3ajj)


Instructions

Inside the script.


Compatibility

I don't care xD <- (joking)
It uses an alias of Scene_Title :command_new_game
Nothing more I guess.


Credits and Thanks

No credits needed.


Author's Notes

If a file is called from the Script Editor, the script will not find it. So if you want to delete a not found file, I recommend you to search it on the Script Editor before.
Don't worry about script call from events, the script searches there. Enjoy! :)
Title: Re: [XP] AGO (Audio-Graphics-Others) Finder
Post by: Blizzard on August 14, 2013, 09:28:15 pm
Does this script do something similar like this one (http://forum.chaos-project.com/index.php/topic,113.0.html)?
Title: Re: [XP] AGO (Audio-Graphics-Others) Finder
Post by: Wecoc on August 14, 2013, 09:44:39 pm
I knew there was another similar. It does, but it's not exactly the same so I hope it will be useful.