RTP Path - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: RTP Path (/thread-4350.html) |
RTP Path - Grimimi - 09-03-2012 Hi, here'is a simply module to get the path of the RTP ! (To use only in $TEST). It's a developper's tool Here's the code => https://github.com/Funkywork/Scripts-rm/blob/master/VXAce/RTPPath.rb To get the path use => RTP.path Enjoy ! RE: RTP Path - MetalRenard - 09-03-2012 I'm not sure I fully understand. Does it show you in-game where the RTP is? Or... ? :) RE: RTP Path - Grimimi - 09-03-2012 This tool 's usefull when you have to know if a resource exists. It's only for the developpement not for the production. |