[Unsupported] Force Save Before New Game
#1
Unsupported Script.

Function: Before you start a new game, you have to save before you can begin your game. I've seen this done in some classic games.

It's pretty easy to do.

Here's how to do it.

1) Go to scripts
2) Copy Scene_Save
3) Paste Scene_Save below scene_save (Or anywhere I'm sure)
4) Rename the pasted Scene_Save: Scene_ForceSave
5) In Scene_ForceSave...


Find
Quote:class Scene_Save < Scene_File
Replace it with
Quote:class Scene_ForceSave < Scene_File
Find (The one on line 33)
Quote:$scene = Scene_Menu.new(4)
Replace it with
Quote:$scene = Scene_Map.new
Find (Line 46)
Quote: $scene = Scene_Map.new
Replace with
Quote:$scene = Scene_Title.new
Find (Line 50)
Quote: $scene = Scene_Menu.new(4)
Replace with
Quote:$scene = Scene_Title.new
6) Go to Scene_Title
Find
Quote:$scene = Scene_Map.new
Replace it with
Quote:$scene = Scene_ForceSave.new
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
   Name Game Switch & Variable XP kyonides 0 2,187 06-27-2023, 09:17 PM
Last Post: kyonides
   Drago Save Layout LiTTleDRAgo 2 8,528 10-09-2017, 07:08 AM
Last Post: LiTTleDRAgo
Photo  Map Tileset Changer during the game Narzew 1 7,985 05-06-2013, 09:18 PM
Last Post: Narzew
   DerVVulfman's Game Data Sneak DerVVulfman 1 9,098 04-03-2013, 08:42 PM
Last Post: Taylor
   Mr.Mo ABS Game Log Window JayRay 0 6,660 10-30-2012, 06:54 AM
Last Post: JayRay
   Limit Breaker - breaks game limits Narzew 1 7,893 10-09-2012, 10:35 AM
Last Post: MetalRenard
   [Unsupported] PK8's Self Variables XP PK8 4 12,898 03-08-2012, 01:54 PM
Last Post: LilyKnight
   1 Save Slot / AutoLoad Saved Game kyonides 1 8,530 07-09-2010, 08:38 AM
Last Post: Kread-EX
   [Unsupported] Title Skip 2 XP PK8 3 11,697 02-17-2010, 12:01 PM
Last Post: Villain
   Card Game Data Structure Trickster 5 14,221 12-09-2009, 06:38 PM
Last Post: Trickster



Users browsing this thread: 1 Guest(s)