Save-Point
Loading/Serial Advanced - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: Code Snippets & Others/Misc (https://www.save-point.org/forum-100.html)
+------ Thread: Loading/Serial Advanced (/thread-6598.html)



Loading/Serial Advanced - Cheeseman - 12-15-2007

Loading/Serial Advanced
by Cheeseman
Dec 15 2007

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Hey
I upgraded Susukae89's Loading/Serial script so after the game clock runs out, it deletes the 'Trial' serial number so you have to get the proper serial number.

Scene_Serial

Window_Base

Scene_SerialDeleter

Replace "Main with this
Main



And make a new common event on parallel process
Conditional Branch: Timer 0min 0sec less
Script:if FileTest.exist?("yourtrilaserialnumberhere.txt")
$scene = Scene_SerialDeleter.new
end
else
end

No compatibility issues known. For more detailed instructions of making it work, go to the topic below this one.