Law's Custom Save System
Version 1.5 The Law G14 and Night_Runner4/25/10Introduction This is basically a translation of Woratana's Neo Save System that was made in VX. This script has the ability to have unlimited save slots, a background image, and much more. Hope you like it
Features -Unlimited save slots
-A screenshot of your last location is displayed inside the save slot information
-The ability to have a background image
-The ability to change the name of your save slots
-Changeable icons next to the save slot
Script
Law_SaveSystem_1_5.txt ( 35.4K )
Number of downloads: 380CustomizationYou can customize your script in the customization module found on lines 13 to 59.
Compatibility Compatibility With MOG Animated Title Celia V4Just change lines 81 to 85 of the animated title script to this:
CODE
for i in 0...Customization::SLOTS
if FileTest.exist?(Customization::SLOT_NAME + "#{i + 1}.rxdata")
@continue_enabled = true
end
end
Also, be sure to place the animated title script BELOW my script.
Screenshots Installation Just change whatever you'd like in the customization module found on lines 13 to 59. Also, you'll need to save all the face graphics you'll need. You need to put the face graphics in the pictures folder of your recourse manager and name them by actor ID. For example, your first actor's face graphic would be named 1 since your first actor is the first actor in the database, which the ID of that is 1.
Terms and Conditions Just credit me as well as Night_Runner since he was a big help. You can see what he helped me with in the Special Thanks section.
Special ThanksNight_Runner with helping me with the screenshot part of the script and a bad bug that I was encountering.
HamsterMan's unlimited save slots script for helping me with allowing multiple save slots in this script.
HistoryVersion 1.3:
Custom_Save_System.txt ( 32.03K )
Number of downloads: 204
This post has been edited by Night_Runner: Apr 25 2010, 05:51 AM