Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Forced Save?
#7
OK, I got the force save when pressing new game part. I just added this
Code:
$game_temp.save_calling = true
    $scene = Scene_Save.new
to scene title. If you press cancel it takes you back to the title screen and when you choose a save spot, it takes you to the game. So that works pretty well for the most part. Now, the hard part (for me at least) is finding which file it was saved to.
on_cancel I put
Code:
if $game_system.save_count == 0
         $scene = Scene_Title.new
That's why it goes back to title screen. I don't know if that is the best way to do it.
Reply }


Messages In This Thread
Forced Save? - by Yin - 04-18-2009, 12:57 AM
[Resolved] Forced Save? - by DerVVulfman - 04-18-2009, 05:21 AM
[Resolved] Forced Save? - by Yin - 04-18-2009, 05:39 AM
[Resolved] Forced Save? - by DerVVulfman - 04-18-2009, 05:48 AM
[Resolved] Forced Save? - by Yin - 04-18-2009, 05:52 AM
[Resolved] Forced Save? - by DerVVulfman - 04-18-2009, 06:06 AM
[Resolved] Forced Save? - by Yin - 04-18-2009, 06:43 AM
[Resolved] Forced Save? - by DerVVulfman - 04-18-2009, 06:57 AM
[Resolved] Forced Save? - by Yin - 04-18-2009, 09:36 AM
[Resolved] Forced Save? - by DerVVulfman - 04-18-2009, 08:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Map name as save file name Whisper 9 8,575 05-01-2020, 05:35 PM
Last Post: Whisper
   Weird error when using a custom save script. Steel Beast 6Beets 8 10,214 06-27-2015, 05:54 PM
Last Post: Steel Beast 6Beets
   Custom Save/Load screen Raou 2 6,975 04-01-2015, 08:18 PM
Last Post: Raou
   Script Request - Variables Specific Save File JayRay 2 4,590 04-28-2014, 05:15 AM
Last Post: JayRay
   Save Screen Screenshot Yin 2 5,636 07-05-2010, 06:31 PM
Last Post: Yin
   Help With Law's Save System Ryu-ka 0 3,490 04-06-2010, 06:37 PM
Last Post: Ryu-ka
   Need advice on best/easiest save setup rcg916 3 5,649 11-08-2009, 06:24 AM
Last Post: DerVVulfman
   How can I save a map? Charlie Fleed 3 6,159 07-08-2009, 09:55 PM
Last Post: dacloudster
   Load/save cache files DerVVulfman 0 3,478 04-03-2009, 07:39 AM
Last Post: DerVVulfman



Users browsing this thread: