#===============================================================================
# ☆ Introduction
#——————————————————————————-
# This is a simple title screen script.
# It allows for multiple Backgrounds, a graphic logo and graphic commands.
#
# This script allows for a randomly generated logo to be displayed
# with a hue value, also allows each background and command graphic
# to be displayed using the chosen logo’s hue value.
#
SCRIPT LINK
hi dekita. I need to ask something, is it possible to add custom commands to the title screen?
I’m trying to use CSCA Autosave, but naturally the autosave command doesn’t work. I tried to mess down a little but without results. So can you tell me if it is simple to add the autosave command?
Thing is I don’t want to let go your title screen because it can show the default screen images with cute ffects and I want to switch them through the game :p
yes its very possible to add / modify the visible commands.
the title script simple allows for graphics to be shown for each of the available commands…
if you have a script to add more commands (autosave) then those commands would automatically be added (make sure my script is below any others) all you have to do is position the graphics.
like this (within the Commands array in customization)
[“Commands/Autosave” , 220, true, 112, 1.00] ,
and obviously you need a graphic for showing.
if you still have problems give me a link to the autosave script and i will do a small snippet to allow for adding commands 🙂
thanks for the answer. but I did exactly how you said, but still gives me this error:
http://prntscr.com/1hivel
I tried in an empty project and the error still shows up.
Well, this is the script: http://www.caspergaming.com/Scripts/Ace/CSCA_AutoSavePlus.txt
sorry to bother you :p
oi dekita, did you made the snippet? I tried again and again didn’t work, you’re my last resort :p
Does this work with your splash screen script?
There should be no major issues 🙂