Page 1 of 1

What's the difference of FileSaveName and FileTime?

Posted: Sat Aug 04, 2018 3:30 am
by tofuuu
I noticed that FileTime is the text under the slot button, it showed the time we saved the scene and 'empty slot' if it's empty.

Code: Select all

text FileTime(slot, format=_("{#file_time}%A, %B %d %Y, %H:%M"), empty=_("empty slot")):
     style "slot_time_text"
But right after the FileTime there's FileSaveName(slot) i'm not sure what's the function of this? Cause i don't see it anywhere on the screen.

Code: Select all

text FileSaveName(slot):
     style "slot_name_text"
Does it necessary?

Re: What's the difference of FileSaveName and FileTime?

Posted: Tue Aug 14, 2018 11:56 am
by Kia
you can save some text like location or chapter name with your FileSaveName to show under your save slot if you want, it's not necessary though

Re: What's the difference of FileSaveName and FileTime?

Posted: Wed Aug 15, 2018 12:30 am
by tofuuu
yes! Thank you for your answer